pandora2d.common_cpp.common_bind

Classes

CostVolumeSize

Module Contents

class pandora2d.common_cpp.common_bind.CostVolumeSize[source]
class pandora2d.common_cpp.common_bind.CostVolumeSize(cv_size: numpy.typing.NDArray[numpy.floating])
class pandora2d.common_cpp.common_bind.CostVolumeSize(_r: int, _c: int, _dr: int, _dc: int)
size() int[source]

Returns the cost_volume size nb_row * nb_col * nb_disp_row * nb_disp_col.

nb_disps() int[source]

Returns the disparity number : nb_disp_row * nb_disp_col.