get_region_runs(Region : : : Row, ColumnBegin, ColumnEnd) get_region_runs计算区域游程,以 弦元组的形式返回区域数据。 弦表示逐行逐行地检查带升序行号(=从“顶”到“底”)的区域线。 每一行从左到右传递(升序列号);存储所有区域段的起始点和结束点(=弦)。 因此,一个区域可以由一系列弦来描述, 弦...
get_region_runs— Access the runlength coding of a region.Signatureget_region_runs(Region : : : Row, ColumnBegin, ColumnEnd) DescriptionThe operator get_region_runs returns the region data in the form of chord tuples. The chord representation is caused by examining a region line by line ...
get_region_runs— Access the runlength coding of a region.Signatureget_region_runs(Region : : : Row, ColumnBegin, ColumnEnd) DescriptionThe operator get_region_runs returns the region data in the form of chord tuples. The chord representation is caused by examining a region line by line ...
gen_region_polygon( : Region : Rows, Columns : ) 作用:将多边形转换为区域 规则形状区域程序运行效果如下图 Region的行程# 区域行程有关算子如下 gen_region_runs( : Region : Row, ColumnBegin, ColumnEnd : ) 作用:根据同行坐标值生成同行行程 get_region_runs(Region : : : Row, ColumnBegin, Column...
gen_region_runs( : Region : Row, ColumnBegin, ColumnEnd : ) 作用:根据同行坐标值生成同行行程 Region:生成的同行行程区域 Row:生成的区域所在的行,该参数也可以是数值 ColumnBegin, ColumnEnd:生成的区域开始列与结束列 get_region_runs(Region : : : Row, ColumnBegin, ColumnEnd) ...
6. get_region_runs 功能:查询一个区域的扫描宽度编码。 14.2 Creation 1. gen_checker_region 功能:创建一个方格式区域。 2. gen_circle 功能:创建一个圆周。 3. gen_ellipse 功能:创建一个椭圆。 4. gen_empty_region 功能:创建一个空的区域。
区域联合( union1 union2) skeleton(返回一个区域的框架)get_region_runs(访问一个区域的游程编码) partition_dynamic(在较小垂直范围内水平划分区域) 区域交集(intersection) complement(返回一个区域的补码)difference(计算区域差) orientation_region(获取区域方位)crop_domain ...
4. get_region_points 功能: 查詢一個區域的像素數。 5. get_region_polygon 功能: 用一個多邊形近似獲取區域。 6. get_region_runs 功能: 查詢一個區域的掃描寬度編碼。 14.2 Creation 1. gen_checker_region 功能: 創建一個方格式區域。 2. gen_circle 功能: 創建一個圓周。
get_region_runs (RegionU, Row, ColumnBegin, ColumnEnd) 把region按照chord的形式存储在tuples中,chord就是按照列来一行一行的遍历region,那么在这一行中region就是一条或者多条线段,chord就是记录下这些线段的起始点以及行号加以保存 H := max(Row)-min(Row) ...
2. get_region_contour 功能:查询一个目标的轮廓(contour)。 3. get_region_convex 功能:查询突起的外表作为轮廓(contour)。 4. get_region_points 功能:查询一个区域的像素数。 5. get_region_polygon 功能:用一个多边形近似获取区域。 6. get_region_runs 功能:查询一个区域的扫描宽度编码。 14.2 ...