algorithm - Detect quadrilateral from grayscale image -


i'm looking method detect quadrilateral based on grayscale images this.

enter image description here enter image description here

the actual solution i've made based on houghlines , has 2 problems:

  • as parametric method, small changes on input image gives me 2 different rectangles.
  • the outputs not precise borders of rectangle in input image thick.

enter image description here enter image description here

can recommend me method ? i'm looking @ this article seems slow method.


Comments

Popular posts from this blog

sql - can we replace full join with union of left and right join? why not? -

javascript - Parallax scrolling and fixed footer code causing width issues -

iOS: Performance of reloading UIImage(name:...) -