Page MenuHomePhabricator

GetPixelValueByIndex can not handle vector images
Closed, ResolvedPublic

Event Timeline

User neher has pushed new remote branch:

bug-18110-VectorGetPixelValueByIndex

Don't push "wip" commits! Please squash your two commits into one before merging into master.

Also remove the mitkImagePixelReadAccessor.h include in mitkSliceNavigationConroller.h and the mitkImageAccessByItk.h include in mitkImageStatisticsHolder.h.

Added commit to only perform vector statistics if it an image of pixel type vector.

what is the status of the bug?

waiting for open dashboard

[d528f7]: Merge branch 'bug-18110-Integration'

Merged commits:

2014-10-01 14:51:57 Peter Neher [a2b664]
removed unused includes


2014-10-01 14:46:47 Peter Neher [5afee5]
using component information to get pixel value

The last commit introduces a bug in the offset calculation for rgb images. See T18285.

User zelzer has pushed new remote branch:

bug-18110-fix-rgb-offset-calculation

[4c1896]: Merge branch 'bug-18110-fix-rgb-offset-calculation'

Merged commits:

2014-10-24 17:24:39 Sascha Zelzer [e750ff]
Offsets for multi-component pixel types are already handled in GetPixelValueByIndex.