View Source Evision.XImgProc.EdgeDrawing.Params (Evision v0.2.16)
Summary
Functions
minimun connected pixels length processed to create an edge segment.
write
EdgeDrawing_Params
Types
@type t() :: %Evision.XImgProc.EdgeDrawing.Params{ref: reference()}
Type that represents an XImgProc.EdgeDrawing.Params struct.
ref.
reference()The underlying erlang resource variable.
Functions
@spec read(t(), Evision.FileNode.t()) :: t() | {:error, String.t()}
minimun connected pixels length processed to create an edge segment.
Positional Arguments
- self:
Evision.XImgProc.EdgeDrawing.Params.t() - func:
Evision.FileNode
in gradient image, minimum connected pixels length processed to create an edge segment. pixels having upper value than GradientThresholdValue will be processed. Default value is 10
Python prototype (for reference only):
read(fn) -> None
@spec write(t(), Evision.FileStorage.t()) :: t() | {:error, String.t()}
write
Positional Arguments
- self:
Evision.XImgProc.EdgeDrawing.Params.t() - fs:
Evision.FileStorage
Python prototype (for reference only):
write(fs) -> None
EdgeDrawing_Params
Return
- self:
Evision.XImgProc.EdgeDrawing.Params.t()
Python prototype (for reference only):
EdgeDrawing_Params() -> <ximgproc_EdgeDrawing_Params object>