MantisBT - ParaQ-Administrative
View Issue Details
0003401ParaQ-Administrativepublic2006-06-15 11:192013-11-27 08:06
Qi Duan 
 
normalfeaturehave not tried
newsuspended 
0003401: Hello
Dear Sir or Madam,
On the last few lines on p148 in ch 6,(p180 in the pdf file of the latest software guide), it said " The ShiftScaleImageFilter requires a multiplication factor (scale) and a post-scaling additive value (shift)...". However, based on the equation and the actual template code, it seems that the shift should be pre-scaling instead of post-scaling.
Ref:
...
while (!it.IsAtEnd())
    {
    value = (static_cast<RealType>(it.Get()) + m_Shift) * m_Scale;
    if (value < NumericTraits<OutputImagePixelType>::NonpositiveMin()) {...
No tags attached.
html bcl_HTML3.html (5,290) 2013-11-27 08:06
https://public.kitware.com/Bug/file/4979/bcl_HTML3.html
Issue History
2007-08-29 10:28Zack GalbreathNote Deleted: 0006816
2013-11-27 08:06user5356File Added: bcl_HTML3.html

There are no notes attached to this issue.