#include <math.h>
#include <ary.h>
#include "extremaTypes.h"
#include "extremaParams.h"
Namespaces | |
namespace | extrema |
Classes | |
class | extrema::CPreprocess |
class | extrema::CPreprocessRGBSeq |
class | extrema::CPreprocessRGBPlanes |
Defines | |
#define | M_PI 3.14159265358979323846 |
#define | def_preprocess_function_seq(channel_conversion, intensity_processing) |
#define | def_preprocess_function_plan(channel_conversion, intensity_processing) |
#define def_preprocess_function_plan | ( | channel_conversion, | |||
intensity_processing | ) |
Value:
void preprocess_## channel_conversion ## _ ## intensity_processing \ (const ExtremaImage &image, int preprocess_type, int swap, utls::BAry *&img);
#define def_preprocess_function_seq | ( | channel_conversion, | |||
intensity_processing | ) |
Value:
void preprocess_## channel_conversion ## _ ## intensity_processing \ (const ExtremaImage &image, int preprocess_type, utls::BAry *&img);
#define M_PI 3.14159265358979323846 |