.. meta:: :keywords: CV2 .. role:: raw-html(raw) :format: html cv2_adaptive_threshold ============================= cv2.adaptiveThreshold 입력 슬롯 --------- * **source** 출력 슬롯 --------- * **result** 속성 목록 --------- * **maxValue** +-----------------+-------+----------+---------------+ | Rule + Type + Required + Default value | +=================+=======+==========+===============+ | read_and_write + int + True + 255 | +-----------------+-------+----------+---------------+ maxValue * **blockSize** +-----------------+-------+----------+---------------+ | Rule + Type + Required + Default value | +=================+=======+==========+===============+ | read_and_write + int + True + 3 | +-----------------+-------+----------+---------------+ blockSize. * **c** +-----------------+-------+----------+---------------+ | Rule + Type + Required + Default value | +=================+=======+==========+===============+ | read_and_write + int + True + 5 | +-----------------+-------+----------+---------------+ c * **adaptiveThresh** +-----------------+-------+----------+---------------+ | Rule + Type + Required + Default value | +=================+=======+==========+===============+ | read_and_write + str + True + gaussian_c | +-----------------+-------+----------+---------------+ adaptiveThresh * **thresh** +-----------------+-------+----------+---------------+ | Rule + Type + Required + Default value | +=================+=======+==========+===============+ | read_and_write + str + True + binary | +-----------------+-------+----------+---------------+ thresh