Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我一直在尝试将矩阵转换为 Halcon 中的图像。到目前为止,我只设法在所有像素的 for 循环中使用 set_grayval。有人可以提出更好的方法吗?谢谢!
这应该这样做:
get_domain (Image, Domain) get_region_points (Domain, Rows, Columns) set_grayval (Image, Rows, Columns, GrayvalValues)