Added README and proposal. Staging for first public commit

This commit is contained in:
hbristow 2013-06-23 20:48:40 -07:00
parent c8fdb2c1e0
commit 8cd48cf35a
3 changed files with 23 additions and 0 deletions

22
README.md Normal file
View File

@ -0,0 +1,22 @@
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

View File

@ -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}")

BIN
proposal.pdf Normal file

Binary file not shown.