Teem 1.10.0
src/gage/test/ctfix.c File Reference
#include "../gage.h"
Include dependency graph for ctfix.c:

Defines

#define DIST(x0, y0, x1, y1)   (sqrt((x0-x1)*(x0-x1) + (y0-y1)*(y0-y1)))

Functions

int main (int argc, char *argv[])

Variables

char * ctfixInfo

Define Documentation

#define DIST (   x0,
  y0,
  x1,
  y1 
)    (sqrt((x0-x1)*(x0-x1) + (y0-y1)*(y0-y1)))

Function Documentation

int main ( int  argc,
char *  argv[] 
)

Variable Documentation

char* ctfixInfo
Initial value:
 ("removes circular streaks from CT datasets, "
                   "assuming you know where they are.  nrrd/test/histrad "
                   "is useful for finding the radius of a streak "
                   "in a given slice.")