代码搜索:NIfTI

找到约 112 项符合「NIfTI」的源代码

代码结果 112
www.eeworm.com/read/351636/3101446

txt doxy_nifti.txt

# Doxyfile 1.2.4 # This file describes the settings to be used by doxygen for a project # # All text after a hash (#) is considered a comment and will be ignored # The format is: # TAG =
www.eeworm.com/read/351636/3101453

c nifti_stats.c

#include "nifti1.h" /* for the NIFTI_INTENT_* constants */ #include "nifticdf.h" #include #include #include #include int main( int argc , char *argv[
www.eeworm.com/read/351636/3101454

c nifti_tool.c

/*--------------------------------------------------------------------------*/ /*! \file nifti_tool.c * \brief a tool for nifti file perusal, manipulation and copying * written by Ri
www.eeworm.com/read/351636/3101455

h nifti_tool.h

#ifndef _NIFTI_TOOL_H_ #define _NIFTI_TOOL_H_ #define NT_CMD_LEN 2048 typedef struct{ int len; char ** list; } str_list; typedef struct{ int len; int * list; } in
www.eeworm.com/read/351636/3101482

h nifti1.h

/** \file nifti1.h \brief Official definition of the nifti1 header. Written by Bob Cox, SSCC, NIMH. HISTORY: 29 Nov 2007 [rickr] - added DT_RGBA32 and NIFTI_TYPE_RG
www.eeworm.com/read/351636/3101555

c nifti_test.c

/* * test program for NIFTI lib. */ #include enum NIFTITEST_BOOL { NIFTITEST_TRUE=1, NIFTITEST_FALSE=0 }; void _PrintTest(const int line,const char * message,const int Fa
www.eeworm.com/read/432378/8607933

m extra_nii_hdr.m

% Decode extra NIFTI header information into hdr.extra % % Usage: hdr = extra_nii_hdr(hdr) % % hdr can be obtained from load_nii_hdr % % NIFTI data format can be found on: http://nifti.nimh.
www.eeworm.com/read/430776/8728777

m extra_nii_hdr.m

% Decode extra NIFTI header information into hdr.extra % % Usage: hdr = extra_nii_hdr(hdr) % % hdr can be obtained from load_nii_hdr % % NIFTI data format can be found on: http://nifti.nimh.
www.eeworm.com/read/232339/14197268

m extra_nii_hdr.m

% Decode extra NIFTI header information into hdr.extra % % Usage: hdr = extra_nii_hdr(hdr) % % hdr can be obtained from load_nii_hdr % % NIFTI data format can be found on: http://nifti.nimh.
www.eeworm.com/read/351636/3101457

c nifti1_test.c

#include /* directly include I/O library functions */ /*-----------------------------------------------*/ /* cc -o nifti1_test -O2 nifti1_test.c -lm */ /*-------------------