ogx / Calculation2D

Extensible 2D image processing framework for C++
3 stars 0 forks source link

wrong region of interest update after modification of image #114

Closed maczekmaczek closed 11 years ago

maczekmaczek commented 11 years ago

If operation is performed in the region of interest of an image and in result the input image is modified gui displays resulted change in region of interest located in left 0 and top 0 pixel, instead of the correct roi position, although the roi coordinates are correct. This happens only in situation when existing image or layer is updated. If new image/layer is created as a result of the operation the region of interest updates correctly.