Functions | Variables
contrib/gel/gevd/gevd_fold.cxx File Reference

Use 8 directions, with 45 degree angle in between them. More...

#include "gevd_fold.h"
#include <vcl_vector.h>
#include <vcl_iostream.h>
#include <vnl/vnl_math.h>
#include <gevd/gevd_noise.h>
#include <gevd/gevd_float_operators.h>
#include <gevd/gevd_pixel.h>
#include <gevd/gevd_bufferxy.h>

Go to the source code of this file.

Functions

vcl_ostream & operator<< (vcl_ostream &os, const gevd_fold &st)
 Output a snapshot of current control parameters.
vcl_ostream & operator<< (vcl_ostream &os, gevd_fold &st)
 Output a snapshot of current control parameters.

Variables

const unsigned char TWOPI = 8
const unsigned char FULLPI = 4
const unsigned char HALFPI = 2
const int DIS []
const int DJS []
const int RDS [] = {0,-1, 1,-2, 2,-3, 3,-4, 4,-5, 5}
const int FRAME = 4

Detailed Description

Use 8 directions, with 45 degree angle in between them.

Definition in file gevd_fold.cxx.


Function Documentation

vcl_ostream& operator<< ( vcl_ostream &  os,
const gevd_fold st 
)

Output a snapshot of current control parameters.

Definition at line 425 of file gevd_fold.cxx.

vcl_ostream& operator<< ( vcl_ostream &  os,
gevd_fold st 
)

Output a snapshot of current control parameters.

Definition at line 438 of file gevd_fold.cxx.


Variable Documentation

const int DIS[]
Initial value:
 { 1, 1, 0,-1,-1,-1, 0, 1, 
                    1, 1, 0,-1,-1,-1, 0, 1, 
                    1, 1, 0,-1,-1,-1, 0, 1}

Definition at line 23 of file gevd_fold.cxx.

const int DJS[]
Initial value:
 { 0, 1, 1, 1, 0,-1,-1,-1,
                    0, 1, 1, 1, 0,-1,-1,-1,
                    0, 1, 1, 1, 0,-1,-1,-1}

Definition at line 26 of file gevd_fold.cxx.

const int FRAME = 4

Definition at line 32 of file gevd_fold.cxx.

const unsigned char FULLPI = 4

Definition at line 22 of file gevd_fold.cxx.

const unsigned char HALFPI = 2

Definition at line 22 of file gevd_fold.cxx.

const int RDS[] = {0,-1, 1,-2, 2,-3, 3,-4, 4,-5, 5}

Definition at line 29 of file gevd_fold.cxx.

const unsigned char TWOPI = 8

Definition at line 22 of file gevd_fold.cxx.