Skip to content

OpenCV 2.4.5 documentation for Qt Creator with Context Sensitive Help made possible with this patch to the opencv-2.4.5.tar.gz

Notifications You must be signed in to change notification settings

itinerant-fox/opencv-qthelp-docs

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

OpenCV documentation for Qt Creator

Now with context sensitive help support! - Press F1 when writing opencv keywords - with or without: using namespace cv;

Instructions:

Copy opencv-doc.patch to /path/to/opencv/

$ cd "/path/to/opencv/"
$ patch -p1 < "opencv-doc.patch"
$ mkdir build && cd build
$ cmake -D BUILD_DOCS=ON -D CMAKE_BUILD_TYPE=Release ..
$ make qthelp_docs
$ qcollectiongenerator doc/_qthelp/OpenCV.qhcp

.qch file will be found in /path/to/opencv/build/doc/_qthelp/

Open Qtcreator , Got to Tools > Options > Help > Documentation. Click Add , browse and select the .qch file

Screenshot

NOTE: Only tested for archlinux - Needs the dependencies of opencv-docs package in AUR

About

OpenCV 2.4.5 documentation for Qt Creator with Context Sensitive Help made possible with this patch to the opencv-2.4.5.tar.gz

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published