pandora.cpp.criteria_cpp ======================== .. py:module:: pandora.cpp.criteria_cpp Functions --------- .. autoapisummary:: pandora.cpp.criteria_cpp.partially_missing_variable_ranges Module Contents --------------- .. py:function:: partially_missing_variable_ranges(disps: numpy.ndarray, img_mask: numpy.ndarray) -> numpy.ndarray Returns a mask of the pixels with a partially missing variable range in the right image. :param disps: Disparity range, np.ndarray of shape (2, width, height) :type disps: np.ndarray(float) :param img_mask: Mask of valid pixels in the right image, np.ndarray of shape (width, height) :type img_mask: np.ndarray(bool)