C# Class Detector.Motion.MotionHelper

Data of a target
Show file Open project: AshleighAdams/Detector Class Usage Examples

Public Properties

Property Type Description
Height int
MinX int
Motion ].byte[
Shape ].byte[

Public Methods

Method Description
MotionHelper ( byte motion, int width, int height, int seedx, int seedy ) : System

Method Details

MotionHelper() public method

public MotionHelper ( byte motion, int width, int height, int seedx, int seedy ) : System
motion byte
width int
height int
seedx int
seedy int
return System

Property Details

Height public property

public int Height
return int

MinX public property

public int MinX
return int

Motion public property

public byte[,] Motion
return ].byte[

Shape public property

public byte[,] Shape
return ].byte[