Efros-Leung
Exemplar-basedtexturesynthesis(Efros-Leung)
Classes | Functions
src/efros_leung_cmd.c File Reference

Main file for synthesis. More...

#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <ctype.h>
#include "efros_leung.h"

Classes

struct  program_argums
 Struct of program parameters. More...

Functions

int main (int argc, char **argv)
 Main function.

Detailed Description

Main file for synthesis.

This file deals with I/O. It defines the main function called from the command-line with some arguments.


Function Documentation

int main ( int  argc,
char **  argv 
)

Main function.

The main function is used to:

  • get, check and initialize command-line parameters.
  • load and save the images.
  • launch the synthesis.
 All Classes Files Functions Variables