| BOWTrainerDescriptorsCount Method |
Returns the count of all descriptors stored in the training set.
Namespace:
OpenCvSharp
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax public int DescriptorsCount()
Public Function DescriptorsCount As Integer
public:
int DescriptorsCount()
member DescriptorsCount : unit -> int
Return Value
Type:
Int32[Missing <returns> documentation for "M:OpenCvSharp.BOWTrainer.DescriptorsCount"]
See Also