SlideShare a Scribd company logo
1 of 7
Download to read offline
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 05 Issue: 10 | Oct 2018 www.irjet.net p-ISSN: 2395-0072
© 2018, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 1786
Crowd Density Estimation Using Novel Feature Descriptor
Adwan Alownie Alanazi1 and Mohammad Bilal2
1Department of Computer Science & Software Engineering, University of Hail, Saudi Arabia
2International Gaming Laboratory, Italy
----------------------------------------------------------------------***---------------------------------------------------------------------
Abstract - Crowd density estimation is an important task for crowd monitoring. Many efforts have been done to automate the
process of estimating crowd density from images and videos. Despite series of efforts, it remains a challenging task. In this paper,
we proposes a new texture feature-based approach for the estimation of crowd density based on Completed Local Binary Pattern
(CLBP). We first divide the image into blocks and then re-divide the blocks into cells. For each cell, we compute CLBP and then
concatenate them to describe the texture of the corresponding block. We then train a multi-class Support Vector Machine (SVM)
classifier, which classifies each block of image into one of four categories, i.e. Very Low, Low, Medium, and High. We evaluate our
technique on the PETS 2009 dataset, and from the experiments, we show to achieve95%accuracyfortheproposeddescriptor. We
also compare other state-of-the-art texture descriptors and from the experimental results, we show that our proposed method
outperforms other state-of-the-art methods.
Key Words Support vector machine, Local binary pattern, crowd analysis, crowd density estimation
1. INTRODUCTION
Crowd safety in pedestrian crowds is receiving greatattentionfromthescientificcommunity[46],[47],[48],49]. Massfestivals
like sports, festivals, concerts, and carnivals, where a large amount of people gathers in a constrained environment, pose
serious challenges to crowd safety. In order to ensure safety and security of the participants, adequatesafetymeasuresshould
be adopted. Despite all safety measures, crowd disasters still occur frequently. Therefore, crowd analysis is one of most
important and challenging task in video surveillance,
The most important application of crowd analysis [17], [18], [20], [21], [24], [25] can be used for crowd density estimation
[22], [23], [26], [27], [28], [29] , crowd anomaly detection [12], [13], [14], [15], [16] and crowd flow segmentation [30], [31],
[32], [33], [39], [45] and tracking [34], [35], [36], [37], [38]. Among these application, crowd density estimationhasreceiveda
significant importance from the research community. In such public gathering, it is very crucial to estimate the density of
crowd that can provide useful information. Acknowledging the importance of crowddensityestimation,several attemptshave
been made to tackle this problem with efficient algorithms. [1] Reports a most recent surveywheretheauthorscategorizeand
extensively evaluates different crowd density estimation approaches. From the extensive experimentations, the authors
concluded that texture-based analysis [40], [41], [42], [43], [44], [45] as compared to detection based methods, is the most
robust and effective way of estimating crowd density. Marana et al. [2,3,4,5]wasthefirstwhoshowedthehighdensityimages
exhibits fine texture and repetitive structures. They developed Gray Level Dependence Matrix (GLDM) also known as Gray
Level Co-occurrence Matrix (GLCM) that exploit texture features to estimate the crowd density.Fourierspectrumanalysisand
Minkowski fractal dimension (MFD) [6] were also usedtoestimatecrowddensity.Thesetexturefeaturesweretrainedin[7]on
different classifiers like Bayesian, support vector machine, Gaussian process regression, self-organizing neural network and
fitting function-based approach. Rahmalan et al. [8] developed an approach based on new texture feature measure called
Translation Invariant Orthonormal Chebyshev Moments (TIOCM). They compared TIOCM with GLDM and MFD and from the
experimental results they showed that the performance of TIOCM is far better than MFD and almost same as GLCM, but GLCM
takes more time for classifying images as compared to TIOCM. Local Binary Pattern (LBP), introduced byOjala etal.[9],is new
texture feature and extensively used for texture classification. LBP has the following advantages: (1) very easy to implement,
(2) no need for pre-training, (3) invariance to illumination changes, and (4) low computational complexity. Due to these
advantages, LBP is a preferred choice for many texture analysis applications.
Despite the advantages of LBP still have limitations, mostly thesensitivitytonoiseandscales.LBPisverysensitivetonoise[50]
and is not capable to capture texture at different scales. Although some efforts have been madeandvariousvariantsofLBPare
proposed but all of these variants increase the computational complexity [51].
In this paper, we use the modified and extended version of LBP, called completed local binary pattern (CBLP) [10] for crowd
density estimation. For estimating crowd density estimation, we first divide the image into blocks. We then compute CBLPfor
each block and applied non-linear multi-class SVM for classification. Wehaveperformedexperimentsondifferentdatasetsand
from the experimental results;
we demonstrate the effectives CBLP features on crowd densityestimation. The restofthepaperisorganizedasfollows:Section
2 presents the proposed methodology; Section 3 presents experimental evaluation; and Section 4 concludes this paper.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 05 Issue: 10 | Oct 2018 www.irjet.net p-ISSN: 2395-0072
© 2018, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 1787
2. Proposed Methodology
We proposed a framework that will compute the CBLP features from the local regions of the image and classify each region of
image into multiple density levelsas shown in Figure1. Our framework takes the inputimages andimagesarethendividedinto
blocks of different crowddensitylevels.ForextractingCBLPfeatures,blocksarefurtheragaindividedintooverlappingcells[52].
We compute CBLP for each cell and concatenated together to get a single feature vector for each block. Blocks are manually
annotated to establish the ground truthaccording to the crowd density level as shown in Table I and in Figure2.Figure2shows
the sample of different crowd density levels. Our framework however has the following two advantages. (1) Overlapping cells
within the block can encodemore textures [53].(2) Division of frames into blockscan help in localization of crowdedareasand
reduce the effect of perspective [54].
Table 1: Classification of Different Crowd Density Levels
Number of Persons Density Level per meter
square
Less than 7 Very Low
Between 7 – 10 Low
Between 11-16 Medium
More than 26 High
3. Computation of Completed Local Binary Pattern
Completed Local Binary Patterns (CLBP) [10]composedofthreevariantsofLBP-descriptors:CLBPC,LBPSandCLBPM.CLBPC
include information on the center pixel, LBP Scontaininformationaboutsigneddifferences,andCLBPMcontaintheinformation
about magnitudes of differences[55], [56]. The CLBP S descriptor is almost same as the original LBP descriptor; CLBP C set the
thresholds value at the central pixel against the global average gray level value of the whole image and computed using the
following formulation:
Where M and N are the rows and column of the image and I (i , j) represents the current gray level value
CLBP M on the other hand performs a binary comparisonbetween the absolutevalueofthedifferencebetweenthecentralpixel
and its neighbors and sets a global threshold to generate an traditional LBP code and formulated as follows
Where µg
r,p is a global threshold originally proposed by Guo et al. [11] is computed as:
Due to the combination of three descriptors, CLBP has provided better texture classification performance than traditional LBP
and other texture descriptors but the problem with CLBP is that it leads to high dimensionality due to the combination of these
three descriptors.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 05 Issue: 10 | Oct 2018 www.irjet.net p-ISSN: 2395-0072
© 2018, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 1788
4. Experimental Results
For the experimental evaluation we use Intel Core i5-2400@3.1GHz processor and 4GB RAM using MATLAB 2018a. We use
PETS2009 dataset for the evaluation and comparison of other method with other methods. The resolution of frames in
PETS2009 dataset is 768X576 with different viewpoints. In order to feed the frame to our model we first divide the analyze
frame into set of blocks. Let frame fs is divided into n number off blocks. Let B = {b1, b2, ..., bn}. In. this case, the size of each
block is hyper-parameter. We extract texture features using different methods by using different block sizesand theresultsare
reported in Figure 3. From the figure, it is obvious, that all texture descriptors are able to estimate crowd density with average
accuracy of 70%. However, among all these methods, our proposed method out performs state of the art texture descriptors.
In order to rigorously analyze the performance of our proposed method, we build a confusion matrix and the results are
reported in Table 2. In this experiment, wetrain SVM usingone category imagesandtestontheothercategory.Fromthetable,it
is obvious that SVM trained on Very Low category also classify images from Low category. The reason that there is very close
boundary between these two categories. In the same way
Figure 1. Flow diagram. The training frames are provided to train the neural network and testing frames are classified into
four categories where VL represents very low, L represents low, M represents medium and VH represents very high density.
Figure 2: Increasing crowd density levels (image taken from PETS dataset) model trained on High category also classified
some images from the medium.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 05 Issue: 10 | Oct 2018 www.irjet.net p-ISSN: 2395-0072
© 2018, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 1789
In the Figure 4, we report the qualitative results of some of samples frames. We first divide the images into grid of bocks and
then into cells. We then compute CLBP feature descriptor and then feed each block to theSVM classifier. The modelpredictsthe
label for each block and the results are shown in the figure. From the figure, it is obvious that our model precisely predicts the
label for each block.
Figure 3: Comparison of different texture descriptors using different block sizes
Table 2: Confusion matrix for CLBP.
Very Low Low Medium High
Very Low 89.4% 10.5% 0% 0%
Low 4.5% 95.5% 0% 0%
Medium 0% 5.2% 94.7% 0%
High 0% 0% 5.5% 94.4%
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 05 Issue: 10 | Oct 2018 www.irjet.net p-ISSN: 2395-0072
© 2018, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 1790
5. Conclusion
In this paper, weproposed anapproach for crowd density estimationusingourproposedfeaturesandnon-linearSVMclassifier.
We demonstrated the capability of our approach in capturing the the dynamics of different classes by extracting thesefeatures.
These features adopt the SVM to learn different classes. The main advantage of the proposed method is its simplicity and
robustness.
Figure 4: Sample frames with the predicted labels. The left image is sample frame taken from UCSD dataset while the right
image is taken from PET2009 data set.
REFERENCES
[1] Saleh, S. A. M., Suandi, S. A., & Ibrahim, H. (2015). Recent survey on crowd density estimation and counting for visual surveillance. Engineering
Applications of Artificial Intelligence, 41, 103-114..
[2] A. Marana, L. d. F. Costa, R. Lotufo, and S. Velastin. On the efficacy of texture analysis for crowd monitoring. InComputer Graphics, ImageProcessing,and
Vision, 1998. Proceedings.SIBGRAPI’98. International Symposium on, pages354–361. IEEE, 1998.
[3] A. Marana, S. Velastin, L. Costa, andR. Lotufo. Estimation ofcrowd density usingimage processing. In Image Processing for Security Applications(Digest
No.: 1997/074), IEE Colloquium on, pages 11–1. IET, 1997..
[4] A. N. Marana, L. D. F. Costa, R. Lotufo, and S. A. Velastin. Estimating crowd density with minkowski fractal dimension. In Acoustics, Speech, and Signal
Processing, 1999. Proceedings., 1999 IEEE International Conference on, volume 6, pages 3521–3524. IEEE, 1999.
[5] A. N. Marana, S. A. Velastin, L. d. F. Costa, and R. Lotufo. Automatic estimation of crowd density using texture. Safety Science, 28(3):165–175, 1998.
[6] A. N. Marana, L. D. F. Costa, R. Lotufo, and S. A. Velastin. Estimating crowd density with minkowski fractal dimension.In Acoustics, Speech, and Signal
Processing, 1999. Proceedings.,1999 IEEE International Conference on, volume 6, pages 3521–3524. IEEE, 1999.
[7] Saqib, Muhammad, Sultan Daud Khan, and Michael Blumenstein. "Texture-based feature mining for crowd density estimation: A study." In Image and
Vision Computing New Zealand (IVCNZ), 2016 International Conference on, pp. 1-6. IEEE, 2016.
[8] H. Rahmalan, M. S. Nixon, and J. N. Carter. On crowd density estimation for surveillance. In IET Conference on Crime and Security, pages 540–545. IET,
2006.
[9] T. Ojala, M. Pietikainen, andD. Harwood.Performanceevaluationoftexturemeasureswithclassificationbasedonkullbackdiscriminationofdistributions.
In Pattern Recognition,1994. Vol. 1-Conference A: Computer Vision & Image Processing., Proceedings of the 12th IAPR International Conference on,
volume 1, pages 582–585. IEEE, 1994.
[10] Z. Guo, L. Zhang and D. Zhang, “A completed modeling of local binary pattern operatorfortextureclassification”,IEEETrans.ImageProcess.,vol.9,no.16,
pp. 1657–1663, 2010.
[11] Z. Guo, L. Zhang and D. Zhang, “A completed modeling of local binary pattern operatorfortextureclassification”,IEEETrans.ImageProcess., vol.9,no.16,
pp. 1657–1663, 2010.
[12] Ullah, Habib, Ahmed B. Altamimi, Muhammad Uzair, and Mohib Ullah. "Anomalous entities detection and localization in pedestrian flows."
Neurocomputing 290 (2018): 74-86.
[13] Khan, Wilayat, Habib Ullah, Aakash Ahmad, Khalid Sultan, Abdullah J. Alzahrani, Sultan Daud Khan, Mohammad Alhumaid, and Sultan Abdulaziz.
"CrashSafe: a formal model for proving crash-safety of Android applications." Human-centric Computing and Information Sciences 8, no. 1 (2018): 21..
[14] Ullah, Habib, Mohib Ullah, and Muhammad Uzair. "A hybrid social influence model for pedestrian motion segmentation." Neural Computing and
Applications (2018): 1-17.
[15] Ahmad, Fawad, Asif Khan, Ihtesham Ul Islam, MuhammadUzair,andHabibUllah."Illuminationnormalizationusingindependentcomponentanalysisand
filtering." The Imaging Science Journal 65, no. 5 (2017): 308-313.
[16] Ullah, Habib, MuhammadUzair,MohibUllah,AsifKhan,AyazAhmad,andWilayatKhan."Densityindependenthydrodynamicsmodelforcrowdcoherency
detection." Neurocomputing 242 (2017): 28-39.
[17] Khan, Sultan Daud, MuhammadTayyab, Muhammad Khurram Amin,AkramNour,AnasBasalamah,SalehBasalamah,andSohaibAhmadKhan."Towards
a Crowd Analytic Framework For Crowd Management in Majid-al-Haram." arXiv preprint arXiv:1709.05952 (2017).
[18] Saqib, Muhammad, Sultan Daud Khan, Nabin Sharma, and Michael Blumenstein. "Extractingdescriptivemotioninformationfromcrowdscenes."In 2017
International Conference on Image and Vision Computing New Zealand (IVCNZ), pp. 1-6. IEEE, 2017.
[19] Ullah, Mohib, Habib Ullah, Nicola Conci, and FrancescoGBDeNatale."Crowdbehavioridentification."InImageProcessing(ICIP),2016IEEEInternational
Conference on, pp. 1195-1199. IEEE, 2016.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 05 Issue: 10 | Oct 2018 www.irjet.net p-ISSN: 2395-0072
© 2018, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 1791
[20] Khan, S. "Automatic Detection and Computer Vision Analysis of Flow Dynamics and Social Groups in Pedestrian Crowds." (2016).
[21] Arif, Muhammad, Sultan Daud, and Saleh Basalamah. "Countingofpeopleintheextremelydensecrowdusinggeneticalgorithmand blobscounting." IAES
International Journal of Artificial Intelligence 2, no. 2 (2013): 51..
[22] Ullah, Habib, Mohib Ullah, Hina Afridi, Nicola Conci, and Francesco GB De Natale. "Traffic accident detection through a hydrodynamic lens." In Image
Processing (ICIP), 2015 IEEE International Conference on, pp. 2470-2474. IEEE, 2015.
[23] Ullah, Habib. "Crowd Motion Analysis: Segmentation, Anomaly Detection, and Behavior Classification." PhD diss., University of Trento, 2015.
[24] Khan, Sultan D., Stefania Bandini, Saleh Basalamah, andGiuseppe Vizzari. "Analyzing crowd behavior in naturalistic conditions: Identifying sources and
sinks and characterizing main flows." Neurocomputing 177 (2016): 543-563..
[25] Shimura, Kenichiro, Sultan DaudKhan,StefaniaBandini,andKatsuhiroNishinari."SimulationandEvaluationofSpiralMovementofPedestrians:Towards
the Tawaf Simulator." Journal of Cellular Automata 11, no. 4 (2016).
[26] Khan, Sultan Daud, Giuseppe Vizzari, and Stefania Bandini. "A Computer Vision Tool Set for Innovative Elder Pedestrians Aware Crowd Management
Support Systems." In AI* AAL@ AI* IA, pp. 75-91. 2016.
[27] Saqib, Muhammad, Sultan Daud Khan, Nabin Sharma, and Michael Blumenstein."Astudyondetectingdronesusingdeepconvolutionalneuralnetworks."
In 2017 14th IEEE International Conference on Advanced Video and Signal Based Surveillance (AVSS), pp. 1-5. IEEE, 2017..
[28] Khan, Sultan Daud, Giuseppe Vizzari, Stefania Bandini, and Saleh Basalamah. "Detection of social groups in pedestrian crowds using computer vision."
In International Conference on Advanced Concepts for Intelligent Vision Systems, pp. 249-260. Springer, Cham, 2015..
[29] Khan, Sultan Daud, Fabio Porta, Giuseppe Vizzari, and Stefania Bandini. "Estimating Speeds of Pedestrians in Real-World Using Computer Vision."
In International Conference on Cellular Automata, pp. 526-535. Springer, Cham, 2014..
[30] Khan, Sultan D., Luca Crociani, and Giuseppe Vizzari. "Integrated Analysis and Synthesis of Pedestrian Dynamics: First Results in a Real World Case
Study." From Objects to Agents (2013)..
[31] Khan, Sultan D., Luca Crociani, and Giuseppe Vizzari. "PEDESTRIAN ANDCROWD STUDIES: TOWARDSTHE INTEGRATION OFAUTOMATED ANALYSIS
AND SYNTHESIS.".
[32] Ullah, Habib, Mohib Ullah, and Nicola Conci. "Dominant motion analysis in regular and irregular crowd scenes." In International Workshop on Human
Behavior Understanding, pp. 62-72. Springer, Cham, 2014.
[33] Saqib, Muhammad, Sultan Daud Khan, and Michael Blumenstein. "Detecting dominant motion patternsincrowdsofpedestrians."In EighthInternational
Conference on Graphic and Image Processing (ICGIP 2016), vol. 10225, p. 102251L. International Society for Optics and Photonics, 2017..
[34] Ullah, Habib, Mohib Ullah, and Nicola Conci. "Real-time anomaly detection in dense crowdedscenes." In Video Surveillance and TransportationImaging
Applications 2014, vol. 9026, p. 902608. International Society for Optics and Photonics, 2014.
[35] Ullah, Habib, Lorenza Tenuti, andNicola Conci. "Gaussian mixtures for anomaly detection incrowded scenes." In Video SurveillanceandTransportation
Imaging Applications, vol. 8663, p. 866303. International Society for Optics and Photonics, 2013.
[36] Rota, Paolo, Habib Ullah, Nicola Conci, Nicu Sebe, and Francesco GB De Natale. "Particles cross-influence for entity grouping." In Signal Processing
Conference (EUSIPCO), 2013 Proceedings of the 21st European, pp. 1-5. IEEE, 2013.
[37] Ullah, Habib, and Nicola Conci. "Structured learning for crowd motion segmentation." In Image Processing (ICIP), 2013 20th IEEE International
Conference on, pp. 824-828. IEEE, 2013.
[38] Ullah, Habib, and Nicola Conci. "Crowd motion segmentation and anomaly detection via multi-label optimization." In ICPR workshop on Pattern
Recognition and Crowd Analysis. 2012.
[39] Khan, Wilayat, and Habib Ullah. "Authentication and Secure Communication in GSM, GPRS, and UMTS Using Asymmetric Cryptography." International
Journal of Computer Science Issues (IJCSI) 7, no. 3 (2010): 10.
[40] Ullah, Habib, Mohib Ullah, Muhammad Uzair, and F. Rehman. "Comparativestudy:Theevaluationofshadowdetectionmethods."InternationalJournalOf
Video & Image Processing And Network Security (IJVIPNS) 10, no. 2 (2010): 1-7.
[41] Khan, Wilayat, and Habib Ullah. "Scientific Reasoning: A Solution to the Problem of Induction." InternationalJournalofBasic&AppliedSciences10,no.3
(2010): 58-62.
[42] Uzair, Muhammad,Waqas Khan, Habib Ullah, andFasih-ur Rehman. "Background modeling using corner features: An effective approach."In Multitopic
Conference, 2009. INMIC 2009. IEEE 13th International, pp. 1-5. IEEE, 2009.
[43] Ullah, Mohib, Habib Ullah, and Ibrahim M. Alseadoon. "HUMAN ACTION RECOGNITION IN VIDEOS USING STABLE FEATURES."
[44] Khan, Wilayat, Habib Ullah, and RiazHussain."Energy-EfficientMutualAuthenticationProtocolforHandhledDevicesBasedonPublicKeyCryptography."
International Journal of Computer Theory and Engineering 5, no. 5 (2013): 754.
[45] Arif, Muhammad, Sultan Daud, and Saleh Basalamah."Peoplecountinginextremelydensecrowdusingblobsizeoptimization." LifeScienceJournal 9,no.3
(2012): 1663-1673.
[46] Saqib, Muhammad, S. D. Khan, and S. M. Basalamah. "Vehicle Speed Estimation using Wireless Sensor Network." In INFOCOMP 2011 First International
Conference on Advanced Communications and Computation, IARIA. 2011.
[47] Khan, Sultan Daud. "Estimating Speeds and Directions of Pedestrians in Real-Time Videos: A solution to Road-Safety Problem." In CEUR Workshop
Proceedings, p. 1122. 2014.
[48] Khan, Sultan Daud, and Hyunchul Shin. "Effective memory access optimization by memory delay modeling, memory allocation, and buffer allocation."
In SoC Design Conference (ISOCC), 2009 International, pp. 153-156. IEEE, 2009.
[49] Khan, Sultan Daud, Giuseppe Vizzari, and Stefania Bandini. "FacingNeeds and Requirements of Crowd Modelling:TowardsaDedicatedComputerVision
Toolset." In Traffic and Granular Flow'15, pp. 377-384. Springer, Cham, 2016.
[50] Saqib, Muhammad, Sultan Daud Khan, Nabin Sharma, and Michael Blumenstein. "Person Head Detection in Multiple Scales Using Deep Convolutional
Neural Networks." In 2018 International Joint Conference on Neural Networks (IJCNN), pp. 1-7. IEEE, 2018.
[51] Ullah, Mohib, and Faouzi Alaya Cheikh. "Deep Feature Based End-to-End Transportation Network for Multi-Target Tracking." In 2018 25th IEEE
International Conference on Image Processing (ICIP), pp. 3738-3742. IEEE, 2018.
[52] Ullah, Mohib, Mohammed Ahmed Kedir, and Faouzi Alaya Cheikh. "Hand-Crafted vs Deep Features: A Quantitative Study of Pedestrian Appearance
Model." In 2018 Colour and Visual Computing Symposium (CVCS), pp. 1-6. IEEE, 2018.
[53] Ullah, Mohib, Ahmed Mohammed, and Faouzi Alaya Cheikh. "PedNet: A Spatio-Temporal Deep Convolutional Neural Network for Pedestrian
Segmentation." Journal of Imaging 4, no. 9 (2018): 107.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 05 Issue: 10 | Oct 2018 www.irjet.net p-ISSN: 2395-0072
© 2018, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 1792
[54] Ullah, Mohib, and Faouzi Alaya Cheikh. "A Directed Sparse Graphical Model for Multi-Target Tracking." In Proceedings of the IEEE Conference on
Computer Vision and Pattern Recognition Workshops, pp. 1816-1823. 2018.
[55] Ullah, Mohib, Ahmed Kedir Mohammed, Faouzi Alaya Cheikh, and Zhaohui Wang. "A hierarchical feature model for multi-target tracking." In Image
Processing (ICIP), 2017 IEEE International Conference on, pp. 2612-2616. IEEE, 2017.
[56] Ullah, Mohib, Faouzi Alaya Cheikh, and Ali Shariq Imran. "Hog based real-time multi-target tracking in bayesian framework." In 2016 13th IEEE
International Conference on Advanced Video and Signal Based Surveillance (AVSS), pp. 416-422. IEEE, 2016.

More Related Content

What's hot

Survey on clustering based color image segmentation and novel approaches to f...
Survey on clustering based color image segmentation and novel approaches to f...Survey on clustering based color image segmentation and novel approaches to f...
Survey on clustering based color image segmentation and novel approaches to f...eSAT Journals
 
Content Based Image Retrieval Using 2-D Discrete Wavelet Transform
Content Based Image Retrieval Using 2-D Discrete Wavelet TransformContent Based Image Retrieval Using 2-D Discrete Wavelet Transform
Content Based Image Retrieval Using 2-D Discrete Wavelet TransformIOSR Journals
 
An improved image compression algorithm based on daubechies wavelets with ar...
An improved image compression algorithm based on daubechies  wavelets with ar...An improved image compression algorithm based on daubechies  wavelets with ar...
An improved image compression algorithm based on daubechies wavelets with ar...Alexander Decker
 
Survey on clustering based color image segmentation
Survey on clustering based color image segmentationSurvey on clustering based color image segmentation
Survey on clustering based color image segmentationeSAT Publishing House
 
Quality assessment of image fusion
Quality assessment of image fusionQuality assessment of image fusion
Quality assessment of image fusionijitjournal
 
Hybrid Technique for Image Enhancement
Hybrid Technique for Image EnhancementHybrid Technique for Image Enhancement
Hybrid Technique for Image EnhancementIRJET Journal
 
A Novel Algorithm for Watermarking and Image Encryption
A Novel Algorithm for Watermarking and Image Encryption A Novel Algorithm for Watermarking and Image Encryption
A Novel Algorithm for Watermarking and Image Encryption cscpconf
 
Object Detection Beyond Mask R-CNN and RetinaNet III
Object Detection Beyond Mask R-CNN and RetinaNet IIIObject Detection Beyond Mask R-CNN and RetinaNet III
Object Detection Beyond Mask R-CNN and RetinaNet IIIWanjin Yu
 
Survey paper on image compression techniques
Survey paper on image compression techniquesSurvey paper on image compression techniques
Survey paper on image compression techniquesIRJET Journal
 
Single image super resolution with improved wavelet interpolation and iterati...
Single image super resolution with improved wavelet interpolation and iterati...Single image super resolution with improved wavelet interpolation and iterati...
Single image super resolution with improved wavelet interpolation and iterati...iosrjce
 
Remote sensing image fusion using contourlet transform with sharp frequency l...
Remote sensing image fusion using contourlet transform with sharp frequency l...Remote sensing image fusion using contourlet transform with sharp frequency l...
Remote sensing image fusion using contourlet transform with sharp frequency l...Zac Darcy
 
Matlab Implementation of Baseline JPEG Image Compression Using Hardware Optim...
Matlab Implementation of Baseline JPEG Image Compression Using Hardware Optim...Matlab Implementation of Baseline JPEG Image Compression Using Hardware Optim...
Matlab Implementation of Baseline JPEG Image Compression Using Hardware Optim...inventionjournals
 
Traffic sign classification
Traffic sign classificationTraffic sign classification
Traffic sign classificationBill Kromydas
 
An Approach for Image Deblurring: Based on Sparse Representation and Regulari...
An Approach for Image Deblurring: Based on Sparse Representation and Regulari...An Approach for Image Deblurring: Based on Sparse Representation and Regulari...
An Approach for Image Deblurring: Based on Sparse Representation and Regulari...IRJET Journal
 
A DIGITAL COLOR IMAGE WATERMARKING SYSTEM USING BLIND SOURCE SEPARATION
A DIGITAL COLOR IMAGE WATERMARKING SYSTEM USING BLIND SOURCE SEPARATIONA DIGITAL COLOR IMAGE WATERMARKING SYSTEM USING BLIND SOURCE SEPARATION
A DIGITAL COLOR IMAGE WATERMARKING SYSTEM USING BLIND SOURCE SEPARATIONcsandit
 
Color Image Watermarking using Cycle Spinning based Sharp Frequency Localized...
Color Image Watermarking using Cycle Spinning based Sharp Frequency Localized...Color Image Watermarking using Cycle Spinning based Sharp Frequency Localized...
Color Image Watermarking using Cycle Spinning based Sharp Frequency Localized...CSCJournals
 

What's hot (19)

Survey on clustering based color image segmentation and novel approaches to f...
Survey on clustering based color image segmentation and novel approaches to f...Survey on clustering based color image segmentation and novel approaches to f...
Survey on clustering based color image segmentation and novel approaches to f...
 
Content Based Image Retrieval Using 2-D Discrete Wavelet Transform
Content Based Image Retrieval Using 2-D Discrete Wavelet TransformContent Based Image Retrieval Using 2-D Discrete Wavelet Transform
Content Based Image Retrieval Using 2-D Discrete Wavelet Transform
 
An improved image compression algorithm based on daubechies wavelets with ar...
An improved image compression algorithm based on daubechies  wavelets with ar...An improved image compression algorithm based on daubechies  wavelets with ar...
An improved image compression algorithm based on daubechies wavelets with ar...
 
Survey on clustering based color image segmentation
Survey on clustering based color image segmentationSurvey on clustering based color image segmentation
Survey on clustering based color image segmentation
 
Quality assessment of image fusion
Quality assessment of image fusionQuality assessment of image fusion
Quality assessment of image fusion
 
Hybrid Technique for Image Enhancement
Hybrid Technique for Image EnhancementHybrid Technique for Image Enhancement
Hybrid Technique for Image Enhancement
 
Ijetcas14 504
Ijetcas14 504Ijetcas14 504
Ijetcas14 504
 
I3602061067
I3602061067I3602061067
I3602061067
 
A Novel Algorithm for Watermarking and Image Encryption
A Novel Algorithm for Watermarking and Image Encryption A Novel Algorithm for Watermarking and Image Encryption
A Novel Algorithm for Watermarking and Image Encryption
 
Object Detection Beyond Mask R-CNN and RetinaNet III
Object Detection Beyond Mask R-CNN and RetinaNet IIIObject Detection Beyond Mask R-CNN and RetinaNet III
Object Detection Beyond Mask R-CNN and RetinaNet III
 
Survey paper on image compression techniques
Survey paper on image compression techniquesSurvey paper on image compression techniques
Survey paper on image compression techniques
 
Single image super resolution with improved wavelet interpolation and iterati...
Single image super resolution with improved wavelet interpolation and iterati...Single image super resolution with improved wavelet interpolation and iterati...
Single image super resolution with improved wavelet interpolation and iterati...
 
Remote sensing image fusion using contourlet transform with sharp frequency l...
Remote sensing image fusion using contourlet transform with sharp frequency l...Remote sensing image fusion using contourlet transform with sharp frequency l...
Remote sensing image fusion using contourlet transform with sharp frequency l...
 
Matlab Implementation of Baseline JPEG Image Compression Using Hardware Optim...
Matlab Implementation of Baseline JPEG Image Compression Using Hardware Optim...Matlab Implementation of Baseline JPEG Image Compression Using Hardware Optim...
Matlab Implementation of Baseline JPEG Image Compression Using Hardware Optim...
 
Traffic sign classification
Traffic sign classificationTraffic sign classification
Traffic sign classification
 
Neural Style Transfer in practice
Neural Style Transfer in practiceNeural Style Transfer in practice
Neural Style Transfer in practice
 
An Approach for Image Deblurring: Based on Sparse Representation and Regulari...
An Approach for Image Deblurring: Based on Sparse Representation and Regulari...An Approach for Image Deblurring: Based on Sparse Representation and Regulari...
An Approach for Image Deblurring: Based on Sparse Representation and Regulari...
 
A DIGITAL COLOR IMAGE WATERMARKING SYSTEM USING BLIND SOURCE SEPARATION
A DIGITAL COLOR IMAGE WATERMARKING SYSTEM USING BLIND SOURCE SEPARATIONA DIGITAL COLOR IMAGE WATERMARKING SYSTEM USING BLIND SOURCE SEPARATION
A DIGITAL COLOR IMAGE WATERMARKING SYSTEM USING BLIND SOURCE SEPARATION
 
Color Image Watermarking using Cycle Spinning based Sharp Frequency Localized...
Color Image Watermarking using Cycle Spinning based Sharp Frequency Localized...Color Image Watermarking using Cycle Spinning based Sharp Frequency Localized...
Color Image Watermarking using Cycle Spinning based Sharp Frequency Localized...
 

Similar to IRJET- Crowd Density Estimation using Novel Feature Descriptor

IRJET- Digital Image Forgery Detection using Local Binary Patterns (LBP) and ...
IRJET- Digital Image Forgery Detection using Local Binary Patterns (LBP) and ...IRJET- Digital Image Forgery Detection using Local Binary Patterns (LBP) and ...
IRJET- Digital Image Forgery Detection using Local Binary Patterns (LBP) and ...IRJET Journal
 
IRJET- Implementation of Gender Detection with Notice Board using Raspberry Pi
IRJET- Implementation of Gender Detection with Notice Board using Raspberry PiIRJET- Implementation of Gender Detection with Notice Board using Raspberry Pi
IRJET- Implementation of Gender Detection with Notice Board using Raspberry PiIRJET Journal
 
IRJET- Matlab based Multi Feature Extraction in Image and Video Analysis ...
IRJET-  	  Matlab based Multi Feature Extraction in Image and Video Analysis ...IRJET-  	  Matlab based Multi Feature Extraction in Image and Video Analysis ...
IRJET- Matlab based Multi Feature Extraction in Image and Video Analysis ...IRJET Journal
 
IRJET- A Review on Data Dependent Label Distribution Learning for Age Estimat...
IRJET- A Review on Data Dependent Label Distribution Learning for Age Estimat...IRJET- A Review on Data Dependent Label Distribution Learning for Age Estimat...
IRJET- A Review on Data Dependent Label Distribution Learning for Age Estimat...IRJET Journal
 
IRJET- Handwritten Decimal Image Compression using Deep Stacked Autoencoder
IRJET- Handwritten Decimal Image Compression using Deep Stacked AutoencoderIRJET- Handwritten Decimal Image Compression using Deep Stacked Autoencoder
IRJET- Handwritten Decimal Image Compression using Deep Stacked AutoencoderIRJET Journal
 
IRJET- Crowd Density Estimation using Image Processing
IRJET- Crowd Density Estimation using Image ProcessingIRJET- Crowd Density Estimation using Image Processing
IRJET- Crowd Density Estimation using Image ProcessingIRJET Journal
 
IRJET- Interactive Image Segmentation with Seed Propagation
IRJET-  	  Interactive Image Segmentation with Seed PropagationIRJET-  	  Interactive Image Segmentation with Seed Propagation
IRJET- Interactive Image Segmentation with Seed PropagationIRJET Journal
 
An efficient image compression algorithm using dct biorthogonal wavelet trans...
An efficient image compression algorithm using dct biorthogonal wavelet trans...An efficient image compression algorithm using dct biorthogonal wavelet trans...
An efficient image compression algorithm using dct biorthogonal wavelet trans...eSAT Journals
 
IRJET- Fabric Defect Detection using Discrete Wavelet Transform
IRJET- Fabric Defect Detection using Discrete Wavelet TransformIRJET- Fabric Defect Detection using Discrete Wavelet Transform
IRJET- Fabric Defect Detection using Discrete Wavelet TransformIRJET Journal
 
IRJET - Handwritten Bangla Digit Recognition using Capsule Network
IRJET -  	  Handwritten Bangla Digit Recognition using Capsule NetworkIRJET -  	  Handwritten Bangla Digit Recognition using Capsule Network
IRJET - Handwritten Bangla Digit Recognition using Capsule NetworkIRJET Journal
 
IRJET- Image based Approach for Indian Fake Note Detection by Dark Channe...
IRJET-  	  Image based Approach for Indian Fake Note Detection by Dark Channe...IRJET-  	  Image based Approach for Indian Fake Note Detection by Dark Channe...
IRJET- Image based Approach for Indian Fake Note Detection by Dark Channe...IRJET Journal
 
Traffic Sign Recognition System
Traffic Sign Recognition SystemTraffic Sign Recognition System
Traffic Sign Recognition SystemIRJET Journal
 
PREDICTION BASED LOSSLESS COMPRESSION SCHEME FOR BAYER COLOUR FILTER ARRAY IM...
PREDICTION BASED LOSSLESS COMPRESSION SCHEME FOR BAYER COLOUR FILTER ARRAY IM...PREDICTION BASED LOSSLESS COMPRESSION SCHEME FOR BAYER COLOUR FILTER ARRAY IM...
PREDICTION BASED LOSSLESS COMPRESSION SCHEME FOR BAYER COLOUR FILTER ARRAY IM...ijiert bestjournal
 
IRJET- Efficient Image Encryption with Pixel Scrambling and Genetic Algorithm
IRJET- Efficient Image Encryption with Pixel Scrambling and Genetic AlgorithmIRJET- Efficient Image Encryption with Pixel Scrambling and Genetic Algorithm
IRJET- Efficient Image Encryption with Pixel Scrambling and Genetic AlgorithmIRJET Journal
 
Garbage Classification Using Deep Learning Techniques
Garbage Classification Using Deep Learning TechniquesGarbage Classification Using Deep Learning Techniques
Garbage Classification Using Deep Learning TechniquesIRJET Journal
 
IRJET- Face Recognition of Criminals for Security using Principal Component A...
IRJET- Face Recognition of Criminals for Security using Principal Component A...IRJET- Face Recognition of Criminals for Security using Principal Component A...
IRJET- Face Recognition of Criminals for Security using Principal Component A...IRJET Journal
 
IRJET- Emotion and Gender Classification in Real-Time
IRJET- Emotion and Gender Classification in Real-TimeIRJET- Emotion and Gender Classification in Real-Time
IRJET- Emotion and Gender Classification in Real-TimeIRJET Journal
 
IRJET- Identification of Scene Images using Convolutional Neural Networks - A...
IRJET- Identification of Scene Images using Convolutional Neural Networks - A...IRJET- Identification of Scene Images using Convolutional Neural Networks - A...
IRJET- Identification of Scene Images using Convolutional Neural Networks - A...IRJET Journal
 

Similar to IRJET- Crowd Density Estimation using Novel Feature Descriptor (20)

IRJET- Digital Image Forgery Detection using Local Binary Patterns (LBP) and ...
IRJET- Digital Image Forgery Detection using Local Binary Patterns (LBP) and ...IRJET- Digital Image Forgery Detection using Local Binary Patterns (LBP) and ...
IRJET- Digital Image Forgery Detection using Local Binary Patterns (LBP) and ...
 
IRJET- Implementation of Gender Detection with Notice Board using Raspberry Pi
IRJET- Implementation of Gender Detection with Notice Board using Raspberry PiIRJET- Implementation of Gender Detection with Notice Board using Raspberry Pi
IRJET- Implementation of Gender Detection with Notice Board using Raspberry Pi
 
IRJET- Matlab based Multi Feature Extraction in Image and Video Analysis ...
IRJET-  	  Matlab based Multi Feature Extraction in Image and Video Analysis ...IRJET-  	  Matlab based Multi Feature Extraction in Image and Video Analysis ...
IRJET- Matlab based Multi Feature Extraction in Image and Video Analysis ...
 
IRJET- A Review on Data Dependent Label Distribution Learning for Age Estimat...
IRJET- A Review on Data Dependent Label Distribution Learning for Age Estimat...IRJET- A Review on Data Dependent Label Distribution Learning for Age Estimat...
IRJET- A Review on Data Dependent Label Distribution Learning for Age Estimat...
 
IRJET- Handwritten Decimal Image Compression using Deep Stacked Autoencoder
IRJET- Handwritten Decimal Image Compression using Deep Stacked AutoencoderIRJET- Handwritten Decimal Image Compression using Deep Stacked Autoencoder
IRJET- Handwritten Decimal Image Compression using Deep Stacked Autoencoder
 
IRJET- Crowd Density Estimation using Image Processing
IRJET- Crowd Density Estimation using Image ProcessingIRJET- Crowd Density Estimation using Image Processing
IRJET- Crowd Density Estimation using Image Processing
 
IRJET- Interactive Image Segmentation with Seed Propagation
IRJET-  	  Interactive Image Segmentation with Seed PropagationIRJET-  	  Interactive Image Segmentation with Seed Propagation
IRJET- Interactive Image Segmentation with Seed Propagation
 
An efficient image compression algorithm using dct biorthogonal wavelet trans...
An efficient image compression algorithm using dct biorthogonal wavelet trans...An efficient image compression algorithm using dct biorthogonal wavelet trans...
An efficient image compression algorithm using dct biorthogonal wavelet trans...
 
IRJET- Fabric Defect Detection using Discrete Wavelet Transform
IRJET- Fabric Defect Detection using Discrete Wavelet TransformIRJET- Fabric Defect Detection using Discrete Wavelet Transform
IRJET- Fabric Defect Detection using Discrete Wavelet Transform
 
IRJET - Handwritten Bangla Digit Recognition using Capsule Network
IRJET -  	  Handwritten Bangla Digit Recognition using Capsule NetworkIRJET -  	  Handwritten Bangla Digit Recognition using Capsule Network
IRJET - Handwritten Bangla Digit Recognition using Capsule Network
 
IRJET- Image based Approach for Indian Fake Note Detection by Dark Channe...
IRJET-  	  Image based Approach for Indian Fake Note Detection by Dark Channe...IRJET-  	  Image based Approach for Indian Fake Note Detection by Dark Channe...
IRJET- Image based Approach for Indian Fake Note Detection by Dark Channe...
 
Traffic Sign Recognition System
Traffic Sign Recognition SystemTraffic Sign Recognition System
Traffic Sign Recognition System
 
PREDICTION BASED LOSSLESS COMPRESSION SCHEME FOR BAYER COLOUR FILTER ARRAY IM...
PREDICTION BASED LOSSLESS COMPRESSION SCHEME FOR BAYER COLOUR FILTER ARRAY IM...PREDICTION BASED LOSSLESS COMPRESSION SCHEME FOR BAYER COLOUR FILTER ARRAY IM...
PREDICTION BASED LOSSLESS COMPRESSION SCHEME FOR BAYER COLOUR FILTER ARRAY IM...
 
IRJET- Efficient Image Encryption with Pixel Scrambling and Genetic Algorithm
IRJET- Efficient Image Encryption with Pixel Scrambling and Genetic AlgorithmIRJET- Efficient Image Encryption with Pixel Scrambling and Genetic Algorithm
IRJET- Efficient Image Encryption with Pixel Scrambling and Genetic Algorithm
 
Garbage Classification Using Deep Learning Techniques
Garbage Classification Using Deep Learning TechniquesGarbage Classification Using Deep Learning Techniques
Garbage Classification Using Deep Learning Techniques
 
IRJET- Face Recognition of Criminals for Security using Principal Component A...
IRJET- Face Recognition of Criminals for Security using Principal Component A...IRJET- Face Recognition of Criminals for Security using Principal Component A...
IRJET- Face Recognition of Criminals for Security using Principal Component A...
 
IRJET- Emotion and Gender Classification in Real-Time
IRJET- Emotion and Gender Classification in Real-TimeIRJET- Emotion and Gender Classification in Real-Time
IRJET- Emotion and Gender Classification in Real-Time
 
Ay33292297
Ay33292297Ay33292297
Ay33292297
 
Ay33292297
Ay33292297Ay33292297
Ay33292297
 
IRJET- Identification of Scene Images using Convolutional Neural Networks - A...
IRJET- Identification of Scene Images using Convolutional Neural Networks - A...IRJET- Identification of Scene Images using Convolutional Neural Networks - A...
IRJET- Identification of Scene Images using Convolutional Neural Networks - A...
 

More from IRJET Journal

TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...IRJET Journal
 
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURESTUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTUREIRJET Journal
 
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...IRJET Journal
 
Effect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsEffect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsIRJET Journal
 
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...IRJET Journal
 
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...IRJET Journal
 
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...IRJET Journal
 
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...IRJET Journal
 
A REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASA REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASIRJET Journal
 
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...IRJET Journal
 
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProP.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProIRJET Journal
 
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...IRJET Journal
 
Survey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemSurvey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemIRJET Journal
 
Review on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesReview on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesIRJET Journal
 
React based fullstack edtech web application
React based fullstack edtech web applicationReact based fullstack edtech web application
React based fullstack edtech web applicationIRJET Journal
 
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...IRJET Journal
 
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.IRJET Journal
 
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...IRJET Journal
 
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignMultistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignIRJET Journal
 
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...IRJET Journal
 

More from IRJET Journal (20)

TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
 
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURESTUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
 
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
 
Effect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsEffect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil Characteristics
 
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
 
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
 
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
 
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
 
A REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASA REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADAS
 
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
 
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProP.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
 
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
 
Survey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemSurvey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare System
 
Review on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesReview on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridges
 
React based fullstack edtech web application
React based fullstack edtech web applicationReact based fullstack edtech web application
React based fullstack edtech web application
 
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
 
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
 
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
 
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignMultistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
 
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
 

Recently uploaded

Introduction to Machine Learning Unit-3 for II MECH
Introduction to Machine Learning Unit-3 for II MECHIntroduction to Machine Learning Unit-3 for II MECH
Introduction to Machine Learning Unit-3 for II MECHC Sai Kiran
 
computer application and construction management
computer application and construction managementcomputer application and construction management
computer application and construction managementMariconPadriquez1
 
Sachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective IntroductionSachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective IntroductionDr.Costas Sachpazis
 
Instrumentation, measurement and control of bio process parameters ( Temperat...
Instrumentation, measurement and control of bio process parameters ( Temperat...Instrumentation, measurement and control of bio process parameters ( Temperat...
Instrumentation, measurement and control of bio process parameters ( Temperat...121011101441
 
IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024Mark Billinghurst
 
Application of Residue Theorem to evaluate real integrations.pptx
Application of Residue Theorem to evaluate real integrations.pptxApplication of Residue Theorem to evaluate real integrations.pptx
Application of Residue Theorem to evaluate real integrations.pptx959SahilShah
 
lifi-technology with integration of IOT.pptx
lifi-technology with integration of IOT.pptxlifi-technology with integration of IOT.pptx
lifi-technology with integration of IOT.pptxsomshekarkn64
 
Indian Dairy Industry Present Status and.ppt
Indian Dairy Industry Present Status and.pptIndian Dairy Industry Present Status and.ppt
Indian Dairy Industry Present Status and.pptMadan Karki
 
Oxy acetylene welding presentation note.
Oxy acetylene welding presentation note.Oxy acetylene welding presentation note.
Oxy acetylene welding presentation note.eptoze12
 
Transport layer issues and challenges - Guide
Transport layer issues and challenges - GuideTransport layer issues and challenges - Guide
Transport layer issues and challenges - GuideGOPINATHS437943
 
Electronically Controlled suspensions system .pdf
Electronically Controlled suspensions system .pdfElectronically Controlled suspensions system .pdf
Electronically Controlled suspensions system .pdfme23b1001
 
8251 universal synchronous asynchronous receiver transmitter
8251 universal synchronous asynchronous receiver transmitter8251 universal synchronous asynchronous receiver transmitter
8251 universal synchronous asynchronous receiver transmitterShivangiSharma879191
 
Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024hassan khalil
 
UNIT III ANALOG ELECTRONICS (BASIC ELECTRONICS)
UNIT III ANALOG ELECTRONICS (BASIC ELECTRONICS)UNIT III ANALOG ELECTRONICS (BASIC ELECTRONICS)
UNIT III ANALOG ELECTRONICS (BASIC ELECTRONICS)Dr SOUNDIRARAJ N
 
Call Us ≽ 8377877756 ≼ Call Girls In Shastri Nagar (Delhi)
Call Us ≽ 8377877756 ≼ Call Girls In Shastri Nagar (Delhi)Call Us ≽ 8377877756 ≼ Call Girls In Shastri Nagar (Delhi)
Call Us ≽ 8377877756 ≼ Call Girls In Shastri Nagar (Delhi)dollysharma2066
 
welding defects observed during the welding
welding defects observed during the weldingwelding defects observed during the welding
welding defects observed during the weldingMuhammadUzairLiaqat
 
Earthing details of Electrical Substation
Earthing details of Electrical SubstationEarthing details of Electrical Substation
Earthing details of Electrical Substationstephanwindworld
 
Arduino_CSE ece ppt for working and principal of arduino.ppt
Arduino_CSE ece ppt for working and principal of arduino.pptArduino_CSE ece ppt for working and principal of arduino.ppt
Arduino_CSE ece ppt for working and principal of arduino.pptSAURABHKUMAR892774
 

Recently uploaded (20)

Introduction to Machine Learning Unit-3 for II MECH
Introduction to Machine Learning Unit-3 for II MECHIntroduction to Machine Learning Unit-3 for II MECH
Introduction to Machine Learning Unit-3 for II MECH
 
computer application and construction management
computer application and construction managementcomputer application and construction management
computer application and construction management
 
POWER SYSTEMS-1 Complete notes examples
POWER SYSTEMS-1 Complete notes  examplesPOWER SYSTEMS-1 Complete notes  examples
POWER SYSTEMS-1 Complete notes examples
 
Sachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective IntroductionSachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
 
Instrumentation, measurement and control of bio process parameters ( Temperat...
Instrumentation, measurement and control of bio process parameters ( Temperat...Instrumentation, measurement and control of bio process parameters ( Temperat...
Instrumentation, measurement and control of bio process parameters ( Temperat...
 
IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024
 
Application of Residue Theorem to evaluate real integrations.pptx
Application of Residue Theorem to evaluate real integrations.pptxApplication of Residue Theorem to evaluate real integrations.pptx
Application of Residue Theorem to evaluate real integrations.pptx
 
lifi-technology with integration of IOT.pptx
lifi-technology with integration of IOT.pptxlifi-technology with integration of IOT.pptx
lifi-technology with integration of IOT.pptx
 
Indian Dairy Industry Present Status and.ppt
Indian Dairy Industry Present Status and.pptIndian Dairy Industry Present Status and.ppt
Indian Dairy Industry Present Status and.ppt
 
Oxy acetylene welding presentation note.
Oxy acetylene welding presentation note.Oxy acetylene welding presentation note.
Oxy acetylene welding presentation note.
 
Transport layer issues and challenges - Guide
Transport layer issues and challenges - GuideTransport layer issues and challenges - Guide
Transport layer issues and challenges - Guide
 
Electronically Controlled suspensions system .pdf
Electronically Controlled suspensions system .pdfElectronically Controlled suspensions system .pdf
Electronically Controlled suspensions system .pdf
 
8251 universal synchronous asynchronous receiver transmitter
8251 universal synchronous asynchronous receiver transmitter8251 universal synchronous asynchronous receiver transmitter
8251 universal synchronous asynchronous receiver transmitter
 
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptxExploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
 
Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024
 
UNIT III ANALOG ELECTRONICS (BASIC ELECTRONICS)
UNIT III ANALOG ELECTRONICS (BASIC ELECTRONICS)UNIT III ANALOG ELECTRONICS (BASIC ELECTRONICS)
UNIT III ANALOG ELECTRONICS (BASIC ELECTRONICS)
 
Call Us ≽ 8377877756 ≼ Call Girls In Shastri Nagar (Delhi)
Call Us ≽ 8377877756 ≼ Call Girls In Shastri Nagar (Delhi)Call Us ≽ 8377877756 ≼ Call Girls In Shastri Nagar (Delhi)
Call Us ≽ 8377877756 ≼ Call Girls In Shastri Nagar (Delhi)
 
welding defects observed during the welding
welding defects observed during the weldingwelding defects observed during the welding
welding defects observed during the welding
 
Earthing details of Electrical Substation
Earthing details of Electrical SubstationEarthing details of Electrical Substation
Earthing details of Electrical Substation
 
Arduino_CSE ece ppt for working and principal of arduino.ppt
Arduino_CSE ece ppt for working and principal of arduino.pptArduino_CSE ece ppt for working and principal of arduino.ppt
Arduino_CSE ece ppt for working and principal of arduino.ppt
 

IRJET- Crowd Density Estimation using Novel Feature Descriptor

  • 1. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 05 Issue: 10 | Oct 2018 www.irjet.net p-ISSN: 2395-0072 © 2018, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 1786 Crowd Density Estimation Using Novel Feature Descriptor Adwan Alownie Alanazi1 and Mohammad Bilal2 1Department of Computer Science & Software Engineering, University of Hail, Saudi Arabia 2International Gaming Laboratory, Italy ----------------------------------------------------------------------***--------------------------------------------------------------------- Abstract - Crowd density estimation is an important task for crowd monitoring. Many efforts have been done to automate the process of estimating crowd density from images and videos. Despite series of efforts, it remains a challenging task. In this paper, we proposes a new texture feature-based approach for the estimation of crowd density based on Completed Local Binary Pattern (CLBP). We first divide the image into blocks and then re-divide the blocks into cells. For each cell, we compute CLBP and then concatenate them to describe the texture of the corresponding block. We then train a multi-class Support Vector Machine (SVM) classifier, which classifies each block of image into one of four categories, i.e. Very Low, Low, Medium, and High. We evaluate our technique on the PETS 2009 dataset, and from the experiments, we show to achieve95%accuracyfortheproposeddescriptor. We also compare other state-of-the-art texture descriptors and from the experimental results, we show that our proposed method outperforms other state-of-the-art methods. Key Words Support vector machine, Local binary pattern, crowd analysis, crowd density estimation 1. INTRODUCTION Crowd safety in pedestrian crowds is receiving greatattentionfromthescientificcommunity[46],[47],[48],49]. Massfestivals like sports, festivals, concerts, and carnivals, where a large amount of people gathers in a constrained environment, pose serious challenges to crowd safety. In order to ensure safety and security of the participants, adequatesafetymeasuresshould be adopted. Despite all safety measures, crowd disasters still occur frequently. Therefore, crowd analysis is one of most important and challenging task in video surveillance, The most important application of crowd analysis [17], [18], [20], [21], [24], [25] can be used for crowd density estimation [22], [23], [26], [27], [28], [29] , crowd anomaly detection [12], [13], [14], [15], [16] and crowd flow segmentation [30], [31], [32], [33], [39], [45] and tracking [34], [35], [36], [37], [38]. Among these application, crowd density estimationhasreceiveda significant importance from the research community. In such public gathering, it is very crucial to estimate the density of crowd that can provide useful information. Acknowledging the importance of crowddensityestimation,several attemptshave been made to tackle this problem with efficient algorithms. [1] Reports a most recent surveywheretheauthorscategorizeand extensively evaluates different crowd density estimation approaches. From the extensive experimentations, the authors concluded that texture-based analysis [40], [41], [42], [43], [44], [45] as compared to detection based methods, is the most robust and effective way of estimating crowd density. Marana et al. [2,3,4,5]wasthefirstwhoshowedthehighdensityimages exhibits fine texture and repetitive structures. They developed Gray Level Dependence Matrix (GLDM) also known as Gray Level Co-occurrence Matrix (GLCM) that exploit texture features to estimate the crowd density.Fourierspectrumanalysisand Minkowski fractal dimension (MFD) [6] were also usedtoestimatecrowddensity.Thesetexturefeaturesweretrainedin[7]on different classifiers like Bayesian, support vector machine, Gaussian process regression, self-organizing neural network and fitting function-based approach. Rahmalan et al. [8] developed an approach based on new texture feature measure called Translation Invariant Orthonormal Chebyshev Moments (TIOCM). They compared TIOCM with GLDM and MFD and from the experimental results they showed that the performance of TIOCM is far better than MFD and almost same as GLCM, but GLCM takes more time for classifying images as compared to TIOCM. Local Binary Pattern (LBP), introduced byOjala etal.[9],is new texture feature and extensively used for texture classification. LBP has the following advantages: (1) very easy to implement, (2) no need for pre-training, (3) invariance to illumination changes, and (4) low computational complexity. Due to these advantages, LBP is a preferred choice for many texture analysis applications. Despite the advantages of LBP still have limitations, mostly thesensitivitytonoiseandscales.LBPisverysensitivetonoise[50] and is not capable to capture texture at different scales. Although some efforts have been madeandvariousvariantsofLBPare proposed but all of these variants increase the computational complexity [51]. In this paper, we use the modified and extended version of LBP, called completed local binary pattern (CBLP) [10] for crowd density estimation. For estimating crowd density estimation, we first divide the image into blocks. We then compute CBLPfor each block and applied non-linear multi-class SVM for classification. Wehaveperformedexperimentsondifferentdatasetsand from the experimental results; we demonstrate the effectives CBLP features on crowd densityestimation. The restofthepaperisorganizedasfollows:Section 2 presents the proposed methodology; Section 3 presents experimental evaluation; and Section 4 concludes this paper.
  • 2. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 05 Issue: 10 | Oct 2018 www.irjet.net p-ISSN: 2395-0072 © 2018, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 1787 2. Proposed Methodology We proposed a framework that will compute the CBLP features from the local regions of the image and classify each region of image into multiple density levelsas shown in Figure1. Our framework takes the inputimages andimagesarethendividedinto blocks of different crowddensitylevels.ForextractingCBLPfeatures,blocksarefurtheragaindividedintooverlappingcells[52]. We compute CBLP for each cell and concatenated together to get a single feature vector for each block. Blocks are manually annotated to establish the ground truthaccording to the crowd density level as shown in Table I and in Figure2.Figure2shows the sample of different crowd density levels. Our framework however has the following two advantages. (1) Overlapping cells within the block can encodemore textures [53].(2) Division of frames into blockscan help in localization of crowdedareasand reduce the effect of perspective [54]. Table 1: Classification of Different Crowd Density Levels Number of Persons Density Level per meter square Less than 7 Very Low Between 7 – 10 Low Between 11-16 Medium More than 26 High 3. Computation of Completed Local Binary Pattern Completed Local Binary Patterns (CLBP) [10]composedofthreevariantsofLBP-descriptors:CLBPC,LBPSandCLBPM.CLBPC include information on the center pixel, LBP Scontaininformationaboutsigneddifferences,andCLBPMcontaintheinformation about magnitudes of differences[55], [56]. The CLBP S descriptor is almost same as the original LBP descriptor; CLBP C set the thresholds value at the central pixel against the global average gray level value of the whole image and computed using the following formulation: Where M and N are the rows and column of the image and I (i , j) represents the current gray level value CLBP M on the other hand performs a binary comparisonbetween the absolutevalueofthedifferencebetweenthecentralpixel and its neighbors and sets a global threshold to generate an traditional LBP code and formulated as follows Where µg r,p is a global threshold originally proposed by Guo et al. [11] is computed as: Due to the combination of three descriptors, CLBP has provided better texture classification performance than traditional LBP and other texture descriptors but the problem with CLBP is that it leads to high dimensionality due to the combination of these three descriptors.
  • 3. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 05 Issue: 10 | Oct 2018 www.irjet.net p-ISSN: 2395-0072 © 2018, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 1788 4. Experimental Results For the experimental evaluation we use Intel Core i5-2400@3.1GHz processor and 4GB RAM using MATLAB 2018a. We use PETS2009 dataset for the evaluation and comparison of other method with other methods. The resolution of frames in PETS2009 dataset is 768X576 with different viewpoints. In order to feed the frame to our model we first divide the analyze frame into set of blocks. Let frame fs is divided into n number off blocks. Let B = {b1, b2, ..., bn}. In. this case, the size of each block is hyper-parameter. We extract texture features using different methods by using different block sizesand theresultsare reported in Figure 3. From the figure, it is obvious, that all texture descriptors are able to estimate crowd density with average accuracy of 70%. However, among all these methods, our proposed method out performs state of the art texture descriptors. In order to rigorously analyze the performance of our proposed method, we build a confusion matrix and the results are reported in Table 2. In this experiment, wetrain SVM usingone category imagesandtestontheothercategory.Fromthetable,it is obvious that SVM trained on Very Low category also classify images from Low category. The reason that there is very close boundary between these two categories. In the same way Figure 1. Flow diagram. The training frames are provided to train the neural network and testing frames are classified into four categories where VL represents very low, L represents low, M represents medium and VH represents very high density. Figure 2: Increasing crowd density levels (image taken from PETS dataset) model trained on High category also classified some images from the medium.
  • 4. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 05 Issue: 10 | Oct 2018 www.irjet.net p-ISSN: 2395-0072 © 2018, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 1789 In the Figure 4, we report the qualitative results of some of samples frames. We first divide the images into grid of bocks and then into cells. We then compute CLBP feature descriptor and then feed each block to theSVM classifier. The modelpredictsthe label for each block and the results are shown in the figure. From the figure, it is obvious that our model precisely predicts the label for each block. Figure 3: Comparison of different texture descriptors using different block sizes Table 2: Confusion matrix for CLBP. Very Low Low Medium High Very Low 89.4% 10.5% 0% 0% Low 4.5% 95.5% 0% 0% Medium 0% 5.2% 94.7% 0% High 0% 0% 5.5% 94.4%
  • 5. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 05 Issue: 10 | Oct 2018 www.irjet.net p-ISSN: 2395-0072 © 2018, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 1790 5. Conclusion In this paper, weproposed anapproach for crowd density estimationusingourproposedfeaturesandnon-linearSVMclassifier. We demonstrated the capability of our approach in capturing the the dynamics of different classes by extracting thesefeatures. These features adopt the SVM to learn different classes. The main advantage of the proposed method is its simplicity and robustness. Figure 4: Sample frames with the predicted labels. The left image is sample frame taken from UCSD dataset while the right image is taken from PET2009 data set. REFERENCES [1] Saleh, S. A. M., Suandi, S. A., & Ibrahim, H. (2015). Recent survey on crowd density estimation and counting for visual surveillance. Engineering Applications of Artificial Intelligence, 41, 103-114.. [2] A. Marana, L. d. F. Costa, R. Lotufo, and S. Velastin. On the efficacy of texture analysis for crowd monitoring. InComputer Graphics, ImageProcessing,and Vision, 1998. Proceedings.SIBGRAPI’98. International Symposium on, pages354–361. IEEE, 1998. [3] A. Marana, S. Velastin, L. Costa, andR. Lotufo. Estimation ofcrowd density usingimage processing. In Image Processing for Security Applications(Digest No.: 1997/074), IEE Colloquium on, pages 11–1. IET, 1997.. [4] A. N. Marana, L. D. F. Costa, R. Lotufo, and S. A. Velastin. Estimating crowd density with minkowski fractal dimension. In Acoustics, Speech, and Signal Processing, 1999. Proceedings., 1999 IEEE International Conference on, volume 6, pages 3521–3524. IEEE, 1999. [5] A. N. Marana, S. A. Velastin, L. d. F. Costa, and R. Lotufo. Automatic estimation of crowd density using texture. Safety Science, 28(3):165–175, 1998. [6] A. N. Marana, L. D. F. Costa, R. Lotufo, and S. A. Velastin. Estimating crowd density with minkowski fractal dimension.In Acoustics, Speech, and Signal Processing, 1999. Proceedings.,1999 IEEE International Conference on, volume 6, pages 3521–3524. IEEE, 1999. [7] Saqib, Muhammad, Sultan Daud Khan, and Michael Blumenstein. "Texture-based feature mining for crowd density estimation: A study." In Image and Vision Computing New Zealand (IVCNZ), 2016 International Conference on, pp. 1-6. IEEE, 2016. [8] H. Rahmalan, M. S. Nixon, and J. N. Carter. On crowd density estimation for surveillance. In IET Conference on Crime and Security, pages 540–545. IET, 2006. [9] T. Ojala, M. Pietikainen, andD. Harwood.Performanceevaluationoftexturemeasureswithclassificationbasedonkullbackdiscriminationofdistributions. In Pattern Recognition,1994. Vol. 1-Conference A: Computer Vision & Image Processing., Proceedings of the 12th IAPR International Conference on, volume 1, pages 582–585. IEEE, 1994. [10] Z. Guo, L. Zhang and D. Zhang, “A completed modeling of local binary pattern operatorfortextureclassification”,IEEETrans.ImageProcess.,vol.9,no.16, pp. 1657–1663, 2010. [11] Z. Guo, L. Zhang and D. Zhang, “A completed modeling of local binary pattern operatorfortextureclassification”,IEEETrans.ImageProcess., vol.9,no.16, pp. 1657–1663, 2010. [12] Ullah, Habib, Ahmed B. Altamimi, Muhammad Uzair, and Mohib Ullah. "Anomalous entities detection and localization in pedestrian flows." Neurocomputing 290 (2018): 74-86. [13] Khan, Wilayat, Habib Ullah, Aakash Ahmad, Khalid Sultan, Abdullah J. Alzahrani, Sultan Daud Khan, Mohammad Alhumaid, and Sultan Abdulaziz. "CrashSafe: a formal model for proving crash-safety of Android applications." Human-centric Computing and Information Sciences 8, no. 1 (2018): 21.. [14] Ullah, Habib, Mohib Ullah, and Muhammad Uzair. "A hybrid social influence model for pedestrian motion segmentation." Neural Computing and Applications (2018): 1-17. [15] Ahmad, Fawad, Asif Khan, Ihtesham Ul Islam, MuhammadUzair,andHabibUllah."Illuminationnormalizationusingindependentcomponentanalysisand filtering." The Imaging Science Journal 65, no. 5 (2017): 308-313. [16] Ullah, Habib, MuhammadUzair,MohibUllah,AsifKhan,AyazAhmad,andWilayatKhan."Densityindependenthydrodynamicsmodelforcrowdcoherency detection." Neurocomputing 242 (2017): 28-39. [17] Khan, Sultan Daud, MuhammadTayyab, Muhammad Khurram Amin,AkramNour,AnasBasalamah,SalehBasalamah,andSohaibAhmadKhan."Towards a Crowd Analytic Framework For Crowd Management in Majid-al-Haram." arXiv preprint arXiv:1709.05952 (2017). [18] Saqib, Muhammad, Sultan Daud Khan, Nabin Sharma, and Michael Blumenstein. "Extractingdescriptivemotioninformationfromcrowdscenes."In 2017 International Conference on Image and Vision Computing New Zealand (IVCNZ), pp. 1-6. IEEE, 2017. [19] Ullah, Mohib, Habib Ullah, Nicola Conci, and FrancescoGBDeNatale."Crowdbehavioridentification."InImageProcessing(ICIP),2016IEEEInternational Conference on, pp. 1195-1199. IEEE, 2016.
  • 6. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 05 Issue: 10 | Oct 2018 www.irjet.net p-ISSN: 2395-0072 © 2018, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 1791 [20] Khan, S. "Automatic Detection and Computer Vision Analysis of Flow Dynamics and Social Groups in Pedestrian Crowds." (2016). [21] Arif, Muhammad, Sultan Daud, and Saleh Basalamah. "Countingofpeopleintheextremelydensecrowdusinggeneticalgorithmand blobscounting." IAES International Journal of Artificial Intelligence 2, no. 2 (2013): 51.. [22] Ullah, Habib, Mohib Ullah, Hina Afridi, Nicola Conci, and Francesco GB De Natale. "Traffic accident detection through a hydrodynamic lens." In Image Processing (ICIP), 2015 IEEE International Conference on, pp. 2470-2474. IEEE, 2015. [23] Ullah, Habib. "Crowd Motion Analysis: Segmentation, Anomaly Detection, and Behavior Classification." PhD diss., University of Trento, 2015. [24] Khan, Sultan D., Stefania Bandini, Saleh Basalamah, andGiuseppe Vizzari. "Analyzing crowd behavior in naturalistic conditions: Identifying sources and sinks and characterizing main flows." Neurocomputing 177 (2016): 543-563.. [25] Shimura, Kenichiro, Sultan DaudKhan,StefaniaBandini,andKatsuhiroNishinari."SimulationandEvaluationofSpiralMovementofPedestrians:Towards the Tawaf Simulator." Journal of Cellular Automata 11, no. 4 (2016). [26] Khan, Sultan Daud, Giuseppe Vizzari, and Stefania Bandini. "A Computer Vision Tool Set for Innovative Elder Pedestrians Aware Crowd Management Support Systems." In AI* AAL@ AI* IA, pp. 75-91. 2016. [27] Saqib, Muhammad, Sultan Daud Khan, Nabin Sharma, and Michael Blumenstein."Astudyondetectingdronesusingdeepconvolutionalneuralnetworks." In 2017 14th IEEE International Conference on Advanced Video and Signal Based Surveillance (AVSS), pp. 1-5. IEEE, 2017.. [28] Khan, Sultan Daud, Giuseppe Vizzari, Stefania Bandini, and Saleh Basalamah. "Detection of social groups in pedestrian crowds using computer vision." In International Conference on Advanced Concepts for Intelligent Vision Systems, pp. 249-260. Springer, Cham, 2015.. [29] Khan, Sultan Daud, Fabio Porta, Giuseppe Vizzari, and Stefania Bandini. "Estimating Speeds of Pedestrians in Real-World Using Computer Vision." In International Conference on Cellular Automata, pp. 526-535. Springer, Cham, 2014.. [30] Khan, Sultan D., Luca Crociani, and Giuseppe Vizzari. "Integrated Analysis and Synthesis of Pedestrian Dynamics: First Results in a Real World Case Study." From Objects to Agents (2013).. [31] Khan, Sultan D., Luca Crociani, and Giuseppe Vizzari. "PEDESTRIAN ANDCROWD STUDIES: TOWARDSTHE INTEGRATION OFAUTOMATED ANALYSIS AND SYNTHESIS.". [32] Ullah, Habib, Mohib Ullah, and Nicola Conci. "Dominant motion analysis in regular and irregular crowd scenes." In International Workshop on Human Behavior Understanding, pp. 62-72. Springer, Cham, 2014. [33] Saqib, Muhammad, Sultan Daud Khan, and Michael Blumenstein. "Detecting dominant motion patternsincrowdsofpedestrians."In EighthInternational Conference on Graphic and Image Processing (ICGIP 2016), vol. 10225, p. 102251L. International Society for Optics and Photonics, 2017.. [34] Ullah, Habib, Mohib Ullah, and Nicola Conci. "Real-time anomaly detection in dense crowdedscenes." In Video Surveillance and TransportationImaging Applications 2014, vol. 9026, p. 902608. International Society for Optics and Photonics, 2014. [35] Ullah, Habib, Lorenza Tenuti, andNicola Conci. "Gaussian mixtures for anomaly detection incrowded scenes." In Video SurveillanceandTransportation Imaging Applications, vol. 8663, p. 866303. International Society for Optics and Photonics, 2013. [36] Rota, Paolo, Habib Ullah, Nicola Conci, Nicu Sebe, and Francesco GB De Natale. "Particles cross-influence for entity grouping." In Signal Processing Conference (EUSIPCO), 2013 Proceedings of the 21st European, pp. 1-5. IEEE, 2013. [37] Ullah, Habib, and Nicola Conci. "Structured learning for crowd motion segmentation." In Image Processing (ICIP), 2013 20th IEEE International Conference on, pp. 824-828. IEEE, 2013. [38] Ullah, Habib, and Nicola Conci. "Crowd motion segmentation and anomaly detection via multi-label optimization." In ICPR workshop on Pattern Recognition and Crowd Analysis. 2012. [39] Khan, Wilayat, and Habib Ullah. "Authentication and Secure Communication in GSM, GPRS, and UMTS Using Asymmetric Cryptography." International Journal of Computer Science Issues (IJCSI) 7, no. 3 (2010): 10. [40] Ullah, Habib, Mohib Ullah, Muhammad Uzair, and F. Rehman. "Comparativestudy:Theevaluationofshadowdetectionmethods."InternationalJournalOf Video & Image Processing And Network Security (IJVIPNS) 10, no. 2 (2010): 1-7. [41] Khan, Wilayat, and Habib Ullah. "Scientific Reasoning: A Solution to the Problem of Induction." InternationalJournalofBasic&AppliedSciences10,no.3 (2010): 58-62. [42] Uzair, Muhammad,Waqas Khan, Habib Ullah, andFasih-ur Rehman. "Background modeling using corner features: An effective approach."In Multitopic Conference, 2009. INMIC 2009. IEEE 13th International, pp. 1-5. IEEE, 2009. [43] Ullah, Mohib, Habib Ullah, and Ibrahim M. Alseadoon. "HUMAN ACTION RECOGNITION IN VIDEOS USING STABLE FEATURES." [44] Khan, Wilayat, Habib Ullah, and RiazHussain."Energy-EfficientMutualAuthenticationProtocolforHandhledDevicesBasedonPublicKeyCryptography." International Journal of Computer Theory and Engineering 5, no. 5 (2013): 754. [45] Arif, Muhammad, Sultan Daud, and Saleh Basalamah."Peoplecountinginextremelydensecrowdusingblobsizeoptimization." LifeScienceJournal 9,no.3 (2012): 1663-1673. [46] Saqib, Muhammad, S. D. Khan, and S. M. Basalamah. "Vehicle Speed Estimation using Wireless Sensor Network." In INFOCOMP 2011 First International Conference on Advanced Communications and Computation, IARIA. 2011. [47] Khan, Sultan Daud. "Estimating Speeds and Directions of Pedestrians in Real-Time Videos: A solution to Road-Safety Problem." In CEUR Workshop Proceedings, p. 1122. 2014. [48] Khan, Sultan Daud, and Hyunchul Shin. "Effective memory access optimization by memory delay modeling, memory allocation, and buffer allocation." In SoC Design Conference (ISOCC), 2009 International, pp. 153-156. IEEE, 2009. [49] Khan, Sultan Daud, Giuseppe Vizzari, and Stefania Bandini. "FacingNeeds and Requirements of Crowd Modelling:TowardsaDedicatedComputerVision Toolset." In Traffic and Granular Flow'15, pp. 377-384. Springer, Cham, 2016. [50] Saqib, Muhammad, Sultan Daud Khan, Nabin Sharma, and Michael Blumenstein. "Person Head Detection in Multiple Scales Using Deep Convolutional Neural Networks." In 2018 International Joint Conference on Neural Networks (IJCNN), pp. 1-7. IEEE, 2018. [51] Ullah, Mohib, and Faouzi Alaya Cheikh. "Deep Feature Based End-to-End Transportation Network for Multi-Target Tracking." In 2018 25th IEEE International Conference on Image Processing (ICIP), pp. 3738-3742. IEEE, 2018. [52] Ullah, Mohib, Mohammed Ahmed Kedir, and Faouzi Alaya Cheikh. "Hand-Crafted vs Deep Features: A Quantitative Study of Pedestrian Appearance Model." In 2018 Colour and Visual Computing Symposium (CVCS), pp. 1-6. IEEE, 2018. [53] Ullah, Mohib, Ahmed Mohammed, and Faouzi Alaya Cheikh. "PedNet: A Spatio-Temporal Deep Convolutional Neural Network for Pedestrian Segmentation." Journal of Imaging 4, no. 9 (2018): 107.
  • 7. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 05 Issue: 10 | Oct 2018 www.irjet.net p-ISSN: 2395-0072 © 2018, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 1792 [54] Ullah, Mohib, and Faouzi Alaya Cheikh. "A Directed Sparse Graphical Model for Multi-Target Tracking." In Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition Workshops, pp. 1816-1823. 2018. [55] Ullah, Mohib, Ahmed Kedir Mohammed, Faouzi Alaya Cheikh, and Zhaohui Wang. "A hierarchical feature model for multi-target tracking." In Image Processing (ICIP), 2017 IEEE International Conference on, pp. 2612-2616. IEEE, 2017. [56] Ullah, Mohib, Faouzi Alaya Cheikh, and Ali Shariq Imran. "Hog based real-time multi-target tracking in bayesian framework." In 2016 13th IEEE International Conference on Advanced Video and Signal Based Surveillance (AVSS), pp. 416-422. IEEE, 2016.