AlbumShaper  1.0a3
Macros
edgeDetect.cpp File Reference
#include <qpainter.h>
#include <qimage.h>
#include <math.h>
#include "edgeDetect.h"
#include "blur.h"
#include "../enhancements/contrast.h"
Include dependency graph for edgeDetect.cpp:

Go to the source code of this file.

Macros

#define MIN(x, y)   ((x) < (y) ? (x) : (y))
 
#define MAX(x, y)   ((x) < (y) ? (x) : (y))
 
#define FILTER_SIZE   5
 

Macro Definition Documentation

§ FILTER_SIZE

#define FILTER_SIZE   5

§ MAX

#define MAX (   x,
 
)    ((x) < (y) ? (x) : (y))

§ MIN

#define MIN (   x,
 
)    ((x) < (y) ? (x) : (y))