Open Source Computer Vision Library
Go to file
2013-08-30 16:10:32 +10:00
3rdparty Merge remote-tracking branch 'origin/2.4' 2013-05-21 17:19:23 +04:00
android Build fixes. Build scrips reorganized. 2013-05-28 12:27:56 +04:00
apps Merge remote-tracking branch 'origin/2.4' 2013-06-05 15:42:07 +04:00
cmake Improved finding Matlab on Windows machines. Needs testing on computers that have multiple version installed 2013-07-31 11:24:28 +10:00
data Merge release 2.4.4 2013-03-04 19:43:49 +04:00
doc fixed documentation build 2013-06-10 15:52:01 +04:00
include Minimize usages of legacy C API inside the library 2013-04-16 12:00:02 +04:00
ios enabled png and jpeg for iOS 2013-03-25 11:19:29 +04:00
modules Fixed handling of optional arguments under ArgumentParser. Fixed default constructor error in MxArray 2013-08-30 16:10:32 +10:00
platforms Merge remote-tracking branch 'origin/2.4' 2013-06-05 15:42:07 +04:00
samples Preparing to rebase 2013-06-17 16:51:31 +10:00
.gitattributes Fix typo in .gitattributes. 2013-06-05 13:51:11 +04:00
.gitignore Changed the file .gitignore 2012-08-28 17:46:45 +04:00
CMakeLists.txt cmake now attempts to generate and compile a simple mex file at configure time and reports the working status of the generator and compiler, rather than just naively saying Matlab exists 2013-06-18 23:00:48 +10:00
index.rst android -> plarforms/android 2013-05-27 11:10:38 +04:00
proposal.pdf Added README and proposal. Staging for first public commit 2013-06-23 20:48:40 -07:00
README Replace the pull request guidelines with a link to the wiki. 2013-05-27 17:48:34 +04:00
README.md Updated README 2013-06-23 22:44:12 -07:00

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 automatically 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 and merged, this fork will be deleted. Thus, this repository stands as a point to share progress with the community, host a bugtracker for bug reports and (public!) feature requests, and enable discussion about design decisions.

GSOC

This project repesents my Google Summer of Code (GSOC) project for 2013. You can find more details about my proposal in proposal.pdf in the root.

Keywords opencv, matlab, bindings, code, generator, GSOC, mex, C++, wrappers