Ask Your Question
1

feature_extraction methods

asked 2013-09-30 00:08:21 -0600

Sivachandran gravatar image

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

edit retag flag offensive close merge delete

1 answer

Sort by ยป oldest newest most voted
1

answered 2013-09-30 04:33:50 -0600

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.

edit flag offensive delete link more

Question Tools

Stats

Asked: 2013-09-30 00:08:21 -0600

Seen: 480 times

Last updated: Sep 30 '13