GPU Accelerated Motion Detector/Examples/Library Usage: Difference between revisions

Line 111: Line 111:
   return 1;
   return 1;
}
}
</syntaxhighlight>


Be careful with the format you use. We support different formats in the different algorithms.
Be careful with the format you use. We support different formats in the different algorithms.
*'''Motion Detection:''' Input RGBA and GREY, output GREY
*'''Motion Detection:''' Input RGBA and GREY, output GREY
*'''Denoise:''' Input/Output GREY
*'''Denoise:''' Input/Output GREY
*'''Blob Detection:''' Input GREY
*'''Blob Detection:''' Input GREY
</syntaxhighlight>


== Process Frames ==
== Process Frames ==