| ConnectedComponentsGetLargestBlob Method |
Find the largest blob.
Namespace:
OpenCvSharp
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax public ConnectedComponentsBlob GetLargestBlob()
Public Function GetLargestBlob As ConnectedComponentsBlob
public:
ConnectedComponentsBlob^ GetLargestBlob()
member GetLargestBlob : unit -> ConnectedComponentsBlob
Return Value
Type:
ConnectedComponentsBlobthe largest blob
See Also