jorditost / BlobPersistence

Implementation of a blob persistence algorithm by Daniel Shiffman using the OpenCV library for Processing by Greg Borenstein.
9 stars 1 forks source link

hi there guys #1

Closed FrankOcean11 closed 8 years ago

FrankOcean11 commented 8 years ago

.

jorditost commented 8 years ago

Hi @FrankOcean11,

First of all, I don't really understand what are you trying to do with the sketch. Could you please be more specific?

This sketch does not store any image in your file system. The screenshot from us you are seeing is just a reference.

As you can see in the README file, the original algorithm is explained in Daniel Shiffman's blog:

http://shiffman.net/2011/04/26/opencv-matching-faces-over-time/

You will see step by step what it does. It detects when a face has entered into the camera viewport, assigns an ID to each face and follows it over time. But it doesn't stores anything.

If you need to save a screenshot when a face is detected you should check the Processing basics for saving images. For example:

https://processing.org/reference/saveFrame_.html

If you need support while implementing your project, the Processing Forum or Stackoverflow is the place to ask. But please, before you ask anything:

  1. Be sure you have tried everything and cannot do it by yourself.
  2. Check how to ask for support in community forums: http://stackoverflow.com/help/how-to-ask
  3. Write a detailed explanation of what are you trying to do (your algorithm) and what have you tried so far. If the community doesn't understand you, you won't receive any help!
FrankOcean11 commented 8 years ago

thumbs up Jordii