C# 클래스 Utilities.Media.RGBHistogram

Class used to create an RGB Histogram
파일 보기 프로젝트 열기: JaCraig/Craig-s-Utility-Library 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
Equalize ( ) : void

Equalizes the histogram

LoadImage ( SwiftBitmap ImageUsing ) : void

Loads an image

Normalize ( ) : void

Normalizes the histogram

RGBHistogram ( SwiftBitmap Image = null ) : System

Constructor

메소드 상세

Equalize() 공개 메소드

Equalizes the histogram
public Equalize ( ) : void
리턴 void

LoadImage() 공개 메소드

Loads an image
public LoadImage ( SwiftBitmap ImageUsing ) : void
ImageUsing SwiftBitmap Image to load
리턴 void

Normalize() 공개 메소드

Normalizes the histogram
public Normalize ( ) : void
리턴 void

RGBHistogram() 공개 메소드

Constructor
public RGBHistogram ( SwiftBitmap Image = null ) : System
Image SwiftBitmap Image to load
리턴 System