-
-
Notifications
You must be signed in to change notification settings - Fork 56.3k
Closed
Labels
question (invalid tracker)ask questions and other "no action" items here: https://forum.opencv.orgask questions and other "no action" items here: https://forum.opencv.org
Description
opencv 3.4.1-dev function imwrite params IMWRITE_TIFF_XDPI,IMWRITE_TIFF_YDPI do not work?
Mat img = imread("C:\\Ursers\\r\\Desktop\\1.tif");
vector<int> vec;
vec.push_back(IMWRITE_TIFF_XDPI);
vec.push_back(300);
vec.push_back(IMWRITE_TIFF_YDPI);
vec.push_back(300);
imwrite("C:\\Users\\KFPA\\r\\4.tif", img, vec);
Metadata
Metadata
Assignees
Labels
question (invalid tracker)ask questions and other "no action" items here: https://forum.opencv.orgask questions and other "no action" items here: https://forum.opencv.org