Forum Discussion
Altera_Forum
Honored Contributor
8 years agoReplacing
*src_ptr = *img.data; with memcpy ( src_ptr, img.data, sizeof(uchar) * size_cols * size_rows); worked but know it have a copy in my code again (no improvement in regards to runtime). Using this src_ptr = img.data; Gives an empty output (as always). Do you have an idea how to handle it without the memcpy-function? Thanks