C# Class ImageClassifier.ImageFeatures

Afficher le fichier Open project: Sparky88/IA-B1-ProcesareaImaginilor Class Usage Examples

Méthodes publiques

Méthode Description
ComputeImageFeatures ( ) : void

Private Methods

Méthode Description
AutoCorrelogram ( int image, int nColors, int distances, int &histogram ) : ].int[

Compute the AutoCorrelogram of an image.

Distance is measured via max(xDelta,yDelta). That is, pixels (1,2) and (3,6) have distance 4. Pixels close to the boundary are ignored, so the returned histogram is not the same as the overall image histogram.

AverageColor ( Bitmap bitmap ) : Vector
Concatenate ( Vector a, Vector b ) : Vector
Maximum ( int array ) : int
NormalizeAutoCorrelogram ( int distances, int count, int histogram ) : Vector
Quantize ( Bitmap bitmap, int nBinsPerChannel ) : ].int[
ReadLabels ( string path ) : Vector>.Dictionary
ReadLines ( string path ) : List

Method Details

ComputeImageFeatures() public méthode

public ComputeImageFeatures ( ) : void
Résultat void