添加'distance'属性的算子如下:apply_distance_transform_xld、distance_contours_xld。 (1) 轮廓(红色)到参考轮廓(绿色)的点的'distance'; (2) 到参考轮廓(绿色)的任意线段的'distance'。 有关全局轮廓属性的信息,请参阅get_contour_global_attrib_xld算子的参考文档。 参数 Contour(输入对象) 类型:XLD 轮廓对象...
get_contour_global_attrib_xld(Contour : : Name : Attrib) 描述 get_contour_global_attrib_xld算子将 XLD 轮廓Contour的全局属性Name的值返回到Attrib中。全局属性是为每个轮廓定义的附加值。可以使用query_contour_global_attribs_xld算子查询特定轮廓设置了哪些全局属性。 以下列表包含了不同的全局轮廓属性信息,以...
get_contour_xld(算子名称) 名称 get_contour_xld— Return the coordinates of an XLD contour. 参数签名 get_contour_xld(Contour: : :Row,Col) 描述 get_contour_xldreturns the following values of the XLD contourContour: RowRow coordinate of the contour's points ...
get_contour_attrib_xld(算子名称) 名称 get_contour_attrib_xld— Return point attribute values of an XLD contour. 参数签名 get_contour_attrib_xld(Contour: :Name:Attrib) 描述 get_contour_attrib_xldreturns the values of the attributeNameof the XLD contourContourinAttrib. Contour point attributes are...
GET与POST的区别 2019-12-13 15:51 −Get与post的区别 1. get是从服务器上获取数据,post是向服务器传送数据。 2. GET请求把参数包含在URL中,将请求信息放在URL后面,POST请求通过request body传递参数,将请求信息放置在报文体中。 3. get传送的数据量较小,不能大于2KB。pos... ...
算子get_grayval_contour_xld返回图像若干个亚像素位置处的插值的灰度值。 位置的坐标是通过一个XLD轮廓轮廓指定的。 Grayval返回灰度值。 插值方法可以通过参数Interpolation进行选择: 'nearest_neighbor': 结果是与指定坐标最接近的像素的灰度值。 对于类型为byte,direction,cyclic,uint2,int1,int2,int4和int8的图像...