From Friday, April 19th (11:00 PM CDT) through Saturday, April 20th (2:00 PM CDT), 2024, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

NI LabVIEW,CVI,数据采集等产品讨论区

取消
显示结果 
搜索替代 
您的意思是: 

labview 調用halcon 數據轉換。

sigma.pnglabview 調用halcom算子,算子需要輸入int 整數,但是在halcon裏面使用的是 Htuple 數據類型,請問我該怎麽在labview 裏把int 數據轉換為需要的數據傳遞給halcon算子??

0 项奖励
1 条消息(共 5 条)
4,506 次查看

1. Try wire the int to Htuple without convert

2. Looking for any convert function within halcom and related assembly

3. Looking for examples in other programming languages.

 

There is no general convert function in LabVIEW.

 

George Zou
0 项奖励
2 条消息(共 5 条)
4,472 次查看

Create new HTuple object with .NET Constructor Node. Do not forget to free the object in the end with Close Reference.

2017-07-02_14-30-21.jpg

0 项奖励
3 条消息(共 5 条)
4,405 次查看

thankyou very much !you answer perfect to solution  my  issue..

0 项奖励
4 条消息(共 5 条)
4,341 次查看

你好,最近在做手眼标定的实验。搜索到您的帖子,请问一下:

1、halcon的调用是需要自己封装动态链接库吗?还是说可以直接下载到这个开源代码?

2、这个手眼标定之前还需要进行相机的畸变校准等操作吗?

 

很期待您的回复!

0 项奖励
5 条消息(共 5 条)
2,287 次查看