#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.
Defines | |
#define | FILTER_SIZE 5 |
|
Referenced by EdgeDetect::smoothLumHistogram(). |