Added README and proposal. Staging for first public commit
authorhbristow <hilton.bristow@gmail.com>
Mon, 24 Jun 2013 03:48:40 +0000 (20:48 -0700)
committerhbristow <hilton.bristow@gmail.com>
Mon, 24 Jun 2013 03:48:40 +0000 (20:48 -0700)
README.md [new file with mode: 0644]
modules/matlab/CMakeLists.txt
proposal.pdf [new file with mode: 0644]

diff --git a/README.md b/README.md
new file mode 100644 (file)
index 0000000..090b75d
--- /dev/null
+++ b/README.md
@@ -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
index 3963558..3713b56 100644 (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}")
diff --git a/proposal.pdf b/proposal.pdf
new file mode 100644 (file)
index 0000000..e13cd5d
Binary files /dev/null and b/proposal.pdf differ