pandora2d.common_cpp.common_bind ================================ .. py:module:: pandora2d.common_cpp.common_bind Classes ------- .. autoapisummary:: pandora2d.common_cpp.common_bind.CostVolumeSize Module Contents --------------- .. py:class:: CostVolumeSize CostVolumeSize(cv_size: numpy.typing.NDArray[numpy.floating]) CostVolumeSize(_r: int, _c: int, _dr: int, _dc: int) .. py:method:: size() -> int Returns the cost_volume size nb_row * nb_col * nb_disp_row * nb_disp_col. .. py:method:: nb_disps() -> int Returns the disparity number : nb_disp_row * nb_disp_col.