Vadim Pisarevsky
|
14c50d2fce
|
Merge pull request #874 from pengx17:master_queryDeviceInfo_rewrite
|
2013-05-13 23:03:24 +04:00 |
|
Vadim Pisarevsky
|
6e44e0a476
|
Merge pull request #881 from apavlenko:hidden_visibility
|
2013-05-13 22:08:45 +04:00 |
|
Andrey Pavlenko
|
885566295a
|
Merge pull request #840 from pablospe:master
|
2013-05-13 21:22:27 +04:00 |
|
Andrey Kamaev
|
b8ed00bd64
|
Compile OpenCV with GCC visibility set to hidden
|
2013-05-13 18:33:20 +04:00 |
|
Vadim Pisarevsky
|
8130d92602
|
Merge pull request #841 from Pastafarianist:patch-1
|
2013-05-12 13:00:23 +04:00 |
|
Vadim Pisarevsky
|
103ee12f00
|
Merge pull request #845 from githubuser0xFFFF:master
|
2013-05-12 12:54:44 +04:00 |
|
Vadim Pisarevsky
|
4b49b84976
|
Merge pull request #848 from pengx17:master_ocl_platform_name
|
2013-05-12 12:54:25 +04:00 |
|
Vadim Pisarevsky
|
f1e8f69d2c
|
Merge pull request #861 from albenoit:master
|
2013-05-12 12:53:14 +04:00 |
|
Vadim Pisarevsky
|
7f083a049d
|
Merge pull request #867 from Pastafarianist:patch-2
|
2013-05-12 12:52:46 +04:00 |
|
peng xiao
|
e5ea018185
|
Let surf.ocl use the new queryDeviceInfo interface.
|
2013-05-09 17:19:51 +08:00 |
|
peng xiao
|
bfa0f02303
|
Rewrite queryDeviceInfo interface.
Previously the function may cause some unsafe issue. It is fixed now by introducing a template parameter.
|
2013-05-09 17:15:26 +08:00 |
|
peng xiao
|
861de8a6e9
|
CL_PLATFORM_VENDOR should be CL_PLATFORM_NAME.
|
2013-05-08 17:19:34 +08:00 |
|
Vadim Pisarevsky
|
6e24fc37db
|
Merge pull request #869 from bpmckinnon:master
|
2013-05-07 16:32:58 +04:00 |
|
Brian McKinnon
|
36745a80c3
|
Added #include <limits> to files that were missing it.
|
2013-05-06 22:45:11 -04:00 |
|
Pastafarianist
|
d2116f38fe
|
Fixed typo
|
2013-05-05 16:17:41 +04:00 |
|
alexandre benoit
|
a5acc9ee1f
|
nicer interface with the use of InputArray and OutptArray instated of (const Mat&)
|
2013-05-03 11:45:13 +02:00 |
|
alexandre benoit
|
b58d9f1c2a
|
enhancing documentation
|
2013-05-01 19:35:32 +02:00 |
|
alexandre benoit
|
f5d2d7b29b
|
enhancing documentation
|
2013-05-01 13:58:53 +02:00 |
|
alexandre benoit
|
cf6e833169
|
trying to solve valarray pointer access problem, enhancing documentation
|
2013-05-01 11:47:26 +02:00 |
|
alexandre benoit
|
9adde75be3
|
updated doc+minor typo/buildbot reports correction
|
2013-04-30 20:26:00 +02:00 |
|
alexandre benoit
|
9c26387ce0
|
updated sources to correct buildbot warnings
|
2013-04-30 17:32:47 +02:00 |
|
alexandre benoit
|
25b482f1c9
|
updated/corrected documentation
|
2013-04-30 16:52:47 +02:00 |
|
alexandre benoit
|
a659e287fb
|
minor error correction
|
2013-04-30 14:52:14 +02:00 |
|
alexandre benoit
|
80e65e08b5
|
updated doc and interface code to solve compile warnings and errors
|
2013-04-30 14:40:03 +02:00 |
|
alexandre benoit
|
b70b5a3011
|
corrections required for portability. To be validated by buildbot
|
2013-04-30 13:13:50 +02:00 |
|
alexandre benoit
|
1976b3d9b6
|
updated doc
|
2013-04-29 20:08:13 +02:00 |
|
alexandre benoit
|
72742f5316
|
resolved conflicts, updated retina class interface and optimized a heavy retinacolor process
|
2013-04-29 19:06:35 +02:00 |
|
alexandre benoit
|
9549949228
|
minor chnges for conflict removal
|
2013-04-29 15:12:44 +02:00 |
|
alexandre benoit
|
16dea7b90d
|
updated comments and new retina interface use
|
2013-04-27 23:18:47 +02:00 |
|
albenoit
|
9e1ce1ed52
|
Merge pull request #2 from albenoit/retina_devel
Retina devel
|
2013-04-27 13:47:30 -07:00 |
|
alexandre benoit
|
ea1a64477f
|
updated tutorial with new retina interface use
|
2013-04-27 22:39:28 +02:00 |
|
albenoit
|
a4bc167ed4
|
Merge pull request #1 from albenoit/retina_devel_newinterface
Retina devel newinterface
|
2013-04-27 12:51:20 -07:00 |
|
alexandre benoit
|
737046916c
|
activated parallelized gradient computation
|
2013-04-27 21:30:35 +02:00 |
|
alexandre benoit
|
3b15eefcad
|
forgot method name update
|
2013-04-27 21:22:57 +02:00 |
|
alexandre benoit
|
b62d101115
|
updated retina interface for cleaner use, following OpenCV standards
|
2013-04-27 21:13:45 +02:00 |
|
peng xiao
|
bb4b410512
|
Add ocl::PlatformName to ocl::Info.
|
2013-04-25 15:00:50 +08:00 |
|
Uwe Kindler
|
ca42a50de6
|
Changed visibility of the virtual functions in OnePassStabilizer and TwoPassStabilizer that are derived from StabilizerBase from private to protected to enable stabilizer implementations that are derived from OnePassStabilizer and TwoPassStabilier to properly overwrite these functions
|
2013-04-24 07:33:22 +02:00 |
|
Pastafarianist
|
28427ce2e8
|
Fixed typo
|
2013-04-21 23:04:54 +04:00 |
|
Pablo Speciale
|
caf449a991
|
The deletion of "cv.py" file (Commit b2ba8b9 ) breaks "make install"
|
2013-04-20 15:55:48 -07:00 |
|
Andrey Kamaev
|
416fb50594
|
Revert "Merge pull request #836 from jet47:gpu-modules"
This reverts commit fba72cb60d , reversing
changes made to 02131ffb62 .
|
2013-04-18 15:03:50 +04:00 |
|
Andrey Pavlenko
|
fba72cb60d
|
Merge pull request #836 from jet47:gpu-modules
|
2013-04-18 14:51:26 +04:00 |
|
Vladislav Vinogradov
|
564f609885
|
fixed samples compilation
|
2013-04-18 13:28:34 +04:00 |
|
Vladislav Vinogradov
|
787e56ab5c
|
disabled gpucodec module on MacOS
|
2013-04-18 13:28:34 +04:00 |
|
Vladislav Vinogradov
|
3be997cfa9
|
gpulegacy module fixes
|
2013-04-18 13:28:34 +04:00 |
|
Vladislav Vinogradov
|
6d735c11c6
|
removed const qualifier (it produces warnings)
|
2013-04-18 13:28:34 +04:00 |
|
Vladislav Vinogradov
|
0ce10532b3
|
softcascade module fixes
|
2013-04-18 13:28:34 +04:00 |
|
Vladislav Vinogradov
|
5ee9d3111d
|
fixed gpu tutorial
|
2013-04-18 13:28:34 +04:00 |
|
Vladislav Vinogradov
|
13d087e62d
|
videostab module fixes
|
2013-04-18 13:28:34 +04:00 |
|
Vladislav Vinogradov
|
fdeec6896c
|
stitching module fixes
|
2013-04-18 13:28:30 +04:00 |
|
Vladislav Vinogradov
|
033dd77504
|
superres module fixes
|
2013-04-18 12:36:11 +04:00 |
|