1、halcon检测到有GPU之后,会自动进行GPU加速。

2、uint2图像,表示rgb各占16位,总共48位。

 

In the reference manual,operator signatures are visualized in the following way:
operator ( iconic input : iconic output : control input : control output )

在HALCON所有算子中,变量皆是如上格式,即:图像输入:图像输出:控制输入:控制输出。

其中四个参数任意一个可以为空。

控制输入可以是变量、常量、表达式;

控制输出以及图像输入和输出必须是变量。

 

相关文章:

  • 2021-12-04
  • 2021-12-05
  • 2021-12-05
猜你喜欢
  • 2021-09-04
  • 2022-01-18
  • 2021-12-25
  • 2021-10-12
  • 2021-08-04
相关资源
相似解决方案