C# Class SLAMBot.UI.MapUtilities

Afficher le fichier Open project: Amichai/SLAM-Code Class Usage Examples

Méthodes publiques

Méthode 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 méthode

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
Résultat EnvironmentMap