library inclusion (Feature #4041)
Description
Hi all!
i have a question, given a newly developed functionality (*.hpp & *.cpp), which has registered into opencv modules, how to directly use them from outside by include their *.hpp files.
because i got
private.hpp:48:4: error: #error this is a private header which should not be used from outside of the OpenCV library
which prevent me from utilization.
plz help.
Associated revisions
Merge pull request #4041 from ilya-lavrenov:warning_fix
History
Updated by wooden glider over 10 years ago
- Status changed from New to Cancelled