Метод | Описание | |
---|---|---|
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 ( |
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 |
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 |
public HclpHuPhash ( int index ) : double | ||
index | int | The index to use. |
Результат | double |
public SrgbHuPhash ( int index ) : double | ||
index | int | The index to use. |
Результат | double |
public SumSquaredDistance ( |
||
other | The |
|
Результат | double |