View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0003401ParaQ-Administrativepublic2006-06-15 11:192013-11-27 08:06
ReporterQi Duan 
Assigned To 
PrioritynormalSeverityfeatureReproducibilityhave not tried
StatusnewResolutionsuspended 
PlatformOSOS Version
Summary0003401: Hello
DescriptionDear 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()) {...
TagsNo tags attached.
Attached Fileshtml file icon bcl_HTML3.html [^] (5,290 bytes) 2013-11-27 08:06

 Relationships

  Notes
There are no notes attached to this issue.

 Issue History
Date Modified Username Field Change
2007-08-29 10:28 Zack Galbreath Note Deleted: 0006816
2013-11-27 08:06 user5356 File Added: bcl_HTML3.html


Copyright © 2000 - 2018 MantisBT Team