C# 클래스 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.
상속: UIView
파일 보기 프로젝트 열기: reinforce-lab/com.ReinforceLab.MonoTouch.Controls 1 사용 예제들

공개 메소드들

메소드 설명
Draw ( System rect ) : void
EdgeDetectionView ( ) : System
StartWorker ( ) : void
StopWorker ( ) : void

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

비공개 메소드들

메소드 설명
initialize ( ) : void
worker ( ) : void

메소드 상세

Dispose() 보호된 메소드

protected Dispose ( bool disposing ) : void
disposing bool
리턴 void

Draw() 공개 메소드

public Draw ( System rect ) : void
rect System
리턴 void

EdgeDetectionView() 공개 메소드

public EdgeDetectionView ( ) : System
리턴 System

StartWorker() 공개 메소드

public StartWorker ( ) : void
리턴 void

StopWorker() 공개 메소드

public StopWorker ( ) : void
리턴 void