修改时间 06-21-2017 01:36 AM
labview 調用halcom算子,算子需要輸入int 整數,但是在halcon裏面使用的是 Htuple 數據類型,請問我該怎麽在labview 裏把int 數據轉換為需要的數據傳遞給halcon算子??
修改时间 06-21-2017 10:16 AM
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.
修改时间 07-02-2017 04:36 AM
Create new HTuple object with .NET Constructor Node. Do not forget to free the object in the end with Close Reference.
修改时间 07-11-2017 05:53 AM
thankyou very much !you answer perfect to solution my issue..
修改时间 11-23-2020 02:33 AM
你好,最近在做手眼标定的实验。搜索到您的帖子,请问一下:
1、halcon的调用是需要自己封装动态链接库吗?还是说可以直接下载到这个开源代码?
2、这个手眼标定之前还需要进行相机的畸变校准等操作吗?
很期待您的回复!