C# 클래스 DSVision.ImageProcessor

파일 보기 프로젝트 열기: 619Code/DSVision 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
HotGoal int

공개 메소드들

메소드 설명
DrawApproximateLine ( Graphics g, Pen pen, ApproximateLine line ) : void
GetHullGraphic ( ) : Bitmap
ImageProcessor ( ) : System
Process ( Bitmap bmp, HSLFiltering filter = null, Bitmap copy = null ) : void
ToPointsArray ( List points ) : System.Drawing.Point[]

비공개 메소드들

메소드 설명
angleWrap ( double angle ) : double
findHotGoal ( ) : void
findLines ( List points ) : DSVision.ApproximateLine[]
processData ( ) : void

메소드 상세

DrawApproximateLine() 공개 정적인 메소드

public static DrawApproximateLine ( Graphics g, Pen pen, ApproximateLine line ) : void
g System.Drawing.Graphics
pen System.Drawing.Pen
line ApproximateLine
리턴 void

GetHullGraphic() 공개 메소드

public GetHullGraphic ( ) : Bitmap
리턴 System.Drawing.Bitmap

ImageProcessor() 공개 메소드

public ImageProcessor ( ) : System
리턴 System

Process() 공개 메소드

public Process ( Bitmap bmp, HSLFiltering filter = null, Bitmap copy = null ) : void
bmp System.Drawing.Bitmap
filter AForge.Imaging.Filters.HSLFiltering
copy System.Drawing.Bitmap
리턴 void

ToPointsArray() 공개 정적인 메소드

public static ToPointsArray ( List points ) : System.Drawing.Point[]
points List
리턴 System.Drawing.Point[]

프로퍼티 상세

HotGoal 공개적으로 프로퍼티

public int HotGoal
리턴 int