celeste/Celeste.cpp File Reference
#include <iostream>
#include "vigra/stdimage.hxx"
#include "vigra/resizeimage.hxx"
#include "vigra/impex.hxx"
#include "vigra/colorconversions.hxx"
#include <sys/types.h>
#include <sys/stat.h>
#include <stdlib.h>
#include <string>
#include <vector>
#include "Gabor.h"
#include "Utilities.h"
#include "CelesteGlobals.h"
#include "Celeste.h"
#include "svm.h"
#include <stdio.h>
Include dependency graph for Celeste.cpp:
|
Namespaces |
| namespace | std |
Typedefs |
| typedef vigra::BRGBImage::PixelType | RGB |
Functions |
| void | get_gabor_response (string &imagefile, unsigned int &mask, string &model_file, double &threshold, string &mask_format, vector< double > &svm_responses) |
Typedef Documentation
| typedef vigra::BRGBImage::PixelType RGB |
|
Function Documentation
| void get_gabor_response |
( |
string & |
imagefile, |
|
|
unsigned int & |
mask, |
|
|
string & |
model_file, |
|
|
double & |
threshold, |
|
|
string & |
mask_format, |
|
|
vector< double > & |
svm_responses |
|
) |
|
|