Is it required to check 16 byte memory alignment when create a Mat of opencv?

95 Views Asked by At

I remember when using intel ipp, the width of image has to be aligned with 16 byte boundary. which means if width % 16 != 0, need fill a few bytes at the end of each row.

Does opencv has this kind of requirement?

0

There are 0 best solutions below