mirror of
https://github.com/opencv/opencv.git
synced 2026-07-29 23:33:05 +04:00
Removed PtrElemStep, Marked DevMem1D as deprecated, now should use PtrStepSz now
This commit is contained in:
@@ -60,7 +60,7 @@ namespace cv { namespace gpu { namespace device { namespace globmotion {
|
||||
|
||||
void calcWobbleSuppressionMaps(
|
||||
int left, int idx, int right, int width, int height,
|
||||
const float *ml, const float *mr, DevMem2Df mapx, DevMem2Df mapy);
|
||||
const float *ml, const float *mr, PtrStepSzf mapx, PtrStepSzf mapy);
|
||||
|
||||
}}}}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user