Table of Contents ▸ List of Commands ▸ Image Drawing ▸ close_binary | ◀ circle | curve ▶ |
close_binary
Arguments:
- 0<=_endpoint_rate<=100,_endpoint_connectivity>=0,_spline_distmax>=0,_segment_distmax>=0,0<=_spline_anglemax<=180,_spline_roundness>=0,_area_min>=0,_allow_self_intersection={ 0:No | 1:Yes }
Description:
Automatically close open shapes in binary images (defining white strokes on black background).Default values:
endpoint_rate=75, endpoint_connectivity=2, spline_distmax=80, segment_distmax=20, spline_anglemax=90, spline_roundness=1,area_min=100, allow_self_intersection=1.