|
|
|
@ -57,6 +57,8 @@ Computes the descriptors for a set of keypoints detected in an image (first vari |
|
|
|
|
|
|
|
|
|
.. ocv:function:: void DescriptorExtractor::compute( const vector<Mat>& images, vector<vector<KeyPoint> >& keypoints, vector<Mat>& descriptors ) const |
|
|
|
|
|
|
|
|
|
.. ocv:pyfunction:: cv2.DescriptorExtractor_create.compute(image, keypoints[, descriptors]) -> keypoints, descriptors |
|
|
|
|
|
|
|
|
|
:param image: Image. |
|
|
|
|
|
|
|
|
|
:param images: Image set. |
|
|
|
@ -72,6 +74,8 @@ Creates a descriptor extractor by name. |
|
|
|
|
|
|
|
|
|
.. ocv:function:: Ptr<DescriptorExtractor> DescriptorExtractor::create( const String& descriptorExtractorType ) |
|
|
|
|
|
|
|
|
|
.. ocv:pyfunction:: cv2.DescriptorExtractor_create(descriptorExtractorType) -> retval |
|
|
|
|
|
|
|
|
|
:param descriptorExtractorType: Descriptor extractor type. |
|
|
|
|
|
|
|
|
|
The current implementation supports the following types of a descriptor extractor: |
|
|
|
|