116 Commits (7cad2c6788113f9b3e60846323e9bf3da60cc531)

Author SHA1 Message Date
Hilton Bristow 2f45942adc converted necessary files for python3 compatibility using 2to3 11 years ago
Leszek Swirski 6e4fb8f275 Replace $(Configuration) with $<CONFIGURATION> 11 years ago
hbristow d84ab09ab7 Updated documentation 11 years ago
hbristow 1dd017e9d0 Fixed a memory leak in mxarray 11 years ago
hbristow 86b7e3d15d Moved Jinja2 into 3rdparty. Now using latest stable version from pypi (2.7.1) 11 years ago
hbristow 530ad447bc Added fixes to CMakeLists.txt 11 years ago
hbristow 74accbd969 Added <algorithm> to mxarray.hpp, which seems to be needed explictly by some compilers 11 years ago
hbristow 6964f6aacc Removed unused Dynamic from matlab namespace - clashing with Eigen 11 years ago
hbristow 7e5bbec895 Removing trailing whitespace and expanded tabs 11 years ago
hbristow c112c9aa00 Made binding compilation less verbose 11 years ago
hbristow 31c95ff7f8 Added new OpenCV definitions to bridge 11 years ago
hbristow 1d25e5f1ba manually added optical flow header to build 11 years ago
hbristow a64c34c3ec Updated cv help to include reference to named arguments 11 years ago
hbristow d16d637eb2 Fixed handling of optional arguments under ArgumentParser. Fixed default constructor error in MxArray 11 years ago
hbristow 25ee1f9099 Improved error messages for incorrect arguments 11 years ago
hbristow a780c3a7d1 Swapped out function assertions in favour of ArgumentParser 11 years ago
hbristow 8f62a52b9b Brought matlab module into cv namespace 11 years ago
hbristow bc93edac34 Removed all OpenCV-specific functionality from mxarray into bridge. mxarray is now standalone 11 years ago
hbristow 153549c7f6 Added LICENSE and Americanizations 11 years ago
hbristow 33c377b305 complete rewrite of ArgumentParser 11 years ago
hbristow d5abe79f74 untracked io for initial pull request 11 years ago
hbristow 9726346bc9 removed unused files from repo 11 years ago
hbristow 57505b9af9 Added LICENSE preamble to include files 11 years ago
hbristow 569e8006e3 updated README.md formatting 11 years ago
hbristow 2a0e357cd0 updated syntax highlighting 11 years ago
hbristow b87197dc37 updated syntax highlighting 11 years ago
hbristow eb83a9ed9f Enabled syntax highlighting 11 years ago
hbristow 2ac31a87c9 Added tutorial for writing your own mex files 11 years ago
hbristow 78dc2c5423 Upadated include tree to match the rest of opencv. Added install configuration for custom mex compiler 11 years ago
hbristow 52dc51a62c Added custom OpenCV mex compiler 11 years ago
hbristow ef2c1e1a24 Changed bad cast in MxArray 11 years ago
hbristow fb41d7bf4e Commenting spree no.2 11 years ago
hbristow bfa88384c7 Updated documentation 11 years ago
hbristow e63369fe64 Updated nest list in markdown 11 years ago
hbristow 1e78a187db Updated nest list in markdown 11 years ago
hbristow 7786ed7bcb Updated nest list in markdown 11 years ago
hbristow a269e3216e Updated nest list in markdown 11 years ago
hbristow 542c88c60b Updated nest list in markdown 11 years ago
hbristow 5ed9365bac Updated nest list in markdown 11 years ago
hbristow 115a1471ae Updated nest list in markdown 11 years ago
hbristow 6f811f5cb3 Documentation spree no.1 11 years ago
hbristow 7aaefd4dce Improved escaped character formatting in docs 11 years ago
hbristow a659562c36 Changed command-line separator from module:file to module=file so that it works cross-platform 11 years ago
hbristow 3bf41c2832 Formatted URLs in the documentation so that they are redirected to the system browser instead of the builtin Matlab browser 11 years ago
hbristow fad7b35b9a Updated documentation formatting 11 years ago
hbristow 059d63cceb Added diagnostic/build information function 11 years ago
hbristow f705020348 Linked online documentation now opens a browser window to the exact function reference using div tags 11 years ago
hbristow 3483bf14b9 Added auto-generated docs to all OpenCV functions 11 years ago
hbristow faeb0aa92a Now using python ArgumentParser to parse command line arguments in preparation for adding doc generation 11 years ago
hbristow c5ffd1fdea Updated main Matlab help string 11 years ago