Commit 8cd48cf3 authored by hbristow's avatar hbristow

Added README and proposal. Staging for first public commit

parent c8fdb2c1
OpenCV
======
An open source computer vision library
Matlab Generator
----------------
This project is a fork of OpenCV (https://github.com/Itseez/opencv/) with a matlab module for automagically generating Matlab bindings. Once complete, this branch will be merged into the OpenCV 3.x master.
This project is currently, and always will be, in a semi-working state. When the project is stable it will be merged, and this fork deleted.
Features
--------
If you have any feature requests, please file them through the tracker
GSOC
----
This project repesents my GSOC project for 2013. You can find more details about my proposal in proposal.pdf in the root
Hilton
......@@ -178,6 +178,7 @@ add_dependencies(${the_module} ${the_module}_sources ${${the_module}_ACTUAL_DEPS
# Install time components
# ----------------------------------------------------------------------------
# NOTE: Trailing slashes on the DIRECTORY paths are important!
# TODO: What needs to be done with rpath????
file(GLOB MATLAB_FUNCTIONS "${CMAKE_CURRENT_BINARY_DIR}/src/*.${MATLAB_MEXEXT}")
file(GLOB MATLAB_CLASSES "${CMAKE_CURRENT_BINARY_DIR}/+cv/*.m")
file(GLOB MATLAB_PRIVATE "${CMAKE_CURRENT_BINARY_DIR}/src/private/*.${MATLAB_MEXEXT}")
......
File added
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment