elastix icon indicating copy to clipboard operation
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.

Open kyadav78 opened this issue 1 year ago • 0 comments

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

kyadav78 avatar Apr 08 '24 05:04 kyadav78