Where can I find descriptions of Java OpenCV? [closed]

asked 2018-02-26 00:30:03 -0600

rezaee gravatar image

In this page(https://docs.opencv.org/trunk/ja... I can see the classes and constructors an methods, but there is no description about them. Where can I find the descriptions to know what does each method do?

edit retag flag offensive reopen merge delete

Closed for the following reason question is not relevant or outdated by sturkmen
close date 2020-09-27 10:10:14.158477

Comments

Your link is broken. Here is the correct link

Here is a link to the corresponding C++ Mat documentation. The descriptions in the C++ documentation are much more thorough. Usually, I go to the C++ documentation to learn about classes and methods and then find their Java equivalents. Unfortunately, this means you will need to translate back and forth between OpenCV C++ and Java

There are many tutorials you can see here with corresponding Java, C++ and Python codes

phillity gravatar imagephillity ( 2018-02-26 19:39:39 -0600 )edit