Hugintrunk
0.1
|
#include <iostream>
#include <sys/types.h>
#include <sys/stat.h>
#include <stdlib.h>
#include "GaborGlobal.h"
#include "GaborJet.h"
#include "ContrastFilter.h"
#include "Utilities.h"
#include "CelesteGlobals.h"
Go to the source code of this file.
Namespaces | |
celeste | |
Macros | |
#define | kUseContrast 1 |
Functions | |
float * | celeste::ProcessChannel (float **image, int w, int h, int gNumLocs, int **&gLocations, int gRadius, float *response, int *len) |