What is the use of numpy library in opencv python?

asked Apr 26 '16

Sandesh14 gravatar image

There is a library called numpy in opencv package. I just wanted to know what is its use? Do we have any equivalent library in opencv java package? I don't know anything about python, just asked out of curiosity.

Preview: (hide)

Comments

Quote:

Numpy is the fundamental package for scientific computing with Python. It contains among other things:

  • a powerful N-dimensional array object
  • sophisticated (broadcasting) functions
  • tools for integrating C/C++ and Fortran code
  • useful linear algebra, Fourier transform, and random number capabilities
Eduardo gravatar imageEduardo (Apr 26 '16)edit