C# Class Detector.Motion.Target

Data of a target
Exibir arquivo Open project: AshleighAdams/Detector Class Usage Examples

Public Properties

Property Type Description
Shape ].byte[

Public Methods

Method 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 method

public ShapeDetection ( ) : void
return void

Target() public method

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
return System

Property Details

Shape public_oe property

public byte[,] Shape
return ].byte[