Real-time Social Distancing Monitoring using MATLAB
- peopleDetectorACF( ): peopleDetectorACF returns a pretrained upright people detector using aggregate channel features (ACF). The detector is an acfObjectDetector object, and is trained using the INRIA person data set.
- insertObjectAnnotation( ): Annotate detected people with bounding boxes and display the person’s risk of Covid transmissibility
- vision.VideoFileReader( ): returns a video file reader System object, videoFReader, that sequentially reads video frames or audio samples from an input file
- vision.VideoPlayer( ): returns a video player object, videoPlayer, for displaying video frames
- URL Filter: Used to scrape data from a webpage