C# 클래스 Emgu.CV.Structure.MCvConnectedComp

파일 보기 프로젝트 열기: fajoy/RTSPExample 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
area double
contour System.IntPtr
rect System.Drawing.Rectangle
value MCvScalar

프로퍼티 상세

area 공개적으로 프로퍼티

area of the segmented component
public double area
리턴 double

contour 공개적으로 프로퍼티

Pointer to the CvSeq
public IntPtr,System contour
리턴 System.IntPtr

rect 공개적으로 프로퍼티

ROI of the segmented component
public System.Drawing.Rectangle rect
리턴 System.Drawing.Rectangle

value 공개적으로 프로퍼티

scalar value
public MCvScalar value
리턴 MCvScalar