Ask Your Question

Johann's profile - activity

2016-01-19 09:54:57 -0600 answered a question Unable to open raw image through opencv

Hello,

is there a way to use the imagedata pointer direct in the Mat class. on slow System, memcpy Need much time.

sample img.create(Height, Width, Format, imagedata)

so no internal malloc, no memcpy, no free is needed.

Johann