C# Class com.ReinforceLab.MonoTouch.Controls.AugmentedRealityBase.EdgeDetectionView

TODO: changing (byte *) to (Int32 *). Accessing 4-pixel at once saves memory bandwidth. Endian can be determined from ahead at compling message. System.BitConverter.GetBytes(value), CFByteOrderGetCurrent, (iPhone is little endian.) replace variable (width -1) to fixed value: Use pre-calculated value in for-loops of image processing method.
Inheritance: UIView
Afficher le fichier Open project: reinforce-lab/com.ReinforceLab.MonoTouch.Controls Class Usage Examples

Méthodes publiques

Méthode Description
Draw ( System rect ) : void
EdgeDetectionView ( ) : System
StartWorker ( ) : void
StopWorker ( ) : void

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Private Methods

Méthode Description
initialize ( ) : void
worker ( ) : void

Method Details

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

Draw() public méthode

public Draw ( System rect ) : void
rect System
Résultat void

EdgeDetectionView() public méthode

public EdgeDetectionView ( ) : System
Résultat System

StartWorker() public méthode

public StartWorker ( ) : void
Résultat void

StopWorker() public méthode

public StopWorker ( ) : void
Résultat void