interpolateFrames in openCV 3.0
In OpenCV 2.4.10 there was a function interpolateFrames in ocl namespace, but I do not see it in the openCV 3.0 - it is just in the cuda namespace. Will it be included in the final release?
Since the only two references found in current master are these I am afraid that they will not be supported in further releases. Especially legacy modules are there to keep unsupported functionality, that was once part of the repository.
But the legacy module will not be the part of the 3.0 anymore: http://answers.opencv.org/question/42...
Yes legacy module will be removed, the usefull functionality has been ported into other modules over time. If you need something in 3.0 than you will manually have to port it from 2.4 branch.
Cuda version of the interpolateFrames was also moved to cudalegacy so it is definitely deprecated. Is there some replacement for it than?
I have not a single clue :D
Thanx mate. :-) This function anyway isn't quite optimized because it have to be used for each channel sepparately. So I will appreciate if anybody can tell if there is or will be some better substitute for it in the OpenCV 3.0...