This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

VLIB读取图像



你好,

我最近刚刚接触用VLIB处理图像,我想问一下在VLIB  release3.3.0.3有哪些函数可以用来读取图像。

是不是要自己编写函数呢?

例如

get_image_pointer(fileDir, imageData, imageSize);

get_image_height(fileDir);之类的函数?

谢谢