View Source Evision.XImgProc.SelectiveSearchSegmentationStrategyTexture (Evision v0.2.2-rc2)

Summary

Types

t()

Type that represents an XImgProc.SelectiveSearchSegmentationStrategyTexture struct.

Types

@type t() :: %Evision.XImgProc.SelectiveSearchSegmentationStrategyTexture{
  ref: reference()
}

Type that represents an XImgProc.SelectiveSearchSegmentationStrategyTexture struct.

  • ref. reference()

    The underlying erlang resource variable.

Functions

Link to this function

from_struct(selective_search_segmentation_strategy_texture)

View Source