View Source Evision.MCC.DetectorParameters (Evision v0.1.38)

Summary

Types

t()

Type that represents an MCC.DetectorParameters struct.

Types

@type t() :: %Evision.MCC.DetectorParameters{ref: reference()}

Type that represents an MCC.DetectorParameters struct.

  • ref. reference()

    The underlying erlang resource variable.

Functions

@spec create() :: t() | {:error, String.t()}

create

Return
  • retval: DetectorParameters

Python prototype (for reference only):

create() -> retval
Link to this function

get_adaptiveThreshConstant(self)

View Source
@spec get_adaptiveThreshConstant(t()) :: number()
Link to this function

get_adaptiveThreshWinSizeMax(self)

View Source
@spec get_adaptiveThreshWinSizeMax(t()) :: integer()
Link to this function

get_adaptiveThreshWinSizeMin(self)

View Source
@spec get_adaptiveThreshWinSizeMin(t()) :: integer()
Link to this function

get_adaptiveThreshWinSizeStep(self)

View Source
@spec get_adaptiveThreshWinSizeStep(t()) :: integer()
@spec get_B0factor(t()) :: number()
@spec get_borderWidth(t()) :: integer()
Link to this function

get_confidenceThreshold(self)

View Source
@spec get_confidenceThreshold(t()) :: number()
Link to this function

get_findCandidatesApproxPolyDPEpsMultiplier(self)

View Source
@spec get_findCandidatesApproxPolyDPEpsMultiplier(t()) :: number()
@spec get_maxError(t()) :: number()
Link to this function

get_minContourLengthAllowed(self)

View Source
@spec get_minContourLengthAllowed(t()) :: integer()
Link to this function

get_minContourPointsAllowed(self)

View Source
@spec get_minContourPointsAllowed(t()) :: integer()
Link to this function

get_minContourSolidity(self)

View Source
@spec get_minContourSolidity(t()) :: number()
Link to this function

get_minContoursArea(self)

View Source
@spec get_minContoursArea(t()) :: number()
Link to this function

get_minContoursAreaRate(self)

View Source
@spec get_minContoursAreaRate(t()) :: number()
@spec get_minGroupSize(t()) :: integer()
@spec get_minImageSize(t()) :: integer()
Link to this function

get_minInterCheckerDistance(self)

View Source
@spec get_minInterCheckerDistance(t()) :: integer()
Link to this function

get_minInterContourDistance(self)

View Source
@spec get_minInterContourDistance(t()) :: integer()
Link to this function

set_adaptiveThreshConstant(self, prop)

View Source
@spec set_adaptiveThreshConstant(t(), number()) :: t()
Link to this function

set_adaptiveThreshWinSizeMax(self, prop)

View Source
@spec set_adaptiveThreshWinSizeMax(t(), integer()) :: t()
Link to this function

set_adaptiveThreshWinSizeMin(self, prop)

View Source
@spec set_adaptiveThreshWinSizeMin(t(), integer()) :: t()
Link to this function

set_adaptiveThreshWinSizeStep(self, prop)

View Source
@spec set_adaptiveThreshWinSizeStep(t(), integer()) :: t()
Link to this function

set_B0factor(self, prop)

View Source
@spec set_B0factor(t(), number()) :: t()
Link to this function

set_borderWidth(self, prop)

View Source
@spec set_borderWidth(t(), integer()) :: t()
Link to this function

set_confidenceThreshold(self, prop)

View Source
@spec set_confidenceThreshold(t(), number()) :: t()
Link to this function

set_findCandidatesApproxPolyDPEpsMultiplier(self, prop)

View Source
@spec set_findCandidatesApproxPolyDPEpsMultiplier(t(), number()) :: t()
Link to this function

set_maxError(self, prop)

View Source
@spec set_maxError(t(), number()) :: t()
Link to this function

set_minContourLengthAllowed(self, prop)

View Source
@spec set_minContourLengthAllowed(t(), integer()) :: t()
Link to this function

set_minContourPointsAllowed(self, prop)

View Source
@spec set_minContourPointsAllowed(t(), integer()) :: t()
Link to this function

set_minContourSolidity(self, prop)

View Source
@spec set_minContourSolidity(t(), number()) :: t()
Link to this function

set_minContoursArea(self, prop)

View Source
@spec set_minContoursArea(t(), number()) :: t()
Link to this function

set_minContoursAreaRate(self, prop)

View Source
@spec set_minContoursAreaRate(t(), number()) :: t()
Link to this function

set_minGroupSize(self, prop)

View Source
@spec set_minGroupSize(t(), integer()) :: t()
Link to this function

set_minImageSize(self, prop)

View Source
@spec set_minImageSize(t(), integer()) :: t()
Link to this function

set_minInterCheckerDistance(self, prop)

View Source
@spec set_minInterCheckerDistance(t(), integer()) :: t()
Link to this function

set_minInterContourDistance(self, prop)

View Source
@spec set_minInterContourDistance(t(), integer()) :: t()