Teem 1.10.0
src/bin/ninspect.c File Reference
#include <teem/air.h>
#include <teem/hest.h>
#include <teem/biff.h>
#include <teem/nrrd.h>
#include <teem/ell.h>
Include dependency graph for ninspect.c:

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 Documentation

#define NINSPECT   "ninspect"

Function Documentation

int doit ( Nrrd nout,
Nrrd nin,
int  smart,
float  amount 
)
int fixproj ( Nrrd nproj[3],
Nrrd nvol 
)
int main ( int  argc,
char *  argv[] 
)
int ninspect_proj ( Nrrd nout,
Nrrd nin,
int  axis,
int  smart,
float  amount 
)
void ninspect_usage ( )

Variable Documentation

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.")