Welcome,
Guest
. Please
login
or
register
. Did you miss your
activation email?
French forum
Home
Help
Search
Login
Register
SFML community forums
»
Help
»
Graphics
»
Image scanning
Print
Pages: [
1
]
Author
Topic: Image scanning (Read 2048 times)
0 Members and 1 Guest are viewing this topic.
Allptraum
Newbie
Posts: 7
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?
Logged
eXpl0it3r
SFML Team
Hero Member
Posts: 11030
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.
Logged
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: 505
Re: Image scanning
«
Reply #2 on:
August 20, 2015, 06:16:31 am »
Quote from: eXpl0it3r on August 20, 2015, 03:30:52 am
OpenCV
It's ridiculous how
easy feature detection is
with OpenCV.
Logged
Github
Print
Pages: [
1
]
SFML community forums
»
Help
»
Graphics
»
Image scanning