get_image_pointer3(ImageRGB : : : PointerRed, PointerGreen, PointerBlue, Type, Width, Height) 描述 算子get_image_pointer3返回一个C指针指向彩色图像的三个通道(ImageRGB)。 此外还返回图像类型(Type ='byte','int2','float'等)和图像大小(Width和Height)。 因此,可以通过指针从HALCON主语言直接访问HA...
get_image_pointer3(ImageRGB : : : PointerRed, PointerGreen, PointerBlue, Type, Width, Height) 函数获取一个三通道图像的三个通道的数据指针,图像的类型与长宽也可以额外获取。 因此,可以通过指针直接访问HALCON数据库中的图像数据。 在HALCON中,图像按行顺序线性化储存,即一行一行地储存。 'complex' 和'vec...