hbristow
|
d84ab09ab7
|
Updated documentation
|
2013-09-18 18:52:23 +10:00 |
|
hbristow
|
1dd017e9d0
|
Fixed a memory leak in mxarray
|
2013-09-18 17:10:54 +10:00 |
|
hbristow
|
74accbd969
|
Added <algorithm> to mxarray.hpp, which seems to be needed explictly by some compilers
|
2013-09-06 16:42:32 +10:00 |
|
hbristow
|
6964f6aacc
|
Removed unused Dynamic from matlab namespace - clashing with Eigen
|
2013-09-06 15:26:05 +10:00 |
|
hbristow
|
7e5bbec895
|
Removing trailing whitespace and expanded tabs
|
2013-09-03 10:14:45 +10:00 |
|
hbristow
|
31c95ff7f8
|
Added new OpenCV definitions to bridge
|
2013-09-02 14:29:46 +10:00 |
|
hbristow
|
d16d637eb2
|
Fixed handling of optional arguments under ArgumentParser. Fixed default constructor error in MxArray
|
2013-08-30 16:10:32 +10:00 |
|
hbristow
|
25ee1f9099
|
Improved error messages for incorrect arguments
|
2013-08-30 15:48:20 +10:00 |
|
hbristow
|
a780c3a7d1
|
Swapped out function assertions in favour of ArgumentParser
|
2013-08-30 15:06:57 +10:00 |
|
hbristow
|
8f62a52b9b
|
Brought matlab module into cv namespace
|
2013-08-30 12:39:01 +10:00 |
|
hbristow
|
bc93edac34
|
Removed all OpenCV-specific functionality from mxarray into bridge. mxarray is now standalone
|
2013-08-30 11:18:08 +10:00 |
|
hbristow
|
33c377b305
|
complete rewrite of ArgumentParser
|
2013-08-30 01:04:43 +10:00 |
|
hbristow
|
57505b9af9
|
Added LICENSE preamble to include files
|
2013-08-29 10:20:53 +10:00 |
|
hbristow
|
78dc2c5423
|
Upadated include tree to match the rest of opencv. Added install configuration for custom mex compiler
|
2013-08-28 17:06:19 +10:00 |
|
hbristow
|
52dc51a62c
|
Added custom OpenCV mex compiler
|
2013-08-28 12:01:34 +10:00 |
|
hbristow
|
ef2c1e1a24
|
Changed bad cast in MxArray
|
2013-08-12 11:38:59 +10:00 |
|
hbristow
|
ecb506842b
|
Added Windows-specific configuration lookup for linker paths
|
2013-08-05 14:49:12 +10:00 |
|
hbristow
|
dfda79e673
|
Added passthrough of CXX FLAGS to mex compiler
|
2013-08-05 00:44:38 +10:00 |
|
hbristow
|
603d949354
|
Improved string handling. Swapped transpose interface for slow but correct implementation. Will come back to optimized implementation later. imshow now works correctly
|
2013-07-12 15:48:03 +10:00 |
|
hbristow
|
346f7d0f3e
|
Fast deep-copy-transpose implemented which attempts to not thrash the cache. Good first step for now, but no transpose at all would be preferrable. Started I/O.
|
2013-07-12 10:38:48 +10:00 |
|
hbristow
|
d126263983
|
implemented faster transpose with SEE auto vectorization
|
2013-07-03 23:34:02 -07:00 |
|
hbristow
|
baa946c390
|
Split MxArray out of bridge into standalone file. Does not depend on bridge. Working to make it API complete with respect to mxArray, but with better calling syntax
|
2013-07-02 16:42:37 -07:00 |
|
hbristow
|
504558c0be
|
Better C++11 and C++98 support/interop. Started writing map interface. Some core functions actually run
|
2013-07-01 16:33:55 -07:00 |
|
hbristow
|
6fd296c0b0
|
More aggressive build warnings. The cmake configuration is quite fragile. Pay particular attention to quotes around variables
|
2013-06-29 16:30:17 -07:00 |
|
hbristow
|
538dbfe585
|
Now compiling under much more strigent warnings, with Clang and optional C++11 support
|
2013-06-29 14:24:53 -07:00 |
|
hbristow
|
53a7fbf74b
|
Improved bridge. Fixed I/O problem in function template
|
2013-06-29 00:19:08 -07:00 |
|
hbristow
|
53c9c40eba
|
started MxArray wrapper around mxArray class
|
2013-06-28 19:48:42 -07:00 |
|
hbristow
|
ef6327bb89
|
Now building all OpenCV functions
|
2013-06-27 18:13:04 -07:00 |
|
hbristow
|
d6453cf051
|
Now builds all functions except those dependent on Features2d. Improved build detection if cmake is rerun
|
2013-06-27 16:25:18 -07:00 |
|
hbristow
|
245bc5dcc0
|
maintenant compiling video et photo aussi
|
2013-06-27 13:58:40 -07:00 |
|
hbristow
|
5bc55a042e
|
Now building all functions (not classes) in core, imgproc, ml and highgui
|
2013-06-27 11:45:19 -07:00 |
|
hbristow
|
bb56ac4ae6
|
Added delta builds of Matlab executables. Imgproc module now compiling
|
2013-06-27 00:25:48 -07:00 |
|
hbristow
|
da63919811
|
Improved error handling on entry to mex files
|
2013-06-24 12:42:28 -07:00 |
|
hbristow
|
755ce9d654
|
Matlab bindings now only building once rather than every call to make, via the use of some proxies. Matlab build currently only happens in one thread, so it can be pretty slow
|
2013-06-22 23:26:27 -07:00 |
|
hbristow
|
3b4814a52e
|
Started writing the Bridge interface. Mex wrappers now starting to compile for core
|
2013-06-22 12:38:40 -07:00 |
|
hbristow
|
804d0924c9
|
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 |
|
Hilton Bristow
|
5d1944bace
|
Added jinja framework for templates and base templates for functions and docs
|
2013-06-17 16:48:07 +10:00 |
|