View Source Evision.ImgHash.BlockMeanHash (Evision v0.1.34)
Summary
Types
@type t() :: %Evision.ImgHash.BlockMeanHash{ref: reference()}
Type that represents an ImgHash.BlockMeanHash
struct.
ref.
reference()
The underlying erlang resource variable.
Functions
create
Keyword Arguments
- mode:
int
.
Return
- retval:
BlockMeanHash
Python prototype (for reference only):
create([, mode]) -> retval
create
Keyword Arguments
- mode:
int
.
Return
- retval:
BlockMeanHash
Python prototype (for reference only):
create([, mode]) -> retval
getMean
Positional Arguments
- self:
Evision.ImgHash.BlockMeanHash.t()
Return
- retval:
[double]
Python prototype (for reference only):
getMean() -> retval
Create BlockMeanHash object
Positional Arguments
self:
Evision.ImgHash.BlockMeanHash.t()
mode:
int
.the mode
Python prototype (for reference only):
setMode(mode) -> None