C# (CSharp) com.ReinforceLab.MonoTouch.Controls.AugmentedRealityBase Пространство имен

Классы

Имя Описание
DeviceHardware This code source is: http://snippets.dzone.com/user/zachgris Detail descriptions how to determine what iPhone hardware is: http://www.drobnik.com/touch/2009/07/determining-the-hardware-model/
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.
RawBitmap