Need to use icvScaleVector_32f
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.
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.