I'm using opencv 3.1.0, tried to read an image by imread, just like Mat image = cv::imread("1.jpg"); but it stunked without any error message (performs like in
import skimage image = skimage.data.imread("my_image.png") I used this code to read an image, but I got an error as "skimage.data" has no attribute "imread".