A fast pedestrian detection method based on neural network
A technology of pedestrian detection and neural network, which is applied in the directions of instruments, calculations, character and pattern recognition, etc., can solve the problems of slow detection speed of pedestrians, achieve the effects of enhanced detection accuracy, strong practicability, and increased speed
- Summary
- Abstract
- Description
- Claims
- Application Information
AI Technical Summary
Problems solved by technology
Method used
Image
Examples
Embodiment 1
[0044] Step 1, collect a color image from the camera, and the resolution of the collected image is 640x480. like figure 1 Shown is a frame of picture collected from the camera. A general color image contains three channels (red, green and blue), and only one of the channels is shown here.
[0045] 1. Extract images from video streams;
[0046] The method for obtaining pictures from the video stream in this embodiment is to call the method cvCaptureFromCAM() in the library function of OPENCV. The pointer of the camera can be obtained through cvCaptureFromCAM(). Let the acquired camera pointer be cap. Then create two threads: Fetch_thread, Detect_thread. Fetch_thresh is used to grab the data in the camera and store it as an image matrix. Detect_thread is used to detect pedestrians and output the final detection results to the image.
[0047] In Fetch_thresh, the cvQueryFrame(cap) method in the OPENCV library function is first called to synchronize the data in the camera a...
PUM
Login to View More Abstract
Description
Claims
Application Information
Login to View More 


