mirror of https://github.com/opencv/opencv.git
parent
1533d0448f
commit
e532bd50d5
3 changed files with 11 additions and 8 deletions
@ -0,0 +1,8 @@ |
||||
namespace cv { namespace cuda { namespace device |
||||
{ |
||||
namespace disp_bilateral_filter |
||||
{ |
||||
template<typename T> |
||||
void disp_bilateral_filter(PtrStepSz<T> disp, PtrStepSzb img, int channels, int iters, const float *, const float *, size_t, int radius, short edge_disc, short max_disc, cudaStream_t stream); |
||||
} |
||||
}}} |
Loading…
Reference in new issue