ImagePulser V5.2.4
Simplification des images prises avec une webcam
Chargement...
Recherche...
Aucune correspondance
Référence du fichier /Users/vasilisskarleas/Library/Mobile Documents/com~apple~CloudDocs/Documents/University Sorbonne/3rd year/S6/c-project-rob-3-eleves-gr-2-1/Imagination/image_processing_manual.cpp

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"
Graphe des dépendances par inclusion de image_processing_manual.cpp:

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.
 

Description détaillée

Utilisation de l'image_processing en mode manuel.

Documentation des fonctions

◆ main()

int main ( int argc,
char ** argv )

Fonction principale pour tester l'écriture d'une image en PBM.

Paramètres
argcNombre d'arguments
argvTableau d'arguments
Renvoie
int Code de retour

◆ write_to_PBM()

void write_to_PBM ( const std::string & input_image_path,
const std::string & output_pbm_path )

Image vers PBM en codec P4.

Paramètres
input_image_pathLe chemin de l'image d'entrée
output_pbm_pathLe chemin du fichier PBM de sortie