What is the use of numpy library in opencv python?

asked 2016-04-25 21:15:41 -0600

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.

edit retag flag offensive close merge delete

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 ( 2016-04-26 04:06:08 -0600 )edit