View Issue Details

IDProjectCategoryView StatusLast Update
0000482Slicer3Command Line Modules (Applications/CLI)public2017-06-10 08:51
Reporterhaehn Assigned Tolorensen  
PrioritynormalSeveritytrivialReproducibilityalways
Status closedResolutionfixed 
Summary0000482: Grayscale Model Maker - Smoothing not used
Description

The smoothing in the Grayscale Model Maker CLI has no effect because its output is never used.

transformer->SetInput(smootherSinc->GetOutput());
if ((transformIJKtoRAS->GetMatrix())->Determinant() < 0)
  { 
  transformer->SetInput(reverser->GetOutput());
  }
else 
  {
  transformer->SetInput(decimator->GetOutput());
  }

The if-block can be deleted because the check of the determinant is performed earlier.

TagsNo tags attached.

Activities

haehn

haehn

2010-10-18 07:56

developer   ~0002090

Fixed in rev 15232.

Related Changesets

Import 2017-06-07 23:51:09: master eb08f9f1

2014-05-30 16:42:35

jcfr

Details Diff
COMP: Update CTK - Fixes windows build error

Error that will be fixed:

31>6>4>..\..\..\..\CTK\Libs\Widgets\ctkTestApplication.cpp(129) : error C2228: left of '.toLocal8Bit' must have class/struct/union
31>6>4> type is 'const char *'


All other changes:

$ git shortlog dc9fd81..383c477 --no-merges
Andreas Fetzer (6):
Added support for modification time in xnat
Adaptions to changes in qRestAPI
Cleanup
Added support for resources for all levels of the xnat data hierachy
Fixed reconstruction to diplay content properly
Cleanup

Jean-Christophe Fillion-Robin (1):
Fix build of ctkTestApplication.cpp with Qt4. Fixes 0000482

Sascha Zelzer (7):
Always use brackets for if statements.
Fix unused parameter warning.
qRegisterMetaType ctkServiceReference and QSharedPointer<ctkPlugin>, because the weakness of Qt MetaType system, we need to register type early.
Break the #include <QtSql> into #include <QLibrary> #include <QSqlQuery> #include <QDebug> #include <QSqlError> #include <QPluginLoader> #include <QDirIterator> because Qt
Work around different wchar_t settings.
Use ascii ' instead unicode ‘’
Fix ctkConsoleTest for Qt5.

Yonggang Luo (6):
Move the REGISTERED macro check to the front of the ctkServiceEvent file.
It's should return T() but QVariant().
Add the lost Q_D(const PluginTracker); in ctkPluginTracker<T>::isEmpty()
Use unicode version FormatMessageW in ctkPluginFrameworkLauncher::appendPathEnv
Use ascii ' instead of unicode ’ in file ctkEventAdmin.h
use GetProcAddress to safe calling to RtlCaptureStackBackTrace in ctkBackTrace.cpp

git-svn-id: http://svn.slicer.org/Slicer4/trunk@23262 3bd1e089-480b-0410-8dfb-8563597acbee
mod - SuperBuild/External_CTK.cmake Diff File

Issue History

Date Modified Username Field Change
2009-03-01 06:21 haehn New Issue
2009-03-01 14:01 pieper Assigned To => lorensen
2009-03-01 14:01 pieper Status new => assigned
2010-10-18 07:56 haehn Note Added: 0002090
2010-10-18 07:56 haehn Status assigned => closed
2010-10-18 07:56 haehn Resolution open => fixed
2017-06-10 08:51 jcfr Changeset attached => Slicer master eb08f9f1