I would like to make work the source code completion for Opencv 2.3 on Eclipse. How can i do that? Programs work fine but the completion [ctrl+space] appears: "No default proposals".
See Question&Answers more detail:osI would like to make work the source code completion for Opencv 2.3 on Eclipse. How can i do that? Programs work fine but the completion [ctrl+space] appears: "No default proposals".
See Question&Answers more detail:osFor C/C++:
In your project root directory, create the project's Makefiles:
cmake -G 'Eclipse CDT4 - Unix Makefiles'
Import the project using Eclipse->File->Import->General->Existing Projects
For Python