Vladislav Vinogradov
|
51d5959aca
|
added gpu add, subtract, multiply, divide, absdiff with Scalar.
added gpu exp, log, magnitude, based on NPP.
updated setTo with new NPP functions.
minor fix in tests and comments.
|
2010-09-27 12:44:57 +00:00 |
|
Vladislav Vinogradov
|
304caab746
|
added remap version for 3-channels input images
|
2010-08-26 09:19:47 +00:00 |
|
Andrey Morozov
|
6bea9f5ec4
|
minor fix for windows
|
2010-08-25 15:00:17 +00:00 |
|
Anatoly Baksheev
|
33bd1da589
|
compilation errors under win32
|
2010-08-25 14:39:34 +00:00 |
|
Andrey Morozov
|
096080de70
|
added methods estimateRecopmmendedParams for StereoBP and StereoCSBP
|
2010-08-25 07:27:17 +00:00 |
|
Vladislav Vinogradov
|
4104c3fd0b
|
fixed bug in StereoBeliefPropagation with user allocated disparity
|
2010-08-24 09:36:25 +00:00 |
|
Anatoly Baksheev
|
9a669b1ceb
|
fixed bugs in page locked memory allocation
avoid extra gpu memory allocation in BP and CSBP
|
2010-08-17 10:39:18 +00:00 |
|
Vladislav Vinogradov
|
9ddb373614
|
added version of StereoBeliefPropagation::operator() for user specified data term
|
2010-08-16 14:47:17 +00:00 |
|
Andrey Morozov
|
79e1c6f188
|
fixed build without cuda
|
2010-08-16 08:30:23 +00:00 |
|
Anatoly Baksheev
|
ef9a9d43a4
|
a lot of refactoring
|
2010-08-13 16:50:07 +00:00 |
|
Vladislav Vinogradov
|
ee104c27d8
|
added gpu implementation of constant space belief propagation stereo matching.
some refactoring of StereoBeliefPropagation.
|
2010-08-12 12:15:37 +00:00 |
|
Anatoly Baksheev
|
d1fc3e6b5a
|
cv::gpu::CudaStream -> cv::gpu::Stream
some refactoring
added gpu module to compilation
|
2010-08-10 09:44:50 +00:00 |
|
Vladislav Vinogradov
|
34565c281a
|
added support of 3 channels images to StereoBeliefPropagation_GPU
|
2010-08-02 14:26:07 +00:00 |
|
Vladislav Vinogradov
|
788ac96f8b
|
added optimized belief propagation implementation (used short for messages)
|
2010-08-02 11:10:29 +00:00 |
|
Andrey Morozov
|
97254a7b45
|
minor fix
|
2010-07-29 10:28:10 +00:00 |
|
Vladislav Vinogradov
|
63fed0f831
|
changed StereoBeliefPropagation_GPU output disparity default type to CV_32S
|
2010-07-29 08:47:06 +00:00 |
|
Vladislav Vinogradov
|
84f51332dd
|
implemented asynchronous call for StereoBeliefPropagation_GPU
|
2010-07-29 07:20:35 +00:00 |
|
Vladislav Vinogradov
|
5bd128fac8
|
added gpu belief propagation stereo matching
|
2010-07-28 14:46:44 +00:00 |
|