Quantcast
Channel: OpenCV Q&A Forum - RSS feed
Viewing all articles
Browse latest Browse all 322

Error loading image 7656x6619

$
0
0
im trying to load 2 images of 150MB and i cant load it someone can helme please? this is my code, i don´t have errors Mat imageRed = imread("images/OrtoImagenTest/band(3).tif", CV_LOAD_IMAGE_GRAYSCALE); Mat imageNir = imread("images/OrtoImagenTest/band(4).tif", CV_LOAD_IMAGE_GRAYSCALE); int rows = imageRed.rows; int cols = imageRed.cols; cout <<"rows " <

Viewing all articles
Browse latest Browse all 322

Trending Articles