0023425: diffimage generate OSD_Exception during execution
authorkgv <kgv@opencascade.com>
Thu, 27 Sep 2012 08:43:54 +0000 (12:43 +0400)
committerkgv <kgv@opencascade.com>
Thu, 27 Sep 2012 08:43:54 +0000 (12:43 +0400)
commit185e6ec099e1b7bb29b97f1474dc6b8b303f4ea1
treefb6dfc935a36671ddf2d7f8207e109e4b954024d
parent3695b8c227098a2e1c08d411970d6d737dd9a64c
0023425: diffimage generate OSD_Exception during execution

diffimage out-of-image access during border filter execution

Verify neighbor pixel position for out-of-image access
A list of referenced articles and books is added to Image_Diff.hxx file.

Adding test case bugs/vis/CR23425

Image_Diff - fix compilation error on x86_64 target using msvc
There no std::abs for ptrdiff_t in Microsoft STL implementation

Image_PixMap - fixed compilation on gcc 3

Removed extra newlines in TCL script
Image_Diff, move back extra modifications
src/Image/Image_Diff.cxx
src/Image/Image_Diff.hxx
src/Image/Image_PixMap.cxx
tests/bugs/vis/CR23425 [new file with mode: 0755]