Ask Your Question
1

feature_extraction methods

asked Sep 30 '13

Sivachandran gravatar image

I want to extract color and shape feature from CCD camera image what are the methods i want to follow.

Preview: (hide)

1 answer

Sort by » oldest newest most voted
1

answered Sep 30 '13

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.

Preview: (hide)

Question Tools

Stats

Asked: Sep 30 '13

Seen: 504 times

Last updated: Sep 30 '13