C# Class Utilities.Media.RGBHistogram

Class used to create an RGB Histogram
Afficher le fichier Open project: JaCraig/Craig-s-Utility-Library Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
Equalize ( ) : void

Equalizes the histogram

LoadImage ( SwiftBitmap ImageUsing ) : void

Loads an image

Normalize ( ) : void

Normalizes the histogram

RGBHistogram ( SwiftBitmap Image = null ) : System

Constructor

Method Details

Equalize() public méthode

Equalizes the histogram
public Equalize ( ) : void
Résultat void

LoadImage() public méthode

Loads an image
public LoadImage ( SwiftBitmap ImageUsing ) : void
ImageUsing SwiftBitmap Image to load
Résultat void

Normalize() public méthode

Normalizes the histogram
public Normalize ( ) : void
Résultat void

RGBHistogram() public méthode

Constructor
public RGBHistogram ( SwiftBitmap Image = null ) : System
Image SwiftBitmap Image to load
Résultat System