Skip to content

Velyord/Item-Finder-with-Computer-Vision

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Item-Finder-with-Computer-Vision

Item-Finder-with-Computer-Vision


skeletonImage is loaded as an image from a file named "skeleton.jpg" and converted to a black and white image with the rgb2gray() function.

allImage is loaded in the same way. It contains the skeleton object as well as other objects in a "scattered" setting.

The first image (skeletonImage) is displayed with the imshow() function and a title is added.

The same is done for the second image (allImage).

The detectSURFFeatures() functions are used to detect the points of interest in the two datasets (skeletonImage and allImage).

Once the points of interest are detected, the extractFeatures() function is used to extract the features of those points.

The matchFeatures() function is used to compare the features of the points of interest between the two datasets.

The estimateGeometricTransform() function is used to estimate the geometric transformation between the two sets of points.

The place in the general picture where the object was found is outlined. Item-Finder-with-Computer-Vision-1 Item-Finder-with-Computer-Vision-2 Item-Finder-with-Computer-Vision-3 Item-Finder-with-Computer-Vision-4 Item-Finder-with-Computer-Vision-5 Item-Finder-with-Computer-Vision-6 Item-Finder-with-Computer-Vision-7

About

Scans an item and then finds it in a picture with a lot of items.

Resources

License

Stars

Watchers

Forks

Contributors

Languages