- NEW mitkAnalyzeImageReader and mitkAnalyzeImageWriter: support the I/O of Analyze medical image format;
- NEW mitkMetaImageReader and mitkMetaImageWriter: support the I/O of Meta medical image format;
- NEW mitkNetCDFImageReader and mitkNetCDFImageWriter: support the I/O of NetCDF medical image format;
- NEW mitk registration framework including support for out-of-core volume data and point set registration;
- NEW mitkBSplineFreeFormTransform: provides the B-Spline based free-form deform method;
- NEW mitkThinPlateSplineTransform: a concrete thansform class to perform thin-plate spline transform;
- NEW mitkDeformFieldGenerator: generate the explicit deformation field resulting from non-rigid registration;
- NEW mitkPointSetRegistrationFilter: represents the pairwise point sets registration framework;
- NEW mitkLandmarkRegistrationFilter: provides the landmark-based image registration method;
- NEW mitkThread, mitkThreadMasterWorker, mitkThreadFactory, mitkMutex, mitkSPMD, mitkConditionVariable, etc: provide the support for multi-threading;
- New mitkHistogram1D, mitkHistogram2D: support 1D histogram and 2D histogram;
- NEW mitkGaussianFilter: provides the Gaussian filter;
- NEW mitkTransferFunction2DRGBA, mitkTF2DRGBAClassifier, mitkTF2DRGBAEllipsoidClassifier, mitkTF2DRGBAPyramidClassifier, mitkTF2DRGBARampClassifier, mitkTF2DRGBASlopeClassifier: provide RGBA2D Classifiers for volume rendering;
- NEW mitkTF2DRGBAPSPSplineClassifier, provides PSP spline classifier for volume rendering;
- NEW Multi-Mode image forward reconstruction framework, including classes encapsulating 3D Ultra Sound and CT forward reconstruction algorithms;
- NEW mitkRawData class, the abstract class that represents original data acquired from the imaging equipments;
- NEW mitkRawDataToVolumeFilter class, the abstract class that represents forward reconstruction;
- NEW mitkRawDataReader, mitkRawDataWriter classes, the abstract classes that represent Reader and Writer of mitkRawData respectively;
- NEW mitkTrackedBscanDataReader,mitkTrackedBscanDataWriter classes, the concrete classes that represent Reader and Writer of 3D Ultra Sound original data respectively;
- NEW mitk3DUSReconstructionFilter, mitkCTReconstructionFilter classes,abstract classes that represent 3DUS and CT forward reconstruction respectively;
- NEW mitk3DUSPixelBased, mitk3DUSPixelBasedMT classes, concrete classes that represent 3DUS PNN reconstruction algorithms respectively;
- NEW mitkTrackedBscanData,mitkTrackedBscanICData,mitkTrackedBscanOoCData classes, the abstract class and concrete classes, which represent 3DUS data respectively;
- NEW mitkCTProjectionData class, the abstract class that represents CT Projection data;
- NEW mitk2DbeamPD,mitk2DBeamICPD,mitk2DBeamICPD classes, the abstract class and concrete classes, which represent 2D CT Projection data respectively;
- NEW mitkConeBeamPD,mitkConeBeamICPD,mitkConeBeamOoCPD classes, the abstract class and concrete classes, which represent cone beam CT Projection data respectively;
- NEW mitkConeBeamRealTimePD class, the concrete class, which represents cone beam CT real-time Projection data;
- NEW mitkParallelBeamReconFromCirle, mitkPBFBPReconCF classes, the abstract class and concrete class, which represent parallel beam CT reconstruction respectively;
- NEW mitkFanBeamReconFromCirle, mitkFBFBPReconCF, mitkFBFBPReconCFCpu classes, the abstract class and concrete classes, which represent fan beam CT reconstruction respectively;
- NEW mitkConeBeamReconFromHelix, mitkCBFDKReconCF, mitkCBFDKReconCFCPU, mitkCBTFDKReconCF classes, the abstract class and concrete classes, which represent Cone beam CT reconstruction respectively;
- Fix bugs found in MITK 2.1.
|