Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

I am getting itk::ExceptionObject(1D21BA50) buffer region out of Range from file core\common\include\itkImageConstIterator.h while running in Release mode. #1087

Open
kyadav78 opened this issue Apr 8, 2024 · 0 comments

Comments

@kyadav78
Copy link

kyadav78 commented Apr 8, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant