hbristow
7e5bbec895
Removing trailing whitespace and expanded tabs
12 years ago
hbristow
c112c9aa00
Made binding compilation less verbose
12 years ago
hbristow
31c95ff7f8
Added new OpenCV definitions to bridge
12 years ago
hbristow
1d25e5f1ba
manually added optical flow header to build
12 years ago
hbristow
a64c34c3ec
Updated cv help to include reference to named arguments
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
153549c7f6
Added LICENSE and Americanizations
12 years ago
hbristow
33c377b305
complete rewrite of ArgumentParser
12 years ago
Alexander Smorkalov
5af2cc6223
AutoBuffer with initial zero size fixed.
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
Roman Donchenko
5e4ebf3403
Fixed incomplete matrix initialization in HomographyRefineCallback.
12 years ago
peng xiao
9f0a88c1d6
Remove trailing whitespace.
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
peng xiao
287c8a3330
Let ocl::context only be initialized once in retina_ocl test.
12 years ago
Roman Donchenko
dd25f416a6
War on Whitespace, master edition: tabs.
12 years ago
Roman Donchenko
9ed475cf52
War on Whitespace, master edition: file endings.
12 years ago
Roman Donchenko
9b92545ce6
War on Whitespace, master edition: trailing spaces.
12 years ago
Jason Newton
affab4f156
correct range computations, it is difficult to do the more efficient single pass 3N/2 implementations correctly in this particular setting without costing more than they save
12 years ago
ilya-lavrenov
d02ccc9590
the code was refactored and old test system code was removed
12 years ago
ilya-lavrenov
4c28a6f0f6
most of the performance tests was rewritten in google-test manner
12 years ago
Roman Donchenko
67ae438dae
Refactored NumPy detection.
...
Most importantly, added support for multiple include directores,
but also did some general cleanup.
12 years ago
Maria Dimashova
989be02562
fixed cpp wrappers of ML tree-based models
12 years ago
Vladislav Vinogradov
21c4753fed
used global memory access for up-scaling
12 years ago
Alexander Shishkov
88712d97c6
fix CMake changes
12 years ago
Vladislav Vinogradov
d1f6a23abf
improved texture usage:
...
* use explicit extrapolation only for sub-matrixes
* use built-in interpolation for INTER_NEAREST mode
12 years ago
Vladislav Vinogradov
241cc417f9
added custom implementation for nearest and linear interpolation
12 years ago
Vladislav Vinogradov
3b05acf936
reorganize code for further modifiction
12 years ago
Alexander Shishkov
396f6bb55f
fixed problems with building iOS version
12 years ago
MarkBelmont
cf34b3d65b
Changed the brief description of function Mat::colRange from "Create a matrix header for the specified row span." to "Create a matrix header for the specified column span."
12 years ago
Vladislav Vinogradov
f826bd8bce
removed NPP implementation
12 years ago
peng xiao
2519a21935
Fix a potential bug of ParallelLoopBodyWrapper::operator(Range)
...
On a 32-bit compiler the calculation may result in data (size_t) overflow when running some paralleled algorithms (which can safely run on a 64-bit compiler).
This bug is found when running OpenCV's Retina tutorial on 32bit VS2010.
12 years ago
Alexander Alekhin
7685b983db
OCL: tests: repair moments implementation in master branch, enable tests
12 years ago
Roman Donchenko
6fed0e85c2
Cut down on the use of ZLIB_LIBRARY/ZLIB_INCLUDE_DIR.
...
They're not listed in the documentation for the FindZLIB module,
so we shouldn't use them unless necessary.
12 years ago
Ilya Lavrenov
6c4ad9b597
fixer error with incorrect condition
12 years ago
Ilya Lavrenov
ec461a2ff0
added a test for ocl::norm
12 years ago
Alexander Alekhin
b7b584984e
OCL: tests: repair/disable failed tests in ocl module
12 years ago
Alexander Smorkalov
8aae54b7f4
WindowsRT mode build warning fix.
12 years ago
Roman Donchenko
3c137f7a04
Converted tabs to spaces.
12 years ago