interpolateFrames in openCV 3.0

asked 2015-03-09 09:48:05 -0600

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?

edit retag flag offensive close merge delete

Comments

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.

StevenPuttemans gravatar imageStevenPuttemans ( 2015-03-10 05:46:31 -0600 )edit

But the legacy module will not be the part of the 3.0 anymore: http://answers.opencv.org/question/42...

rastislav gravatar imagerastislav ( 2015-03-11 02:18:20 -0600 )edit

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.

StevenPuttemans gravatar imageStevenPuttemans ( 2015-03-11 03:02:28 -0600 )edit

Cuda version of the interpolateFrames was also moved to cudalegacy so it is definitely deprecated. Is there some replacement for it than?

rastislav gravatar imagerastislav ( 2015-03-18 03:07:41 -0600 )edit

I have not a single clue :D

StevenPuttemans gravatar imageStevenPuttemans ( 2015-03-19 08:43:06 -0600 )edit

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...

rastislav gravatar imagerastislav ( 2015-03-20 06:16:17 -0600 )edit