Added implementation of remap on GPU. Minor fixes of convertTo. Added opencv_imgproc to gpu_test dependencies.
This commit is contained in:
@@ -321,6 +321,10 @@ namespace cv
|
||||
friend struct StreamAccessor;
|
||||
};
|
||||
|
||||
////////////////////////////// Image processing //////////////////////////////
|
||||
|
||||
void CV_EXPORTS remap(const GpuMat& src, const GpuMat& xmap, const GpuMat& ymap, GpuMat& dst);
|
||||
|
||||
//////////////////////////////// StereoBM_GPU ////////////////////////////////
|
||||
|
||||
class CV_EXPORTS StereoBM_GPU
|
||||
|
Reference in New Issue
Block a user