View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0000990VTK(No Category)public2004-07-19 03:342004-07-19 13:43
ReporterHenkjan Huisman 
Assigned ToMathieu Malaterre 
PrioritynormalSeveritymajorReproducibilityalways
StatusclosedResolutionfixed 
PlatformOSOS Version
Product Version 
Target VersionFixed in Version 
Summary0000990: vtkImageReslice LinearInterpolation Round off bug
DescriptionFloating point image volumes with scalars in the range 0-1 are incorrectly resliced as the result is round to either 0 or 1. I'm using this functionality for color overlay display of feature images that contain scalars in that range. Switching to nearestneighbour solves the round-off problem, but produces unattractive images. Remove line 1111 (CVS-1.41) stating vtkResliceRound(result, *outPtr++);
TagsNo tags attached.
Project
Type
Attached Files

 Relationships

  Notes
(0001278)
Mathieu Malaterre (developer)
2004-07-19 13:43

David Gobbi (author of vtkImageReslice) confirmed the bug is fixed in CVS. Please update to a newer version of the file.

This problem has already been fixed in CVS, here is the log:

---------------------
Revision 1.48
Sun May 2 19:03:17 2004 UTC (2 months, 2 weeks ago) by dgobbi
Changes since 1.47: +61 -8 lines
Diff to previous 1.47

ERR: Possible truncation to integer for floating point images for all
interpolation modes except for cubic. This bug has been around since
the float->double VTK conversion.
----------------------

 Issue History
Date Modified Username Field Change
2011-06-16 13:11 Zack Galbreath Category => (No Category)


Copyright © 2000 - 2018 MantisBT Team