Machine Vision

cancel
Showing results for 
Search instead for 
Did you mean: 

EXTRACT FEATURE

Hi,

   From the attached image,i need to extract(find) the features of the target object,in which the printer is the target object.

 

What are the target feature to be extracted ? and 

how it can be extracted?

 

Thank you

0 Kudos
Message 1 of 6
(4,750 Views)

Hi Madhubalan

 

 

You can get an idea from the following review article. (http://crcv.ucf.edu/papers/Object%20Tracking.pdf : Object detection part)

 

Thanks

 

Chul Min

0 Kudos
Message 2 of 6
(4,743 Views)

Hello,

 

how about using SIFT descriptors and homography. You need at least 4 matched keypoints to calculate the homography.

 

Please see the attached example (your image). You need to install OpenCV 2.4.6 (http://opencv.org/) and add the "C:\Program Files (x86)\OpenCV 2.4.6\opencv\build\x86\vc10\bin" to system path (see here: http://windowsitpro.com/systems-management/how-can-i-add-new-folder-my-system-path).

 

Then just run the example. Here is a screenshot of the result.

 

sift_homography_openCV_FP.png

 

Best regards,

K


https://decibel.ni.com/content/blogs/kl3m3n



"Kudos: Users may give one another Kudos on the forums for posts that they found particularly helpful or insightful."
0 Kudos
Message 3 of 6
(4,716 Views)

Hi klemen,

                 It is working fine,can you please send me the files that you used to code SIFT descriptors and homography.so that i can understand the concept about it.

 

Thank you 

0 Kudos
Message 4 of 6
(4,688 Views)

Hello,

 

please see the following link for source code:

 

Scale-invariant feature transform source code&DLL

 

Best regards,

K


https://decibel.ni.com/content/blogs/kl3m3n



"Kudos: Users may give one another Kudos on the forums for posts that they found particularly helpful or insightful."
0 Kudos
Message 5 of 6
(4,683 Views)

Hi klemen,

              for object detection using SIFT,i could able to detect the object by comparing the refrence image and the main image,

For the attached images i could not able to get the rectangular box to detect the object but i can get the matches.

 

Thank you

Download All
0 Kudos
Message 6 of 6
(4,606 Views)