Ask Your Question
1

QR decomposition in OpenCV

asked 2013-03-20 00:56:25 -0600

Xiaolong gravatar image

Is there any function for QR decomposition for opencv?

edit retag flag offensive close merge delete

2 answers

Sort by ยป oldest newest most voted
5

answered 2013-03-20 03:56:51 -0600

Guanta gravatar image

updated 2013-03-20 03:58:30 -0600

edit flag offensive delete link more

Comments

Did not know about that function :)

StevenPuttemans gravatar imageStevenPuttemans ( 2013-03-20 04:04:17 -0600 )edit
-3

answered 2013-03-20 03:59:55 -0600

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

edit flag offensive delete link more

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 ( 2013-03-20 04:02:54 -0600 )edit
1

Maybe if the question would be more clear :)

StevenPuttemans gravatar imageStevenPuttemans ( 2013-03-20 04:22:22 -0600 )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 ( 2015-07-26 11:46:24 -0600 )edit

Question Tools

Stats

Asked: 2013-03-20 00:56:25 -0600

Seen: 4,714 times

Last updated: Mar 20 '13