#Description# this project can detect a bussiness card in a image.
##Usage## python ./bizcard.py
##Depandence## opencv 2.4.*, numpy ##Algorithm Flow##
- canny edge deteciton
- find top-3 conturs in edeg-image
- use houghLine to detection lines
- divide lines to vertical-set and horizon-set
- reduce lines by some rules, merge neighbor lines, remove line that Perpendicular to no line
- find out biggest quadrangle.
- tell 4 corner point of card
- generate rectangle card by call affine transformation