Open Source Computer Vision Library https://opencv.org/
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
hbristow 2a0e357cd0 updated syntax highlighting 11 years ago
3rdparty Merge remote-tracking branch 'origin/2.4' 12 years ago
android Build fixes. Build scrips reorganized. 12 years ago
apps Merge remote-tracking branch 'origin/2.4' 12 years ago
cmake Improved finding Matlab on Windows machines. Needs testing on computers that have multiple version installed 11 years ago
data Merge release 2.4.4 12 years ago
doc fixed documentation build 12 years ago
include Minimize usages of legacy C API inside the library 12 years ago
ios enabled png and jpeg for iOS 12 years ago
modules updated syntax highlighting 11 years ago
platforms Merge remote-tracking branch 'origin/2.4' 12 years ago
samples Preparing to rebase 12 years ago
.gitattributes Fix typo in .gitattributes. 12 years ago
.gitignore Changed the file .gitignore 12 years ago
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 12 years ago
README Replace the pull request guidelines with a link to the wiki. 12 years ago
README.md Updated README 12 years ago
index.rst android -> plarforms/android 12 years ago
proposal.pdf Added README and proposal. Staging for first public commit 12 years ago

README.md

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