You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey,
nice solution. Thank you.
There seems to be a problem in sizeof(CV_8UC3) when converting Mat. Since CV_8UC3 is type int it seems not to change its value when changed to CV_64FC3 for example.