C# Класс ImageClassifier.ImageFeatures

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
ComputeImageFeatures ( ) : void

Приватные методы

Метод Описание
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

Описание методов

ComputeImageFeatures() публичный Метод

public ComputeImageFeatures ( ) : void
Результат void