Skip to content

pix_movement

The pix_movement object is a time-based IIR filter that detects movement between consecutive video frames. It stores the detected motion in the alpha channel for RGBA images or the luminance channel for YUV/Grayscale images, ignoring pixel changes below a specified threshold. This object is useful for creating movement detectors, often used in conjunction with pix_blob to analyze the resulting alpha channel.


AI Generated

This content was generated with the assistance of AI. If you notice any errors, please report them or submit a fix using Submit. Check the prompt used here.


  • Download via Deken.

    Open Pd and go to ToolsFind Externals. Search for zexy and install it. Then create an object with declare -lib zexy -path zexy. Finally, use pix_movement or any other object from zexy.

  • Library developed mainly by Johannes M. Zmölnig.
  • Report Bugs/Errors here!
  • Available for .

Similar


    Comments

    Contributors