mirror of
https://github.com/opencv/opencv.git
synced 2026-07-30 15:53:03 +04:00
now single row GPU matrix is continuous one, added aux. functions, updated dft and matchTemplates
This commit is contained in:
@@ -246,6 +246,9 @@ namespace cv
|
||||
#include "GpuMat_BetaDeprecated.hpp"
|
||||
#endif
|
||||
|
||||
//! creates continuous GPU matrix
|
||||
CV_EXPORTS void createContinuous(int rows, int cols, int type, GpuMat& m);
|
||||
|
||||
//////////////////////////////// CudaMem ////////////////////////////////
|
||||
// CudaMem is limited cv::Mat with page locked memory allocation.
|
||||
// Page locked memory is only needed for async and faster coping to GPU.
|
||||
|
||||
Reference in New Issue
Block a user