#include "../gage.h"
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 DIST | ( | x0, | |||
y0, | |||||
x1, | |||||
y1 | ) | (sqrt((x0-x1)*(x0-x1) + (y0-y1)*(y0-y1))) |
int main | ( | int | argc, | |
char * | argv[] | |||
) |
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.")