Oleksiy Druzhynin
Oleksiy Druzhynin

Reputation: 95

dot product of vectors, matrix inversion, eigenvalues calculation in boost

Does boost or open CV contains dot product of vectors, matrix inversion, eigenvalues calculation of matrices?

Upvotes: 2

Views: 2201

Answers (2)

gokhans
gokhans

Reputation: 210

Also you can find information about OpenCV operations using following links. http://opencv.willowgarage.com/documentation/python/operations_on_arrays.html http://note.sonots.com/OpenCV/MatrixOperations.html

Upvotes: 3

Related Questions