fixed cvtColor parameter in KeypointBasedMotionEstimatorGpu::estimate
This commit is contained in:
parent
e625d86485
commit
ece77e3930
@ -756,7 +756,7 @@ Mat KeypointBasedMotionEstimatorGpu::estimate(const gpu::GpuMat &frame0, const g
|
|||||||
grayFrame0 = frame0;
|
grayFrame0 = frame0;
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
gpu::cvtColor(frame0_, grayFrame0_, CV_BGR2GRAY);
|
gpu::cvtColor(frame0, grayFrame0_, CV_BGR2GRAY);
|
||||||
grayFrame0 = grayFrame0_;
|
grayFrame0 = grayFrame0_;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user