| CvBlobInternalContours Property |
Internal contours
Namespace:
OpenCvSharp.Blob
Assembly:
OpenCvSharp.Blob (in OpenCvSharp.Blob.dll) Version: 1.0.0
Syntax public List<CvContourChainCode> InternalContours { get; }
Public ReadOnly Property InternalContours As List(Of CvContourChainCode)
Get
public:
property List<CvContourChainCode^>^ InternalContours {
List<CvContourChainCode^>^ get ();
}
member InternalContours : List<CvContourChainCode> with get
Property Value
Type:
ListCvContourChainCodeSee Also