C# 클래스 ImageMagick.ChannelPerceptualHash

Encapsulation of the ImageMagick ChannelPerceptualHash object.
파일 보기 프로젝트 열기: dlemstra/Magick.NET 1 사용 예제들

공개 메소드들

메소드 설명
ChannelPerceptualHash ( PixelChannel channel, double srgbHuPhash, double hclpHuPhash, string hash ) : System

Initializes a new instance of the ChannelPerceptualHash class.

HclpHuPhash ( int index ) : double

Hclp hu perceptual hash.

SrgbHuPhash ( int index ) : double

SRGB hu perceptual hash.

SumSquaredDistance ( ChannelPerceptualHash other ) : double

Returns the sum squared difference between this hash and the other hash.

ToString ( ) : string

Returns a string representation of this hash.

비공개 메소드들

메소드 설명
ChannelPerceptualHash ( PixelChannel channel ) : System
ChannelPerceptualHash ( PixelChannel channel, IntPtr instance ) : System
ChannelPerceptualHash ( PixelChannel channel, string hash ) : System
ParseHash ( string hash ) : void
SetHash ( ) : void
SetHclpHuPhash ( NativeChannelPerceptualHash instance ) : void
SetSrgbHuPhash ( NativeChannelPerceptualHash instance ) : void

메소드 상세

ChannelPerceptualHash() 공개 메소드

Initializes a new instance of the ChannelPerceptualHash class.
public ChannelPerceptualHash ( PixelChannel channel, double srgbHuPhash, double hclpHuPhash, string hash ) : System
channel PixelChannel The channel.>
srgbHuPhash double SRGB hu perceptual hash.
hclpHuPhash double Hclp hu perceptual hash.
hash string A string representation of this hash.
리턴 System

HclpHuPhash() 공개 메소드

Hclp hu perceptual hash.
public HclpHuPhash ( int index ) : double
index int The index to use.
리턴 double

SrgbHuPhash() 공개 메소드

SRGB hu perceptual hash.
public SrgbHuPhash ( int index ) : double
index int The index to use.
리턴 double

SumSquaredDistance() 공개 메소드

Returns the sum squared difference between this hash and the other hash.
public SumSquaredDistance ( ChannelPerceptualHash other ) : double
other ChannelPerceptualHash The to get the distance of.
리턴 double

ToString() 공개 메소드

Returns a string representation of this hash.
public ToString ( ) : string
리턴 string