C# 클래스 Emgu.CV.StructuringElementEx

A wrapper for the CvStructuringElementEx structure in opencv
상속: Emgu.Util.UnmanagedObject
파일 보기 프로젝트 열기: fajoy/RTSPExample 1 사용 예제들

공개 메소드들

메소드 설명
StructuringElementEx ( int values, int anchorX, int anchorY ) : System

Create a custome shape Structuring Element

StructuringElementEx ( int cols, int rows, int anchorX, int anchorY, CvEnum shape ) : System

Create a structuring element of the specific type

보호된 메소드들

메소드 설명
DisposeObject ( ) : void

Release the unmanaged memory associated to this object

메소드 상세

DisposeObject() 보호된 메소드

Release the unmanaged memory associated to this object
protected DisposeObject ( ) : void
리턴 void

StructuringElementEx() 공개 메소드

Create a custome shape Structuring Element
public StructuringElementEx ( int values, int anchorX, int anchorY ) : System
values int The structuring element data, a plane array, representing row-by-row scanning of the element matrix. Non-zero values indicate points that belong to the element.
anchorX int Relative horizontal offset of the anchor point
anchorY int Relative vertical offset of the anchor point
리턴 System

StructuringElementEx() 공개 메소드

Create a structuring element of the specific type
public StructuringElementEx ( int cols, int rows, int anchorX, int anchorY, CvEnum shape ) : System
cols int Number of columns in the structuring element
rows int Number of rows in the structuring element
anchorX int Relative horizontal offset of the anchor point
anchorY int Relative vertical offset of the anchor point
shape CvEnum Shape of the structuring element
리턴 System