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
The cvInitImageHeader() function does not correctly initialize the IplImage. The line "image->nSize = sizeof( *image );" got deleted from OpenCV 3 to OpenCV 4. This line needs to be added back in.