1

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!

Ismael Padilla
  • 5,246
  • 4
  • 23
  • 35
ppasler
  • 3,579
  • 5
  • 31
  • 51

1 Answers1

0

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

Community
  • 1
  • 1
ppasler
  • 3,579
  • 5
  • 31
  • 51