Boya Fırçası Olarak Fare

in coogger •  7 years ago  (edited)

Hedefler

  • OpenCV de fare olaylarını işlemeyi öğreneceğiz
  • Bu fonksiyonu öğreneceğiz : cv2.setMouseCallback()

Basit Demo

Resim üzerinde iki defa tıkladığımız herhangi bir yere çember çizen basit bir uygulama oluşturacağız.

İlk olarak bir fare olayı gerçekleştiğinde, bu olayı yakalamak için bir geri dönüş fonksiyonu oluşturacağız. Bu olaylar herhangi bir fare ile ilgili olabilir örneğin; sol düğme aşağı, sol düğme yukarı, sol düğme çift tıklama.

Her fare olayı için (x,y) kordinat noktalarını vermeliyiz, bu olaylar ve kordinat bilgisi ile istediğimiz herşeyi yapabiliriz.

Mevcut tüm olayları listelemek için, Python terminalinde aşağıdaki kodu çalıştırın;

>>> import cv2
>>> events = [i for i in dir(cv2) if 'EVENT' in i]
>>> print(events)

Far...


Read this content on www.coogger.com


Posted using www.coogger.com
Coogger is an ecosystem where is knowledge sharing network which can build web dapps and groups

Contact Us

Authors get paid when people like you upvote their post.
If you enjoyed what you read here, create your account today and start earning FREE STEEM!
Sort Order:  

Congratulations, your contribution has been approved.

  • Your contribution type translation

You can contact us on discord.
[coogger-moderator]

You got a 1.15% upvote from @postpromoter courtesy of @hakancelik!

Want to promote your posts too? Check out the Steem Bot Tracker website for more info. If you would like to support the development of @postpromoter and the bot tracker please vote for @yabapmatt for witness!