Daniel Fernandes
|
b3655233f1
|
Changing #include to generic video.hpp
Per https://github.com/Itseez/opencv/pull/2783#discussion_r13573590
|
11 years ago |
Daniel Fernandes
|
6598b97b96
|
Fixed MATLAB bridge
MATLAB bridge.hpp was missing definition for Ptr<DenseOpticalFlow>
|
11 years ago |
Rok Mandeljc
|
2d47dd7038
|
Matlab bindings: added missing compound type declarations from photo module
|
11 years ago |
hbristow
|
d84ab09ab7
|
Updated documentation
|
12 years ago |
hbristow
|
1dd017e9d0
|
Fixed a memory leak in mxarray
|
12 years ago |
hbristow
|
74accbd969
|
Added <algorithm> to mxarray.hpp, which seems to be needed explictly by some compilers
|
12 years ago |
hbristow
|
6964f6aacc
|
Removed unused Dynamic from matlab namespace - clashing with Eigen
|
12 years ago |
hbristow
|
7e5bbec895
|
Removing trailing whitespace and expanded tabs
|
12 years ago |
hbristow
|
31c95ff7f8
|
Added new OpenCV definitions to bridge
|
12 years ago |
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
|
33c377b305
|
complete rewrite of ArgumentParser
|
12 years ago |
hbristow
|
57505b9af9
|
Added LICENSE preamble to include 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
|
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
|
603d949354
|
Improved string handling. Swapped transpose interface for slow but correct implementation. Will come back to optimized implementation later. imshow now works correctly
|
12 years ago |
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.
|
12 years ago |
hbristow
|
d126263983
|
implemented faster transpose with SEE auto vectorization
|
12 years ago |
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
|
12 years ago |
hbristow
|
504558c0be
|
Better C++11 and C++98 support/interop. Started writing map interface. Some core functions actually run
|
12 years ago |
hbristow
|
6fd296c0b0
|
More aggressive build warnings. The cmake configuration is quite fragile. Pay particular attention to quotes around variables
|
12 years ago |
hbristow
|
538dbfe585
|
Now compiling under much more strigent warnings, with Clang and optional C++11 support
|
12 years ago |
hbristow
|
53a7fbf74b
|
Improved bridge. Fixed I/O problem in function template
|
12 years ago |
hbristow
|
53c9c40eba
|
started MxArray wrapper around mxArray class
|
12 years ago |
hbristow
|
ef6327bb89
|
Now building all OpenCV functions
|
12 years ago |
hbristow
|
d6453cf051
|
Now builds all functions except those dependent on Features2d. Improved build detection if cmake is rerun
|
12 years ago |
hbristow
|
245bc5dcc0
|
maintenant compiling video et photo aussi
|
12 years ago |
hbristow
|
5bc55a042e
|
Now building all functions (not classes) in core, imgproc, ml and highgui
|
12 years ago |
hbristow
|
bb56ac4ae6
|
Added delta builds of Matlab executables. Imgproc module now compiling
|
12 years ago |
hbristow
|
da63919811
|
Improved error handling on entry to mex files
|
12 years ago |
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
|
12 years ago |
hbristow
|
3b4814a52e
|
Started writing the Bridge interface. Mex wrappers now starting to compile for core
|
12 years ago |
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
|
12 years ago |
Hilton Bristow
|
5d1944bace
|
Added jinja framework for templates and base templates for functions and docs
|
12 years ago |