#include "Psycho/GaborSnake.H"
#include "Image/geom.h"
#include "Image/vec2.h"
#include "Util/Assert.H"
#include "Util/log.H"
#include "rutz/rand.h"
#include <algorithm>
#include <cmath>
Go to the source code of this file.
sequences of contour-aligned gabor elements
Definition in file GaborSnake.C.