Welcome, Guest. Please login or register. Did you miss your activation email?

Author Topic: Image scanning  (Read 1643 times)

0 Members and 1 Guest are viewing this topic.

Allptraum

  • Newbie
  • *
  • Posts: 7
    • View Profile
Image scanning
« on: August 20, 2015, 03:28:28 am »
Hi, im Leon.
I wonder how i can make my SFML check for faces or shapes in an Image so that it finds the face in the attached picture and returns its positions like placing a sprite on it.
How can i do this?

eXpl0it3r

  • SFML Team
  • Hero Member
  • *****
  • Posts: 10821
    • View Profile
    • development blog
    • Email
Re: Image scanning
« Reply #1 on: August 20, 2015, 03:30:52 am »
With math and algorithms. SFML won't be much help for that. It might provide you the pixel data, but then again there are many other tools that can do that too.
You might want to take a look at OpenCV which supports things like face detection etc. ;)
Official FAQ: https://www.sfml-dev.org/faq.php
Official Discord Server: https://discord.gg/nr4X7Fh
——————————————————————
Dev Blog: https://duerrenberger.dev/blog/

dabbertorres

  • Hero Member
  • *****
  • Posts: 506
    • View Profile
    • website/blog
Re: Image scanning
« Reply #2 on: August 20, 2015, 06:16:31 am »

 

anything