Need to use icvScaleVector_32f

asked 2014-05-18 14:17:23 -0600

Sazzad gravatar image

Hi,

I didn't find icvScaleVector_32f, icvAddVector_32f, icvCopyVector_32f or icvSetZero_32f in the opencv version 2.4.9. Please give a solution as soon as possible.

Best Regards, Md. Sazzad Hossain, Faculty Member, Dept. of CSE, Mawlana Bhashani Science and Technology University Tangail, Bangadesh.

edit retag flag offensive close merge delete

Comments

1

the old c-api is being phased out (they moved to a c++ api in 2010 already).

you can still find them in modules/legacy/src/_matrix.h, but they are no more part of the public api.

if you got code based on that, it's probably a good idea to rewrite it.

berak gravatar imageberak ( 2014-05-18 14:36:50 -0600 )edit