Crowd Monitoring Using HOG
Crowd Monitoring Using HOG
ISSN No:-2456-2165
Abstract:- Many security and event management second, changing between cameras causes the overview and
agencies throughout the world are beginning to context to
understand the significance of crowd surveillance as
public safety concerns increase. These organisations can Y.Sriram Kalyan, U Akshaya,
avert any unforeseen mishaps or problems by estimating V LakshmiPravallika,Zayer Sakeena
crowd dynamics. The goal of this research is to develop a Electronics and Communication Engineering
system that can more effectively monitor crowds utilising SRKR Engineering College
Support Vector Machine (SVM) classifiers and Bhimavaram
Histogram of Oriented Gradients (HOG) features.
According to our needs, we can interface two or more to be lost, which is intellectually taxing and wearisome
cameras to count the number of individuals in the input for the security personnel. Operators often aren't able to
video of the cameras and to identify their locations in 3D maintain the appropriate degree of focus for more than 20 to
45 minutes as a consequence, which raises the cost of
space. This provides a sense of the density.
employees.
I. INTRODUCTION
Automated visual surveillance systems are one
Visual surveillance systems now in use often require solution to these issues. However, the difficulties of
human operators to watch video streams from various complicated scenarios as they arise in real-world
cameras, which is impossible when more cameras are applications are beyond the capabilities of current automated
viewed. This monitoring system is also concerned with systems. They can only be used in situations where there is a
identifying suspicious activities and keeping individuals low to medium density of people because to their limited
safe. dependability, which includes low recall and high false
alarm rates. Additionally, the installation and upkeep of such
A growing number of cameras need a growing number systems sometimes still need extensive hand-tuning, which
of displays as well as a growing number of viewers, both of becomes increasingly impractical as the number of cameras
which increase expenditures. Furthermore, human real-time rises.
monitoring is time-consuming and exhausting yet essential
for safety. This is a result of how the data from the camera is To solve these issues, we integrate object identification
shown to the observer as well: one monitor is coupled with with 3D visualisation and provide a graphical user interface
one or more cameras. This presents at least two issues: first, that makes it easier to track for individuals
a small window of time and location may be watched, and
III. HISTOGRAM OF ORIENTED GRADIENTS These vectors have magnitude√(𝑓𝑥2 + 𝑓𝑦2 ) and
(HOG) 𝑓
direction tan−1 ( 𝑥 )
𝑓𝑦
The gradient vector for the function f (x, y) (fx, fy).
Since an image is a discrete function of (x, y), the gradient Gradients values are mapped in the range of 0 to
of an image may also be determined. The horizontal and
vertical directions are determined for each pixel in a picture 255. Pixels with large negative change will be black,
gradient. Pixels with large positive change will be white and Pixels
with no change or little change will be grey
Gradient direction:tan−1(50⁄50) = 1
Each cell is split into angular bins each bin corresponds to a gradient direction (9 bins 0-1800) (200 each bin)
IV. FLOWCHART
We are seeking a decision boundary for our training data, and after finding many, we mustassess which decision boundary is
the best.
Before reaching a feature point, the breadth of that border might be increased.
Marginor safe Zone: The width of that boundary can be increased before hitting a feature point
The thickness around the decision boundary is known as the margin and the region around the boundary is known as the
safety zone SVM classifies based on the given equations:
compute 𝑑 = 𝜔𝑇 + 𝑏
here
d=distance
𝜌 = 𝑤𝑖𝑑𝑡ℎ 𝑜𝑓 𝑠𝑎𝑓𝑒𝑡𝑦 𝑚𝑎𝑟𝑔𝑖𝑛
𝜌
𝑑 ≥ ⁄2 face
ⅈ𝑓: 𝑑 > 0 𝑎𝑛𝑑 𝑑 < 𝜌 ∕ 2 probably face
𝑑 < 0 𝑎𝑛𝑑 𝑑 > −𝜌 ∕ 2 probably not a face
𝑑 ≤ −𝜌 ⁄ 2 not a face
Along with the individual, the dot that represents them moves.