Maksim Shabunin
Maksim Shabunin
I'll take a look, but I have doubts. I suggest removing this issue from the 4.8.0 milestone.
@seanm , I tried to incorporate runtime warning when this scenario is being hit, but without success. Which test do you mean? Perhaps we should fix it.
Do you suggest changing the handling of long integer values (raise an exception or something) or implementing 64-bit support?
Could you please add a small reproducer? I'm not sure why exactly does it crash. I can not reproduce crash or memory corruption using `convexhull.cpp` sample app.
@ZhivaevDmitry , isn't it a duplicate of #4954?
I've done a bit more digging and found related issues #4539 and #5908. Perhaps the root cause of all problems is that `convexHull` function does not accept contour, but a...