c++ - Swift 4 + OpenCV - Detecting quadrilateral corners -


i using opencv 3 , swift 4 build simple application detect 4 corners of quadrilateral contained in acquired photo.

for example, expect following input have following output.

does opencv provide method obtain result? appreciated.

detecting corners easy thing. there couple of direct opencv functions can you. here few things can work on-

1) harris corner detector. here.

2) shi-tomasi corner detector. here.


Comments

Popular posts from this blog

ubuntu - PHP script to find files of certain extensions in a directory, returns populated array when run in browser, but empty array when run from terminal -

php - How can i create a user dashboard -

javascript - How to detect toggling of the fullscreen-toolbar in jQuery Mobile? -