2016-06-21 10:33:24 -0600 | received badge | ● Student (source) |
2014-10-16 01:10:06 -0600 | received badge | ● Editor (source) |
2014-10-16 01:06:57 -0600 | asked a question | Finding Pattern How to find, finding patterns in a QR code? Template matching not a good idea, size and rotation confuse it. Use the structural analyzis and shape descriptors is seem to be good way. Finding patterns have a specific form, but don’t know how to use it. |
2014-10-12 12:18:49 -0600 | received badge | ● Supporter (source) |
2014-10-12 12:18:47 -0600 | received badge | ● Scholar (source) |
2014-10-11 05:10:40 -0600 | asked a question | shapes and hierarchy I have four shapes. They are inside each other so the first is contains the second and the second contains the third etc. How can I choose the fourth and third shapes usin hierarchy? (opencv,python) |