Page MenuHomePhabricator

Boolean View of segmentation should be able to work in images with different dimension
Closed, ResolvedPublic

Description

The BooleanView of the segmentation bundle should also be able to compare images of different dimension (but still: the spacing must be the same).

Event Timeline

Some questions. :)

Do you have an example of a concrete use case? Why should one apply boolean operations on different images?

Do you know if there is any support of ITK for filters on images with different dimensions? Or, do we have examples in our code for something similar?

Created initial branch: bug-11218-enhance-boolean-view

In our case we cropped a part of the image. Reason for this was to achieve better thresholding results. After the threshold segmentation we want to "merge" the obtained segmentation into the segmentation of the original image (with the original image size)

New remote branch pushed: bug-11218-enhance-boolean-view-v2

[59b715]: Merge branch 'bug-11218-enhance-boolean-view-v2'

Merged commits:

2013-02-07 11:05:22 Andreas Fetzer [b0c4b1]
Fixed wrong image initialization


2013-02-07 10:14:21 Andreas Fetzer [d62e79]
Adapted existing boolean functions so that new function for images of different size is invoked


2013-02-07 10:12:25 Andreas Fetzer [b30b38]
Moved boolean operations for images of different size in separate function


2013-02-06 21:38:21 Andreas Fetzer [af711e]
First working version


2012-04-10 10:33:35 Andreas Fetzer [cab21f]
WIP: Wrote some initial code. Should be cleaned up.