DescriptorExtractor::compute
Hi, I want to know what exactly DescriptorExtractor::compute function does and how it perform its task.
While looking into the src C:\openCV\modules\features2d\src\descriptors.cpp I found only that it basically call the function computeImpl() and I am unable to understand what actually computeImpl() computes.
Any help or any link will be really apreciated.
Thanks in advance.