Sorry, this content is no longer available

Ask Your Question
1

QR decomposition in OpenCV

asked Mar 20 '13

Xiaolong gravatar image

Is there any function for QR decomposition for opencv?

Preview: (hide)

2 answers

Sort by » oldest newest most voted
5

answered Mar 20 '13

Guanta gravatar image

updated Mar 20 '13

Preview: (hide)

Comments

Did not know about that function :)

StevenPuttemans gravatar imageStevenPuttemans (Mar 20 '13)edit
-3

answered Mar 20 '13

Basically QR codes are a representation in binary images that should be read as bits. There is no included decomposition algorithm in OpenCV included, but if you know how the bits relate to the algorithm, I guess implementing in C++ wouldn't be that hard.

This link is an example of such a code, you can integrate this with your OpenCV project easily.

http://eigen.tuxfamily.org/dox-devel/group__QR__Module.html

Preview: (hide)

Comments

1

:D a different interpretetation of his question. I thought he would like to make a QR factorization of a matrix.

Guanta gravatar imageGuanta (Mar 20 '13)edit
1

Maybe if the question would be more clear :)

StevenPuttemans gravatar imageStevenPuttemans (Mar 20 '13)edit

Hmm what, first you describe QR codes, then you link to Eigen's QR decomposition? Very confusing what you're doing here. Actually the question is quite clear - QR decomposition relates to the matrix decomposition, and not to QR codes.

Elador gravatar imageElador (Jul 26 '15)edit

Question Tools

Stats

Asked: Mar 20 '13

Seen: 4,829 times

Last updated: Mar 20 '13