tuple_sort_index(算子名称) 名称 tuple_sort_index— Sort the elements of a tuple and return the indices of the sorted tuple. 参数签名 tuple_sort_index( : :Tuple:Indices) 描述 tuple_sort_indexsorts all elements ofTuplein ascending order and returns the indices of the elements of the sorted...
返回的是排序后index的数组tuple_sort_index(Column,Sorted_Column)*halcon里的数组操作,就是把Row和Column的元素按照上面的排序方式来排序new_row :=Row[Sorted_Column] new_column :=Column[Sorted_Column]*创建一个数组来统计相邻的两个区域之间的距离distance_list :=[]*使用for循环来遍历,计算当前区域和下一...
tuple_sort_index (c, Indices) *先按升序排序,返回排序后的元素在原元组中的索引(从0开始) *[1, 2, 0] 特征 a:=[1,2,3] b:=[10.2,20,30.4,80,90,60,50] c:=[500,200,400] tuple_deviation (a, Deviation) *返回元组元素的标准差 *1.0 tuple_length (a, Length) *返回元组元素数目 *3 ...
tuple_sort_index— Sort the elements of a tuple and return the indices of the sorted tuple. tuple_sort_index( : :Tuple:Indices) Description HDevelop In-line Operation HDevelop provides an in-line operation fortuple_sort_index, which can be used in an expression in the following syntax: ...
tuple_sort_index— Sort the elements of a tuple and return the indices of the sorted tuple. tuple_sort_index( : :Tuple:Indices) Description HDevelop In-line Operation HDevelop provides an in-line operation fortuple_sort_index, which can be used in an expression in the following syntax: ...
tuple_sort(Array,Sorted) 10、给数组元素升序排序返回的数组元素是排好序的元素原来的下标 tuple_sort_index(Array,Indices) 11、反转一个数组 tuple_inverse(Array,Inverted) 12、比较两个数组是否相等 tuple_equal(Array1,Array2,Equal) 13、计算数组元素对应的弧度的角度 ...
tuple_acos (t, ACos) *计算一个元组的反余弦 *参数1:输入元组。 限制:-1<=t<=1 *[2.0944, 1.0472, 0.0] tuple_add (a, t, Sum) *两个元组相加 *[-10.5, 100.5, 131] tuple_asin (t, ASin) *计算一个元组的反余弦 *参数1:输入元组。 限制:-1<=t<=1 ...
tuple_sort_index(Array,Indices) 11、反转一个数组 tuple_inverse(Array,Inverted) 12、比较两个数组是否相等 tuple_equal(Array1,Array2,Equal) 13、计算数组元素对应的弧度的角度 tuple_deg(Array,Deg) 14、在数组1中寻找数组2,如果有返回第一个元素对应的下标,否则返回-1 tuple_find(Array1,Array2,Indices...
6.tuple_.sort(arry,Sorted):数组排序 7.tuple._insert(arry,O,2,insert):在某个位置下标前插入 8.tuple_remove(arry,O,2,remove):在某个位置下删除 9.tuple_replace(arry,O,9999,Replaced):替换某个位置数据 10.tuple_find(arry1,1,find):获取数组中某个元素的位置 11.tuple_.strstr(str1,’',Posi...
3. tuple_sort_index 功能:将元组的元素分类并返回分类元组的目录。 18.7 features1. tuple_deviation 功能:返回一个元组元素的标准差。2. tuple_length 功能:返回一个元组元素数目。3. tuple_max 功能:返回一个元组的最大元素。4. tuple_mean 功能:返回一定数量元组的平均值。5. tuple_median 功能:返回一个...