Steven Goldsmith
- Registered on: 2013-12-23
- Last connection: 2015-05-29
Activity
Reported issues: 6
2015-05-29
- 03:00 am OpenCV Bug #3900 (Done): BUILD_TBB=ON and BUILD_SHARED_LIBS=ON fail to build
- Closing this out
2015-05-13
- 07:53 pm OpenCV Bug #3846 (Done): Remove finalize() for all Java classes
- https://github.com/Itseez/opencv/pull/4014 made delete() method public instead of protected, so calling code can access.
- 04:41 pm OpenCV Bug #3846 (Done): Remove finalize() for all Java classes
- Pull request merged into master.
2015-05-12
- 09:19 pm OpenCV Bug #3846 (Done): Remove finalize() for all Java classes
- Added pull request: https://github.com/Itseez/opencv/pull/4006. Once that's accepted I'll fix the rest of the memory ...
- 07:40 pm OpenCV Bug #3846 (Done): Remove finalize() for all Java classes
- OK, sorry I didn't see this earlier. It's best to make gen_java.py generate proper clean up code. I'll see if I can g...
2014-09-15
- 09:42 pm OpenCV Bug #3846 (Done): Remove finalize() for all Java classes
- This also affects 3.0.0 master branch.
2014-09-11
- 03:48 am OpenCV Bug #3900 (Done): BUILD_TBB=ON and BUILD_SHARED_LIBS=ON fail to build
- I used your example and it worked, thanks.
2014-09-10
- 10:46 pm OpenCV Bug #3900 (Done): BUILD_TBB=ON and BUILD_SHARED_LIBS=ON fail to build
- The following worked when I used your example:
x86
cmake -D CMAKE_BUILD_TYPE=RELEASE -D CMAKE_INSTALL_PREFIX=/usr/l...
2014-09-09
2014-08-06
- 05:53 pm OpenCV Bug #3847 (New): Classes that create new Mat should Mat.release() or memory leaks are created
- Consider the following source from https://github.com/sgjava/install-opencv/blob/master/opencv-java/src/com/codeferm/...
Also available in: Atom