C# 클래스 SLAMBot.UI.MapUtilities

파일 보기 프로젝트 열기: Amichai/SLAM-Code 1 사용 예제들

공개 메소드들

메소드 설명
FromBitmap ( Bitmap image ) : EnvironmentMap

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

메소드 상세

FromBitmap() 공개 정적인 메소드

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
리턴 EnvironmentMap