mirror of
https://github.com/opencv/opencv.git
synced 2026-07-29 07:13:02 +04:00
eliminate all the warnings on win32 and win64
add a new function abssum fix the bug of test and perf because someone remove non-free module from cmakelist.txt
This commit is contained in:
@@ -218,7 +218,7 @@ void interpolate::vectorWarp(const oclMat &src, const oclMat &u, const oclMat &v
|
||||
normalizeKernel(buffer, src.rows, b_offset, d_offset);
|
||||
}
|
||||
|
||||
void interpolate::blendFrames(const oclMat &frame0, const oclMat &frame1, const oclMat &buffer, float pos, oclMat &newFrame, cl_mem &tex_src0, cl_mem &tex_src1)
|
||||
void interpolate::blendFrames(const oclMat &frame0, const oclMat &/*frame1*/, const oclMat &buffer, float pos, oclMat &newFrame, cl_mem &tex_src0, cl_mem &tex_src1)
|
||||
{
|
||||
int step = buffer.step / sizeof(float);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user