![]() |
ImagePulser V5.2.4
Simplification des images prises avec une webcam
|
Utilisation de l'image_processing en mode manuel. Plus de détails...
#include <stdio.h>
#include <string.h>
#include <stdlib.h>
#include <iostream>
#include <fstream>
#include "opencv2/highgui.hpp"
#include "opencv2/opencv.hpp"
#include "opencv2/highgui/highgui.hpp"
#include "opencv2/videoio.hpp"
Fonctions | |
void | write_to_PBM (const std::string &input_image_path, const std::string &output_pbm_path) |
Image vers PBM en codec P4. | |
int | main (int argc, char **argv) |
Fonction principale pour tester l'écriture d'une image en PBM. | |
Utilisation de l'image_processing en mode manuel.
int main | ( | int | argc, |
char ** | argv ) |
Fonction principale pour tester l'écriture d'une image en PBM.
argc | Nombre d'arguments |
argv | Tableau d'arguments |
void write_to_PBM | ( | const std::string & | input_image_path, |
const std::string & | output_pbm_path ) |
Image vers PBM en codec P4.
input_image_path | Le chemin de l'image d'entrée |
output_pbm_path | Le chemin du fichier PBM de sortie |