sbool getBoolPixelDefaultTrue(IBinaryImage image, int x, int y) { ret x < 0 || y < 0 || x >= image.w() || y >= image.h() ? true : image.getBoolPixel_noRangeCheck(x, y); }