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

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

공개 메소드들

메소드 설명
Cross2DF ( PointF center, float width, float height ) : System

Construct a cross

메소드 상세

Cross2DF() 공개 메소드

Construct a cross
public Cross2DF ( PointF center, float width, float height ) : System
center System.Drawing.PointF The center of the cross
width float the width of the cross
height float the height of the cross
리턴 System