C# 클래스 FluxJpeg.Core.Filtering.GrayImage

파일 보기 프로젝트 열기: akoch-ov/dipstart-development 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Scan0 float[]

공개 메소드들

메소드 설명
GrayImage ( byte channel ) : System

Creates a 0.0 to 1.0 grayscale image from a bitmap.

GrayImage ( int width, int height ) : System

Returns a new 0.0-initialized image of specified size.

ToByteArray2D ( ) : ].byte[
this ( int x, int y ) : float

Access a pixel within the image.

비공개 메소드들

메소드 설명
Convert ( byte channel ) : void

메소드 상세

GrayImage() 공개 메소드

Creates a 0.0 to 1.0 grayscale image from a bitmap.
public GrayImage ( byte channel ) : System
channel byte
리턴 System

GrayImage() 공개 메소드

Returns a new 0.0-initialized image of specified size.
public GrayImage ( int width, int height ) : System
width int Width in pixels
height int Height in pixels
리턴 System

ToByteArray2D() 공개 메소드

public ToByteArray2D ( ) : ].byte[
리턴 ].byte[

this() 공개 메소드

Access a pixel within the image.
public this ( int x, int y ) : float
x int X-coordinate
y int Y-coordinate
리턴 float

프로퍼티 상세

Scan0 공개적으로 프로퍼티

public float[] Scan0
리턴 float[]