pandora.refinement.vfit
This module contains functions associated to the vfit method used in the refinement step.
Classes
Vfit class allows to perform the subpixel cost refinement step |
Module Contents
- class pandora.refinement.vfit.Vfit(**cfg: str)[source]
Bases:
pandora.refinement.refinement.AbstractRefinementVfit class allows to perform the subpixel cost refinement step
- static refinement_method(cost: numpy.ndarray, disp: float, measure: str) Tuple[float, float, int][source]