Quantcast
Channel: openFrameworks - Latest posts
Viewing all articles
Browse latest Browse all 40524

OpenCV is missing inpaint function

$
0
0

The cv::inpaint() is declared in the photo module within opencv.

Just add this include to your project:

#include <opencv2/photo/photo.hpp>

Or you could include the following which includes all of OpenCV's functionality.

#include <opencv2/opencv.hpp>

Viewing all articles
Browse latest Browse all 40524

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>