8782 Commits (d16d637eb2adeff87c03561c6caac4be7321e577)
 

Author SHA1 Message Date
hbristow d16d637eb2 Fixed handling of optional arguments under ArgumentParser. Fixed default constructor error in MxArray 12 years ago
hbristow 25ee1f9099 Improved error messages for incorrect arguments 12 years ago
hbristow a780c3a7d1 Swapped out function assertions in favour of ArgumentParser 12 years ago
hbristow 8f62a52b9b Brought matlab module into cv namespace 12 years ago
hbristow bc93edac34 Removed all OpenCV-specific functionality from mxarray into bridge. mxarray is now standalone 12 years ago
hbristow 153549c7f6 Added LICENSE and Americanizations 12 years ago
hbristow 33c377b305 complete rewrite of ArgumentParser 12 years ago
hbristow d5abe79f74 untracked io for initial pull request 12 years ago
hbristow 9726346bc9 removed unused files from repo 12 years ago
hbristow 57505b9af9 Added LICENSE preamble to include files 12 years ago
hbristow 569e8006e3 updated README.md formatting 12 years ago
hbristow 2a0e357cd0 updated syntax highlighting 12 years ago
hbristow b87197dc37 updated syntax highlighting 12 years ago
hbristow eb83a9ed9f Enabled syntax highlighting 12 years ago
hbristow 2ac31a87c9 Added tutorial for writing your own mex files 12 years ago
hbristow 78dc2c5423 Upadated include tree to match the rest of opencv. Added install configuration for custom mex compiler 12 years ago
hbristow 52dc51a62c Added custom OpenCV mex compiler 12 years ago
hbristow ef2c1e1a24 Changed bad cast in MxArray 12 years ago
hbristow fb41d7bf4e Commenting spree no.2 12 years ago
hbristow bfa88384c7 Updated documentation 12 years ago
hbristow e63369fe64 Updated nest list in markdown 12 years ago
hbristow 1e78a187db Updated nest list in markdown 12 years ago
hbristow 7786ed7bcb Updated nest list in markdown 12 years ago
hbristow a269e3216e Updated nest list in markdown 12 years ago
hbristow 542c88c60b Updated nest list in markdown 12 years ago
hbristow 5ed9365bac Updated nest list in markdown 12 years ago
hbristow 115a1471ae Updated nest list in markdown 12 years ago
hbristow 6f811f5cb3 Documentation spree no.1 12 years ago
hbristow 7aaefd4dce Improved escaped character formatting in docs 12 years ago
hbristow a659562c36 Changed command-line separator from module:file to module=file so that it works cross-platform 12 years ago
hbristow 3bf41c2832 Formatted URLs in the documentation so that they are redirected to the system browser instead of the builtin Matlab browser 12 years ago
hbristow fad7b35b9a Updated documentation formatting 12 years ago
hbristow 059d63cceb Added diagnostic/build information function 12 years ago
hbristow f705020348 Linked online documentation now opens a browser window to the exact function reference using div tags 12 years ago
hbristow 3483bf14b9 Added auto-generated docs to all OpenCV functions 12 years ago
hbristow faeb0aa92a Now using python ArgumentParser to parse command line arguments in preparation for adding doc generation 12 years ago
hbristow c5ffd1fdea Updated main Matlab help string 12 years ago
hbristow 7ef3be3429 By default, all function now export at least one return value back into the Matlab workspace, even if none are requested. This is in line with Matlab's calling convention, where functions called without an lvalue or a semicolon have their first output printed to the terminal 12 years ago
hbristow 8f92973b8c Started documentation skeleton 12 years ago
hbristow b654413567 Added mixed-precision check when attempting to link to an OpenCV version with different bitness. Bindings now compiling and linking on my Windows 7 VM with VS2012 and Matlab R2013a 12 years ago
hbristow 48aac747ca removed pkg_resources (setuptools) dependency from jinja. Matlab module now has no python dependencies beyond the core python libs 12 years ago
hbristow d00f4e267b Added Windows dll versioning and Debug library postfix checks. Dependent libraries now being found by linker :) 12 years ago
hbristow ecb506842b Added Windows-specific configuration lookup for linker paths 12 years ago
hbristow dfda79e673 Added passthrough of CXX FLAGS to mex compiler 12 years ago
hbristow 5e50791a9d Generator and compiler now working on Windows. Moved matlab to correct VS solution folder 12 years ago
hbristow 58ca8ed97f Improved finding Matlab on Windows machines. Needs testing on computers that have multiple version installed 12 years ago
hbristow 627b9df85f removed experimental IO from build 12 years ago
hbristow 6549e5e052 Added flaky support for finding Matlab on Windows machines 12 years ago
hbristow 9cc949e341 Added more test cases 12 years ago
hbristow 5a34b00737 Added more test cases 12 years ago