| BOWTrainerDescriptorsCount Method  | 
        
         
            Returns the count of all descriptors stored in the training set.
            
 
    Namespace: 
   OpenCvSharp
    Assembly:
   OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
 Syntax
Syntaxpublic int DescriptorsCount()
Public Function DescriptorsCount As Integer
public:
int DescriptorsCount()
member DescriptorsCount : unit -> int 
function DescriptorsCount();
Return Value
Type: 
Int32 See Also
See Also