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.