How can I remove the metadata from my image.
I know we cannot extract the metadata but is there a way I can remove the metadata using OpenCV
I know we cannot extract the metadata but is there a way I can remove the metadata using OpenCV
that's really easy:
// load, discarding meta data
Mat im = imread("some.png");
// save again
imwrite(im, "some.png");
Asked: 2020-05-27 01:54:31 -0600
Seen: 759 times
Last updated: May 27 '20
A question about registration function in Opencv2.4.2
opencv_traincascade with same size negatives (as positives)
phase correlation for image registration(image stitching)
Does OpenCV provide Connected Component labeling method for binary image?
3d models from 2d image slices
Find image inside of another (corners detection?)