Ask Your Question
0

Difference BRIEF and OPPONENT_BRIEF?

asked 2013-05-29 10:16:15 -0600

MysticBE gravatar image

In the Descriptors from OpenCV I have the following line: descriptor2 = DescriptorExtractor.create(DescriptorExtractor.BRIEF);

But there is Also a DescriptorExtractor.OPPONENT_BRIEF

What is the exact difference between the two? I tried to google Opponent_brief for OpenCV, but got no good answer anywhere.

edit retag flag offensive close merge delete

1 answer

Sort by ยป oldest newest most voted
2

answered 2013-05-29 10:48:17 -0600

Guanta gravatar image

The opponent color space is used, see http://docs.opencv.org/modules/features2d/doc/common_interfaces_of_descriptor_extractors.html?highlight=opponent#opponentcolordescriptorextractor . Note: You need a 3-chan input-image and the output-descriptor-size will be three times the normal size.

edit flag offensive delete link more

Question Tools

Stats

Asked: 2013-05-29 10:16:15 -0600

Seen: 213 times

Last updated: May 29 '13