Search This Blog

Monday, August 25, 2025

Build 475 is released. 

1. Adapted MirrorX and MirrorY functions for multi-channel  augmentation.

2. Fixed a substantial defect in VA_IsInSliceProj.  It was causing a crash under certain scroll parameters.

3. Fixed defect in GetResolution function.

4. Breast Unet: implemented Tversky cost.

5. Corrected 3D Separable convolution defect affecting the N3.

 

Friday, August 22, 2025

Build 474 is released.

 1. Corrected a defect in DlgVolInfo: the Rows\Columns\Bpp fields were incorrectly displayed.

2. Changed the C++ API for memory handling functions to template instead of legacy defines.

3. Simplified requirements for the .TIME file for loading 4D (Nifti,Midas, etc). Now only a few fields are required.

4. Fixed defect RoiStats4D when no ROI was present.

Monday, August 18, 2025

Build 473 is released.

 1. Fixed the defect: when a single invalid multiframe file is present in the subfolder - the whole DICOM load failed without diagnostics. Now problematic file names are shown to the User who has an option to proceed without them.

2. Fixed defect in sorting calling contract in DICOM Tree record sorting (RawTime and RawTimeSerNumber).

3. Fixed several memory leaks in DicomMakeTree.cpp

4. DicomMakeTree.cpp : C++17 compliance: removed binary operators in parallel sorting.

Sunday, August 17, 2025

Build 472 is released

 1. Allowed a reasonable display of DICOMs when the SliceSpacing and Slice thickness  = 1e60 (VOIDVOX)

2. Fixed bug in FVXDCM_GetPixelDataInfo function.

3. Fixed bug in FVXDCM_MinimizeDicomHeader function.

4. Fixed bug in FVXDCM_SaveSliceDirect function.

5. Fixed microseconds (UINT16) truncation bug.

6. Fixed DCM_PixelSpacing defect with switched Vx,Vy order.

7. FVXDCM  DJ codecs clean-up is fixed.


Friday, August 15, 2025

Build 471 is released.

1. Implemented FlexDim design for the Unet 2.5D segmentation network.

2. Dicom dialog box: implemented 2 options for working with "Combined Studies", so they can be copied

3. Fixed logic errors in "Enumerate Tree Items with Checked Ancestors". This was causing the problem of duplicated files when copying the DICOM subtree.

4. Removed the "Multiframe warning" from DICOM Tree to Folders function.