Gun Detection Using OpenCV
Omeon software uses AI to detect the Guns in real time. We have trained our software by providing it thousands of images Guns in various positions. It learns to detect Guns by using shape and color. The Green and Blue boxes are drawn by the AI software to show where in the location of recognized gun within the image - not by our team. You will also see the name of the object: Gun, Pistol, Rifle etc. to indicate the class of the object that has been recognized.
Additionally, you will a see a number like 99.555, which indicates the AI’s confidence level regarding the object it has recognized. 100% means it is a perfect match. 90-100 represents very good match. We can control the recognition level by tell the software to ignore the object if the confidence is level is 75% (for example).
The Gun Detection Software operation is all follows: The feeder program takes the video stream from Camera and sends it to our AI software as individual video frames. The AI parses each video frame to see if can recognize a Gun in the image. It then will draw the Green or Blue box around it.

Gun Detection