cars.core.constants_disparity ============================= .. py:module:: cars.core.constants_disparity .. autoapi-nested-parse:: CARS Disparity Constants module Attributes ---------- .. autoapisummary:: cars.core.constants_disparity.MAP cars.core.constants_disparity.CONFIDENCE cars.core.constants_disparity.CONFIDENCE_KEY cars.core.constants_disparity.INTERVAL cars.core.constants_disparity.INTERVAL_INF cars.core.constants_disparity.INTERVAL_SUP cars.core.constants_disparity.EPI_DISP_MIN_GRID cars.core.constants_disparity.EPI_DISP_MAX_GRID cars.core.constants_disparity.VALID cars.core.constants_disparity.FILLING cars.core.constants_disparity.INVALID_REF cars.core.constants_disparity.INVALID_SEC cars.core.constants_disparity.MASKED_REF cars.core.constants_disparity.MASKED_SEC cars.core.constants_disparity.OCCLUSION cars.core.constants_disparity.FALSE_MATCH cars.core.constants_disparity.INCOMPLETE_DISP cars.core.constants_disparity.STOPPED_INTERP cars.core.constants_disparity.FILLED_OCCLUSION cars.core.constants_disparity.FILLED_FALSE_MATCH cars.core.constants_disparity.INSIDE_SEC_ROI cars.core.constants_disparity.DISP_TO_0 cars.core.constants_disparity.INCOMPLETE_VARIABLE_DISP Module Contents --------------- .. py:data:: MAP :value: 'disp' .. py:data:: CONFIDENCE :value: 'confidence' .. py:data:: CONFIDENCE_KEY :value: 'cost_volume_confidence' .. py:data:: INTERVAL :value: 'interval_bounds' .. py:data:: INTERVAL_INF :value: 'confidence_from_interval_bounds_inf' .. py:data:: INTERVAL_SUP :value: 'confidence_from_interval_bounds_sup' .. py:data:: EPI_DISP_MIN_GRID :value: 'disp_min_grid' .. py:data:: EPI_DISP_MAX_GRID :value: 'disp_max_grid' .. py:data:: VALID :value: 'disp_msk' .. py:data:: FILLING :value: 'filling' .. py:data:: INVALID_REF :value: 'msk_invalid_ref' .. py:data:: INVALID_SEC :value: 'msk_invalid_sec' .. py:data:: MASKED_REF :value: 'msk_masked_ref' .. py:data:: MASKED_SEC :value: 'msk_masked_sec' .. py:data:: OCCLUSION :value: 'msk_occlusion' .. py:data:: FALSE_MATCH :value: 'msk_false_match' .. py:data:: INCOMPLETE_DISP :value: 'msk_incomplete_disp' .. py:data:: STOPPED_INTERP :value: 'msk_stopped_interp' .. py:data:: FILLED_OCCLUSION :value: 'msk_filled_occlusion' .. py:data:: FILLED_FALSE_MATCH :value: 'msk_filled_false_match' .. py:data:: INSIDE_SEC_ROI :value: 'msk_inside_sec_roi' .. py:data:: DISP_TO_0 :value: 'msk_disp_to_0' .. py:data:: INCOMPLETE_VARIABLE_DISP :value: 'msk_incomplete_variable_disp'