#include <teem/air.h>
#include <teem/hest.h>
#include <teem/biff.h>
#include <teem/nrrd.h>
#include <teem/ell.h>
Defines | |
#define | NINSPECT "ninspect" |
Functions | |
int | fixproj (Nrrd *nproj[3], Nrrd *nvol) |
int | ninspect_proj (Nrrd *nout, Nrrd *nin, int axis, int smart, float amount) |
int | doit (Nrrd *nout, Nrrd *nin, int smart, float amount) |
void | ninspect_usage () |
int | main (int argc, char *argv[]) |
Variables | |
char * | info |
#define NINSPECT "ninspect" |
int main | ( | int | argc, | |
char * | argv[] | |||
) |
void ninspect_usage | ( | ) |
char* info |
Initial value:
("Quick way of seeing what's inside a 3D volume. A color image " "of three axis-aligned projections is composed of histogram-" "equalized and quantized images of the summation (red), " "variance (green), and maximum (blue) intensity projections. " "If volume is orientation in RAS space, then a standard " "orientation is used for projections and projections are " "upsampled (with box kernel) to have isotropic pixels.")