PARP Research Group | Universidad de Murcia |
examples/movingEdgesDetector/movingEdgesDetector.cpp File ReferenceA simple moving edge detector based on the Canny edge detector. More... Go to the source code of this file. Detailed DescriptionA simple moving edge detector based on the Canny edge detector. This is an example application which combines several blocks from the QVision, and a user-defined one, to perform detection of moving edges on an input video sequence. UsageOnce compiled, the program should be used with this command line: ./movingEdgesDetector --URL=<path or url to video>
Definition in file movingEdgesDetector.cpp. |