Halcon算子學習——Object

Halcon 算子學習——Object
1.Information
1.1 count_obj — Number of objects in a tuple.

count_obj(Objects : : : Number)
統計一個元祖中的對象
1.2 get_channel_info — Informations about the components of an image object.

get_channel_info(Object : : Request, Channel : Information)

一副目標圖像組成部份的信息
1.3 get_obj_class — Name of the class of an image object.

get_obj_class(Object : : : Class) 1.4 get_image_pointer1 — Access the pointer of a channel.

一副目標圖像類的名稱
1.4 test_equal_obj — Compare image objects regarding equality.

test_equal_obj(Objects1, Objects2 : : : IsEqual)
比較目標圖像的平等性
2.Manipulation(操作)
2.1 clear_obj — Delete an iconic object from the HALCON database.

clear_obj(Objects : : : )

刪除 Halcon 數據庫中的圖形對象
2.2 concat_obj — Concatenate two iconic object tuples.

concat_obj(Objects1, Objects2 : ObjectsConcat : : )
連接兩個目標元組的圖標
2.3 copy_obj — Copy an iconic object in the HALCON database.

copy_obj(Objects : ObjectsSelected : Index, NumObj : )
複製一個 Halcon 數據庫中的圖標對象
2.4 gen_empty_obj — Create an empty object tuple.

gen_empty_obj( : EmptyObject : : )
創建一個空的對象數組
2.5 integer_to_obj — Convert an “integer number” into an iconic object.

integer_to_obj( : Objects : SurrogateTuple : )
轉換一個整數到一個圖形對象
2.6 obj_diff — Calculate the difference of two object tuples.

obj_diff(Objects, ObjectsSub : ObjectsDiff : : )
計算 2 個對象數組的不同
2.7 obj_to_integer — Convert an iconic object into an “integer number.”

obj_to_integer(Objects : : Index, Number : SurrogateTuple)
integer_to_obj 的逆運算,將圖形對象轉換為整數
2.8 select_obj — Select objects from an object tuple.

select_obj(Objects : ObjectSelected : Index : )
從一個對象數組中選擇對象

坚持原创技术分享,您的支持将鼓励我继续创作!