.. meta:: :keywords: FILTER .. role:: raw-html(raw) :format: html filter_rectangles_ratio ============================= BBOX 필터링 한다. 입력 슬롯 --------- * **screen_shape** * **rectangles** 출력 슬롯 --------- * **result** 속성 목록 --------- * **min_w** +-----------------+-------+----------+---------------+ | Rule + Type + Required + Default value | +=================+=======+==========+===============+ | read_and_write + float + True + 0.0 | +-----------------+-------+----------+---------------+ (w < min_w) * **min_h** +-----------------+-------+----------+---------------+ | Rule + Type + Required + Default value | +=================+=======+==========+===============+ | read_and_write + float + True + 0.0 | +-----------------+-------+----------+---------------+ (h < min_h) * **max_w** +-----------------+-------+----------+---------------+ | Rule + Type + Required + Default value | +=================+=======+==========+===============+ | read_and_write + float + True + 0.0 | +-----------------+-------+----------+---------------+ (w > max_w) * **max_h** +-----------------+-------+----------+---------------+ | Rule + Type + Required + Default value | +=================+=======+==========+===============+ | read_and_write + float + True + 0.0 | +-----------------+-------+----------+---------------+ (h > max_h) * **min_x1** +-----------------+-------+----------+---------------+ | Rule + Type + Required + Default value | +=================+=======+==========+===============+ | read_and_write + float + True + 0.0 | +-----------------+-------+----------+---------------+ (x1 < min_x1) * **min_y1** +-----------------+-------+----------+---------------+ | Rule + Type + Required + Default value | +=================+=======+==========+===============+ | read_and_write + float + True + 0.0 | +-----------------+-------+----------+---------------+ (y1 < min_y1) * **max_x2** +-----------------+-------+----------+---------------+ | Rule + Type + Required + Default value | +=================+=======+==========+===============+ | read_and_write + float + True + 0.0 | +-----------------+-------+----------+---------------+ (x2 > max_x2) * **max_y2** +-----------------+-------+----------+---------------+ | Rule + Type + Required + Default value | +=================+=======+==========+===============+ | read_and_write + float + True + 0.0 | +-----------------+-------+----------+---------------+ (y2 > max_y2) * **fx** +-----------------+-------+----------+---------------+ | Rule + Type + Required + Default value | +=================+=======+==========+===============+ | read_and_write + float + True + 0.0 | +-----------------+-------+----------+---------------+ (w/h < fx) * **fy** +-----------------+-------+----------+---------------+ | Rule + Type + Required + Default value | +=================+=======+==========+===============+ | read_and_write + float + True + 0.0 | +-----------------+-------+----------+---------------+ (h/w < fy) * **상세한** +-----------------+-------+----------+---------------+ | Rule + Type + Required + Default value | +=================+=======+==========+===============+ | initialize_only + bool + False + False | +-----------------+-------+----------+---------------+ 상세 로깅