Issue
I installed OpenCV Python (3.1.0) and found a way to get code completion into Eclipse (Neon.1) How to use code completion into Eclipse with OpenCV. As I know it from other Python libs, I would like to have the documentation for a method by hovering and look into its source (Alt + click). I am not quite sure if this possible, due to the C/C++ implmentations. I am working with Python 2.7 and Win7.
Thanks for solutions!
Solution
The documentation is available here: OpenCV Documentation.
But I could not find a way to include it to Eclipse.
This answer is related to my problem: Python documentation in Eclipse
Answered By - ppasler
Answer Checked By - Terry (JavaFixing Volunteer)