You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: