elastix
elastix copied to clipboard
I am getting itk::ExceptionObject(1D21BA50) buffer region out of Range from file core\common\include\itkImageConstIterator.h while running in Release mode.
Hi @N-Dekker , @kaspermarstal , @ntatsisk , I am getting below error when running Elatsix-itk in release mode . itk:ExceptionObject(1D21BA50) Location: ElastixTemplate - Run()" File: code\common\include\itkImageConstIterator.h Line: 211 Description: ITK ERROR: Region ImageRegion (1D21B9E0) Dimension: 2 Index:[-2147483648,3] Size:[4,1] is Outside of buffered region ImageRegion(22DF9E04) Dimension:2 Index:[0,0] size:[16,16]
Failed Function: virtual void SetRegion(){ //// }
the issue i am getting only when running in Release mode. when running my c++ project in debug mode i am not getting the issue. i am close to completing my task but at the end i have got above issue. Both fixed and moving Image size is same: Fixed: 50 X19 (8 bit) Moving Image: 50x19 (16 bit)
can anyone please suggest something to resolve the issue?
Regards Kunal Regards Kunal
Regards Kunal