![]() |
ImagePulser V5.2.4
Simplification des images prises avec une webcam
|
Filtre de cartoon. Plus de détails...
#include <opencv2/opencv.hpp>
#include <opencv2/imgproc.hpp>
#include <opencv2/highgui.hpp>
Fonctions | |
void | cartoon_effect (const std::string &input_file, const std::string &output_file) |
Il applique un effet cartoon à une image capturé par le workflow automatique grâce au filtre bilateral de OpenCv. | |
int | main (int argc, char **argv) |
Filtre de cartoon.
void cartoon_effect | ( | const std::string & | input_file, |
const std::string & | output_file ) |
Il applique un effet cartoon à une image capturé par le workflow automatique grâce au filtre bilateral de OpenCv.
input_file | le file_input de l'image (image à modifier inclus) |
output_file | la destination de l'image (image modifié inclus) |
int main | ( | int | argc, |
char ** | argv ) |