#include <QtCore>
#include "wrap/qt/img_qt.h"
#include <assert.h>
#include <math.h>
#include <exception>
#include <typeinfo>
#include "img_scalar.h"
#include "img/img_base.h"
#include "img_convert.h"
#include "img_cs_base.h"
#include "img_io.h"
#include "img_info.h"
#include "img_filter.h"
#include <QImage>
#include <fstream>
#include "wrap/qt/img_qt_convert.h"
#include <iostream>
#include <limits>
Go to the source code of this file.
Functions | |
bool | clean_dir (QDir dir) |
void | img_filters (QString input_dir, QString image, QString output_dir) |
int | main (int argc, char **argv) |
void | sample001_open_save_color (QString input_file, QString output_file) |
void | sample002_open_save_grayscale (QString input_file, QString output_file) |
void | sample003_normalize (QString input_file, QString output_file) |
void | sample004_boxfilter (QString input_file, QString output_file) |
void | sample005_gaussiansmooth (QString input_file, QString output_file) |
void | sample006_medianfilter (QString input_file, QString output_file) |
void | sample007_unsharpmask (QString input_file, QString output_file) |
void | sample008_laplacianfilter (QString input_file, QString output_file) |
void | sample009_logfilter (QString input_file, QString output_file) |
void | sample010_dogfilter (QString input_file, QString output_file) |
void | sample011_general_convolutions (QString input_file, QString output_dir, QString output_suffix) |
bool clean_dir | ( | QDir | dir | ) |
Definition at line 232 of file img_filters.cpp.
void img_filters | ( | QString | input_dir, | |
QString | image, | |||
QString | output_dir | |||
) |
Definition at line 175 of file img_filters.cpp.
int main | ( | int | argc, | |
char ** | argv | |||
) |
Definition at line 203 of file img_filters.cpp.
void sample001_open_save_color | ( | QString | input_file, | |
QString | output_file | |||
) |
Definition at line 27 of file img_filters.cpp.
void sample002_open_save_grayscale | ( | QString | input_file, | |
QString | output_file | |||
) |
Definition at line 34 of file img_filters.cpp.
void sample003_normalize | ( | QString | input_file, | |
QString | output_file | |||
) |
Definition at line 41 of file img_filters.cpp.
void sample004_boxfilter | ( | QString | input_file, | |
QString | output_file | |||
) |
Definition at line 49 of file img_filters.cpp.
void sample005_gaussiansmooth | ( | QString | input_file, | |
QString | output_file | |||
) |
Definition at line 57 of file img_filters.cpp.
void sample006_medianfilter | ( | QString | input_file, | |
QString | output_file | |||
) |
Definition at line 65 of file img_filters.cpp.
void sample007_unsharpmask | ( | QString | input_file, | |
QString | output_file | |||
) |
Definition at line 73 of file img_filters.cpp.
void sample008_laplacianfilter | ( | QString | input_file, | |
QString | output_file | |||
) |
Definition at line 85 of file img_filters.cpp.
void sample009_logfilter | ( | QString | input_file, | |
QString | output_file | |||
) |
Definition at line 94 of file img_filters.cpp.
void sample010_dogfilter | ( | QString | input_file, | |
QString | output_file | |||
) |
Definition at line 104 of file img_filters.cpp.
void sample011_general_convolutions | ( | QString | input_file, | |
QString | output_dir, | |||
QString | output_suffix | |||
) |
Definition at line 117 of file img_filters.cpp.