ImgHashBaseCompute Method |
http://www.emgu.com
Computes hash of the input image
Namespace:
Emgu.CV.ImgHash
Assembly:
Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.1.0.3408 (4.1.0.3408)
Syntaxpublic void Compute(
IInputArray inputArr,
IOutputArray outputArr
)
Public Sub Compute (
inputArr As IInputArray,
outputArr As IOutputArray
)
public:
void Compute(
IInputArray^ inputArr,
IOutputArray^ outputArr
)
member Compute :
inputArr : IInputArray *
outputArr : IOutputArray -> unit
Parameters
- inputArr
- Type: Emgu.CVIInputArray
input image to compute hash value - outputArr
- Type: Emgu.CVIOutputArray
hash of the image
See Also