Scale¶
- class Scale(*args, **kwargs)¶
Bases:
pybind11_object
Contains various estimators for scale. Methods : Median Absolute Deviation (MAD), MPDE, Mean shift kernel density estimation.
Contains different methods for estimating the robust scale of an error distribution.
Methods of Median Absolute Deviation and Density Gradient estimation using the Mean Shift method.
Overloaded function.
__init__(self: visp._visp.core.Scale) -> None
Constructor.
__init__(self: visp._visp.core.Scale, kernel_bandwidth: float, dim: int = 1) -> None
Constructor.
Methods
Overloaded function.
Inherited Methods
Operators
__doc__
Overloaded function.
__module__
Attributes
__annotations__
- KernelDensity(self, error: visp._visp.core.ColVector, position: int) float ¶
- KernelDensityGradient(self, error: visp._visp.core.ColVector, position: int) float ¶
- KernelDensity_EPANECHNIKOV(self, X: visp._visp.core.ColVector) float ¶
- MeanShift(self, error: visp._visp.core.ColVector) float ¶
- __init__(*args, **kwargs)¶
Overloaded function.
__init__(self: visp._visp.core.Scale) -> None
Constructor.
__init__(self: visp._visp.core.Scale, kernel_bandwidth: float, dim: int = 1) -> None
Constructor.