View Source Evision.CUDA.StereoConstantSpaceBP (Evision v0.1.34)
Summary
Functions
Uses a heuristic method to compute parameters (ndisp, iters, levelsand nrplane) for the specified image size (widthand height).
getNrPlane
getUseLocalInitDataCost
setNrPlane
setUseLocalInitDataCost
Types
@type t() :: %Evision.CUDA.StereoConstantSpaceBP{ref: reference()}
Type that represents an CUDA.StereoConstantSpaceBP
struct.
ref.
reference()
The underlying erlang resource variable.
Functions
Link to this function
estimateRecommendedParams(width, height, ndisp, iters, levels, nr_plane)
View Source@spec estimateRecommendedParams( integer(), integer(), integer(), integer(), integer(), integer() ) :: :ok | {:error, String.t()}
Uses a heuristic method to compute parameters (ndisp, iters, levelsand nrplane) for the specified image size (widthand height).
Positional Arguments
- width:
int
- height:
int
- ndisp:
int
- iters:
int
- levels:
int
- nr_plane:
int
Python prototype (for reference only):
estimateRecommendedParams(width, height, ndisp, iters, levels, nr_plane) -> None
getNrPlane
Positional Arguments
- self:
Evision.CUDA.StereoConstantSpaceBP.t()
Return
- retval:
int
Python prototype (for reference only):
getNrPlane() -> retval
getUseLocalInitDataCost
Positional Arguments
- self:
Evision.CUDA.StereoConstantSpaceBP.t()
Return
- retval:
bool
Python prototype (for reference only):
getUseLocalInitDataCost() -> retval
setNrPlane
Positional Arguments
- self:
Evision.CUDA.StereoConstantSpaceBP.t()
- nr_plane:
int
Python prototype (for reference only):
setNrPlane(nr_plane) -> None
setUseLocalInitDataCost
Positional Arguments
- self:
Evision.CUDA.StereoConstantSpaceBP.t()
- use_local_init_data_cost:
bool
Python prototype (for reference only):
setUseLocalInitDataCost(use_local_init_data_cost) -> None