#include "CINNIC/contourNeuron.H"
#include "CINNIC/contourNeuronProp2.H"
#include "Raster/Raster.H"
#include "Image/Pixels.H"
#include "Image/Image.H"
#include "Util/Timer.H"
#include <vector>
Go to the source code of this file.
Classes | |
class | contourRun2 |
Run the hyper column on a given image with a given connection template. More... | |
Defines | |
#define | CONTOUR_RUN2_DEC |
#define | CONTOUR_RUN2_CLASS |
CINNIC classes
Definition in file contourRun2.H.
#define CONTOUR_RUN2_CLASS |
contourRun2<kernelSize,scales,orientations, \ iterations,FLOAT,INT>
Definition at line 92 of file contourRun2.H.
#define CONTOUR_RUN2_DEC |
template <unsigned short kernelSize, \ unsigned short scales, \ unsigned short orientations, \ unsigned short iterations, \ class FLOAT, class INT>
Definition at line 86 of file contourRun2.H.