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
Exibir arquivo Open project: reinforce-lab/com.ReinforceLab.MonoTouch.Controls Class Usage Examples

Public Methods

Method Description
Draw ( System rect ) : void
EdgeDetectionView ( ) : System
StartWorker ( ) : void
StopWorker ( ) : void

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Private Methods

Method Description
initialize ( ) : void
worker ( ) : void

Method Details

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void

Draw() public method

public Draw ( System rect ) : void
rect System
return void

EdgeDetectionView() public method

public EdgeDetectionView ( ) : System
return System

StartWorker() public method

public StartWorker ( ) : void
return void

StopWorker() public method

public StopWorker ( ) : void
return void