-
Notifications
You must be signed in to change notification settings - Fork 17
Release Notes (CurveAlign)
Yuming Liu edited this page May 22, 2020
·
1 revision
- Add an HSV color based registration and segmentation for automatic boundary creation
- Add alignment measurement between individual fiber features in addition to relative angle with respect to tumor boundary
- Add density/intensity estimation module for user defined individual ROIs
- Add synthetic fiber generator module to create synthetic fibers with user specified fiber properties
- Add fast individual fiber estimation using C++ mex functions in CT-FIRE
- Provide headless functions to run on distributed computer system such as CHTC (The Center for High Throughput Computing, UW-Madison)
- Add an automatic boundary creation module to automatically register H&E image with SHG image, and then segment boundaries based on the registered H&E bright field image
- Add the ROI manager for defining the regions of interest in an image
- Add ROI analysis for post-processing CurveAlign analysis results of an individual image
- Add ROI analysis for running CurveAlign on the defined ROIs of individual image for orientation and alignment measurement with Curvelets
- Add ROI analysis and ROI post-processing for the defined ROIs in multiple images
- Add output table to selectively display the alignment information as well as the associated overlay, heatmap and histogram figures
- Add options in Curveletsbased analysis to allow the user to specify the scale to be used and the radius to group the curvelets
- Add an option to select/un-select the fibers within a tiff boundary
- Add options to control the heat map of the relative angle or localized alignment;
- Add a function to manually draw tiff boundaries
- Fix a bug in the measurement and output of the relative angle
- Add the function to combine the results in a selected folder of CurveAlign output.
Compared to the version 2.3, its primary change is adding fiber feature extraction from CT-FIRE output
- Output up to thirty four fiber features, including angle, alignment, density, and etc. , these features are saved in both .csv file and .mat file
- Multiple tiff boundaries can be loaded to investigate the interaction between fiber and cell
- Read in CT-FIRE fiber extraction results
- A feature ranking using linear support vector machine approach is included
- Keep the most features of the older version (2.3), such as the statistics for the relative angles, heat map to show the fiber (angle) alignment, and the fiber-boundary association, etc.