mirror of
https://github.com/opencv/opencv.git
synced 2025-08-06 06:26:29 +08:00
removed typo
This commit is contained in:
parent
54d9597522
commit
07ef08e966
@ -333,7 +333,7 @@ namespace
|
||||
GpuMat& nextPts = _nextPts.getGpuMatRef();
|
||||
GpuMat& status = _status.getGpuMatRef();
|
||||
GpuMat* err = _err.needed() ? &(_err.getGpuMatRef()) : NULL;
|
||||
if (_prevImg.kind() == _InputArray::STD_VECTOR_CUDA_GPU_MAT && _prevImg.kind() == _InputArray::STD_VECTOR_CUDA_GPU_MAT)
|
||||
if (_prevImg.kind() == _InputArray::STD_VECTOR_CUDA_GPU_MAT && _nextImg.kind() == _InputArray::STD_VECTOR_CUDA_GPU_MAT)
|
||||
{
|
||||
std::vector<GpuMat> prevPyr, nextPyr;
|
||||
_prevImg.getGpuMatVector(prevPyr);
|
||||
|
Loading…
Reference in New Issue
Block a user