Tagged Questions

3
votes
1answer
276 views

Difference between Feature Detection and Descriptor Extraction

Does anyone know the difference between FeatureDetection and DescriptorExtraction in OpenCV 2.3? I understand that the latter is required for matching using DescriptorMatcher. If that's the case, what ...
2
votes
1answer
79 views

What's a simple and efficient method for extracting line segments from a simple 2D image?

Specifically, I'm trying to extract all of the relevant line segments from screenshots of the game 'asteroids'. I've looked through the various methods for edge detection, but none seem to fit my ...
2
votes
1answer
2k views

Matlab implementation of Haar feature extraction

Does anyone know of a (purely) matlab implementation of Haar feature extraction (the kind used in Viola&Jones object detection algorithm)? (I ran across a matlab binding to Opencv's implementation ...
2
votes
6answers
10k views

How do I compare two images & recognize the pattern in an image?

How do I compare two images & recognize the pattern in an image irrespective of its size and pattern size, and using .Net C#? Also, which algorithms are used for doing so from Image Processing?
1
vote
1answer
161 views

Convert PNG images to pixel gray-level values feature vectors

I am a newbie in MATLAB and I have a set of bmp images which I need to convert into pixel gray-level values as feature vectors of image. Can anyone suggest me the way how I can do that? I need to use ...
0
votes
0answers
34 views

Using Infinite Symmetric Exponential Filter in OpenCV

I am using SIFT (Scale invariant feature transform) for feature detection and extraction in SAR (synthetic aperture radar) images. But I am trying a variation, Instead of using Gaussian function to ...
0
votes
0answers
80 views

I'd like to have software find and count objects in specific zones of a photo [closed]

I'm looking for some help on a project as I have no experience in image processing. If anyone is looking for some work please contact me and we can go over the details but here are the basics. I'll ...
0
votes
1answer
368 views

Retrieving the most significant features gained from SIFT / SURF

I'm using SURF to extract features from images and match them to others. My Problem is that some images have in excess of 20000 features which slows down matching to a crawl. Is there a way I can ...
0
votes
2answers
287 views

How to export pixel coordinates of point objects from an image (with imagej?)

I am on a project where I am interested in the spacing & distribution of point objects in an microscope image. So the image consists of darker, circular small dots from a rather complex ...