Property | Type | Description | |
---|---|---|---|
AddChannel | void | ||
CreateChannelPerceptualHash | |||
DisposeList | void | ||
PerceptualHash | System | ||
PerceptualHash | System |
Method | Description | |
---|---|---|
GetChannel ( PixelChannel channel ) : |
Returns the perceptual hash for the specified channel.
|
|
PerceptualHash ( string perceptualHash ) : System |
Initializes a new instance of the PerceptualHash class.
|
|
SumSquaredDistance ( |
Returns the sum squared difference between this hash and the other hash.
|
|
ToString ( ) : string |
Returns a string representation of this hash.
|
Method | Description | |
---|---|---|
AddChannel ( |
||
CreateChannelPerceptualHash ( |
||
DisposeList ( |
||
PerceptualHash ( ) : System | ||
PerceptualHash ( |
public GetChannel ( PixelChannel channel ) : |
||
channel | PixelChannel | The channel to get the has for. |
return |
public PerceptualHash ( string perceptualHash ) : System | ||
perceptualHash | string | The |
return | System |
public SumSquaredDistance ( |
||
other | The |
|
return | double |