Alexandre Benoit
5a6114e299
updated code for more flexible parallelisation : TBB parallel for loops are replaced by opencv parallel_for_ wrapper
2012-08-31 14:14:57 +02:00
Vadim Pisarevsky
e5f9f97954
fixed build warnings on Windows
2012-08-31 14:56:28 +04:00
Yury Zemlyanskiy
1fde184192
Small fixes for SimpleFlow algorithm
...
+ Fixed warnings
+ Add new function calcOpticalFlow with smaller number of arguments
+ Add asserts to algorithm and remove 'exit(1)'
2012-08-31 14:39:59 +04:00
Yury Zemlyanskiy
784c09d6f9
Updates for SimpleFlow algorithm
...
+ New format for flow data - CV_32C2
+ Memory optimization
+ Cross Bilateral Filter optimization
+ Minor optimizations
+ Sample for calcOpticalFlowSF improved
2012-08-31 14:39:59 +04:00
Yury Zemlyanskiy
c77d099018
"SimpleFlow" optical flow estimation algorithm (GSoC project) declaration in includes, implementation, usage example, test
2012-08-31 14:39:58 +04:00
Vadim Pisarevsky
2367a195c5
probably fixed compile error on MacOSX 10.6
2012-08-31 14:35:11 +04:00
Yury Zemlyanskiy
7ad4c25452
Small fixes for SimpleFlow algorithm
...
+ Fixed warnings
+ Add new function calcOpticalFlow with smaller number of arguments
+ Add asserts to algorithm and remove 'exit(1)'
2012-08-31 13:34:24 +04:00
Alexandre Benoit
2907eec670
Merge branch 'master' of git://code.opencv.org/opencv
2012-08-31 11:20:13 +02:00
Alexandre Benoit
ffb3842ef1
updated retina documentation
2012-08-31 11:19:46 +02:00
niko
6f6e990988
use mutex provided by opencv itself
...
add getoclcontext and getoclcommandqueue so that other opencl program can interactive with opencv ocl module
correct haar test cases
add face detection sample
2012-08-31 14:08:52 +08:00
Andrey Kamaev
11e16a7204
Merge pull request #27 from sergiud/master
2012-08-30 23:16:49 +04:00
Alexandre Benoit
9f1c10e1c5
Merge branch 'master' of git://code.opencv.org/opencv
2012-08-30 16:02:48 +02:00
Alexandre Benoit
52b4b5b052
added retina module documentation
2012-08-30 16:02:04 +02:00
Vadim Pisarevsky
014106783d
fixed building BRISK on Windows
2012-08-30 17:32:47 +04:00
Sergiu Dotenco
85eae7b30d
win32: always link to vfw32
2012-08-30 14:52:39 +02:00
Vincent Rabaud
3ca0cc2253
add a scale invariance test for the detector
2012-08-30 16:28:39 +04:00
Vincent Rabaud
84c4797030
revert orientation computation in jeypoint detection for efficiency (like done originally)
2012-08-30 16:28:39 +04:00
Vincent Rabaud
da1921b2fc
add const correctness, replace __inline__ and remote a useless release()
2012-08-30 16:28:39 +04:00
Vincent Rabaud
92da6d381b
add rotation tests for the descriptors
2012-08-30 16:28:39 +04:00
Vincent Rabaud
b325b2f9a4
add more test to BRISK
2012-08-30 16:28:39 +04:00
Vincent Rabaud
13ded36ecb
initial addition of BRISK with some tests
2012-08-30 16:28:39 +04:00
Vincent Rabaud
228070a74c
split FAST in order to reuse it in BRISK
2012-08-30 16:28:38 +04:00
Vadim Pisarevsky
a6e2acbfee
added a few missing images for tutorials; integrated pull request #26
2012-08-30 16:23:18 +04:00
Andrey Kamaev
b2acf50c81
Fix build warning introduced in commit:424bc609b6f352a2b10f2a01ffcd037483e3591f
2012-08-30 13:04:34 +04:00
niko
b929012583
performance fix of convertC3C4
...
add OCL 1.2 feature for setTo
bug fix of integral
replace the error code -217 with suitable MACRO
simplify tests, no need apply a new context for each test case
add more control for tests in utility.hpp
2012-08-30 16:14:35 +08:00
Vladislav Vinogradov
44330afc7f
fixed build without CUDA
2012-08-30 10:35:32 +04:00
Vladislav Vinogradov
29cdddd845
fixed bug in buildPointList
2012-08-30 10:03:19 +04:00
Anatoly Baksheev
3456238c16
minor
2012-08-29 21:26:00 +04:00
noob
fba081992d
Merge branch 'master' of git://code.opencv.org/opencv
2012-08-29 18:14:07 +02:00
noob
424bc609b6
Retina module is now parallelized thanks to the TBB library. Speed increase expected on multicore plateforms
2012-08-29 17:44:21 +02:00
Anatoly Baksheev
0ba01afd83
added GPU bilateral filter + tests
...
added GPU non local means brute force filter + tests
2012-08-29 19:20:32 +04:00
Anatoly Baksheev
a09679044e
renamed device::bilaterl_filter kernel to device::disp_bilaterl_filter for correct naming
...
fixed some warnings
2012-08-29 19:20:32 +04:00
Andrey Kamaev
3d9018f019
Fix run.py version control detection when used outide of OpenCV build
2012-08-29 19:17:18 +04:00
Andrey Kamaev
429e5367c4
Merge pull request #25 from sergiud/master
2012-08-29 17:54:49 +04:00
Vladislav Vinogradov
14694343cb
fixed gpu PyrLKSparse perf test
2012-08-29 10:51:40 +04:00
Sergiu Dotenco
6c3e769f32
eliminated type conversion warnings
2012-08-28 17:21:06 +02:00
Vsevolod Glumov
4d6730dc68
Improved javadoc comments. Minor formatting fix.
2012-08-28 18:51:46 +04:00
Vadim Pisarevsky
633a8bfacc
fixed many warnings (modified pull request 13)
2012-08-28 18:15:14 +04:00
Corentin Wallez
18fc11bc04
Fix fixed-point arithmetics in FREAK::meanIntensity
2012-08-28 16:57:20 +04:00
Vsevolod Glumov
dc6fa94118
Improved javadoc comments.
2012-08-28 15:49:50 +04:00
Vincent Rabaud
f56432559e
add conversion from/to Matx
2012-08-28 15:13:41 +04:00
Andrey Kamaev
7744b1d600
Android camera: fix logging macro part 2
2012-08-28 15:07:42 +04:00
Vsevolod Glumov
396e4517ff
Improved javadoc comments. Draft.
2012-08-28 15:01:46 +04:00
marina.kolpakova
a07e33609b
added test for caltech images
2012-08-28 14:45:45 +04:00
Vadim Pisarevsky
e2c9e7c3fb
applied patches from #2311
2012-08-28 14:19:34 +04:00
Vadim Pisarevsky
0bd68a70f1
fixed #2297 , #2300 ; fixed several warnings
2012-08-28 13:45:35 +04:00
Andrey Kamaev
95d54196db
Android camera: fix logging macro
2012-08-28 13:30:11 +04:00
Yury Zemlyanskiy
5ee632fe90
Updates for SimpleFlow algorithm
...
+ New format for flow data - CV_32C2
+ Memory optimization
+ Cross Bilateral Filter optimization
+ Minor optimizations
+ Sample for calcOpticalFlowSF improved
2012-08-28 04:16:40 +04:00
Yury Zemlyanskiy
cc6f1eb824
"SimpleFlow" optical flow estimation algorithm (GSoC project)
...
declaration in includes, implementation, usage example, test
2012-08-28 04:16:40 +04:00
Andrey Kamaev
bbbe77e05e
Fix Android build for mips platform
2012-08-27 20:16:54 +04:00
Andrey Kamaev
5c01d13f38
Pass list of modules to javadoc generator
...
Previously the generator always uses hardcoded list of modules.
This fix replaces hardcoded list with actual set of modules coming from cmake.
2012-08-27 16:48:09 +04:00
Vsevolod Glumov
c78884c780
Improved 'Operations on Arrays" section of 'Core' module documentation.
2012-08-24 19:08:18 +04:00
Anatoly Baksheev
4449efb242
minor
2012-08-24 19:01:13 +04:00
Anatoly Baksheev
d3f4c9b2dc
Fixed bug in BP_GPU
2012-08-24 18:38:54 +04:00
Andrey Kamaev
ce11c0d1eb
Fix formatting in detection based tracker
2012-08-24 16:22:18 +04:00
Andrey Kamaev
71df8906be
Android camera: commented logs in frame callback
2012-08-24 16:10:17 +04:00
Andrey Kamaev
ad35f317f6
Fix buffer allocation in Android camera
2012-08-24 16:10:17 +04:00
Alexander Kapustin
1b5903a719
Laplacian tegra optimized was added
2012-08-24 14:36:16 +04:00
Anatoly Baksheev
70204a8e68
Removed PtrElemStep, Marked DevMem1D as deprecated, now should use PtrStepSz now
2012-08-24 02:02:42 +04:00
Andrey Kamaev
9be63c50dd
Merge branch 'norm_Matx' of git://github.com/vrabaud/opencv
2012-08-24 00:38:10 +04:00
Vladislav Vinogradov
56b7ddad09
fixed type for threshold parameter
2012-08-23 17:12:44 +04:00
Vladislav Vinogradov
8c1f9bafdc
fixed gpu::integral for Kepler
2012-08-23 17:12:43 +04:00
Vladislav Vinogradov
c3f277b7bc
gpu version of HoughCircles
2012-08-23 17:12:43 +04:00
Anatoly Baksheev
e60a50c43c
removed /EHa flag for cuda compilation
2012-08-23 16:53:53 +04:00
Anatoly Baksheev
290030d030
possibility to enable /mp compiler flag from cmake
...
fixed MCVC warnings
2012-08-23 16:53:53 +04:00
Vincent Rabaud
1baf5209c4
fix the compile bug
2012-08-23 14:20:31 +02:00
Vsevolod Glumov
5648e49d59
Merge remote-tracking branch 'origin/master'
2012-08-23 14:58:41 +04:00
Vsevolod Glumov
fc307c87dc
Improved the public 'non-optimized' duplicates of 'Tegra-optimized' functions.
2012-08-23 14:56:02 +04:00
marina.kolpakova
c8a54f67d4
minor warning fix
2012-08-23 13:43:42 +04:00
Anatoly Baksheev
d395bf1522
minor fix in FindTBB
...
added texture_binder
2012-08-23 13:37:27 +04:00
Alexey Spizhevoy
c8b7a8c80c
added median-based version of global motion estimation (videostab)
2012-08-23 10:48:24 +04:00
Leonid Beynenson
6a5d996ca8
Removed the header opencv2/photo/denoising.hpp
...
All the functions from it are moved to the header
opencv2/photo/photo.hpp
2012-08-22 17:51:52 +04:00
Vadim Pisarevsky
e95bc7d502
fixed ios camera timing (patch by Eduard Feicho)
2012-08-22 13:33:13 +04:00
Vladislav Vinogradov
da5aaab277
optimized gpu::integral for Kepler
2012-08-22 12:13:34 +04:00
Ilya Lavrenov
92795ba476
parallel version of remap, resize, warpaffine, warpPerspective. Some optimization for 2x decimation in resize algorithm
2012-08-22 11:49:21 +04:00
Andrey Kamaev
f2a02feffa
Fix Windows build issues
...
* No /arch:SSE3 in MSVC
* Warnings fixed or suppressed
2012-08-22 11:21:09 +04:00
Vadim Pisarevsky
793e8b546d
fixed build on Ubuntu
2012-08-21 23:11:49 +04:00
Vadim Pisarevsky
64661ea9cd
added SSE2-optimized resizeAreaFast for 8-bit images by Grigoriy Frolov
2012-08-21 23:00:50 +04:00
Andrey Kamaev
a840d929ac
#2170 fix warning of undefined GTEST_HAS_DEATH_TEST
2012-08-21 18:59:51 +04:00
Andrey Kamaev
10dcf9ea39
Fix Java API build
2012-08-21 18:34:02 +04:00
Vadim Pisarevsky
2f1cc018c9
enabled SSE3 by default; integrated SSE3-optimized bilateral filter (by Grigoriy Frolov); modified API of non-local means (use Input/OutputArrays)
2012-08-21 17:39:40 +04:00
Leonid Beynenson
9f016da484
Merge branch 'master' of git://github.com/vpas/opencv into nonlocal_means
2012-08-21 16:07:18 +04:00
Victor Passichenko
18de45f7bc
Add CV_Asserts for channels count
2012-08-21 16:05:18 +04:00
Victor Passichenko
92edd4fc6e
Fix building for MS VS C++: remove allocation of arrays of dynamic size in stack
2012-08-21 15:41:51 +04:00
Vadim Pisarevsky
0d2b8f4ba1
fixed the channel ordering of rgba images (by Eduard)
2012-08-21 15:41:05 +04:00
Victor Passichenko
017ab51bf4
Fix wrong memory deallocation
2012-08-21 15:38:38 +04:00
Vladislav Vinogradov
81d6400f45
fixed compilation under windows
2012-08-21 14:28:40 +04:00
Andrey Kamaev
94f7c3c592
Fixed FAST algorithm initializer
2012-08-21 01:03:52 +04:00
Andrey Kamaev
35754c0c03
Merge branch 'master' of git://github.com/vpas/opencv into nonlocal_means
2012-08-21 00:23:48 +04:00
Andrey Kamaev
4a1ef53deb
Fixed gcc build warning
2012-08-20 19:53:03 +04:00
Vadim Pisarevsky
8efb84b5a4
added ios camera support in highgui. turned on optimization in opencv2.framework (ticket #2232 )
2012-08-20 19:36:36 +04:00
Vladislav Vinogradov
c26d543e1e
gpu::HoughLines : minor code improvements
2012-08-20 16:03:01 +04:00
marina.kolpakova
1e4012079d
removed logging from test
2012-08-20 13:26:51 +04:00
Vladislav Vinogradov
3956e42507
Merge branch 'gpu-tests'
2012-08-20 11:29:40 +04:00
Vladislav Vinogradov
ec7f9566e0
minor gpu tests fix
2012-08-20 10:15:36 +04:00
Vladislav Vinogradov
a0aef244d6
removed perf_gpu_cpu from CMake scripts
2012-08-20 09:58:37 +04:00
niko
e7f4dd1a2e
temp build fix because the new core.hpp impact on this project
2012-08-20 10:06:41 +08:00
marina.kolpakova
f17f4bda60
more warning fixes for GCC
2012-08-20 03:26:53 +04:00
marina.kolpakova
1521340152
updated CascadeClassifier_GPU documentation
2012-08-20 03:25:52 +04:00
marina.kolpakova
ede3781e3e
fixed -Wstrict_alliasing warning for GCC
2012-08-20 02:27:54 +04:00
marina.kolpakova
aeaf1a6f6d
refactoring in Emulation
2012-08-20 02:26:23 +04:00
marina.kolpakova
9c13b84e35
fixed unused warnings
2012-08-20 00:06:12 +04:00
marina.kolpakova
66eb96d719
minor warning fix
2012-08-19 22:43:27 +04:00
Andrey Kamaev
1a621c2916
Fix build warnings
2012-08-19 19:36:43 +04:00
Sergiu Dotenco
4993748c91
added missing includes
2012-08-19 15:25:07 +02:00
Victor Passichenko
1f42de39a3
Add non-local means denoising algorithm implementatation into photo module
2012-08-19 13:13:58 +04:00
Andrey Kamaev
8e2258c494
Fix Windows build after commit:41b6d25
2012-08-19 00:20:08 +04:00
Andrey Kamaev
ff3aa6cbe1
Fix Android build after commit:41b6d25
2012-08-17 18:28:50 +04:00
Andrey Kamaev
915169e8b7
Fix documentation build warnings in gpu module reference
2012-08-17 18:15:15 +04:00
Vladislav Vinogradov
a507d564a4
merged gpu_perf_cpu into gpu_perf
2012-08-17 17:34:58 +04:00
Vadim Pisarevsky
ec8f926686
small correction for the previous patch in parallel.cpp
2012-08-17 17:34:51 +04:00
Vadim Pisarevsky
41b6d25bdd
added cross-platform Mutex implementation; enable platform-native (GDC/Concurrency) parallel_for_ implementation when TBB is not installed.
2012-08-17 17:32:06 +04:00
Vladislav Vinogradov
93172bab87
added --cpu flag (run tests on CPU)
2012-08-17 16:12:32 +04:00
Vladislav Vinogradov
00546f24e0
updated mark_nvidia.py script
2012-08-17 15:50:35 +04:00
Vladislav Vinogradov
2634dc6cce
removed license comments
2012-08-17 15:22:29 +04:00
Vladislav Vinogradov
362df96cb9
renamed perf_main.cpp to main.cpp
2012-08-17 15:16:45 +04:00
Vladislav Vinogradov
6e4eb722a6
updated gpu performance tests
...
now it executes only on one device
added posibility to specify device on which tests will be executed
2012-08-17 15:14:14 +04:00
niko
2e685dcf0a
performance & bug fix for resize erode dilate sobel remap
2012-08-17 15:47:02 +08:00
Vladislav Vinogradov
ddca47040b
updated gpu accuracy tests
...
added posibility to specify device on which tests will be executed
2012-08-16 16:23:27 +04:00
Vladislav Vinogradov
cfdeb50335
updated mark_nvidia.py script
2012-08-16 12:54:00 +04:00
Vladislav Vinogradov
19462c871d
Forbid incorrect patchSize values in gpu::ORB
2012-08-15 17:24:53 +04:00
Vladislav Vinogradov
528ddb5647
fixed block size for old CC
2012-08-15 17:24:53 +04:00
Andrey Kamaev
65f8585630
#2229 Fix FREAK build on CentOS
2012-08-15 17:23:07 +04:00
Andrey Kamaev
859ee6087c
#2216 Forbid incorrect patchSize values in ORB
2012-08-15 16:54:40 +04:00
Andrey Kamaev
b0927397e9
#2225 Rename getConvertData to getConvertElem to match the headers and documentation
2012-08-15 15:34:33 +04:00
Vladislav Vinogradov
a9fba14898
added docs for gpu::HoughLines
2012-08-15 15:07:30 +04:00
Vladislav Vinogradov
97731c152d
fixed typo
2012-08-15 15:07:29 +04:00
Vladislav Vinogradov
db79022b85
fixed shared memory size for linesAccumShared
2012-08-15 15:07:29 +04:00
Andrey Kamaev
36fe62d7a5
#2245 Fix BFMatcher::radiusMatchImpl witch Hamming distance (thanks to Jukka Holappa)
2012-08-15 15:02:20 +04:00
Vladislav Vinogradov
456890e9e4
fixed warning C4512
2012-08-15 13:48:28 +04:00
Vladislav Vinogradov
647d4ae1f1
Merge branch 'hough-lines-gpu'
2012-08-15 13:24:46 +04:00
Vladislav Vinogradov
7928cec670
added linesAccumGlobal kernel
2012-08-15 13:18:35 +04:00
Vladislav Vinogradov
7ae94c571c
fixed build without cuda
2012-08-14 17:54:42 +04:00
Vladislav Vinogradov
34b9bd61a2
fixed failure
2012-08-14 17:42:15 +04:00
Maria Dimashova
d973d571a4
changed the value that replace NaNs in bilateralFilter_32f
2012-08-14 17:15:03 +04:00
Vladislav Vinogradov
c3fa7974e6
new optimized version
2012-08-14 17:00:57 +04:00
Daniil Osokin
f1d41d8b94
disabled whole perf test for distance transform
2012-08-14 13:01:52 +04:00
Vladislav Vinogradov
9201db32eb
fixed overflow bugs, updated perf tests
2012-08-14 12:33:47 +04:00
Daniil Osokin
2b53d2e6a4
Merge branch 'master' of code.opencv.org:opencv
2012-08-14 12:17:44 +04:00
Daniil Osokin
f4d4b0d742
disabled perf test on distance transform
2012-08-14 12:13:42 +04:00
Alexander Smorkalov
14fa645026
Debug build for Android added. Stripping of debug build turned off.
2012-08-14 12:03:05 +04:00
Vladislav Vinogradov
1eefc69927
added accuracy and performance tests
2012-08-14 11:36:32 +04:00
Vadim Pisarevsky
70bb857c7e
Merge remote-tracking branch 'origin/master'
2012-08-13 21:22:17 +04:00
Vadim Pisarevsky
ff90c3eba6
possibly fixes #2242 and #2257
2012-08-13 21:22:06 +04:00
Andrey Kamaev
d525362cd5
Fixed 2 new Android build warnings
2012-08-13 19:24:31 +04:00
Vladislav Vinogradov
3703722a72
first naive version
2012-08-13 17:44:46 +04:00
Vladislav Vinogradov
941897aa3d
fixed build errors in bgfg_gmg
2012-08-13 17:00:21 +04:00
Alexey Spizhevoy
27eb5d07cf
Added getScale/setScale for image warpers (stitching module)
2012-08-13 14:39:47 +04:00
Vladislav Vinogradov
4dbc7600e7
added support of all types to BackgroundSubtractorGMG
2012-08-13 10:28:42 +04:00
bitwangyaoyao
fa78459c56
fix ocl/match_template compiling error on Linux
2012-08-11 13:10:43 +08:00
Daniil Osokin
45c49a9088
Added perf test
2012-08-10 17:37:48 +04:00
Daniil Osokin
0609f4e9b4
Added blur16x16 perf test
2012-08-10 17:36:45 +04:00
Daniil Osokin
b97b48ecb6
Added perf tests for histogram
2012-08-10 17:36:45 +04:00
Daniil Osokin
0b54739822
Added perf test for distanceTransform
2012-08-10 17:36:45 +04:00
Daniil Osokin
7a2eb514fa
Added color YUV422 perf test
2012-08-10 17:36:39 +04:00
Daniil Osokin
e37b9469da
Added perf tests
2012-08-10 17:17:09 +04:00
marina.kolpakova
c3ae08a13d
fixed typo in enum
2012-08-10 15:39:45 +04:00
Daniil Osokin
8f6a2438a7
Added perf test for remap
2012-08-10 15:04:04 +04:00
marina.kolpakova
575078502f
fixed perfomance test for CCL
2012-08-10 15:01:16 +04:00
Evgeny Talanin
19313923cc
Use github pat to get data for in python tests (files from code.opencv.org are received truncated sometimes)
2012-08-10 14:09:58 +04:00
Vladislav Vinogradov
7ff04a65f1
fixed build for old compute capabilities
2012-08-10 10:03:35 +04:00
yao
fa5113f303
add Canny to ocl module
2012-08-10 11:59:47 +08:00
marina.kolpakova
40c76b9de2
1.x related fixes
2012-08-09 18:48:25 +04:00
Vladislav Vinogradov
79ef454c5f
Merge branch 'bgfg-gmg-optimized' into bgfg-gmg-merged
2012-08-09 14:55:36 +04:00
Vladislav Vinogradov
827fa850f6
Merge branch 'bgfg-gmg-gpu' into bgfg-gmg-merged
2012-08-09 14:48:26 +04:00
Vladislav Vinogradov
1ecf491373
added updateBackgroundModel parameter
2012-08-09 14:46:27 +04:00
Vladislav Vinogradov
bfd9e6102a
added updateBackgroundModel parameter and release method
2012-08-09 14:37:08 +04:00
Vladislav Vinogradov
7f3296566c
added performance tests
2012-08-09 14:14:13 +04:00
Vladislav Vinogradov
77cae11a74
added docs for GMG_GPU
2012-08-09 13:28:28 +04:00
Vladislav Vinogradov
ace7e9d842
added release method to GMG_GPU
2012-08-09 13:13:04 +04:00
marina.kolpakova
634c9dae46
added performance test fot CCL
2012-08-09 12:42:27 +04:00
Vladislav Vinogradov
55f8310cac
fixed number of training mode operation
2012-08-09 12:37:35 +04:00
Vladislav Vinogradov
f7f1fb2bd7
added tests for VIBE_GPU and GMG_GPU
2012-08-09 12:30:55 +04:00
Vladislav Vinogradov
da38a95de6
fixed number of update operation
2012-08-09 12:28:30 +04:00
Vladislav Vinogradov
9ec96597cd
gpu version of GMG Background Subtractor
2012-08-09 11:31:08 +04:00
Vladislav Vinogradov
9b16563f44
fixed build warnings
2012-08-09 11:05:27 +04:00
Vladislav Vinogradov
fb5f366459
made BackgroundSubtractorGMG's parameters public
2012-08-09 10:23:24 +04:00
Andrey Kamaev
0ceb9b6a00
Fixed division by zero case in SphericalProjector::mapForward
2012-08-08 20:57:12 +04:00
Vladislav Vinogradov
42c1d4f4b1
new optimized version of BackgroundSubtractorGMG
2012-08-08 18:15:06 +04:00
Andrey Kamaev
017abbd963
Lowered acceptance threshold in Features2d_RotationInvariance_Detector_ORB.regression test
2012-08-08 17:15:46 +04:00
Andrey Pavlenko
1995b1a06c
duplicating cv::error() message to Android logcat
2012-08-08 16:39:24 +04:00
marina.kolpakova
5084511fff
reserved flags parameter for future usage
2012-08-08 15:51:56 +04:00
marina.kolpakova
3e8c35a347
added perf. test for GFF
2012-08-08 15:17:26 +04:00
marina.kolpakova
cbfee83b06
test: GFF same as cpu greedy implementation
2012-08-08 14:48:06 +04:00
marina.kolpakova
490622231a
refactored test code
2012-08-08 14:48:06 +04:00
niko
37ca6d378b
add performance test code for ocl module
2012-08-08 17:09:29 +08:00
yao
64e9cf5d75
add SURF and HOG to ocl module
2012-08-08 15:55:39 +08:00
Alexander Mordvintesv
a2df490914
added CV_IN_OUT to img argument of drawing functions
2012-08-08 11:18:52 +03:00
Alexey Spizhevoy
8c3984c5ff
Refactored the DP based seam finder
2012-08-07 23:55:06 +04:00
Alexander Mordvintesv
7db1f711f6
Merge branch 'master' of code.opencv.org:opencv
...
Conflicts:
samples/python2/common.py
samples/python2/feature_homography.py
samples/python2/plane_ar.py
samples/python2/plane_tracker.py
2012-08-07 23:21:56 +03:00
Alexander Mordvintesv
647b1dd96c
comment fixed
2012-08-07 23:19:13 +03:00
Alexander Mordvintesv
0998669d26
Revert "fixed LshIndex types in its constructor"
...
This reverts commit 54d68da8e7
.
2012-08-07 21:37:19 +03:00
Alexander Mordvintesv
0adf68ae62
work on #2100 : pyopencv_to functions now can receive argument information through ArgInfo structure. Non-contiguous input numpy arrays are copied. In case of non-contiguous output array the TypeError is thrown.
2012-08-07 21:03:17 +03:00
Vadim Pisarevsky
e2eb81bcb2
Merge remote-tracking branch 'origin/master'
2012-08-07 18:17:49 +04:00
marina.kolpakova
fc8c65ff15
HAVE_CUDA macro
2012-08-07 18:23:18 +04:00
marina.kolpakova
8e274c886c
Greedy Labeling implementation in correctness test
2012-08-07 18:23:18 +04:00
marina.kolpakova
e8e7b94443
test fix
2012-08-07 18:23:18 +04:00
Vadim Pisarevsky
36d3bbff8b
added description of FAST 5/8 and FAST 7/12 (by Vincent)
2012-08-07 18:17:30 +04:00
Vadim Pisarevsky
bcb499328d
Merge remote-tracking branch 'origin/master'
2012-08-07 18:00:10 +04:00
Andrey Kamaev
8aa2d6cddc
Fix several documentation build warnings
2012-08-07 18:00:09 +04:00
Vadim Pisarevsky
4b5f948307
added SSE2-optimized 3x3 invert by Grigoriy Frolov
2012-08-07 17:59:52 +04:00
alexey.spizhevoy
43d46c0e8b
Minor fix in the DP based seam estimator
2012-08-07 16:24:21 +04:00
alexey.spizhevoy
7222f2724f
Fixed bug
2012-08-07 16:24:21 +04:00
alexey.spizhevoy
85d1c463b9
Minor changes
2012-08-07 16:24:21 +04:00
alexey.spizhevoy
897c2bbd14
Added support of 8UC3
2012-08-07 16:24:21 +04:00
alexey.spizhevoy
a39bce204d
implemented DP-based seam estimation method
2012-08-07 16:24:21 +04:00
Vladislav Vinogradov
cd58b7e154
Merge branch 'master' of code.opencv.org:opencv
2012-08-07 16:09:04 +04:00
Vladislav Vinogradov
76d46e20de
fixed build with CUDA 4.2
2012-08-07 16:08:22 +04:00
Andrey Kamaev
5100ca7508
svn repository web references are replaced with links to git
2012-08-07 14:30:36 +04:00
Andrey Kamaev
a3527fc4d8
Add git support to run.py
2012-08-07 14:30:36 +04:00
Andrey Kamaev
1852cb7eab
Fix tegra build warnings
2012-08-07 14:29:51 +04:00
Vladislav Vinogradov
8624d18ca5
new implementation of gpu debayer
...
* without border extrapolation
* with aligned write
* process 4 pixels per thread in 8u case
2012-08-07 13:34:11 +04:00
Vladislav Vinogradov
5ce896d9ee
added perf tests for new gpu::cvtColor functions
2012-08-07 13:34:11 +04:00
Vladislav Vinogradov
b0461db43f
added missed device synchronization
2012-08-07 13:34:11 +04:00
Vladislav Vinogradov
7b025474e2
added debayer to gpu::cvtColor
2012-08-07 13:34:11 +04:00
marina.kolpakova
c0d3adef25
intervales for vector type support
2012-08-07 13:22:41 +04:00
marina.kolpakova
0bf10c9a47
added connectivityMask calculation function
2012-08-07 13:22:41 +04:00
marina.kolpakova
a9764dd910
fixed not defined macro warningds
2012-08-07 13:22:41 +04:00
marina.kolpakova
51433a9331
C.C. Labeling: added stream support
2012-08-07 13:22:41 +04:00
marina.kolpakova
350621057f
connected components labeling
2012-08-07 13:22:41 +04:00
yao
c03ac12fcd
Add dft and gemm to ocl module, using AMD's clAmdFft and clAmdBlas libraries
2012-08-07 16:33:46 +08:00
yao
7741d585f5
Merge branch 'master' of git://code.opencv.org/opencv
2012-08-07 08:37:38 +08:00
Andrey Kamaev
50d13ba5c4
Fixed xml name generation in run.py
2012-08-06 19:10:55 +04:00
Andrey Kamaev
9981b283a6
Fixed build warnings (including error in FAST)
2012-08-06 19:10:55 +04:00
yao
7d97e8112a
fix bugs in tests, set device for each test case
...
Signed-off-by: yao <bitwangyaoyao@gmail.com>
2012-08-06 15:51:27 +08:00
yao
505cda43d1
Merge branch 'master' of git://code.opencv.org/opencv
2012-08-06 15:01:21 +08:00
yao
0db69fbe19
Add blend, columnsum, pyrUp/down, matchTemplate for ocl module
2012-08-06 15:00:27 +08:00
Philipp Wagner
2c2d6fa5fd
Issue #2231 : Attempt to fix segfault, when copying labels. LDA needed to be updated to generate the Wrapper correctly.
2012-08-06 01:14:51 +02:00
Evgeny Talanin
064d022a4b
Set correct path to repo in python tests (changed after migration to git)
2012-08-03 17:50:55 +04:00
Vadim Pisarevsky
9c0f556d88
fixed a few compile warnings and errors with VS2010.
2012-08-03 17:12:45 +04:00
Vadim Pisarevsky
310b1ad7b9
moved parallel_for_ and ParallelLoopBody to core.hpp
2012-08-03 16:41:00 +04:00
Vadim Pisarevsky
fd9069422a
Merge remote-tracking branch 'origin/master'
2012-08-03 16:14:38 +04:00
yao
687d7639a8
Merge branch 'master' of git://code.opencv.org/opencv
2012-08-03 15:44:15 +08:00
niko
3180bbe3a8
Merge branch 'master' of git://code.opencv.org/opencv
2012-08-03 14:09:04 +08:00
niko
8eeacc8cc8
performance and bug fix for addWeighted cartToPolar div exp log resize setTo
...
add channel 3 support
add fast way Between CPU and GPU for the data which is aligned
2012-08-03 14:08:36 +08:00
Ilya Lavrenov
27c2aa3a4e
parallel version of bilateral filter was implemented using parallel_for_
2012-08-02 16:25:30 +04:00
marina.kolpakova
8d73bbb8b7
fixed 2228
2012-08-02 13:18:55 +04:00
yao
1eedcea58d
for test
...
Signed-off-by: yao <bitwangyaoyao@gmail.com>
2012-08-02 11:34:11 +08:00
Philipp Wagner
989631c5cc
facerec.cpp: Removed Original LBP wrapper, because it is not in use and therefore generates a warning.
2012-07-31 21:54:48 +02:00
Philipp Wagner
4a4f90c406
facerec.cpp: Added an exception to the LBP extraction, so now a meaningful exception is thrown if the wrong image type was given. Thanks to Eric Christiansen for reporting.
2012-07-31 21:50:46 +02:00
Vadim Pisarevsky
fac3d9994c
integrated another portion of SSE optimizations from Grigory Frolov
2012-07-31 19:07:55 +04:00
Vadim Pisarevsky
5f2ce22fbf
Merge remote-tracking branch 'origin/master'
2012-07-31 17:18:35 +04:00
Vadim Pisarevsky
640408ebe7
added FAST<5/8> & FAST<7/12> (by Vincent Rabaud)
2012-07-31 17:17:58 +04:00
Alexander Smorkalov
f1e3bc850b
Warning fix. ifdefs for 4.1.1 added.
2012-07-31 13:20:36 +04:00
Alexander Smorkalov
7d63f9f680
Android 4.1.1 native camera fix. BufferQueue class is used instaed of Surface texture. Includes in cmake updated.
2012-07-31 13:20:36 +04:00
Vladislav Vinogradov
b43cec3301
added gpu::graphcut for float sources (CUDA 5.0)
2012-07-31 12:46:04 +04:00
Vladislav Vinogradov
4f99f69a29
added gpu alpha premultiplication
2012-07-31 12:46:04 +04:00
Vladislav Vinogradov
79d0dc25f4
added gpu RGB<->Lab and BGR<->Luv conversions
2012-07-31 12:46:04 +04:00
Vladislav Vinogradov
051adcb786
added gpu BGR<->Lab and RGB<->Luv color conversion and gammaCorrection
2012-07-31 12:46:04 +04:00
Philipp Wagner
62a8f6783e
FaceRecognizer supports updating a model now. Documentation has been updated to reflect latest changes.
2012-07-30 19:31:10 +02:00
Vadim Pisarevsky
b9d7c712f5
made countNonZero SSE code SSE2-compliant and portable
2012-07-30 16:02:49 +04:00
niko
cf04fed369
fix the compilation bugs
2012-07-30 14:34:36 +08:00
Philipp Wagner
f29d73fe86
Updated the train method to be an InputArrayOfArrays, so the Python wrapper now generates the correct code (and it works).
2012-07-29 23:51:12 +02:00
Philipp Wagner
b2deab2175
Updated the documentation to (1) reflect the latest changes and (2) answer some questions I were asked.
2012-07-29 23:16:51 +02:00
Philipp Wagner
5983f8008f
Fixed facerec_eigenfaces.cpp demo sample: it contained hardcoded values, which made wrong element access possible. Fixed unsigned integer/signed integer warnings in facerec.cpp.
2012-07-29 22:41:40 +02:00
Philipp Wagner
f160c49473
Merge branch 'master' of git://code.opencv.org/opencv
2012-07-29 22:20:48 +02:00
Philipp Wagner
79b45b1392
Bug #2214 : Fixed bug, when calling the train method multiple times. The Eigenfaces and Fisherfaces method now re-estimate the model, the LBPH method appends the new data to the existing model.
2012-07-29 22:20:07 +02:00
Josh Doe
f1690557bf
core/stat: fix build with 32-bit
...
Optimization introduced in b782d8bb
only works for 64-bit builds, but
ifdef failed to check for this.
2012-07-29 14:48:21 -04:00
marina.kolpakova
4869e846f3
partly merged with sbromle/opencv fixes branch
2012-07-27 13:09:53 +04:00
Eric Christiansen
f08996bd37
asserted in LBPH code that images must have a single channel
2012-07-26 16:55:54 -07:00
Sam Bromley
8506ce06c1
Fix missing remainder of line.
2012-07-26 12:46:51 -02:30
Sam Bromley
fd98520d78
Protect check of CV_SSE4_2 with #if defined.
2012-07-26 12:43:56 -02:30
Sam Bromley
966a652142
Fix crash when polling for non-existent Kinects.
...
If no Kinects are present, crash can result from
stepping beyond end of device list. Now we check
to ensure this does not happen.
2012-07-26 12:36:21 -02:30
Sam Bromley
49b55a7245
Protect check for _MSC_VER with #if defined.
2012-07-26 12:35:21 -02:30
Anatoly Baksheev
acd19fe36c
test7
2012-07-25 22:20:41 +04:00
Andrey Pavlenko
de90033e93
test
2012-07-25 18:26:07 +04:00
Anatoly Baksheev
29fee9cab3
test2
2012-07-25 18:11:07 +04:00
Anatoly Baksheev
2b0c0e71bb
test
2012-07-25 18:05:39 +04:00
Maria Dimashova
a39cf2dd28
updated doc on triangulatePoints ( #2167 )
2012-07-25 17:51:37 +04:00
marina.kolpakova
e1e0c46639
integrated patch: HOG confidence calculation. Thanks, Wongun.
2012-07-25 15:26:26 +04:00
marina.kolpakova
4fa282e1a9
fixed SURf according to clockwise descriptor convention
2012-07-25 13:08:05 +04:00
marina.kolpakova
fdfa402428
fixed surf for upright case
2012-07-25 12:19:08 +04:00
Maria Dimashova
6b7470f683
fixed gcc compilation
2012-07-24 18:25:46 +04:00
Maria Dimashova
c5dbc06158
fixed bilateralFilter on uniform CV_32F image
2012-07-24 17:51:20 +04:00
Vadim Pisarevsky
b782d8bb53
integrated patch with some SSE2/SSE4.2 optimizations from Grigory Frolov
2012-07-24 17:24:31 +04:00
Maria Dimashova
54d68da8e7
fixed LshIndex types in its constructor
2012-07-24 17:09:24 +04:00
Anatoly Baksheev
1efb3c8235
test
2012-07-24 14:13:43 +04:00
marina.kolpakova
1b7ad93dc9
LBP features integrated in CascadeClassifier_GPU
2012-07-24 13:51:35 +04:00
marina.kolpakova
2dc93574e1
LBP: switched to PImpl pattern
2012-07-24 13:41:19 +04:00
marina.kolpakova
6c3eeb7d7c
removed division
2012-07-24 13:35:04 +04:00
marina.kolpakova
8fb1f4093b
removed unused code
2012-07-24 13:26:53 +04:00
Marina Kolpakova
e63ab8dec5
LBP: multiscale approach; refactored atomics usage
2012-07-17 08:27:34 +00:00
Vadim Pisarevsky
9f4efab40a
merged ocl module from ocl branch (it's not quite usable yet; at least on Mac)
2012-07-16 17:08:14 +00:00
Maria Dimashova
cfeb28f2ba
fixed tests for scale invariance (uncommented sift test, it's ok now)
2012-07-16 16:21:40 +00:00
Maria Dimashova
2556bb04f0
changed tests for rotation/scale invariance of descriptors
2012-07-16 13:01:55 +00:00
Maria Dimashova
63d8eedc51
changed the way of HARRIS creation
2012-07-16 09:26:02 +00:00
Maria Dimashova
839761fa3d
fixed #2167
2012-07-16 09:00:25 +00:00
Maria Dimashova
5112d74cad
revert my incorrect fix of #2167
2012-07-16 08:02:50 +00:00
Maria Dimashova
d65920d2f7
fixed #2167
2012-07-15 19:10:52 +00:00
Maria Dimashova
ec23d9bb5e
added tests on scale invariance of detectors and descriptors
2012-07-15 17:42:41 +00:00
Marina Kolpakova
336dcbcff7
fixed brocken tests by classifier loger from r9027
2012-07-15 04:11:46 +00:00
Maria Dimashova
e4e00498a8
fixed typo in test class names
2012-07-14 20:32:31 +00:00
Maria Dimashova
0c6480d89b
added tests to check rotation invariance of descriptors (features2d and nonfree)
2012-07-14 20:03:07 +00:00
Andrey Pavlenko
4e4db94b6b
removing warnings on deprecated api when targeting to android-15+
2012-07-14 19:07:27 +00:00
Anatoly Baksheev
a2430afcac
minor LBP for GPU
2012-07-14 16:23:56 +00:00
Maria Dimashova
5120d690f0
fixed nonfree rotation invariance tests for detectors
2012-07-14 16:07:48 +00:00
Maria Dimashova
2c0455da17
changed sift angles according to KeyPoint::angle specification in r9034
2012-07-14 16:02:45 +00:00
Marina Kolpakova
b9e53ec8ea
fixed build after r9027
2012-07-14 15:50:49 +00:00
Maria Dimashova
6dc5cd15ed
specified KeyPoint::angle in rst doc and code comment
2012-07-14 15:36:35 +00:00
Anatoly Baksheev
bfe6e2c4b1
minor in LBP for GPU
2012-07-14 15:36:25 +00:00
Maria Dimashova
eb119959e8
fixed features2d rotation invariance tests
2012-07-14 15:05:41 +00:00
Maria Dimashova
c94974ccb3
fixed mser (angle is -1 now)
2012-07-14 15:03:39 +00:00
Maria Dimashova
2bd86e2541
fixed compile errors under win
2012-07-14 13:25:41 +00:00
Maria Dimashova
30c611f1d5
added tests to check rotation invariance of detectors
2012-07-13 18:03:20 +00:00
Anatoly Baksheev
9706079ace
a bit refactoring in LBP face detection on GPU
2012-07-13 15:47:09 +00:00
Maria Dimashova
722df6a998
minor change in doc
2012-07-13 06:00:30 +00:00
Maria Dimashova
438c1444eb
added test to check keypoints returned by FeatureDetector (center, size, angle)
2012-07-12 17:52:49 +00:00
Maria Dimashova
017895dd93
filtered MSER keypoints that have centers out of image
2012-07-12 17:51:12 +00:00
Vincent Rabaud
3df72fe669
fix gcc C++11 bug mentioned in http://answers.opencv.org/question/283 . Bug also fixed in FLANN upstream
2012-07-12 16:02:02 +00:00
Maria Dimashova
507f546158
split file of features2d tests
2012-07-12 13:57:17 +00:00
Maria Dimashova
d38f694275
fixed CvBoost in mll if no tree can be trained.
2012-07-12 12:29:50 +00:00
Marina Kolpakova
58c67ccfea
improved LBP indexing
2012-07-12 08:50:41 +00:00
Marina Kolpakova
965109228d
added delobal memory version
2012-07-12 08:50:36 +00:00
Marina Kolpakova
2aacff4c39
swithed to the fixed size thread block
2012-07-12 07:11:26 +00:00
Alexander Mordvintsev
c5669448a3
work on features2d python interface
2012-07-11 17:13:43 +00:00
Alexander Mordvintsev
ffd283b7d5
fixed SURF orientations, broken in r8892
...
(see also r8895, r8887 and #2043 )
2012-07-11 16:26:52 +00:00
Maria Dimashova
0b4e96d89c
updated thresholds in EM test after cv::EM fixing
2012-07-11 13:52:19 +00:00
Maria Dimashova
75e0eeab17
fixed #2160
2012-07-11 13:51:36 +00:00
Maria Dimashova
994f8710f3
fixed #2159
2012-07-11 13:26:58 +00:00
Maria Dimashova
7c211796e7
more doc details for #2152
2012-07-11 13:23:18 +00:00
Marina Kolpakova
3c2691ef96
LBP: minor changes
2012-07-11 12:22:28 +00:00
Marina Kolpakova
ed1b293d34
refactored GPU LBP cascade. Added support for big images. Fixed bug in connected components function
2012-07-11 12:22:22 +00:00
Maria Dimashova
469ec7c522
fixed vfw ( #2156 )
2012-07-11 09:04:25 +00:00
Maria Dimashova
bc3fb347a3
fixed #2155
2012-07-11 08:41:09 +00:00
Maria Dimashova
e68b26e71f
fixed doc #2152
2012-07-11 08:05:06 +00:00
Vincent Rabaud
c52d620817
update the docs for cvExtractSURF and initModule_nonfree()
2012-07-10 19:09:00 +00:00
Marina Kolpakova
86d785622b
LBP: switched to texture implementation
2012-07-10 11:58:15 +00:00
Marina Kolpakova
b0606b0557
LBP classifer moved to ptr from DevMem2D
2012-07-10 11:58:10 +00:00
Marina Kolpakova
436d2ff1fc
LBP classifer moved to ptr from DevMem2D
2012-07-10 11:58:06 +00:00
Leonid Beynenson
6d3db49932
Changed DetectionBasedTracker a bit to make its method addObject to return an integer value -- the id of the new added object.
2012-07-09 14:37:12 +00:00
Andrey Kamaev
a5b60fa532
Fixed typo in Java wrapper for FetauresDetector class
2012-07-09 10:52:28 +00:00
Andrey Kamaev
3869d38671
fixed typo in SURF detector #2149
2012-07-09 10:47:09 +00:00
Marina Kolpakova
d88bbb3d9d
fixed undefined behaviour in image codecs initialization
2012-07-08 18:26:28 +00:00
Marina Kolpakova
8c9a9f1c94
fixed documentation missmatch for ORB
2012-07-08 18:26:23 +00:00
Marina Kolpakova
33d95642d3
fixed documentation missmatch for polylines function
2012-07-08 18:26:18 +00:00
Marina Kolpakova
f094983d49
reduced the number of registers used in the LBP responce operator
2012-07-08 18:26:13 +00:00
Marina Kolpakova
09269b4cd8
fixed backward compatibility with less than 1.2 CUDA capability
2012-07-07 21:48:53 +00:00
Philipp Wagner
3ac6272c3b
Grammar and Formatting fixes. Added link to the Yale Facedatabase A. Added download directive links for linking to the sample source code samples.
2012-07-06 20:42:02 +00:00
Alexander Mordvintsev
c6705fbe20
exposed ORB features to python
2012-07-06 15:41:57 +00:00
Marina Kolpakova
66aff45e96
fixed #2130
2012-07-05 20:55:55 +00:00
Andrey Kamaev
e900952b87
quiet most of the OSX build warnings
2012-07-05 12:56:31 +00:00
Andrey Kamaev
620d122fc2
Contrib module is added to java wrappers; fixed algorithm initialisation for python bindings
2012-07-05 07:58:40 +00:00
Andrey Kamaev
b1eba01afb
Fixed several mistakes in documentation
2012-07-05 07:30:45 +00:00
Andrey Kamaev
5f8715c8b4
Fixed file globbing in documentation parsers
2012-07-05 05:11:15 +00:00
Vadim Pisarevsky
acf356b080
added contrib module support in Python wrappers (thanks to Eric Christiansen)
2012-07-04 17:59:14 +00:00
Marina Kolpakova
bc83011736
removed unnecessary memory allocation in LBP classifier
2012-07-04 16:03:48 +00:00
Marina Kolpakova
eb599f6832
added checking destination matrix size for resize and integral functions
2012-07-04 16:03:43 +00:00
Marina Kolpakova
6c0af66fd8
removed unused class filds
2012-07-04 16:03:40 +00:00
Marina Kolpakova
e496345d33
added lbp cascade test, fixed race conditions problems
2012-07-04 12:11:16 +00:00
Marina Kolpakova
248f39e13e
added performance test for LBP classifier.
2012-07-04 12:11:07 +00:00
Andrey Kamaev
51f6127e0a
Merged the recent fixes from 2.4 branch
2012-07-04 08:04:31 +00:00
Marina Kolpakova
4128d5782f
added hipotesis filtration
2012-07-04 04:51:09 +00:00
Marina Kolpakova
a53f0f397e
LBP classifier: tracking of count of detected objects was moved in cascadeclassifier.cpp
2012-07-04 04:51:00 +00:00
Andrey Kamaev
bd394012e8
Eliminated discrepancy between SSE and non-SSE versions of bilinear resize
2012-07-03 11:30:17 +00:00
Andrey Kamaev
aa4cad80a0
Fixed opponent space color conversion
2012-07-03 11:01:56 +00:00
Andrey Kamaev
cfc593eb0d
Fixed run.py bugs
2012-07-02 21:07:32 +00:00
Maria Dimashova
b528348f39
fixed #2118
2012-07-02 20:21:34 +00:00
Philipp Wagner
927523bc3d
Bug 2129: Fix for missing citations in FaceRecognizer documentation.
2012-07-02 18:43:20 +00:00
Andrey Kamaev
df262b340c
Fixed #2125
2012-07-02 14:20:59 +00:00
Andrey Pavlenko
e2e6838da3
adding CDT Builder (via ndk-build.cmd) for JNI part
2012-07-02 13:15:16 +00:00
Vadim Pisarevsky
a1bc11c429
fixed typo in minMaxIdx description (ticket #2081 )
2012-07-02 12:59:02 +00:00
Maria Dimashova
52ba2e45c4
removed obsolete parameter 'time' in regression test for descriptors
2012-07-02 12:44:41 +00:00
Maria Dimashova
9cd0c9033f
fixed angles of SURF detector
2012-07-02 12:32:14 +00:00
Andrey Kamaev
565a8dc30d
Fixed automatic temporary files cleaning with run.py on Windows
2012-07-02 12:23:57 +00:00
Maria Dimashova
ad6929b6a4
removed y-axis inversion in drawKeypoints (FeatureDetector has to do this)
2012-07-02 12:04:00 +00:00
Maria Dimashova
0f21890d7d
added test for opponent descriptor extractor
2012-07-02 11:58:17 +00:00
Andrey Pavlenko
600ad799c7
restoring binary compatibility with 2.4.1
2012-07-02 11:54:24 +00:00
Andrey Kamaev
5d6c90e166
Fixed bugs in facerec documentation
2012-07-02 11:46:17 +00:00
Marina Kolpakova
76354287aa
fixed build without CUDA
2012-07-02 10:54:05 +00:00
Alexander Smorkalov
c80d205ecf
OpenCV Library renamed.
2012-07-02 10:07:24 +00:00
Marina Kolpakova
319c20c797
result storing: atomic based
2012-07-02 08:08:17 +00:00
Marina Kolpakova
a9f2f522e7
LBP classifier was refactored, added parameter for max size of detected object
2012-07-02 08:08:11 +00:00
Marina Kolpakova
e6f7e4d83e
GPU resize became same as CPU implementation
2012-07-02 08:08:02 +00:00
Marina Kolpakova
60b73e7471
gpu classifier default values became same as to cpu implementation
2012-07-02 08:07:55 +00:00
Marina Kolpakova
e7f5978768
classifier loading has been improved
2012-07-02 08:07:46 +00:00
Maria Dimashova
6042c59495
fixed #1764
2012-07-01 22:40:25 +00:00
Vadim Pisarevsky
31395b0759
added check for false bug report #2081
2012-07-01 21:29:50 +00:00
Vadim Pisarevsky
562838e0b5
partial fix for repeated algorithm registration (patch #2101 by Stephan Reuter)
2012-07-01 21:14:16 +00:00
Maria Dimashova
d56b771963
fixed #2082
2012-07-01 20:59:29 +00:00
Maria Dimashova
8f5b15b1c3
fixed compilation in msvc
2012-07-01 20:58:08 +00:00
Vadim Pisarevsky
e918877bcf
fixed bug with uninitialized variable in cvGetOptimalNewCameraMatrix (patch #1731 by floemker)
2012-07-01 20:56:27 +00:00
Vadim Pisarevsky
7ef2114107
added fullscreen mode on Mac (patch #2040 by Takahiro Horikawa)
2012-07-01 20:25:24 +00:00
Vadim Pisarevsky
b5eb318ae3
added support of homogeneous points to calcCorrespondEpilines (ticket #2055 )
2012-07-01 20:13:49 +00:00
Andrey Kamaev
dec38e5949
Background subtractor GMG: removed flexitype, fixed build errors.
2012-06-30 20:47:09 +00:00
Andrey Kamaev
afe11f69fb
Fixed Windows build warnings and configuration problem.
2012-06-30 20:45:01 +00:00
Andrey Kamaev
27c23b557c
Merged few small fixes from 2.4 branch
2012-06-30 13:36:27 +00:00
Marina Kolpakova
cdad4ac7c9
Merge branch 'home'
2012-06-30 09:29:33 +00:00
Leonid Beynenson
6d3fecd490
Fixed small bug in cv::Ptr<_Tp> conversion to cv::Ptr<_Tp2>. Now this conversion is made in a more accurate way.
2012-06-29 16:38:03 +00:00
Andrey Pavlenko
a72f4474b4
fixing bug #1987(android keeps RGBA in alpha pre-multiplied form, Mat <-> Bitmap should handle this correctly)
2012-06-29 15:38:10 +00:00
Andrey Kamaev
2b6b6f12e2
Debug message is turned off
2012-06-29 08:47:38 +00:00
Andrey Kamaev
0584ac525b
Quiet MSER tests
2012-06-29 08:34:07 +00:00
Andrey Kamaev
71729a5967
opencv_ts is removed for java API
2012-06-29 08:11:20 +00:00
Andrey Kamaev
4d09d62f85
Added Ptr<T> support to AlgorithmInfo; fixed some warnings
2012-06-29 07:46:53 +00:00
Andrey Kamaev
a25c27ca05
Fixed windows build problems of BackgroundSubtractorGMG but code still need more work.
2012-06-28 20:42:26 +00:00
Vadim Pisarevsky
82cb2ab556
fixed bug in SVD, ticket #2027 ; fixed building highgui with ffmpeg support on MacOSX
2012-06-28 19:45:13 +00:00
Andrey Kamaev
5a2ba94dd6
Fixing parallel build for Android
2012-06-28 19:30:39 +00:00
Andrey Kamaev
2a2092092f
Fixed Android build warnings in backgroundsubtractor_gbh
2012-06-28 18:11:10 +00:00
Vadim Pisarevsky
7c778fc043
fixed possible video distortion problem when cap_avfoundation.mm is used to capture video (ticket #1980 )
2012-06-28 16:34:53 +00:00
Vadim Pisarevsky
e4b58ebff5
added GMG background segmentation algorithm by Andrew Godbehere, ticket #2065
2012-06-28 16:24:48 +00:00
Leonid Beynenson
35344569bf
Added possibility in the class DetectionBasedTracker to work as a tracker only -- without the mainDetector.
...
In this case new objects will be added into it by the method addObject(const cv::Rect& location).
2012-06-28 16:07:10 +00:00
Vadim Pisarevsky
fd901d8323
fixed #2108 (thanks to Vincent for the report and proposed solution)
2012-06-28 15:52:34 +00:00
Andrey Kamaev
6a13c9efc0
Added cmake for building Android package
2012-06-28 13:42:08 +00:00
Leonid Beynenson
d822989c8b
Added template method cv::Algorithm::set(const char* _name, const Ptr<_Tp>& value),
...
which allows to pass as the second parameter of the method set any cv::Ptr<_Tp> object.
2012-06-28 12:17:11 +00:00
Andrey Kamaev
e4965b143f
Fixed discrepancy between SSE and regular baranches in FREAK
2012-06-28 11:08:11 +00:00
Andrey Kamaev
739da31add
Fixed Android build with SDK tools revision 20
2012-06-28 11:06:31 +00:00
Andrey Kamaev
e8b0d27942
Fixed cvExtractSURF in case of no keypoints found #2076
2012-06-28 05:59:30 +00:00
Vadim Pisarevsky
d60b1f2f82
fixed bug #2106 ; added test
2012-06-27 20:51:48 +00:00
Vadim Pisarevsky
73ce3ef8c1
fixed ios framework build (ticket #2092 )
2012-06-27 19:52:59 +00:00
Philipp Wagner
ea0b57cc23
API Link corrected.
2012-06-27 18:37:03 +00:00
Philipp Wagner
d636c677f4
API Link corrected.
2012-06-27 18:35:52 +00:00
Andrey Kamaev
6c3137a8b5
Fixed divide by zero problem in cvStereoRectify (thanks to Philip Van Valkenberg) #2099
2012-06-27 15:15:32 +00:00
Andrey Kamaev
f09ae32796
Fixed Mat::isContinuous for big matrix (thanks to Boris Mansencal) #2103
2012-06-27 14:19:35 +00:00
Andrey Kamaev
15e50420bc
Fixed linux and android install
2012-06-27 13:52:29 +00:00
Andrey Pavlenko
8b67adea98
workarounding missing native part in Java tests
2012-06-27 12:38:57 +00:00
Andrey Kamaev
a323da6fd5
Fixed some warnings and install problems on linux
2012-06-27 12:02:31 +00:00
Andrey Kamaev
abde1377f3
Fixed mistake in documentation
2012-06-27 09:20:02 +00:00
Andrey Pavlenko
3804ca3e20
changing package layout after 'make install' for Android build
2012-06-27 06:22:26 +00:00
Philipp Wagner
f2e78eed8c
Fixed wrong restructured text directive, when referencing to other documents.
2012-06-26 21:24:19 +00:00
Andrey Kamaev
69b5972e03
Fixed MSVC build with Qt enabled #2096
2012-06-26 21:05:15 +00:00
Philipp Wagner
a15d97b716
Added the cv::FaceRecognizer documentation (API, Face Recognition Guide, Tutorials).
2012-06-26 20:13:11 +00:00
Andrey Pavlenko
9efc1a689b
fixing project properties
2012-06-26 15:25:00 +00:00
Andrey Pavlenko
ac6061ee8a
hiding extra build-time messages
2012-06-26 13:42:10 +00:00
Marina Kolpakova
bd500ff0f7
fixed LBP loader test
2012-06-26 12:44:27 +00:00
Vladislav Vinogradov
e7c35b1852
fixed bug in cv::gpu::HOGDescriptor::detectMultiScale
2012-06-26 12:24:48 +00:00
Marina Kolpakova
a743eca076
LBP features: GPU representation
2012-06-26 12:15:19 +00:00
Andrey Kamaev
55567582a6
added XIMEA support for linux (by Igor Kuzmin) #2085
2012-06-26 11:48:58 +00:00
Andrey Kamaev
f9418853a0
Applied XIMEA path (by Marian Zajko) with multiple changes #2054
2012-06-26 11:47:49 +00:00
Vladislav Vinogradov
e9e66e5796
added VIBE_GPU (background subtraction) to gpu module
2012-06-26 10:38:15 +00:00
Andrey Kamaev
0f8e271509
Fixing iOS detection in core persistence
2012-06-26 09:21:22 +00:00
Andrey Kamaev
dd7eeea118
Fixing cv::tempfile on Windows #2093
2012-06-26 09:07:37 +00:00
Andrey Kamaev
ecf6b5a87c
Making all dependencies from highgui module optional
2012-06-26 07:29:36 +00:00
Alexander Smorkalov
80febef237
revision 8721 vas merged to head. Detection based tracker interface changed. cpp and android samples updated.
2012-06-25 17:01:55 +00:00
Marina Kolpakova
915c81febf
fixed build without CUDA
2012-06-25 16:52:54 +00:00
Marina Kolpakova
6801f475ad
LBP: implemented first version of device side part
2012-06-25 16:39:50 +00:00
Marina Kolpakova
71f94e12fb
LBP: implemented image data preparing
2012-06-25 16:39:45 +00:00
Marina Kolpakova
91ba48c5f9
added lbp related CUDA files
2012-06-25 16:39:40 +00:00
Marina Kolpakova
e637168e44
completed test: load LBP classifier
2012-06-25 16:39:34 +00:00
Marina Kolpakova
143c57064b
LBP classifier represintation in GPU memory
2012-06-25 16:39:29 +00:00
Vladislav Vinogradov
4ee236b1b6
added docs for MOG_GPU and MOG2_GPU
2012-06-25 13:19:55 +00:00
Andrey Kamaev
7b806f6008
fixed several documentation errors
2012-06-25 12:56:46 +00:00
Vladislav Vinogradov
d85ef03a42
added background subtraction sample for gpu module
2012-06-25 12:48:54 +00:00
Andrey Kamaev
d9c74f63e1
All tests writing temporary files are updated to use cv::tempfile() function
2012-06-25 11:24:06 +00:00
Andrey Kamaev
ec3a7665b0
Fixed FREAK on Android
2012-06-25 11:19:11 +00:00
Vladislav Vinogradov
acc031aaba
added MOG_GPU and MOG2_GPU (Gaussian Mixture background subtraction)
2012-06-25 11:13:50 +00:00
Marina Kolpakova
5f6bbcc89a
added test for GPU LBP cascade: load cascade
2012-06-25 08:46:34 +00:00
Andrey Kamaev
1ee5c95ee9
Updated gtest to upstream rev616
2012-06-24 18:25:58 +00:00
Andrey Kamaev
84d62b69dc
Fixed windows build of FREAK
2012-06-24 14:33:30 +00:00
Andrey Kamaev
bd901eb52d
Reverted r8721 and r8725 (issue #2080 )
2012-06-24 08:50:03 +00:00
Vadim Pisarevsky
74707ec7ae
added FREAK (by Kirell Benzi, Raphael Ortiz, Alexandre Alahi and Pierre Vandergheynst)
2012-06-24 01:37:55 +00:00
Andrey Kamaev
a381b95e91
Fixed buggy NEON check inside flann
2012-06-22 16:10:43 +00:00
Andrey Pavlenko
cc54226e12
updating version
2012-06-22 15:19:03 +00:00
Andrey Pavlenko
cf88b9d00c
workarounding service-related changes
2012-06-22 15:18:06 +00:00
Vadim Pisarevsky
87d1731714
added synonym CV_COMP_HELLIGNER for CV_COMP_BHATTACHARYAA to reflect the real formula used (bug report #2073 )
2012-06-22 15:12:19 +00:00
Marina Kolpakova
1365e28a54
initial support of GPU LBP classifier: added new style xml format loading
2012-06-22 15:00:36 +00:00
Vadim Pisarevsky
0c65ea976a
added the optional output maxima value to phaseCorrelate (patch #2071 by Robert Huitl)
2012-06-22 13:34:03 +00:00
Andrey Kamaev
511d09f587
Fixed tests broken by r8708
2012-06-22 08:36:29 +00:00
Andrey Pavlenko
2984fa751e
adding OpenCV Manager
2012-06-21 14:50:05 +00:00
Alexander Smorkalov
a3be73b5cc
revisions 8681 and 8688 restored. Warning fixed.
...
Warning: changes beak binary compatibility
2012-06-21 14:37:28 +00:00
Andrey Kamaev
5e0160d711
Fixed few warnings on Linux
2012-06-21 12:44:48 +00:00
Andrey Pavlenko
952b25f86f
changing 'java' module layout
2012-06-21 11:44:31 +00:00
Andrey Kamaev
25f70e691a
Fixed warnigs from zlib defines
2012-06-21 10:28:57 +00:00
Andrey Pavlenko
3af92a9d92
fixing warnings
2012-06-21 09:14:14 +00:00
Marina Kolpakova
b065c7a296
fixes for the newly added gcc warning keys
2012-06-21 03:48:36 +00:00
Andrey Kamaev
f6ef504ef0
Fixed few more warnings/bugs.
2012-06-20 21:09:27 +00:00
Andrey Kamaev
e94e5866a1
Fixed mingw build warnings
2012-06-20 17:57:26 +00:00
Andrey Kamaev
d48d7b2b46
Updated warning options for GCC; fixed new warnings.
2012-06-20 12:27:02 +00:00
Andrey Pavlenko
779f4e39de
adding JNI func-s declarations to eliminate build warnings inside Android tree
2012-06-20 08:58:30 +00:00
Andrey Pavlenko
2c786a47d0
fix for #2048 (artificial 'delete' method had wrong JNI signature)
2012-06-20 08:28:43 +00:00
Andrey Pavlenko
dc93c21962
fix for #2063 ( Mat(Mat m, Rect roi) returns wrong sub-mat)
2012-06-20 07:43:01 +00:00
Marina Kolpakova
43f2682e15
fixed build without CUDA
2012-06-20 07:30:19 +00:00
Marina Kolpakova
e7f6c4b7ef
scan operations are moved in separate header
2012-06-20 05:41:16 +00:00
Marina Kolpakova
6620c5c92d
Merge branch 'work'
2012-06-19 13:41:15 +00:00
Marina Kolpakova
18918a5e44
fix for 1.x compute capabilities
2012-06-19 13:41:08 +00:00
Andrey Kamaev
e8d158a5c8
Reverted changes breaking Android build
2012-06-19 08:10:05 +00:00
Maria Dimashova
9152d3fee2
minor fixing
2012-06-18 14:25:00 +00:00
Andrey Kamaev
7dcbf32532
Fixed WString related build problem in Android build
2012-06-18 13:08:59 +00:00
Alexander Mordvintsev
b4dafa6b58
fixed SVM train_auto docs: "train set" <-> "test set"
2012-06-18 11:38:47 +00:00
Alexander Smorkalov
1736cc9739
Code style fix. dbt face detection example turned off for Windows.
2012-06-18 10:59:28 +00:00
Marina Kolpakova
db08656a38
resize area are fixed for scales that aren't divide 128
2012-06-18 10:31:36 +00:00
Marina Kolpakova
f7c1d16b38
resize area with block scan
2012-06-18 09:00:36 +00:00
Marina Kolpakova
81c6adb959
resize area with block scan
2012-06-18 09:00:32 +00:00
Marina Kolpakova
9a9f212db0
resize function signature refactoring
2012-06-18 09:00:28 +00:00
Marina Kolpakova
e69c6fdef4
minor formating changes
2012-06-18 09:00:22 +00:00
Alexander Smorkalov
7c160cdc30
Detection based tracker was refactored. Detector interface added.
2012-06-18 08:55:05 +00:00
Vladislav Vinogradov
f392ab0e08
new implementation of gpu::PyrLKOpticalFlow::sparse (1.5 - 2x faster)
2012-06-18 06:49:10 +00:00
Andrey Kamaev
33d9e2354a
Fixed Android build with Eigen.
2012-06-16 14:52:46 +00:00
Philipp Wagner
000bf4af48
Two colormaps removed from the list of colormaps, as they are no visually improved enhancement to a Jet colormap.
2012-06-16 08:33:48 +00:00
Philipp Wagner
2c9e81a3ec
The COLORMAP_PINK colormap was missing in applyColorMap.
2012-06-16 08:30:22 +00:00
Marina Kolpakova
5b0d7a65e6
minor formating fixes
2012-06-15 15:57:12 +00:00
Marina Kolpakova
5d06788305
fixed more "shadow" warnings
2012-06-15 13:21:27 +00:00
Marina Kolpakova
cd81a13d8b
added check for CUDA BLUS support in GEMM tests
2012-06-15 13:19:36 +00:00
Marina Kolpakova
c17bd8c11b
fixed "shadow" warnings in nvidia folder
2012-06-15 13:16:43 +00:00
Marina Kolpakova
f33d90220d
fixed "shadow" warnings in NVIDIA tests
2012-06-15 13:13:36 +00:00
Vladislav Vinogradov
2e2bd55729
new implementation of gpu::PyrLKOpticalFlow::dense (1.5 - 2x faster)
2012-06-15 11:02:33 +00:00
Maria Dimashova
5df3c44d30
added check to weight in rgbd
2012-06-15 09:17:10 +00:00
Andrey Kamaev
c5df95d5a9
Shortened cmake script for opencv_world
2012-06-15 07:52:20 +00:00
Andrey Kamaev
16c94d643f
Fixed #2053
2012-06-15 06:40:20 +00:00
Andrey Kamaev
542563c444
Fixed Android build warnings for old NDK
2012-06-14 14:52:00 +00:00
Maria Dimashova
1774e73324
added weighting to rgbd odometry
2012-06-14 14:34:15 +00:00
Andrey Kamaev
913d4541a5
Reduced some tegra stubs
2012-06-14 14:09:04 +00:00
Alexander Mordvintsev
a98d6b6217
exposed parallelized SVM prediction to python (predict_all)
2012-06-14 10:02:49 +00:00
Alexander Shishkov
e4d9d5294e
fixed #2047
2012-06-14 00:09:47 +00:00
Marina Kolpakova
f273e54be3
fixed part of shadow warnings
2012-06-13 13:21:51 +00:00
Marina Kolpakova
8c6dc17a9f
scan based area interpolation for naive cases
2012-06-13 13:21:08 +00:00
Andrey Kamaev
7cccc93bdf
Fixed Android build warnings and few warnings in specific cnfigurations
2012-06-13 13:19:43 +00:00
Marina Kolpakova
9dac223039
fixed part of shadow warnings
2012-06-13 13:12:21 +00:00
Marina Kolpakova
7dd0067792
suppress warning no previous declaration for gpu module
2012-06-13 13:10:11 +00:00
Andrey Kamaev
827d7ba2e9
fixed highgui configuration with QT enabled
2012-06-13 11:49:27 +00:00
Andrey Kamaev
694f0e954f
Added linking against AppKit framework when OpenCV is configured with WITH_QUICKTIME=OFF
2012-06-13 10:43:03 +00:00
Maria Dimashova
f363c835ab
fixed compilation error and some warnings if with_openni is true
2012-06-13 08:38:30 +00:00
Philipp Wagner
7b544d2a6d
Documentation for FaceRecognizer started (not added to toc of contrib/doc/contrib.rst yet). CSV file for the samples/cpp/facerec_demo.cpp added. Added some more exceptions to warn the user, when passing bad aligned data.
2012-06-12 22:49:14 +00:00
Andrey Kamaev
5349fa0302
Fixed target_link_libraries for python bindings
2012-06-12 16:18:14 +00:00
Andrey Kamaev
c5aba337e9
Fixed number of warnings. Fixed mingw64 build.
2012-06-12 14:46:12 +00:00
Alexander Mordvintsev
08b2bd9174
fixed #1974
2012-06-11 07:20:34 +00:00
Philipp Wagner
b3c61ee0fe
Minor grammatical correction in comments.
2012-06-10 22:42:20 +00:00
Philipp Wagner
cd7d93f362
Exceptions now go into CV_Error. Added thresholding to the FaceRecognizer and updated the demo accordingly.
2012-06-10 22:23:18 +00:00
Philipp Wagner
ee1b671279
Several exceptions added to the available FaceRecognizer classes and helper methods, so wrong input data is reported to the user. facerec_demo.cpp updated to latest cv::Algorithm changes and commented.
2012-06-10 11:57:33 +00:00
Marina Kolpakova
6727e4cb6d
fixed build under android
2012-06-10 09:44:47 +00:00
Marina Kolpakova
183e13b359
fixed build without CUDA
2012-06-09 17:03:40 +00:00
Vadim Pisarevsky
76f49f3078
added script to build the universal opencv2.framework for iOS device and simulator. fixed opencv_world cmake script to create static libopencv_world.a for iOS. temporarily disable compressed file storages in the case of iOS (to avoid dependency of zlib)
2012-06-09 16:18:39 +00:00
Marina Kolpakova
09d4d69100
minor warning fixes
2012-06-09 15:24:36 +00:00
Marina Kolpakova
f2c30cd90d
resize area for big downscaling integration
2012-06-09 15:24:01 +00:00
Andrey Kamaev
f2d3b9b4a1
Warning fixes continued
2012-06-09 15:00:04 +00:00
Marina Kolpakova
f6b451c607
fixed another piece of warnings
2012-06-09 10:58:32 +00:00
Marina Kolpakova
de23734776
Declaration of color conversion functions are moved in header file to avoid warnings
2012-06-09 09:04:17 +00:00
Marina Kolpakova
324a642a20
Fixed all anomimous warnings
2012-06-09 08:33:25 +00:00
Marina Kolpakova
8eadc49a7b
Fixed another one thousand warnings about uninitialized anomimnomous
2012-06-09 08:07:10 +00:00
Vadim Pisarevsky
1e14d84008
possibly fixed crash boost caused by the recent modification; slightly improved mlp params in letter_recog sample
2012-06-09 07:05:24 +00:00
Marina Kolpakova
e86f0aaea1
fixed hundreds of "anonymous" warnings for gpu module.
2012-06-08 17:09:38 +00:00
Andrey Kamaev
ffa44fb114
Fixed precompiled headers build on Linux
2012-06-08 16:04:14 +00:00
Andrey Kamaev
47a4e87784
Ignored warnings from gtest with precompiled headers enabled
2012-06-08 14:54:17 +00:00
Alexander Kapustin
018d85dddb
New Tegra Optimized thresh_16s and thresh_32f functions were added
2012-06-08 08:49:59 +00:00
Andrey Kamaev
2f40905548
Fixed Android build
2012-06-08 08:11:17 +00:00
Andrey Kamaev
89e3c461ec
Fixed build with TBB
2012-06-08 06:23:28 +00:00
Andrey Kamaev
79df8db76f
Fixed recently introduced build problems on some platforms
2012-06-08 06:19:17 +00:00
Andrey Kamaev
f62028dc16
Fixed mingw build.
2012-06-08 03:15:08 +00:00
Andrey Kamaev
49a1ba6038
Set stricter warning rules for gcc
2012-06-07 17:21:29 +00:00
Anatoly Baksheev
0395f7c63f
fixed relative path for stitching/details headers
2012-06-07 13:42:59 +00:00
Marina Kolpakova
16ef01efda
set to linear interpolation type for upscaling with area interplation flag
2012-06-06 16:05:31 +00:00
Marina Kolpakova
75eedf8b03
call not NPP version in case of INTER_AREA resize
2012-06-06 15:38:08 +00:00
Marina Kolpakova
9aa3f754b7
fixed accuracy test
2012-06-06 15:29:24 +00:00
Marina Kolpakova
83390ea4e1
performance test for INTER_AREA resize has been added.
2012-06-06 14:45:33 +00:00
Marina Kolpakova
aa8fbc26da
fix for down rounded output sizes
2012-06-06 13:25:36 +00:00
Andrey Kamaev
5a41c6509e
Fixed build of opencv_world with QT on linux #2012
2012-06-06 13:24:41 +00:00
Marina Kolpakova
8231d0d11d
fixed for resize with INTER AREA. Since now we divide by convolved area
2012-06-06 12:12:21 +00:00
Marina Kolpakova
eabd757def
fixed build
2012-06-06 10:59:10 +00:00
Marina Kolpakova
d192117e86
GPU resize with INTER_AREA
2012-06-06 10:39:42 +00:00
Vadim Pisarevsky
bc54195199
decreased size of the buffer used in CvBoost::update_weights (ticket #1803 )
2012-06-06 10:10:48 +00:00
Alexander Shishkov
74786075e3
test commit
2012-06-06 09:21:09 +00:00
Alexander Shishkov
80a4157f11
test commit
2012-06-06 09:12:11 +00:00