9

OpenCV based face / eye recognition implemented in a discord bot.

Comments
  • 1
    Sorry, I'm confused. So you made an opencv script to differentiate between different stored eye patterns and then post the result to discord?
  • 0
    @Stark Late response.
    Yesn't, essentially it works like this:
    User writes message with trigger command in it, e.G

    ".featureDetect face"
    or ".featureDetect eyes"

    As you know, you can upload images with comments attached to it's message, it listens for previously stated trigger commands in that message, downloads the image, applies the selected cascade on it, generates an image with red squares around detected features and returns those in a message to the channel.
  • 1
    @Ranchu Neat.
Add Comment