C# Class SLAMBot.UI.MapUtilities

Mostrar archivo Open project: Amichai/SLAM-Code Class Usage Examples

Public Methods

Method Description
FromBitmap ( Bitmap image ) : EnvironmentMap

Reads an EnvironmentMap from an image. The HSL brightness of each pixel becomes the value at each cell.

Method Details

FromBitmap() public static method

Reads an EnvironmentMap from an image. The HSL brightness of each pixel becomes the value at each cell.
public static FromBitmap ( Bitmap image ) : EnvironmentMap
image System.Drawing.Bitmap
return EnvironmentMap