Namgoo Lee
|
a7ffcaab28
|
Remove compiler warnings
|
2020-08-21 23:52:30 +09:00 |
|
Tomoaki Teshima
|
77fa1a20bf
|
fix build on Jetson TX1 and TX2
* enable_if_t is a c++14 feature
|
2020-06-19 07:56:37 +09:00 |
|
Namgoo Lee
|
2043e06102
|
cuda optflow tvl1 : async safety
also modify cuda canny to use createTextureObjectPitch2D, etc.
|
2020-06-17 01:04:22 +09:00 |
|
QIU Xiaochen
|
cdfa58dde0
|
Merge pull request #17180 from PetWorm:3.4
* fix Scharr nomination
|
2020-04-29 09:55:59 +00:00 |
|
Hamdi Sahloul
|
a39e0daacf
|
Utilize CV_UNUSED macro
|
2018-09-07 20:33:52 +09:00 |
|
dtmoodie
|
3c229aa2eb
|
async bugfix
upload winsize and iters as members to prevent async out of scope issues
|
2017-09-14 14:48:49 +00:00 |
|
Tim King
|
203b398caa
|
Fixed bug #7482. Updated dense flow routine to reference bound textures.
|
2017-01-18 19:30:45 +02:00 |
|
Andreas Franek
|
13d1ee10be
|
replaced static const members with static functions for msvc
cpmpatability
|
2016-07-18 14:41:55 +02:00 |
|
Andreas Franek
|
8d43e2b945
|
fixed the cuda optical flow error normalization factor
texture channels were not considered correctly, nor was the cuda texture
normalization
|
2016-07-04 16:13:31 +02:00 |
|
Dan Moodie
|
66738d748f
|
Modified sparse pyrlk optical flow to allow input of an image pyramid which thus allows caching of image pyramids on successive calls.
Added unsigned char support for 1, 3, 4 channel images.
|
2015-12-29 10:48:14 -05:00 |
|
Vladislav Vinogradov
|
381216aa54
|
refactor cudaoptflow public API:
* use opaque algorithm interfaces
* add stream support
|
2015-01-21 15:50:21 +03:00 |
|
Vladislav Vinogradov
|
19c6bbe7d9
|
move obsolete algorithms from cudaoptflow to cudalegacy
|
2015-01-21 15:50:21 +03:00 |
|
Ernest Galbrun
|
5623701acb
|
performance issue for cuda TVL1 when gamma = 0
|
2014-07-28 14:24:21 +02:00 |
|
Ernest Galbrun
|
62fed8b7b2
|
retry after failure to load from the build bot
|
2014-07-07 12:55:07 +02:00 |
|
Ernest Galbrun
|
5c8e679bdc
|
still a couple tabs and trailing whitespaces...
|
2014-07-07 12:34:23 +02:00 |
|
Ernest Galbrun
|
693c4e5741
|
debug of cuda_tvl1 => pass tests succesfully
|
2014-07-04 14:23:09 +02:00 |
|
Ernest Galbrun
|
b66a13183e
|
added cuda support for chambolle parameter
|
2014-07-02 17:06:52 +02:00 |
|
Vladislav Vinogradov
|
1ad4592bfc
|
Merge branch 'master' into gpu-cuda-rename
Conflicts:
modules/cudaoptflow/perf/perf_optflow.cpp
modules/cudaoptflow/src/tvl1flow.cpp
samples/gpu/stereo_multi.cpp
|
2013-09-04 09:58:32 +04:00 |
|
Vladislav Vinogradov
|
5660d6a680
|
renamed gpuoptflow -> cudaoptflow
|
2013-09-02 14:00:43 +04:00 |
|