Hans Johnson

Results 25 issues of Hans Johnson

### Description The new version of VXL supports the "abs" function from the C++ library, thus allowing for consistent use of "itk::Math::abs(cplxnum)" and "itk::Math::abs(realnum)" Use of itk::Math::abs for complex numbers...

type:Infrastructure
status:Backlog
area:ThirdParty

### Description ### Steps to Reproduce ''' ITK/Modules/Core/Common/include/itkHexahedronCell.hxx:385:34: warning: ‘derivs[16]’ is used uninitialized in this function [-Wuninitialized] 385 | tcol[j] += pt[j] * derivs[i + 2 * Self::NumberOfPoints]; | ^...

type:Bug
status:Backlog

### Description Identical code (written in python & C++) results in different images being written to disk. The python code writes an image to disk with Identity direction cosine, even...

type:Bug
status:Backlog

Dear DOCGroup team, I am considering adding a parallel CMake based multi-platform build system to the existing ACE_TAO code base. Before I put forth such an effort, I want to...

### Environment cmake ### Issue More modern versions of `cmake` respect the C++11 language better. an outdated (but relevant) related discussion is: https://discourse.itk.org/t/minimum-cmake-version-update/585 **Context:** An outdated (but relevant) related discussion...

https://brainsia.github.io/BRAINSTools/ has outdated information. The files are located in the "/docs" directory. Please update the style, content, and references to the best of your current knowledge.

Thanks to @ihnorton for bringing this to our attention in #394: --- std::stod is risky in a different way: it is locale-dependent, so international users could see strange results or...

BRAINSTools developers need an easier way to build, test, and deploy binaries for the BRAINSTools package. [ ] - Download Docker for Windows [ ] - docker pull ubuntu-18.04 LTS...

https://brainsia.github.io/BRAINSTools/

itkHoughTransformRadialVotingImageFilter.hxx 188 189 DoGFunctionPointer DoGFunction = DoGFunctionType::New(); 190 //HACK: We probably want this to be true, but it would require updated reference data sets 191 DoGFunction->SetUseImageSpacing(false); 192 Changing this from...