Search This Blog

Tuesday, February 19, 2019

FireVoxel Build 297 is released.

1. Coded an initial variant of the FLEXR-AutoWarp function.

2. New easy and effective scenario for lung CT segmentation. EdgeWave with the seed, followed up by the F7 (contour fill function). Later on: make a standalone one-step function, with the simple dialog box, option to separate the L\R lungs, and possibly fully auto without specifying the seed.


3. Extended the document comparison function to include the Vrois comparison, with diagnostics.

4. Cleared up ABT subtest for the Foerstner landmarks. Extended Foerstner landmark detection to volumes including ROIs. Included lung+ROI Foerstner landmark detection into ABT.



5. Fixed the defect inside the recently optimized RoiGetNumberOfVoxels function.

6.  Fixed defects inside the SegmentMouseHolder function.
7.  SegmentMouseHolder function:  all output segmented subvolumes are identical size now.
8. Added ABT facility to verify several (all) opened documents.
9.  Added ABT subtest for Mouse Holder Segmentation

Tuesday, February 5, 2019

FireVoxel Build 296 is released.

1. Re-engineered the structure of all Dynamic Framework subtests of the ABT. Now unlimited number of subtests is allowed for all models. Any source format is allowed :
{ FVX,MIDAS,DICOM }.  Added a new subtest for Tofts (Model8) from DICOM.

2.  Continue work on the ParSVD (1-sided Jacobi SVD/parallel). Replace the NR-SVD in the VolumeTransform function, fixed uncovered defects in ParSVD.

3.  Added an ABT subtest for the Volume4D->PCA function.

4. Use ParSVD engine inside the Vol4D_PCA function.

5. Replace and Unified all the instances of the SVD usage to a  ParSVD (1SJA) function.
This excludes the underdetermined systems.

6. String consolidation to the module-specific string tables.