feature_extraction methods
I want to extract color and shape feature from CCD camera image what are the methods i want to follow.
I want to extract color and shape feature from CCD camera image what are the methods i want to follow.
You can read about shape descriptors in the following link: http://docs.opencv.org/modules/imgproc/doc/structural_analysis_and_shape_descriptors.html
For extracting the color information of a patch, you can transform it to the HSV color space and then find a histogram of the hue (H) values.
Asked: 2013-09-30 00:08:21 -0600
Seen: 493 times
Last updated: Sep 30 '13
LatentSVM: svmlight training parameters
Convert keypoint to ellipse [closed]
SURF and SIFT detect different features depending on how the application is run
Linear Discriminant Analysis and Fisher Faces [closed]
using hu moments opencv function to get the feature value
From Fundamental Matrix To Rectified Images