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

php - How to add and update images or image url in Volusion using Volusion API -

c# SetCompatibleTextRenderingDefault must be called before the first -

Laravel mail error `Swift_TransportException in StreamBuffer.php line 269: Connection could not be established with host smtp.gmail.com [ #0]` -