First time here? Check out the FAQ!

Ask Your Question
0

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

asked Jul 29 '13

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?

Preview: (hide)

1 answer

Sort by » oldest newest most voted
1

answered Jul 29 '13

berak gravatar image

oh, no worries, it's here

Preview: (hide)

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 (Jul 29 '13)edit

Question Tools

Stats

Asked: Jul 29 '13

Seen: 641 times

Last updated: Jul 29 '13