Where are the java source files?
I was especially curious as to why openCV is so fast when doing edge detection. I wrote some Java code myself, but it never got anywhere close to openCV's performance.
I was especially curious as to why openCV is so fast when doing edge detection. I wrote some Java code myself, but it never got anywhere close to openCV's performance.
OpenCV java uses C++ under the hood. There are no java source files for the algorithms itself, but java wrappers. You can find the corresponding source file of Canny edge detection here.
Asked: 2017-10-20 10:41:03 -0600
Seen: 364 times
Last updated: Oct 20 '17
How to build OpenCV with TBB support?
How to decrease the number of processed frames from a live video camera?
Unresolved inclusion in OpenCV+Android tutorial
What is the most effective way to access cv::Mat elements in a loop?
How to convert Floating point image to 32-bit single-channel?