C# Class Detector.Motion.Target

Data of a target
Afficher le fichier Open project: AshleighAdams/Detector Class Usage Examples

Méthodes publiques

Свойство Type Description
Shape ].byte[

Méthodes publiques

Méthode Description
ShapeDetection ( ) : void
Target ( int x, int y, int size_x, int size_y ) : System

Set the infomation for the target

Method Details

ShapeDetection() public méthode

public ShapeDetection ( ) : void
Résultat void

Target() public méthode

Set the infomation for the target
public Target ( int x, int y, int size_x, int size_y ) : System
x int Postion X the target starts
y int Postion Y the target starts
size_x int The width of the target
size_y int The length of the target
Résultat System

Property Details

Shape public_oe property

public byte[,] Shape
Résultat ].byte[