BOWImgDescriptorExtractorDescriptorSize Method
|
Returns an image descriptor size if the vocabulary is set. Otherwise, it returns 0.
Namespace:
OpenCvSharp
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntaxpublic int DescriptorSize()
Public Function DescriptorSize As Integer
public:
int DescriptorSize()
member DescriptorSize : unit -> int
function DescriptorSize();
Return Value
Type:
Int32
See Also