colour_checker_detection.detection.SETTINGS_CONTOUR_DETECTION_DEFAULT#

colour_checker_detection.detection.SETTINGS_CONTOUR_DETECTION_DEFAULT = {'adaptive_threshold_kwargs': {'C': 3, 'adaptiveMethod': 0, 'blockSize': 21, 'maxValue': 255, 'thresholdType': 0}, 'bilateral_filter_iterations': 5, 'bilateral_filter_kwargs': {'sigmaColor': 5, 'sigmaSpace': 5}, 'convolution_iterations': 1, 'convolution_kernel': array([[1, 1, 1],        [1, 1, 1],        [1, 1, 1]], dtype=uint8)}#

Settings for contour detection.