SlideShare a Scribd company logo
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395 -0056
Volume: 04 Issue: 01 | Jan -2017 www.irjet.net p-ISSN: 2395-0072
© 2017, IRJET | Impact Factor value: 5.181 | ISO 9001:2008 Certified Journal | Page 1520
A SURVEY ON CODING BINARY VISUAL FEATURES EXTRACTED FROM
VIDEO SEQUENCES
Sreejaya1, Anu Vijayan2 , Athira Krishnan3 , Dhanya Sreedharan4
1 B.Tech Student, Department Of Computer Science and Engineering, Sree Buddha College Of Engineering,
Alappuzha, Kerala, India
2 B.Tech Student, Department Of Computer Science and Engineering, Sree Buddha College Of Engineering,
Alappuzha, Kerala, India
3 B.Tech Student, Department Of Computer Science and Engineering, Sree Buddha College Of Engineering,
Alappuzha, Kerala, India
4Assistant Professor, Department Of Computer Science and Engineering, Sree Buddha College Of Engineering,
Alappuzha, Kerala, India
---------------------------------------------------------------------***---------------------------------------------------------------------
Abstract - In pattern recognition and in image
processing, feature extraction starts from an initial set of
measured data and builds derived values intended to be
informative and non-redundant, facilitating the subsequent
learning and generalization steps, and in some cases leading
to better human interpretations.When the input data to
an algorithm is too large to be processed and it is suspected
to be redundant then it can be transformed into a reduced
set of features . Visual descriptors are descriptions of the
visual features of the contents in images, videos, or
algorithms or applications that produce such descriptions.
KeyWords: Pattern recognition ,Visual features, Image
processing, Feature extraction,Visual descriptors.
1.INTRODUCTION
Feature extraction is a type of dimensionality
reduction that efficiently represents interesting parts
of an image as a compact feature vector. This
approach is useful when image sizes are large and a
reduced feature representation is required toquickly
complete tasks such as image matching and
retrieval.Descriptors are the first step to find out the
connection between pixels contained in a digital
image and what humans recall after having observed
an image or a group of images after some
minutes.Binary local features represent an
alternative to real-valued descriptors.A compact
representation based on global features is preferred
when dealing with large collections.
The visual content is acquired at a node,
compressed and then sent to a central unit for
further processing according to the compress-then-
analyze (CTA) paradigm in the case of traditional
approach.. In the traditionally adopted compress-
then-analyze (CTA) paradigm, images acquired from
camera nodes are JPEG compressed and sent to a
central controller for further analysis.In the case of
analyze-then-compress (ATC) approach camera
nodes perform visual features extraction.It then
transmit a compressed version of the extracted
features and the relative keypoints information to a
central controller. At the central controller, the
received features are matched against a database of
labeled features, so that object recognition or image
retrieval can be performed .
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395 -0056
Volume: 04 Issue: 01 | Jan -2017 www.irjet.net p-ISSN: 2395-0072
© 2017, IRJET | Impact Factor value: 5.181 | ISO 9001:2008 Certified Journal | Page 1521
2 LITERATURE SURVEY
2.1 Coding Binary Local Features Extracted From
Video Sequences
Local features refer to a pattern or distinct structure
found in an image, such as a point, edge, or small
image patch. They are usually associated with an
image patch that differs from its immediate
surroundings by texture, color, or intensity. Feature
extraction involves computing a descriptor, which is
typically done on regions centered around detected
features. Descriptors rely on image processing to
transform a local pixel neighborhood into a compact
vector representation. This new representation
permits comparison between neighborhoods
regardless of changes in scale or orientation.
Descriptors, such as SIFT or SURF, rely on local
gradient computations. Binary descriptors, such as
BRISK or FREAK, rely on pairs of local intensity
differences, which are then encoded into a binary
vector.
2.2 Compress-Then-Analyze VS. Analyze- Then-
Compress
In the case of compress-then-analyze (CTA)
paradigm, images acquired from camera nodes are
JPEG compressed and sent to a central controller for
further analysis.In the case of analyze-then-compress
(ATC) approach camera nodes perform visual
features extraction.It then transmit a compressed
version of the extracted features and the relative
keypoints information to a central controller. At the
central controller, the received features are matched
against a database of labeled features, so that object
recognition or image retrieval can be performed .
2.3 Evaluation Of Low – Complexity Visual
Feature Detectors And Descriptors
Feature detection selects regions of an image that
have unique content, such as corners or blobs. Use
feature detection to find points of interest that you
can use for further processing. These points do not
necessarily correspond to physical structures, such
as the corners of a table. The key to feature detection
is to find features that remain locally invariant so
that you can detect them even in the presence of
rotation or scale change.Binary descriptors can
achieve a performance similar to that of non
binarydescriptors,with much lower
complexity.Evaluation is done for an image retrieval
task as well as standalone.a good score in the
standalone evaluation did not always lead to high
accuracy in the image retrieval task.
2.4 Rate -Accuracy Optimization Of Binary
Descriptors
Scale-invariant feature transform (SIFT) is an
algorithm to detect and describe local features in
images. SIFT can robustly identify objects even
among clutter and under partial occlusion, because
the SIFT feature descriptor is invariant to uniform
scaling, orientation, and partially invariant to affine
distortion and illumination changes.The descriptor is
represented by means of a binary string, in which
each bit is the result of the pair-wise comparison of
smoothed pixel values properly selected in a patch
around each keypoint.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395 -0056
Volume: 04 Issue: 01 | Jan -2017 www.irjet.net p-ISSN: 2395-0072
© 2017, IRJET | Impact Factor value: 5.181 | ISO 9001:2008 Certified Journal | Page 1522
3 CONCLUSION
This paper deals with various coding schemes
tailored to both local and global binary
features,which aims at exploiting both spatial and
temporal redundancy by means of intra- and inter-
frame coding.Binary local features represent an
alternative to real-valued descriptors.The efficiency
was evaluated by means of rate-efficiency curves
with respect to traditional visual analysis tasks. This
survey is basically done to study about various
coding schemes for extracting local and global binary
visual features from video sequences.
ACKNOWLEGEMENT
We are deeply thankful to our guide Ms Dhanya
Sreedharan, Assistant professor of Computer Science
and Engineering, for guiding us through the difficult
phases of our work and inspiring us during each
stage of our work. We express sincere thanks to all
other faculty members for encouraging us in each
stage.
REFERENCES
[1] Coding binary local features extracted from video
sequences - L. Baroffio, J. Ascenso, M. Cesana, A.
Redondi, and M. Tagliasacchi
[2] Compress - then - analyze vs. analyse - then -
compress: Two paradigms for image analysis in
visual sensor networks - A. Redondi, L. Baroffio, M.
Cesana, and M. Tagliasacchi
[3] Evaluation of low - complexity visual feature
detectors and Descriptors - A. Canclini, M. Cesana, A.
Redondi, M. Tagliasacchi, J. Ascenso, and R. Cilla
[4] Rate-accuracy optimization of binary descriptors
- A. Redondi, L. Baroffio, J. Ascenso, M. Cesano, and M.
Tagliasacchi
[5] Video Google: A text retrieval approach to object
matching in videos - J. Sivic and A. Zisserman
[6] Distinctive image features from scale-invariant
keypoints - D. G. Lowe
[7] Aggregating local descriptors into a compact
image representation - H. Jegou, M. Douze, C. Schmid,
and P. Perez
[8] Binary local descriptors based on robust hashing
- L. Baroffio, M. Cesana, A. Redondi, and M.
Tagliasacchi
[9] BRIEF: Binary robust independent elementary
features - M. Calonder, V. Lepetit, C. Strecha, and P.
Fua
[10] BRISK: Binary robust invariant scalable
keypoints - S. Leutenegger, M. Chli, and R. Y. Siegwart

More Related Content

What's hot (20)

PDF
K42016368
IJERA Editor
 
PDF
Visual Object Category Recognition
Ashish Gupta
 
PDF
Neural network based image compression with lifting scheme and rlc
eSAT Publishing House
 
PDF
AN EFFICIENT FPGA IMPLEMENTATION OF MRI IMAGE FILTERING AND TUMOUR CHARACTERI...
VLSICS Design
 
PDF
Hardware software co simulation of edge detection for image processing system...
eSAT Publishing House
 
PDF
IRJET-Analysis of Face Recognition System for Different Classifier
IRJET Journal
 
PDF
Dc31472476
IJMER
 
PDF
Linear distance coding for image classification
Ecway Technologies
 
PDF
AN ENHANCEMENT FOR THE CONSISTENT DEPTH ESTIMATION OF MONOCULAR VIDEOS USING ...
mlaij
 
PDF
Wavelet Based Image Watermarking
IJERA Editor
 
PDF
Design and Description of Feature Extraction Algorithm for Old English Font
IRJET Journal
 
PDF
Of3424832487
IJERA Editor
 
PDF
Jc3515691575
IJERA Editor
 
PDF
Ijetcas14 329
Iasir Journals
 
PDF
Illumination Invariant Face Recognition System using Local Directional Patter...
Editor IJCATR
 
PPTX
Vlsi ncrtcc
Halesh Malagi
 
PDF
K0445660
IJERA Editor
 
PDF
Pc Seminar Jordi
Universitat de Barcelona
 
PDF
Dynamic hand gesture recognition using cbir
IAEME Publication
 
PDF
1674 1677
Editor IJARCET
 
K42016368
IJERA Editor
 
Visual Object Category Recognition
Ashish Gupta
 
Neural network based image compression with lifting scheme and rlc
eSAT Publishing House
 
AN EFFICIENT FPGA IMPLEMENTATION OF MRI IMAGE FILTERING AND TUMOUR CHARACTERI...
VLSICS Design
 
Hardware software co simulation of edge detection for image processing system...
eSAT Publishing House
 
IRJET-Analysis of Face Recognition System for Different Classifier
IRJET Journal
 
Dc31472476
IJMER
 
Linear distance coding for image classification
Ecway Technologies
 
AN ENHANCEMENT FOR THE CONSISTENT DEPTH ESTIMATION OF MONOCULAR VIDEOS USING ...
mlaij
 
Wavelet Based Image Watermarking
IJERA Editor
 
Design and Description of Feature Extraction Algorithm for Old English Font
IRJET Journal
 
Of3424832487
IJERA Editor
 
Jc3515691575
IJERA Editor
 
Ijetcas14 329
Iasir Journals
 
Illumination Invariant Face Recognition System using Local Directional Patter...
Editor IJCATR
 
Vlsi ncrtcc
Halesh Malagi
 
K0445660
IJERA Editor
 
Pc Seminar Jordi
Universitat de Barcelona
 
Dynamic hand gesture recognition using cbir
IAEME Publication
 
1674 1677
Editor IJARCET
 

Similar to A survey on coding binary visual features extracted from video sequences (20)

PDF
Speeded-up and Compact Visual Codebook for Object Recognition
CSCJournals
 
PPTX
SIFT vs other Feature Descriptor
Nisar Ahmed Rana
 
PPTX
Object recognition
saniacorreya
 
PDF
2D Features-based Detector and Descriptor Selection System for Hierarchical R...
gerogepatton
 
PPTX
Computer Vision descriptors
Wael Badawy
 
PDF
10.1.1.157.4126
chuangyl
 
PDF
Local Invariant Feature Detectors A Survey Tinne Tuytelaars
kimoimunax
 
PDF
Modern features-part-0-intro
zukun
 
PDF
2D FEATURES-BASED DETECTOR AND DESCRIPTOR SELECTION SYSTEM FOR HIERARCHICAL R...
gerogepatton
 
PDF
2D FEATURES-BASED DETECTOR AND DESCRIPTOR SELECTION SYSTEM FOR HIERARCHICAL R...
ijaia
 
PDF
F010433136
IOSR Journals
 
PDF
C42011318
IJERA Editor
 
PDF
OBJECT DETECTION AND RECOGNITION: A SURVEY
Journal For Research
 
PDF
Class Weighted Convolutional Features for Image Retrieval
Universitat Politècnica de Catalunya
 
PDF
Modern features-part-2-descriptors
zukun
 
PPTX
Contextless Object Recognition with Shape-enriched SIFT and Bags of Features
Universitat Politècnica de Catalunya
 
PPTX
Cahall Final Intern Presentation
Daniel Cahall
 
PPTX
Wits presentation 2_19052015
Beatrice van Eden
 
PDF
Object Capturing In A Cluttered Scene By Using Point Feature Matching
IJERA Editor
 
PPTX
11 cie552 image_featuresii_sift
Elsayed Hemayed
 
Speeded-up and Compact Visual Codebook for Object Recognition
CSCJournals
 
SIFT vs other Feature Descriptor
Nisar Ahmed Rana
 
Object recognition
saniacorreya
 
2D Features-based Detector and Descriptor Selection System for Hierarchical R...
gerogepatton
 
Computer Vision descriptors
Wael Badawy
 
10.1.1.157.4126
chuangyl
 
Local Invariant Feature Detectors A Survey Tinne Tuytelaars
kimoimunax
 
Modern features-part-0-intro
zukun
 
2D FEATURES-BASED DETECTOR AND DESCRIPTOR SELECTION SYSTEM FOR HIERARCHICAL R...
gerogepatton
 
2D FEATURES-BASED DETECTOR AND DESCRIPTOR SELECTION SYSTEM FOR HIERARCHICAL R...
ijaia
 
F010433136
IOSR Journals
 
C42011318
IJERA Editor
 
OBJECT DETECTION AND RECOGNITION: A SURVEY
Journal For Research
 
Class Weighted Convolutional Features for Image Retrieval
Universitat Politècnica de Catalunya
 
Modern features-part-2-descriptors
zukun
 
Contextless Object Recognition with Shape-enriched SIFT and Bags of Features
Universitat Politècnica de Catalunya
 
Cahall Final Intern Presentation
Daniel Cahall
 
Wits presentation 2_19052015
Beatrice van Eden
 
Object Capturing In A Cluttered Scene By Using Point Feature Matching
IJERA Editor
 
11 cie552 image_featuresii_sift
Elsayed Hemayed
 
Ad

More from IRJET Journal (20)

PDF
Enhanced heart disease prediction using SKNDGR ensemble Machine Learning Model
IRJET Journal
 
PDF
Utilizing Biomedical Waste for Sustainable Brick Manufacturing: A Novel Appro...
IRJET Journal
 
PDF
Kiona – A Smart Society Automation Project
IRJET Journal
 
PDF
DESIGN AND DEVELOPMENT OF BATTERY THERMAL MANAGEMENT SYSTEM USING PHASE CHANG...
IRJET Journal
 
PDF
Invest in Innovation: Empowering Ideas through Blockchain Based Crowdfunding
IRJET Journal
 
PDF
SPACE WATCH YOUR REAL-TIME SPACE INFORMATION HUB
IRJET Journal
 
PDF
A Review on Influence of Fluid Viscous Damper on The Behaviour of Multi-store...
IRJET Journal
 
PDF
Wireless Arduino Control via Mobile: Eliminating the Need for a Dedicated Wir...
IRJET Journal
 
PDF
Explainable AI(XAI) using LIME and Disease Detection in Mango Leaf by Transfe...
IRJET Journal
 
PDF
BRAIN TUMOUR DETECTION AND CLASSIFICATION
IRJET Journal
 
PDF
The Project Manager as an ambassador of the contract. The case of NEC4 ECC co...
IRJET Journal
 
PDF
"Enhanced Heat Transfer Performance in Shell and Tube Heat Exchangers: A CFD ...
IRJET Journal
 
PDF
Advancements in CFD Analysis of Shell and Tube Heat Exchangers with Nanofluid...
IRJET Journal
 
PDF
Breast Cancer Detection using Computer Vision
IRJET Journal
 
PDF
Auto-Charging E-Vehicle with its battery Management.
IRJET Journal
 
PDF
Analysis of high energy charge particle in the Heliosphere
IRJET Journal
 
PDF
A Novel System for Recommending Agricultural Crops Using Machine Learning App...
IRJET Journal
 
PDF
Auto-Charging E-Vehicle with its battery Management.
IRJET Journal
 
PDF
Analysis of high energy charge particle in the Heliosphere
IRJET Journal
 
PDF
Wireless Arduino Control via Mobile: Eliminating the Need for a Dedicated Wir...
IRJET Journal
 
Enhanced heart disease prediction using SKNDGR ensemble Machine Learning Model
IRJET Journal
 
Utilizing Biomedical Waste for Sustainable Brick Manufacturing: A Novel Appro...
IRJET Journal
 
Kiona – A Smart Society Automation Project
IRJET Journal
 
DESIGN AND DEVELOPMENT OF BATTERY THERMAL MANAGEMENT SYSTEM USING PHASE CHANG...
IRJET Journal
 
Invest in Innovation: Empowering Ideas through Blockchain Based Crowdfunding
IRJET Journal
 
SPACE WATCH YOUR REAL-TIME SPACE INFORMATION HUB
IRJET Journal
 
A Review on Influence of Fluid Viscous Damper on The Behaviour of Multi-store...
IRJET Journal
 
Wireless Arduino Control via Mobile: Eliminating the Need for a Dedicated Wir...
IRJET Journal
 
Explainable AI(XAI) using LIME and Disease Detection in Mango Leaf by Transfe...
IRJET Journal
 
BRAIN TUMOUR DETECTION AND CLASSIFICATION
IRJET Journal
 
The Project Manager as an ambassador of the contract. The case of NEC4 ECC co...
IRJET Journal
 
"Enhanced Heat Transfer Performance in Shell and Tube Heat Exchangers: A CFD ...
IRJET Journal
 
Advancements in CFD Analysis of Shell and Tube Heat Exchangers with Nanofluid...
IRJET Journal
 
Breast Cancer Detection using Computer Vision
IRJET Journal
 
Auto-Charging E-Vehicle with its battery Management.
IRJET Journal
 
Analysis of high energy charge particle in the Heliosphere
IRJET Journal
 
A Novel System for Recommending Agricultural Crops Using Machine Learning App...
IRJET Journal
 
Auto-Charging E-Vehicle with its battery Management.
IRJET Journal
 
Analysis of high energy charge particle in the Heliosphere
IRJET Journal
 
Wireless Arduino Control via Mobile: Eliminating the Need for a Dedicated Wir...
IRJET Journal
 
Ad

Recently uploaded (20)

PDF
Ethics and Trustworthy AI in Healthcare – Governing Sensitive Data, Profiling...
AlqualsaDIResearchGr
 
PDF
GTU Civil Engineering All Semester Syllabus.pdf
Vimal Bhojani
 
PDF
Book.pdf01_Intro.ppt algorithm for preperation stu used
archu26
 
PDF
Water Design_Manual_2005. KENYA FOR WASTER SUPPLY AND SEWERAGE
DancanNgutuku
 
PPTX
Server Side Web Development Unit 1 of Nodejs.pptx
sneha852132
 
PDF
Zilliz Cloud Demo for performance and scale
Zilliz
 
PDF
Basic_Concepts_in_Clinical_Biochemistry_2018كيمياء_عملي.pdf
AdelLoin
 
PPTX
GitOps_Without_K8s_Training_detailed git repository
DanialHabibi2
 
PPTX
artificial intelligence applications in Geomatics
NawrasShatnawi1
 
PDF
Pressure Measurement training for engineers and Technicians
AIESOLUTIONS
 
PDF
MAD Unit - 1 Introduction of Android IT Department
JappanMavani
 
PPT
PPT2_Metal formingMECHANICALENGINEEIRNG .ppt
Praveen Kumar
 
DOCX
CS-802 (A) BDH Lab manual IPS Academy Indore
thegodhimself05
 
PPTX
Green Building & Energy Conservation ppt
Sagar Sarangi
 
PPTX
Heart Bleed Bug - A case study (Course: Cryptography and Network Security)
Adri Jovin
 
PDF
Biomechanics of Gait: Engineering Solutions for Rehabilitation (www.kiu.ac.ug)
publication11
 
PPTX
Element 11. ELECTRICITY safety and hazards
merrandomohandas
 
PPTX
Thermal runway and thermal stability.pptx
godow93766
 
PPTX
Lecture 1 Shell and Tube Heat exchanger-1.pptx
mailforillegalwork
 
PPTX
Arduino Based Gas Leakage Detector Project
CircuitDigest
 
Ethics and Trustworthy AI in Healthcare – Governing Sensitive Data, Profiling...
AlqualsaDIResearchGr
 
GTU Civil Engineering All Semester Syllabus.pdf
Vimal Bhojani
 
Book.pdf01_Intro.ppt algorithm for preperation stu used
archu26
 
Water Design_Manual_2005. KENYA FOR WASTER SUPPLY AND SEWERAGE
DancanNgutuku
 
Server Side Web Development Unit 1 of Nodejs.pptx
sneha852132
 
Zilliz Cloud Demo for performance and scale
Zilliz
 
Basic_Concepts_in_Clinical_Biochemistry_2018كيمياء_عملي.pdf
AdelLoin
 
GitOps_Without_K8s_Training_detailed git repository
DanialHabibi2
 
artificial intelligence applications in Geomatics
NawrasShatnawi1
 
Pressure Measurement training for engineers and Technicians
AIESOLUTIONS
 
MAD Unit - 1 Introduction of Android IT Department
JappanMavani
 
PPT2_Metal formingMECHANICALENGINEEIRNG .ppt
Praveen Kumar
 
CS-802 (A) BDH Lab manual IPS Academy Indore
thegodhimself05
 
Green Building & Energy Conservation ppt
Sagar Sarangi
 
Heart Bleed Bug - A case study (Course: Cryptography and Network Security)
Adri Jovin
 
Biomechanics of Gait: Engineering Solutions for Rehabilitation (www.kiu.ac.ug)
publication11
 
Element 11. ELECTRICITY safety and hazards
merrandomohandas
 
Thermal runway and thermal stability.pptx
godow93766
 
Lecture 1 Shell and Tube Heat exchanger-1.pptx
mailforillegalwork
 
Arduino Based Gas Leakage Detector Project
CircuitDigest
 

A survey on coding binary visual features extracted from video sequences

  • 1. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395 -0056 Volume: 04 Issue: 01 | Jan -2017 www.irjet.net p-ISSN: 2395-0072 © 2017, IRJET | Impact Factor value: 5.181 | ISO 9001:2008 Certified Journal | Page 1520 A SURVEY ON CODING BINARY VISUAL FEATURES EXTRACTED FROM VIDEO SEQUENCES Sreejaya1, Anu Vijayan2 , Athira Krishnan3 , Dhanya Sreedharan4 1 B.Tech Student, Department Of Computer Science and Engineering, Sree Buddha College Of Engineering, Alappuzha, Kerala, India 2 B.Tech Student, Department Of Computer Science and Engineering, Sree Buddha College Of Engineering, Alappuzha, Kerala, India 3 B.Tech Student, Department Of Computer Science and Engineering, Sree Buddha College Of Engineering, Alappuzha, Kerala, India 4Assistant Professor, Department Of Computer Science and Engineering, Sree Buddha College Of Engineering, Alappuzha, Kerala, India ---------------------------------------------------------------------***--------------------------------------------------------------------- Abstract - In pattern recognition and in image processing, feature extraction starts from an initial set of measured data and builds derived values intended to be informative and non-redundant, facilitating the subsequent learning and generalization steps, and in some cases leading to better human interpretations.When the input data to an algorithm is too large to be processed and it is suspected to be redundant then it can be transformed into a reduced set of features . Visual descriptors are descriptions of the visual features of the contents in images, videos, or algorithms or applications that produce such descriptions. KeyWords: Pattern recognition ,Visual features, Image processing, Feature extraction,Visual descriptors. 1.INTRODUCTION Feature extraction is a type of dimensionality reduction that efficiently represents interesting parts of an image as a compact feature vector. This approach is useful when image sizes are large and a reduced feature representation is required toquickly complete tasks such as image matching and retrieval.Descriptors are the first step to find out the connection between pixels contained in a digital image and what humans recall after having observed an image or a group of images after some minutes.Binary local features represent an alternative to real-valued descriptors.A compact representation based on global features is preferred when dealing with large collections. The visual content is acquired at a node, compressed and then sent to a central unit for further processing according to the compress-then- analyze (CTA) paradigm in the case of traditional approach.. In the traditionally adopted compress- then-analyze (CTA) paradigm, images acquired from camera nodes are JPEG compressed and sent to a central controller for further analysis.In the case of analyze-then-compress (ATC) approach camera nodes perform visual features extraction.It then transmit a compressed version of the extracted features and the relative keypoints information to a central controller. At the central controller, the received features are matched against a database of labeled features, so that object recognition or image retrieval can be performed .
  • 2. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395 -0056 Volume: 04 Issue: 01 | Jan -2017 www.irjet.net p-ISSN: 2395-0072 © 2017, IRJET | Impact Factor value: 5.181 | ISO 9001:2008 Certified Journal | Page 1521 2 LITERATURE SURVEY 2.1 Coding Binary Local Features Extracted From Video Sequences Local features refer to a pattern or distinct structure found in an image, such as a point, edge, or small image patch. They are usually associated with an image patch that differs from its immediate surroundings by texture, color, or intensity. Feature extraction involves computing a descriptor, which is typically done on regions centered around detected features. Descriptors rely on image processing to transform a local pixel neighborhood into a compact vector representation. This new representation permits comparison between neighborhoods regardless of changes in scale or orientation. Descriptors, such as SIFT or SURF, rely on local gradient computations. Binary descriptors, such as BRISK or FREAK, rely on pairs of local intensity differences, which are then encoded into a binary vector. 2.2 Compress-Then-Analyze VS. Analyze- Then- Compress In the case of compress-then-analyze (CTA) paradigm, images acquired from camera nodes are JPEG compressed and sent to a central controller for further analysis.In the case of analyze-then-compress (ATC) approach camera nodes perform visual features extraction.It then transmit a compressed version of the extracted features and the relative keypoints information to a central controller. At the central controller, the received features are matched against a database of labeled features, so that object recognition or image retrieval can be performed . 2.3 Evaluation Of Low – Complexity Visual Feature Detectors And Descriptors Feature detection selects regions of an image that have unique content, such as corners or blobs. Use feature detection to find points of interest that you can use for further processing. These points do not necessarily correspond to physical structures, such as the corners of a table. The key to feature detection is to find features that remain locally invariant so that you can detect them even in the presence of rotation or scale change.Binary descriptors can achieve a performance similar to that of non binarydescriptors,with much lower complexity.Evaluation is done for an image retrieval task as well as standalone.a good score in the standalone evaluation did not always lead to high accuracy in the image retrieval task. 2.4 Rate -Accuracy Optimization Of Binary Descriptors Scale-invariant feature transform (SIFT) is an algorithm to detect and describe local features in images. SIFT can robustly identify objects even among clutter and under partial occlusion, because the SIFT feature descriptor is invariant to uniform scaling, orientation, and partially invariant to affine distortion and illumination changes.The descriptor is represented by means of a binary string, in which each bit is the result of the pair-wise comparison of smoothed pixel values properly selected in a patch around each keypoint.
  • 3. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395 -0056 Volume: 04 Issue: 01 | Jan -2017 www.irjet.net p-ISSN: 2395-0072 © 2017, IRJET | Impact Factor value: 5.181 | ISO 9001:2008 Certified Journal | Page 1522 3 CONCLUSION This paper deals with various coding schemes tailored to both local and global binary features,which aims at exploiting both spatial and temporal redundancy by means of intra- and inter- frame coding.Binary local features represent an alternative to real-valued descriptors.The efficiency was evaluated by means of rate-efficiency curves with respect to traditional visual analysis tasks. This survey is basically done to study about various coding schemes for extracting local and global binary visual features from video sequences. ACKNOWLEGEMENT We are deeply thankful to our guide Ms Dhanya Sreedharan, Assistant professor of Computer Science and Engineering, for guiding us through the difficult phases of our work and inspiring us during each stage of our work. We express sincere thanks to all other faculty members for encouraging us in each stage. REFERENCES [1] Coding binary local features extracted from video sequences - L. Baroffio, J. Ascenso, M. Cesana, A. Redondi, and M. Tagliasacchi [2] Compress - then - analyze vs. analyse - then - compress: Two paradigms for image analysis in visual sensor networks - A. Redondi, L. Baroffio, M. Cesana, and M. Tagliasacchi [3] Evaluation of low - complexity visual feature detectors and Descriptors - A. Canclini, M. Cesana, A. Redondi, M. Tagliasacchi, J. Ascenso, and R. Cilla [4] Rate-accuracy optimization of binary descriptors - A. Redondi, L. Baroffio, J. Ascenso, M. Cesano, and M. Tagliasacchi [5] Video Google: A text retrieval approach to object matching in videos - J. Sivic and A. Zisserman [6] Distinctive image features from scale-invariant keypoints - D. G. Lowe [7] Aggregating local descriptors into a compact image representation - H. Jegou, M. Douze, C. Schmid, and P. Perez [8] Binary local descriptors based on robust hashing - L. Baroffio, M. Cesana, A. Redondi, and M. Tagliasacchi [9] BRIEF: Binary robust independent elementary features - M. Calonder, V. Lepetit, C. Strecha, and P. Fua [10] BRISK: Binary robust invariant scalable keypoints - S. Leutenegger, M. Chli, and R. Y. Siegwart