C# 클래스 GR.Imaging.BucketImage

파일 보기 프로젝트 열기: alexhanh/Botting-Library 1 사용 예제들

공개 메소드들

메소드 설명
BucketImage ( FastBitmap bitmap, int buckets ) : System
HammingDistance ( BucketImage image ) : int
ToGrayscale ( ) : FastBitmap

메소드 상세

BucketImage() 공개 메소드

public BucketImage ( FastBitmap bitmap, int buckets ) : System
bitmap FastBitmap
buckets int
리턴 System

HammingDistance() 공개 메소드

public HammingDistance ( BucketImage image ) : int
image BucketImage
리턴 int

ToGrayscale() 공개 메소드

public ToGrayscale ( ) : FastBitmap
리턴 FastBitmap