sensor_msg_image.h
Hello,
I'm trying to get image information from Image message and make a image data.
I found that there is some guideline to do this by using open cv.
However, I want to create image class defined by myself, which takes image data like matrix format.
I found that message has uint8_t data. how should I convert to image data to double??
Am I understanding image.h header file correctly?
If not, can you give me some comments?
Thanks