0
votes

I tried to sharpen an image with OpenCV, but I found only functions for C++ and not for C, Someone knows how to sharpen an image in C (with OpenCV)? Thanks in advance.

1

1 Answers

0
votes

Unfortunately the C API of OpenCV is dead. You can only call newest OpenCV from C++. I.e. the answer is "you can't, you must use C++ to write a new C wrapper for OpenCV".