![]() |
ImagePulser V5.2.4
Simplification des images prises avec une webcam
|
Application du filtre cartoon en manuel. Plus de détails...
#include <opencv2/opencv.hpp>
#include <opencv2/imgproc.hpp>
#include <opencv2/highgui.hpp>
#include <stdint.h>
#include <string.h>
#include <stdlib.h>
#include <stdio.h>
Fonctions | |
void | cartoon_effect (const std::string &input_file, const std::string &output_file) |
Mettre une image en manual pour etre modifié par le filtre cartoon. | |
int | main (int argc, char **argv) |
Application du filtre cartoon en manuel.
void cartoon_effect | ( | const std::string & | input_file, |
const std::string & | output_file ) |
Mettre une image en manual pour etre modifié par le filtre cartoon.
input_file | le file_input de l'image |
output_file | la destination de l'image |
int main | ( | int | argc, |
char ** | argv ) |