Darknet/YOLO v3.0-149-gb11c9d5
Object Detection Framework
 
Loading...
Searching...
No Matches
darknet_03_display_videos.cpp File Reference

This application will display one or more videos at the frame rate stored in the video file. More...

Include dependency graph for darknet_03_display_videos.cpp:

Functions

int main (int argc, char *argv[])
 

Detailed Description

This application will display one or more videos at the frame rate stored in the video file.

Each individual video frame is processed by the given neural network. The output video is displayed on the screen, and not saved to disk. Call it like this:

darknet_03_display_videos LegoGears DSCN1582A.MOV

Function Documentation

◆ main()

int main ( int  argc,
char *  argv[] 
)
Here is the call graph for this function: