Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Difference BRIEF and OPPONENT_BRIEF?

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.