Closed GoogleCodeExporter closed 9 years ago
I can add that I have just encountered what might be a related issue.
We crash in cvDliate or cvErode on an IplImage.create(640, 480, IPL_DEPTH_8U,
1) image that is otherwise perfectly well behaved (for example, we can
cvFindContours and they are valid). cvSmooth does however work fine.
Fresh download and build of OpenCV 2.1.0. OS X 10.6.4, 64 bit VM. Specifically:
java version "1.6.0_22"
Java(TM) SE Runtime Environment (build 1.6.0_22-b04-307-10M3261)
Java HotSpot(TM) 64-Bit Server VM (build 17.1-b03-307, mixed mode)
The docs claim SSE issue does not apply to 64 bit environments, but I'll try
disabling SSE and report back.
Original comment by marc%ope...@gtempaccount.com
on 27 Nov 2010 at 5:27
I managed to solve the problem after reading the Wiki. I recompiled OpenCV with
SSE, SSE2 and MMX options off and now the problem works correctly.
Original comment by weiyi...@gmail.com
on 27 Nov 2010 at 9:10
This SSE issue really does need to be fixed...
Marc, does disabling SSE actually help with 64-bit Java on Mac OS X?
Original comment by samuel.a...@gmail.com
on 2 Dec 2010 at 3:08
Should be fixed in latest version. If not, please reopen. Otherwise, please
change status to "Verified", thank you.
Original comment by samuel.a...@gmail.com
on 19 Feb 2011 at 3:50
Original issue reported on code.google.com by
weiyi...@gmail.com
on 27 Nov 2010 at 4:38Attachments: