Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

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 is here.

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 is here.