Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

I found the problem. The issue was that I was creating an instance of KAZE detector, without setting extended and upright.

By constituting this line, I can extract the descriptors correctly.

Ptr<DescriptorExtractor> extractor = KAZE::create(true, true);

Sucess!