Quote:
Originally Posted by Steve Warner
Does anyone know how to save a Mat image as a .jpg file in C++? We have tried imwrite but cannot get Eclipse to recognize the function.
Also is there a way to copy one Mat image to another?
Thanks
|
Sometimes eclipse gives you fake errors in C++. Try putting in an imwrite (make sure to #include the opencv header) and actually build it, ignoring eclipse's instant feedback. Does g++ give you errors?