Ask Your Question
0

Why the function normalize(cvnormalize) can not be fund in the newest documents?

asked 2013-07-29 01:54:08 -0600

dxkung gravatar image

The function normalize(cvnormalize) can not be fund out int the OpenCV 2.4.6.0 documentation, but it can be used in my programs. Who can tell me why?

edit retag flag offensive close merge delete

1 answer

Sort by ยป oldest newest most voted
1

answered 2013-07-29 02:06:42 -0600

berak gravatar image

oh, no worries, it's here

edit flag offensive delete link more

Comments

Just to further explain it a bit, all the functions with the cv in front have the old depricated C - style API. OpenCV tries to push people to use the newer and more easier to handle C++ API, having the same functionality but without the cv in front of it most of the time. The C++ interface takes care of nasty things like pointers, memory management, ... Probably in the near feature the C-style API will dissappear completely.

StevenPuttemans gravatar imageStevenPuttemans ( 2013-07-29 03:02:40 -0600 )edit

Question Tools

Stats

Asked: 2013-07-29 01:54:08 -0600

Seen: 445 times

Last updated: Jul 29 '13