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.
2 | No.2 Revision |
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.