C# Class Detector.Motion.MotionHelper

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

Méthodes publiques

Свойство Type Description
Height int
MinX int
Motion ].byte[
Shape ].byte[

Méthodes publiques

Méthode Description
MotionHelper ( byte motion, int width, int height, int seedx, int seedy ) : System

Method Details

MotionHelper() public méthode

public MotionHelper ( byte motion, int width, int height, int seedx, int seedy ) : System
motion byte
width int
height int
seedx int
seedy int
Résultat System

Property Details

Height public_oe property

public int Height
Résultat int

MinX public_oe property

public int MinX
Résultat int

Motion public_oe property

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

Shape public_oe property

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