C# Class Detector.Motion.MotionHelper

Data of a target
Exibir arquivo 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_oe property

public int Height
return int

MinX public_oe property

public int MinX
return int

Motion public_oe property

public byte[,] Motion
return ].byte[

Shape public_oe property

public byte[,] Shape
return ].byte[