C# 클래스 ImageClassifier.ImageFeatures

파일 보기 프로젝트 열기: Sparky88/IA-B1-ProcesareaImaginilor 1 사용 예제들

공개 메소드들

메소드 설명
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