C# Class DSVision.ImageProcessor

Afficher le fichier Open project: 619Code/DSVision Class Usage Examples

Méthodes publiques

Свойство Type Description
HotGoal int

Méthodes publiques

Méthode Description
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[]

Private Methods

Méthode Description
angleWrap ( double angle ) : double
findHotGoal ( ) : void
findLines ( List points ) : DSVision.ApproximateLine[]
processData ( ) : void

Method Details

DrawApproximateLine() public static méthode

public static DrawApproximateLine ( Graphics g, Pen pen, ApproximateLine line ) : void
g System.Drawing.Graphics
pen System.Drawing.Pen
line ApproximateLine
Résultat void

GetHullGraphic() public méthode

public GetHullGraphic ( ) : Bitmap
Résultat System.Drawing.Bitmap

ImageProcessor() public méthode

public ImageProcessor ( ) : System
Résultat System

Process() public méthode

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

ToPointsArray() public static méthode

public static ToPointsArray ( List points ) : System.Drawing.Point[]
points List
Résultat System.Drawing.Point[]

Property Details

HotGoal public_oe property

public int HotGoal
Résultat int