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
I am using Opencv 4.5.4 version. I get this problem:
IplImage z_ipl = z;
Error: conversion from ‘cv::Mat’ to non-scalar type ‘IplImage {aka _IplImage}’ requested.
I tried 'IplImage z_ipl = cvIplImage(z);' but I don't solve this problem. I also set dlib library and try;
IplImage z_ipl = cvIplImage(z);
dlib::cv_imagedlib::rgb_pixel image(z);
it doesn't work :( How can I solve this problem. Thanks
My opencv is opencv4.2, and I get this problem:
IplImage z_ipl = z;
conversion from ‘cv::Mat’ to non-scalar type ‘IplImage {aka _IplImage}’ requested
How can I solve this problem. Thanks a lot.
The text was updated successfully, but these errors were encountered: