Page MenuHomePhabricator

ac3957 (Andrew Chen)
User

Projects

User does not belong to any projects.

User Details

User Since
Mar 14 2017, 4:50 PM (370 w, 3 d)

Recent Activity

Jan 9 2018

ac3957 created T24020: MitkCLGlobalImageFeatures miscalculates DifferenceVariance texture feature.
Jan 9 2018, 4:57 AM · Auto-closed, Restricted Project, MITK

Oct 16 2017

ac3957 added a comment to T22654: Extending the Segmentation plugin with a multi-region threshold-based tool.

Sure thing!

Oct 16 2017, 6:40 PM · Pull Request, MITK

Oct 13 2017

ac3957 added a comment to T22654: Extending the Segmentation plugin with a multi-region threshold-based tool.
  1. The main advantages of Threshold Components is to allow placing multiple seed points, and adjusting the locations of the seed points during the process. The underlying algorithm is otherwise similar to Region Growing. I created a new tool because I didn't want to interfere with existing tools, but it is certainly feasible to add these features into the existing tool (if you think they would be useful).
  2. Pruning removes protuberances only of width 1 pixel. The rationale for pruning is that Morphological Opening, even at the smallest radius, ends up deleting much of my segmentations. Pruning cleans up the noise slightly without affecting the wanted regions. (I agree that the effect of Pruning is small - it is meant to be coupled with Thinning to skeletonize the object first, but that would be even more destructive.) There is much room for a middle-ground that is gentler than Opening and more forceful than Pruning.
Oct 13 2017, 12:30 AM · Pull Request, MITK

Oct 4 2017

GitHub <noreply@github.com> committed rMITK611c1af3c36b: Merge branch 'master' into T22654-SegmentationModuleExtensions (authored by ac3957).
Merge branch 'master' into T22654-SegmentationModuleExtensions
Oct 4 2017, 3:12 PM
ac3957 committed rMITK5c9095f11086: Fix for a name change that previous merge did not resolve (authored by ac3957).
Fix for a name change that previous merge did not resolve
Oct 4 2017, 3:12 PM
ac3957 committed rMITKb6873f1c3416: Fixed bug where segmentation didn't align with reference image during… (authored by ac3957).
Fixed bug where segmentation didn't align with reference image during…
Oct 4 2017, 3:12 PM
ac3957 committed rMITK35e3889952e7: Fixed bug with labeling clipped segmentations in ClippingPlaneView (authored by ac3957).
Fixed bug with labeling clipped segmentations in ClippingPlaneView
Oct 4 2017, 3:12 PM
ac3957 committed rMITK489f691f34e6: Extended Segmentation module: Added Threshold Components tool, Pruning utility… (authored by ac3957).
Extended Segmentation module: Added Threshold Components tool, Pruning utility…
Oct 4 2017, 3:12 PM

Apr 4 2017

ac3957 added a comment to T22654: Extending the Segmentation plugin with a multi-region threshold-based tool.

Added another commit that fixes a minor bug in segmenting for Deformable Clipping Plane View; the item number in QListWidgets does not always match the label number in the Clipped Image if there are empty clipping regions (items not equal to 2^n, where n is the number of clipping planes). However, the label number is always monotonic increasing with the item number, so this fix uses Histogram to map the item number onto the label number.

Apr 4 2017, 12:32 AM · Pull Request, MITK

Mar 30 2017

ac3957 added a comment to T22654: Extending the Segmentation plugin with a multi-region threshold-based tool.

I've sent a pull request adding the extensions I was planning. The summary of changes is:

Mar 30 2017, 6:55 PM · Pull Request, MITK

Mar 22 2017

ac3957 added a project to T22654: Extending the Segmentation plugin with a multi-region threshold-based tool: MITK.
Mar 22 2017, 7:57 PM · Pull Request, MITK
ac3957 created T22654: Extending the Segmentation plugin with a multi-region threshold-based tool.
Mar 22 2017, 6:44 PM · Pull Request, MITK