C# Class BOGIm.Histogram

Afficher le fichier Open project: krk-factory/bogim Class Usage Examples

Méthodes publiques

Méthode Description
Histogram ( Bitmap obraz, MainWindow mw ) : System
_min_max ( int dist_func ) : int[]
binary_limits_finder ( int histo, int sum ) : int[]
binary_limits_finder_ver2 ( int histo, int sum, int min_max ) : int[]
group_histo ( int histo, int limits ) : int[]
group_histo_ver2 ( int histo, int limits, int min_max ) : int[]
wyrownajHistogramGlobalnie ( int iloscKlas ) : Bitmap
wyrownajHistogramGlobalnie_ver2 ( int iloscKlas ) : Bitmap
wyrownajHistogramLokalnie ( int iloscKlas, int rozmiarBloku ) : Bitmap

Private Methods

Méthode Description
calculate_histogram_in ( ) : void
calculate_histogram_out ( Bitmap obrazWy ) : void

Method Details

Histogram() public méthode

public Histogram ( Bitmap obraz, MainWindow mw ) : System
obraz System.Drawing.Bitmap
mw MainWindow
Résultat System

_min_max() public static méthode

public static _min_max ( int dist_func ) : int[]
dist_func int
Résultat int[]

binary_limits_finder() public méthode

public binary_limits_finder ( int histo, int sum ) : int[]
histo int
sum int
Résultat int[]

binary_limits_finder_ver2() public méthode

public binary_limits_finder_ver2 ( int histo, int sum, int min_max ) : int[]
histo int
sum int
min_max int
Résultat int[]

group_histo() public méthode

public group_histo ( int histo, int limits ) : int[]
histo int
limits int
Résultat int[]

group_histo_ver2() public méthode

public group_histo_ver2 ( int histo, int limits, int min_max ) : int[]
histo int
limits int
min_max int
Résultat int[]

wyrownajHistogramGlobalnie() public méthode

public wyrownajHistogramGlobalnie ( int iloscKlas ) : Bitmap
iloscKlas int
Résultat System.Drawing.Bitmap

wyrownajHistogramGlobalnie_ver2() public méthode

public wyrownajHistogramGlobalnie_ver2 ( int iloscKlas ) : Bitmap
iloscKlas int
Résultat System.Drawing.Bitmap

wyrownajHistogramLokalnie() public méthode

public wyrownajHistogramLokalnie ( int iloscKlas, int rozmiarBloku ) : Bitmap
iloscKlas int
rozmiarBloku int
Résultat System.Drawing.Bitmap