Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Downloading/Finding the Autogenerated Haskell/OpenCV C to C++ wrappers on GitHub

Id like to contribute to the OpenCV pull by arjuncomar described at this link https://github.com/Itseez/opencv/pull/1600 by first finding the latest updates to his repository and then downloading them....arjuncomar talks about his autogenerated C wrappers for the C++ Opencv interface at that link by saying i/e

"The automatically generated portions of these wrappers are provided in opencv_generated.hpp and opencv_generated.cpp for headers and source respectively. Some major classes are not parsed correctly by hdr_parser.py so these types are manually wrapped and show up in explicitly named headers and source files (e.g. mat.hpp/mat.cpp). A header called opencv.h includes both the automatically generated header and the manual headers and is located at include/opencv2/opencv.h. The other headers are installed to include/opencv2/c/"

so i searched online for the file opencv_generated.cpp he talked about above to find it and did at this link https://github.com/arjuncomar/opencv-raw/tree/master/cbits

but at goes on to talk about his "(now-defunct) opencv-raw repository" in the text at the first link i provided.. so im wondering if this is the latest and greatest version of his pull or if someone could help me find a better one ....Id like to be sure i have the right one before i start editing my contribution....Any help is greatly valued...Cheers!