SlideShare a Scribd company logo
1 of 4
Download to read offline
Asian Journal of Applied Science and Technology (AJAST)
Volume 1, Issue 1, Pages 195-198, February 2017
© 2017 AJAST All rights reserved. www.ajast.net
Page | 195
Distortion Correction Scheme for Multiresolution Camera Images
M.Mohankumar1
, T.Thamaraimanalan2
and N.Sanjeev3
1
Assistant Professor, Department of Electronics and Communication Engineering, Sri Eshwar College of Engineering, Coimbatore, India.
2
Assistant Professor, Department of Electronics and Communication Engineering, Sri Eshwar College of Engineering, Coimbatore, India.
3
Senior Technical Analyst, Caliber Embedded Technologies, Coimbatore, India. Email: sanjeev.n@caliber.net
Article Received: 17 February 2017 Article Accepted: 27 February 2017 Article Published: 28 February 2017
1. INTRODUCTION
Nowadays, surveillance camera is commonly used in public
and private places such as government buildings, military
bases, car parks, and banks, and so forth. Surveillance camera
can capture the entire region of interest with cameras as few as
possible if cameras with large field of view are adopted.
Surveillance cameras are video cameras used for the purpose
of observing an area. It is connected to a recording device or
IP network, and may be watched by a guard. Cameras and
recording equipment used to be relatively expensive and
required human personnel to monitor camera footage, but
analysis of footage has been made easier by automated
software that organizes digital video footage into a searchable
database, and by video analysis software. The amount of
footage is also drastically reduced by motion sensors which
only record when motion is detected. With cheaper
production techniques, surveillance cameras are simple and
inexpensive enough to be used in home security systems, and
for everyday surveillance.
The distortion correction circuit may be included in end-user
camera equipment’s, so how to implement it with lower
hardware cost is an important issue. To reduce more
hardware, algebraic transformation is used to replace all the
vector magnitude square by a new variable. It makes the new
combined polynomial becomes a monomial form. Therefore,
Horner’s algorithm [6] is able to efficiently evaluate the
results of back-mapping and polar to Cartesian coordinate
transformation. This approach not only greatly decreases the
calculation complexity of back mapping but also provides a
flexible architecture for different designs by time multiplexed
technique [7], [8]. To reduce more hardware costs and power
consumption, we also implemented a low cost linear
interpolation circuit by algebraic manipulation technique. It
greatly eliminates the number of multipliers from eight to
three. In this paper, a low- cost, low-power, and low memory
requirement distortion correction circuit is designed for
surveillance or wide-angle camera applications.
2. OVERVIEW OF DISTORTION CORRECTION
TECHNIQUE
In this section, least-square estimation method is used for
distortion correction technique. Barrel distortion can be
corrected by two main tasks: 1) back mapping of all pixels in
CIS onto DIS, and 2) calculating the intensity of every pixel in
CIS by linear interpolation [7]. The block diagram of the
distortion correction procedure is shown in Fig1. First the
transformation mapping from rectangular coordinate to polar
coordinate for all pixels is done. Then, a back mapping
procedure is introduced to decrease the computing
complexity and polar to rectangular coordinate steps by
eliminating the angle θ and reducing the square root operation
for ρ. Finally, a basic algebraic manipulation is used to
decrease the arithmetic resource of the linear interpolation.
Fig.1. Block diagram for distortion correction procedure
The first step of the proposed distortion correction technique
is transforming all pixels in the distorted image space (DIS)
onto the corrected image space (CIS) i, e., this step is to
convert rectangular to polar coordinate. The distortion center
is (u’c, v’c) in DIS and the correction center is (uc, vc) in CIS.
In DIS, (u’, v’) is the Cartesian coordinate and (ρ’, θ’) is the
polar coordinate. The distance ρ’ from distortion center (u’c,
v’c) to an image pixel (u’, v’) and the angle θ’ between the
pixel and distortion center are given by
ABSTRACT
An efficient VLSI architecture implementation for barrel distortion correction in surveillance camera images is presented. The distortion correction
model is based on least squares estimation method. To reduce the computing complexity, an odd-order polynomial to approximate the back-mapping
expansion polynomial is used. By algebraic transformation, the approximated polynomial becomes a monomial form which can be solved by
Horner’s algorithm. The proposed VLSI architecture can achieve frequency 218MHz with 1490 logic elements by using 0.18µm technology.
Compared with previous techniques, the circuit reduces the hardware cost and the requirement of memory usage.
Keywords: Barrel distortion correction, Least squares estimation, Surveillance and Horner’s algorithm.
(1)
(2)
Asian Journal of Applied Science and Technology (AJAST)
Volume 1, Issue 1, Pages 195-198, February 2017
© 2017 AJAST All rights reserved. www.ajast.net
Page | 196
The distance ρ from distortion center (uc ,vc) to an image pixel
(u, v) and the angle θ between the pixel and distortion center
are given by,
(4)
The second step is back-mapping process which will map the
pixel (ρ, θ) in CIS to (ρ’, θ’) in DIS. The back mapping
procedure can be defined by a back mapping expansion
polynomial of degree N as,
Where bn is the back mapping coefficient which can be
obtained by the least-squares estimation method.
The third step is to perform the polar to rectangular
coordinate conversion. The location (u’, v’) in DIS can be
calculated as,
The next step is to perform linear interpolation. Here, the
pixel (u’, v’) location need not be an integer location. Its
intensity value can be calculated by linearly interpolating with
the intensity values of the four neighboring pixels (u’, v’)
around in DIS.
2.1 Simplified Back-Mapping Procedure
As mentioned above, the odd order polynomial is
high-approximation to the back mapping expansion
polynomial is used. The back mapping expansion polynomial
can be approximated to odd-order polynomial as,
(8)
Where c0, c1 , c2 , c3 . . . are back-mapping coefficients of the
odd-order back-mapping polynomial.
There are two steps to reduce the computing resources of
back-mapping procedure. The first is eliminating the
calculation of θ. According to (7), the θ and θ’ are the same.
Thus, the cos θ and sin θ can be obtained as,
In below equations mentioned, here no odd power of ρ exists,
so the square-root calculation for ρ can be removed.
Thus, the complex square-root calculation is eliminated
because both u’ and v’ are calculated with ρ2
rather than with
ρ.
3. HORNER’S ALGORITHM
The main purpose of Horner’s algorithm [16] is to efficiently
evaluate the polynomials in monomial form.
Given the polynomial,
p(x) =
+…..+
Where ao, a1,…,an real numbers, then to evaluate the
polynomial at a specific value of x, say xo. A new sequence of
constants is defined as follows,
Then bo is the value of p(xo). Then the polynomial can be
written as,
Thus, by iteratively substituting the bi into the expression,
As described above, an iteration function is used to rewrite the
polynomial. The function pn
which is the nth iteration of p can
be represented as p.pn-1
and it is defined as
pn
= p. pn-1
(3)
(5)
(6)
(7)
(10)
(11)
(12)
(14)
(15)
(16)
(17)
(9)
(13)
Asian Journal of Applied Science and Technology (AJAST)
Volume 1, Issue 1, Pages 195-198, February 2017
© 2017 AJAST All rights reserved. www.ajast.net
Page | 197
To rewrite the polynomial as iteration function, the evaluated
polynomial at the specified value of x = xo can be represented
as,
p (xo ) = ( cn-1+cn.xo .pn-1
(xo)
The polynomial is evaluated to compute p (xo) where xo is a
constant.
The Horner’s algorithm is executed by following the below
steps:
Step 1. Set u = n (where n is the degree of the polynomial)
Step 2. Set Result = Cn.
Step 3. If u = 0 stop. Answer is Result.
Step 4. Compute Result =Result × xo + Cu−1.
Step 5. u = u − 1.
Step 6. Go to step 3.
By Horner’s algorithm, the computing complexity of the
evaluating polynomial can be decreased. The complexity of
back mapping and polar to rectangular coordinate steps can
be reduced in the same way.
4. PROPOSED VLSI ARCHITECTURE
Fig.2. shows the block diagram of proposed architecture. In
this design, when the start signal is enabled, the circuit will
output the intensity value of the first pixel after 21 clock
cycles. Then, it can process one pixel in CIS per clock cycle.
Totally, it would take (1024 x 728 + 21) cycles to process an
image with 1024 x 728 pixels. This design consists of four
main modules: mapping unit, memory bank, linear
interpolation unit and controller. The memory bank is
composed of solid state drives and RAM. The interpolation
unit linearly interpolates the final intensity value. The
controller provides the control signals of each state to other
units and handles the whole correction procedure. The
detailed circuits of mapping and linear interpolation units are
described as follows.
Fig.2. Proposed VLSI Architecture
For each pixel (u, v) in CIS, the mapping unit performs the
operations needed to calculate (u’, v’). Most multipliers and
adders are realized with 24-bit width as adopted in [6].
According to the simulation results obtained from XILINX, it
was found that the propagation delay of a 24-bit multiplier is
quite long. Hence, the 15-bit two-stage pipelined multiplier is
adopted in the design to get better pipeline scheduling. Fig 3.
shows the 15-stage pipelined architecture of the mapping unit.
The linear interpolation unit obtains the intensity values of the
four neighboring pixels around (u’, v’) and calculates the final
intensity value I (u, v). Fig.4. shows the 6-stage pipelined
architecture of the linear interpolation unit which performs
the operations needed to calculate I (u,v).
Fig.3. 15-stage pipelined architecture of mapping unit
Fig.4. 6-stage pipelined architecture of linear interpolation
unit
5. RESULTS AND DISCUSSION
The VLSI architecture of the proposed design was
implemented by using Verilog HDL. Here MATLAB is used
to convert the image file to grey scale image. Table 1 shows
the Simulation Results of two designs using Altera
EP20K600EBC652-1X FPGA the size the design with
TSMC’s 0.18 m cell library. The results show that the design
contains 1490 logic elements. It works with a clock period of
5 ns and operates at a clock rate of 218 MHz.
Table 1. Comparative Analysis
Paper
Logic
Elements
Clock rate Throughput
[13] 1686 200MHz 14Mpixels/s
Proposed 1320 210MHz 21Mpixels/s
(18)
Asian Journal of Applied Science and Technology (AJAST)
Volume 1, Issue 1, Pages 195-198, February 2017
© 2017 AJAST All rights reserved. www.ajast.net
Page | 198
6. CONCLUSION
In this paper, a low-cost, low-power, and low memory
requirement VLSI architecture of distortion correcting circuit
was presented for surveillance images. The computing
complexity of correcting functions is reduced by Horner’s
algorithm and the algebraic manipulation of the linear
interpolation. This provides an efficient and effective
approach to eliminate the distortion. It provides a logic
element of about 1490, clock rate of 218MHz and throughput
of 21Mpixels/s. From this it is proved that this algorithm has
high performance than other existing VLSI correcting
designs.
REFERENCES
[1] Anderson, M. “VCR quality video at 1.5 Mbits/s,”
National Communication Forum, Chicago, Oct. 1990.
[2] “Coding of moving pictures and associated audio”,
Committee Draft of Standard ISO11172: ISO/MPEG 90/176,
Dec. 1990.
[3] ITU-T and ISO/IEC JTC 1, “Generic coding of moving
pictures and associated audio information – Part 2: Video,”
ITU-T Recommendation H.262–ISO/IEC 13818-2
(MPEG-2), Nov. 1994.
[4] I. Haritaoglu, D. Harwood, and L. S. Davis, “W: Real-time
surveillance of people and their activities,” IEEE Trans.
Pattern Anal. Machine Intell., vol. 22, pp. 809– 830, Aug.
2000.
[5] Iain E. G. Richardson. “H.264 and MPEG-4 Video
Compression: Video Coding for Next-generation
Multimedia,” John Wiley & Sons, Ltd., 2003.
[6] H. T. Ngo and V. K. Asari, “A pipelined architecture for
real-time correction of barrel distortion in wide-angle camera
images,” IEEE Trans. Circuits Syst. Video Technol., vol. 15,
no. 3,pp. 436–444, Mar.2005.
[7] P. Y. Chen, C. C. Huang, Y. H. Shiau, and Y. T. Chen, “A
VLSI implementation of barrel distortion correction for
wide-angle camera images,” IEEE Trans. Circuits Syst. II
Express Briefs, vol. 56, no. 1, pp.51–55, Jan. 2009.
[8] Jong Sun Kim, Dong Hae Yeom, and Young Hoon Joo,
“Fast and Robust Algorithm of Tracking Multiple Moving
Objects for Intelligent Video Surveillance Systems”, IEEE
Transactions on Consumer Electronics, Vol. 57, No. 3,
August 2011.
[9] Shih-Chia Huang, “An Advanced Motion Detection
Algorithm with Video Quality Analysis for Video
Surveillance Systems”, IEEE Transactions on Circuits and
Systems for Video Technology, Vol. 21, No. 1, January 2011.
[10] P. G. S. Mythili, S. Vamsee Krishna, “Time Multiplexed
VLSI Architecture for Real-Time Barrel Distortion
Correction in Video-Endoscopic Images”, International
Journal for Scientific Research & Development, Vol. 1, Issue
8, 2013.
[11] S. Yasotha, V. Gopalakrishnan and M. Mohankumar,”
Multi-sink Optimal Repositioning for Energy and Power
Optimization in Wireless Sensor Networks”, Wireless
Personal Communications, Volume 82, Number 3, June (1),
2015.
[12] M.Mohankumar, R.Gowrimanohari, “A Novel Design
Of Current Mode Multiplier/Divider Circuits For Analog
Signal Processing,” in International Journal of Computer
Science and Mobile Computing, Vol. 3, Issue. 10, October
2014, pp.918 – 925.
[13] M.Mohankumar, R.Gowrimanohari, “VLSI Architecture
for Barrel Distortion Correction in Surveillance Camera
Images,” Journal of Electronics and Computer Science, Vol
2, Issue 5, May 2015 Paper 9.
[14] M. Mohankumar, V. Gopalakrishnan and S.Yasotha, “A
Vlsi Approach For Distortion Correction In Surveillance
Camera Images,” ARPN Journal of Engineering and Applied
Sciences, Vol. 10, No. 9, May 2015.
[15] M.Mohankumar, R.Gowrimanohari, “A Novel Design
Of Current Mode Multiplier/Divider Circuits For Analog
Signal Processing,” International Journal of Computer
Science and Mobile Computing, Vol. 3, Issue. 10, October
2014, pp.918 – 925.
[16] M.Mohankumar, R.Gowrimanohari, “VLSI Architecture
for Barrel Distortion Correction in Surveillance Camera
Images,” In Journal of Electronics and Computer Science,
Vol 2, Issue 5, May 2015.
[17] V.Pavithra, M.Mohankumar, “Secure Network Sharing
Nemo based Ad-Hoc,” IJCSMC, Vol 3, Issue.2, February
2014, pp.645-652.
[18] K.Kokulavani, M.Mohankumar, “High Speed and Lower
Hardware Complexity VLSI Architecture for Lifting Based
Discrete Wavelet Transform,” IJCSMC, Vol. 3, Issue. 3,
March 2014, pp.733 – 739.

More Related Content

What's hot

FRACTAL IMAGE COMPRESSION WITH ADAPTIVE QUARDTREE PARTITIONING
FRACTAL IMAGE COMPRESSION WITH ADAPTIVE QUARDTREE PARTITIONINGFRACTAL IMAGE COMPRESSION WITH ADAPTIVE QUARDTREE PARTITIONING
FRACTAL IMAGE COMPRESSION WITH ADAPTIVE QUARDTREE PARTITIONINGcscpconf
 
Seam Carving Approach for Multirate Processing of Digital Images
Seam Carving Approach for Multirate Processing of Digital ImagesSeam Carving Approach for Multirate Processing of Digital Images
Seam Carving Approach for Multirate Processing of Digital ImagesIJLT EMAS
 
Image representation
Image representationImage representation
Image representationRahul Dadwal
 
Parallel implementation of geodesic distance transform with application in su...
Parallel implementation of geodesic distance transform with application in su...Parallel implementation of geodesic distance transform with application in su...
Parallel implementation of geodesic distance transform with application in su...Tuan Q. Pham
 
COM2304: Morphological Image Processing
COM2304: Morphological Image ProcessingCOM2304: Morphological Image Processing
COM2304: Morphological Image ProcessingHemantha Kulathilake
 
COM2304: Intensity Transformation and Spatial Filtering – II Spatial Filterin...
COM2304: Intensity Transformation and Spatial Filtering – II Spatial Filterin...COM2304: Intensity Transformation and Spatial Filtering – II Spatial Filterin...
COM2304: Intensity Transformation and Spatial Filtering – II Spatial Filterin...Hemantha Kulathilake
 
linear feature extraction from topographic maps using energy density and shea...
linear feature extraction from topographic maps using energy density and shea...linear feature extraction from topographic maps using energy density and shea...
linear feature extraction from topographic maps using energy density and shea...Abhiram Subhagan
 
Image Texture Analysis
Image Texture AnalysisImage Texture Analysis
Image Texture Analysislalitxp
 
Iaetsd a modified image fusion approach using guided filter
Iaetsd a modified image fusion approach using guided filterIaetsd a modified image fusion approach using guided filter
Iaetsd a modified image fusion approach using guided filterIaetsd Iaetsd
 
Linear Feature Separation From Topographic Maps Using Energy Density and The ...
Linear Feature Separation From Topographic Maps Using Energy Density and The ...Linear Feature Separation From Topographic Maps Using Energy Density and The ...
Linear Feature Separation From Topographic Maps Using Energy Density and The ...Rojith Thomas
 
Iaetsd an enhanced circular detection technique rpsw using circular hough t...
Iaetsd an enhanced circular detection technique   rpsw using circular hough t...Iaetsd an enhanced circular detection technique   rpsw using circular hough t...
Iaetsd an enhanced circular detection technique rpsw using circular hough t...Iaetsd Iaetsd
 
Design and Implementation of VLSI Architecture for Image Scaling Processor
Design and Implementation of VLSI Architecture for Image  Scaling ProcessorDesign and Implementation of VLSI Architecture for Image  Scaling Processor
Design and Implementation of VLSI Architecture for Image Scaling ProcessorIJMER
 
Image Restoration UsingNonlocally Centralized Sparse Representation and histo...
Image Restoration UsingNonlocally Centralized Sparse Representation and histo...Image Restoration UsingNonlocally Centralized Sparse Representation and histo...
Image Restoration UsingNonlocally Centralized Sparse Representation and histo...IJERA Editor
 
Chapter 3 image enhancement (spatial domain)
Chapter 3 image enhancement (spatial domain)Chapter 3 image enhancement (spatial domain)
Chapter 3 image enhancement (spatial domain)asodariyabhavesh
 
Data hiding using image interpolation
Data hiding using image interpolationData hiding using image interpolation
Data hiding using image interpolationVikrant Arya
 
Digital Image Compression using Hybrid Transform with Kekre Transform and Oth...
Digital Image Compression using Hybrid Transform with Kekre Transform and Oth...Digital Image Compression using Hybrid Transform with Kekre Transform and Oth...
Digital Image Compression using Hybrid Transform with Kekre Transform and Oth...IOSR Journals
 

What's hot (20)

FRACTAL IMAGE COMPRESSION WITH ADAPTIVE QUARDTREE PARTITIONING
FRACTAL IMAGE COMPRESSION WITH ADAPTIVE QUARDTREE PARTITIONINGFRACTAL IMAGE COMPRESSION WITH ADAPTIVE QUARDTREE PARTITIONING
FRACTAL IMAGE COMPRESSION WITH ADAPTIVE QUARDTREE PARTITIONING
 
Seam Carving Approach for Multirate Processing of Digital Images
Seam Carving Approach for Multirate Processing of Digital ImagesSeam Carving Approach for Multirate Processing of Digital Images
Seam Carving Approach for Multirate Processing of Digital Images
 
Image representation
Image representationImage representation
Image representation
 
Parallel implementation of geodesic distance transform with application in su...
Parallel implementation of geodesic distance transform with application in su...Parallel implementation of geodesic distance transform with application in su...
Parallel implementation of geodesic distance transform with application in su...
 
COM2304: Morphological Image Processing
COM2304: Morphological Image ProcessingCOM2304: Morphological Image Processing
COM2304: Morphological Image Processing
 
COM2304: Intensity Transformation and Spatial Filtering – II Spatial Filterin...
COM2304: Intensity Transformation and Spatial Filtering – II Spatial Filterin...COM2304: Intensity Transformation and Spatial Filtering – II Spatial Filterin...
COM2304: Intensity Transformation and Spatial Filtering – II Spatial Filterin...
 
Computer Graphics
Computer GraphicsComputer Graphics
Computer Graphics
 
linear feature extraction from topographic maps using energy density and shea...
linear feature extraction from topographic maps using energy density and shea...linear feature extraction from topographic maps using energy density and shea...
linear feature extraction from topographic maps using energy density and shea...
 
DICTA 2017 poster
DICTA 2017 posterDICTA 2017 poster
DICTA 2017 poster
 
Image Texture Analysis
Image Texture AnalysisImage Texture Analysis
Image Texture Analysis
 
Iaetsd a modified image fusion approach using guided filter
Iaetsd a modified image fusion approach using guided filterIaetsd a modified image fusion approach using guided filter
Iaetsd a modified image fusion approach using guided filter
 
44 paper
44 paper44 paper
44 paper
 
Linear Feature Separation From Topographic Maps Using Energy Density and The ...
Linear Feature Separation From Topographic Maps Using Energy Density and The ...Linear Feature Separation From Topographic Maps Using Energy Density and The ...
Linear Feature Separation From Topographic Maps Using Energy Density and The ...
 
Iaetsd an enhanced circular detection technique rpsw using circular hough t...
Iaetsd an enhanced circular detection technique   rpsw using circular hough t...Iaetsd an enhanced circular detection technique   rpsw using circular hough t...
Iaetsd an enhanced circular detection technique rpsw using circular hough t...
 
Design and Implementation of VLSI Architecture for Image Scaling Processor
Design and Implementation of VLSI Architecture for Image  Scaling ProcessorDesign and Implementation of VLSI Architecture for Image  Scaling Processor
Design and Implementation of VLSI Architecture for Image Scaling Processor
 
regions
regionsregions
regions
 
Image Restoration UsingNonlocally Centralized Sparse Representation and histo...
Image Restoration UsingNonlocally Centralized Sparse Representation and histo...Image Restoration UsingNonlocally Centralized Sparse Representation and histo...
Image Restoration UsingNonlocally Centralized Sparse Representation and histo...
 
Chapter 3 image enhancement (spatial domain)
Chapter 3 image enhancement (spatial domain)Chapter 3 image enhancement (spatial domain)
Chapter 3 image enhancement (spatial domain)
 
Data hiding using image interpolation
Data hiding using image interpolationData hiding using image interpolation
Data hiding using image interpolation
 
Digital Image Compression using Hybrid Transform with Kekre Transform and Oth...
Digital Image Compression using Hybrid Transform with Kekre Transform and Oth...Digital Image Compression using Hybrid Transform with Kekre Transform and Oth...
Digital Image Compression using Hybrid Transform with Kekre Transform and Oth...
 

Viewers also liked

Recent Trends of ICT Services and the Present Scenario of Some Selected Engin...
Recent Trends of ICT Services and the Present Scenario of Some Selected Engin...Recent Trends of ICT Services and the Present Scenario of Some Selected Engin...
Recent Trends of ICT Services and the Present Scenario of Some Selected Engin...Associate Professor in VSB Coimbatore
 
Quantitative HPTLC analysis of Diosgenin from methanol extract of Moringa ole...
Quantitative HPTLC analysis of Diosgenin from methanol extract of Moringa ole...Quantitative HPTLC analysis of Diosgenin from methanol extract of Moringa ole...
Quantitative HPTLC analysis of Diosgenin from methanol extract of Moringa ole...Associate Professor in VSB Coimbatore
 
Conheça me (1)Breno Alves
Conheça me (1)Breno AlvesConheça me (1)Breno Alves
Conheça me (1)Breno AlvesBreno Alves
 
New Product Development Process
New Product Development ProcessNew Product Development Process
New Product Development ProcessAnvesh Sharma
 
Documentación normas iso 14000 vicente
Documentación normas iso 14000 vicenteDocumentación normas iso 14000 vicente
Documentación normas iso 14000 vicenteVicente Villarroel
 
Improved Power Gating Techniques for Reduction of Noise and Leakage Power in ...
Improved Power Gating Techniques for Reduction of Noise and Leakage Power in ...Improved Power Gating Techniques for Reduction of Noise and Leakage Power in ...
Improved Power Gating Techniques for Reduction of Noise and Leakage Power in ...Associate Professor in VSB Coimbatore
 
A Study of Immigration and Diasporic Sensibilities in the Novel of Jumpha Lah...
A Study of Immigration and Diasporic Sensibilities in the Novel of Jumpha Lah...A Study of Immigration and Diasporic Sensibilities in the Novel of Jumpha Lah...
A Study of Immigration and Diasporic Sensibilities in the Novel of Jumpha Lah...Associate Professor in VSB Coimbatore
 
Astashine Silver Capsules: An Excellent Choice to Maintain Healthy Skin
Astashine Silver Capsules: An Excellent Choice to Maintain Healthy SkinAstashine Silver Capsules: An Excellent Choice to Maintain Healthy Skin
Astashine Silver Capsules: An Excellent Choice to Maintain Healthy SkinAssociate Professor in VSB Coimbatore
 
Reduced Complexity Maximum Likelihood Decoding Algorithm for LDPC Code Correc...
Reduced Complexity Maximum Likelihood Decoding Algorithm for LDPC Code Correc...Reduced Complexity Maximum Likelihood Decoding Algorithm for LDPC Code Correc...
Reduced Complexity Maximum Likelihood Decoding Algorithm for LDPC Code Correc...Associate Professor in VSB Coimbatore
 
Design of Digital Circuits for ECG Data Acquisition System Using 90nm CMOS Te...
Design of Digital Circuits for ECG Data Acquisition System Using 90nm CMOS Te...Design of Digital Circuits for ECG Data Acquisition System Using 90nm CMOS Te...
Design of Digital Circuits for ECG Data Acquisition System Using 90nm CMOS Te...Associate Professor in VSB Coimbatore
 

Viewers also liked (20)

Recent Trends of ICT Services and the Present Scenario of Some Selected Engin...
Recent Trends of ICT Services and the Present Scenario of Some Selected Engin...Recent Trends of ICT Services and the Present Scenario of Some Selected Engin...
Recent Trends of ICT Services and the Present Scenario of Some Selected Engin...
 
Macbeth’s Mental Deterioration
Macbeth’s Mental DeteriorationMacbeth’s Mental Deterioration
Macbeth’s Mental Deterioration
 
Quantitative HPTLC analysis of Diosgenin from methanol extract of Moringa ole...
Quantitative HPTLC analysis of Diosgenin from methanol extract of Moringa ole...Quantitative HPTLC analysis of Diosgenin from methanol extract of Moringa ole...
Quantitative HPTLC analysis of Diosgenin from methanol extract of Moringa ole...
 
Conheça me (1)Breno Alves
Conheça me (1)Breno AlvesConheça me (1)Breno Alves
Conheça me (1)Breno Alves
 
New Product Development Process
New Product Development ProcessNew Product Development Process
New Product Development Process
 
Documentación normas iso 14000 vicente
Documentación normas iso 14000 vicenteDocumentación normas iso 14000 vicente
Documentación normas iso 14000 vicente
 
Capacidad energetica de las paulownias
Capacidad energetica de las paulowniasCapacidad energetica de las paulownias
Capacidad energetica de las paulownias
 
Design of Multiplier using Low Power CMOS Technology
Design of Multiplier using Low Power CMOS TechnologyDesign of Multiplier using Low Power CMOS Technology
Design of Multiplier using Low Power CMOS Technology
 
morelia
moreliamorelia
morelia
 
Memoria descriptiva walter
Memoria descriptiva walterMemoria descriptiva walter
Memoria descriptiva walter
 
Implementation and Development of Initiate Data Controlling System
Implementation and Development of Initiate Data Controlling SystemImplementation and Development of Initiate Data Controlling System
Implementation and Development of Initiate Data Controlling System
 
Improved Power Gating Techniques for Reduction of Noise and Leakage Power in ...
Improved Power Gating Techniques for Reduction of Noise and Leakage Power in ...Improved Power Gating Techniques for Reduction of Noise and Leakage Power in ...
Improved Power Gating Techniques for Reduction of Noise and Leakage Power in ...
 
Animal De Capabilite and Well Being Intensive Care System
Animal De Capabilite and Well Being Intensive Care SystemAnimal De Capabilite and Well Being Intensive Care System
Animal De Capabilite and Well Being Intensive Care System
 
A Study of Immigration and Diasporic Sensibilities in the Novel of Jumpha Lah...
A Study of Immigration and Diasporic Sensibilities in the Novel of Jumpha Lah...A Study of Immigration and Diasporic Sensibilities in the Novel of Jumpha Lah...
A Study of Immigration and Diasporic Sensibilities in the Novel of Jumpha Lah...
 
Performance Analysis of Dual Gate MOSFET in Adder
Performance Analysis of Dual Gate MOSFET in AdderPerformance Analysis of Dual Gate MOSFET in Adder
Performance Analysis of Dual Gate MOSFET in Adder
 
Mobile Application to Detect Approach of Crisis Vehicle
Mobile Application to Detect Approach of Crisis VehicleMobile Application to Detect Approach of Crisis Vehicle
Mobile Application to Detect Approach of Crisis Vehicle
 
Astashine Silver Capsules: An Excellent Choice to Maintain Healthy Skin
Astashine Silver Capsules: An Excellent Choice to Maintain Healthy SkinAstashine Silver Capsules: An Excellent Choice to Maintain Healthy Skin
Astashine Silver Capsules: An Excellent Choice to Maintain Healthy Skin
 
Reduced Complexity Maximum Likelihood Decoding Algorithm for LDPC Code Correc...
Reduced Complexity Maximum Likelihood Decoding Algorithm for LDPC Code Correc...Reduced Complexity Maximum Likelihood Decoding Algorithm for LDPC Code Correc...
Reduced Complexity Maximum Likelihood Decoding Algorithm for LDPC Code Correc...
 
Design of Digital Circuits for ECG Data Acquisition System Using 90nm CMOS Te...
Design of Digital Circuits for ECG Data Acquisition System Using 90nm CMOS Te...Design of Digital Circuits for ECG Data Acquisition System Using 90nm CMOS Te...
Design of Digital Circuits for ECG Data Acquisition System Using 90nm CMOS Te...
 
Smart Newspaper Vending Machine
Smart Newspaper Vending MachineSmart Newspaper Vending Machine
Smart Newspaper Vending Machine
 

Similar to Distortion Correction Scheme for Multiresolution Camera Images

Time Multiplexed VLSI Architecture for Real-Time Barrel Distortion Correction...
Time Multiplexed VLSI Architecture for Real-Time Barrel Distortion Correction...Time Multiplexed VLSI Architecture for Real-Time Barrel Distortion Correction...
Time Multiplexed VLSI Architecture for Real-Time Barrel Distortion Correction...ijsrd.com
 
A Novel Undistorted Image Fusion and DWT Based Compression Model with FPGA Im...
A Novel Undistorted Image Fusion and DWT Based Compression Model with FPGA Im...A Novel Undistorted Image Fusion and DWT Based Compression Model with FPGA Im...
A Novel Undistorted Image Fusion and DWT Based Compression Model with FPGA Im...Associate Professor in VSB Coimbatore
 
Road Segmentation from satellites images
Road Segmentation from satellites imagesRoad Segmentation from satellites images
Road Segmentation from satellites imagesYoussefKitane
 
Spectral approach to image projection with cubic
Spectral approach to image projection with cubicSpectral approach to image projection with cubic
Spectral approach to image projection with cubiciaemedu
 
Spectral approach to image projection with cubic b spline interpolation
Spectral approach to image projection with cubic b spline interpolationSpectral approach to image projection with cubic b spline interpolation
Spectral approach to image projection with cubic b spline interpolationiaemedu
 
Survey paper on image compression techniques
Survey paper on image compression techniquesSurvey paper on image compression techniques
Survey paper on image compression techniquesIRJET Journal
 
Bivariatealgebraic integerencoded arai algorithm for
Bivariatealgebraic integerencoded arai algorithm forBivariatealgebraic integerencoded arai algorithm for
Bivariatealgebraic integerencoded arai algorithm foreSAT Publishing House
 
Adaptive lifting based image compression scheme using interactive artificial ...
Adaptive lifting based image compression scheme using interactive artificial ...Adaptive lifting based image compression scheme using interactive artificial ...
Adaptive lifting based image compression scheme using interactive artificial ...csandit
 
Detection of Seam Carving in Uncompressed Images using eXtreme Gradient Boosting
Detection of Seam Carving in Uncompressed Images using eXtreme Gradient BoostingDetection of Seam Carving in Uncompressed Images using eXtreme Gradient Boosting
Detection of Seam Carving in Uncompressed Images using eXtreme Gradient BoostingIJCSIS Research Publications
 
Effect of grid adaptive interpolation over depth images
Effect of grid adaptive interpolation over depth imagesEffect of grid adaptive interpolation over depth images
Effect of grid adaptive interpolation over depth imagescsandit
 
RC2-filterDesign_s
RC2-filterDesign_sRC2-filterDesign_s
RC2-filterDesign_shenry kang
 
Non standard size image compression with reversible embedded wavelets
Non standard size image compression with reversible embedded waveletsNon standard size image compression with reversible embedded wavelets
Non standard size image compression with reversible embedded waveletseSAT Publishing House
 
Non standard size image compression with reversible embedded wavelets
Non standard size image compression with reversible embedded waveletsNon standard size image compression with reversible embedded wavelets
Non standard size image compression with reversible embedded waveletseSAT Journals
 
EXTENDED WAVELET TRANSFORM BASED IMAGE INPAINTING ALGORITHM FOR NATURAL SCENE...
EXTENDED WAVELET TRANSFORM BASED IMAGE INPAINTING ALGORITHM FOR NATURAL SCENE...EXTENDED WAVELET TRANSFORM BASED IMAGE INPAINTING ALGORITHM FOR NATURAL SCENE...
EXTENDED WAVELET TRANSFORM BASED IMAGE INPAINTING ALGORITHM FOR NATURAL SCENE...cscpconf
 

Similar to Distortion Correction Scheme for Multiresolution Camera Images (20)

Time Multiplexed VLSI Architecture for Real-Time Barrel Distortion Correction...
Time Multiplexed VLSI Architecture for Real-Time Barrel Distortion Correction...Time Multiplexed VLSI Architecture for Real-Time Barrel Distortion Correction...
Time Multiplexed VLSI Architecture for Real-Time Barrel Distortion Correction...
 
A Novel Undistorted Image Fusion and DWT Based Compression Model with FPGA Im...
A Novel Undistorted Image Fusion and DWT Based Compression Model with FPGA Im...A Novel Undistorted Image Fusion and DWT Based Compression Model with FPGA Im...
A Novel Undistorted Image Fusion and DWT Based Compression Model with FPGA Im...
 
Road Segmentation from satellites images
Road Segmentation from satellites imagesRoad Segmentation from satellites images
Road Segmentation from satellites images
 
B070306010
B070306010B070306010
B070306010
 
Spectral approach to image projection with cubic
Spectral approach to image projection with cubicSpectral approach to image projection with cubic
Spectral approach to image projection with cubic
 
Spectral approach to image projection with cubic b spline interpolation
Spectral approach to image projection with cubic b spline interpolationSpectral approach to image projection with cubic b spline interpolation
Spectral approach to image projection with cubic b spline interpolation
 
paper
paperpaper
paper
 
Survey paper on image compression techniques
Survey paper on image compression techniquesSurvey paper on image compression techniques
Survey paper on image compression techniques
 
40120130406008
4012013040600840120130406008
40120130406008
 
Bivariatealgebraic integerencoded arai algorithm for
Bivariatealgebraic integerencoded arai algorithm forBivariatealgebraic integerencoded arai algorithm for
Bivariatealgebraic integerencoded arai algorithm for
 
Adaptive lifting based image compression scheme using interactive artificial ...
Adaptive lifting based image compression scheme using interactive artificial ...Adaptive lifting based image compression scheme using interactive artificial ...
Adaptive lifting based image compression scheme using interactive artificial ...
 
Detection of Seam Carving in Uncompressed Images using eXtreme Gradient Boosting
Detection of Seam Carving in Uncompressed Images using eXtreme Gradient BoostingDetection of Seam Carving in Uncompressed Images using eXtreme Gradient Boosting
Detection of Seam Carving in Uncompressed Images using eXtreme Gradient Boosting
 
www.ijerd.com
www.ijerd.comwww.ijerd.com
www.ijerd.com
 
C1802050815
C1802050815C1802050815
C1802050815
 
Effect of grid adaptive interpolation over depth images
Effect of grid adaptive interpolation over depth imagesEffect of grid adaptive interpolation over depth images
Effect of grid adaptive interpolation over depth images
 
RC2-filterDesign_s
RC2-filterDesign_sRC2-filterDesign_s
RC2-filterDesign_s
 
Non standard size image compression with reversible embedded wavelets
Non standard size image compression with reversible embedded waveletsNon standard size image compression with reversible embedded wavelets
Non standard size image compression with reversible embedded wavelets
 
Non standard size image compression with reversible embedded wavelets
Non standard size image compression with reversible embedded waveletsNon standard size image compression with reversible embedded wavelets
Non standard size image compression with reversible embedded wavelets
 
EXTENDED WAVELET TRANSFORM BASED IMAGE INPAINTING ALGORITHM FOR NATURAL SCENE...
EXTENDED WAVELET TRANSFORM BASED IMAGE INPAINTING ALGORITHM FOR NATURAL SCENE...EXTENDED WAVELET TRANSFORM BASED IMAGE INPAINTING ALGORITHM FOR NATURAL SCENE...
EXTENDED WAVELET TRANSFORM BASED IMAGE INPAINTING ALGORITHM FOR NATURAL SCENE...
 
www.ijerd.com
www.ijerd.comwww.ijerd.com
www.ijerd.com
 

More from Associate Professor in VSB Coimbatore

Usmonkhoja Polatkhoja’s Son and His Role in National Liberation Movements of ...
Usmonkhoja Polatkhoja’s Son and His Role in National Liberation Movements of ...Usmonkhoja Polatkhoja’s Son and His Role in National Liberation Movements of ...
Usmonkhoja Polatkhoja’s Son and His Role in National Liberation Movements of ...Associate Professor in VSB Coimbatore
 
Flood Vulnerability Mapping using Geospatial Techniques: Case Study of Lagos ...
Flood Vulnerability Mapping using Geospatial Techniques: Case Study of Lagos ...Flood Vulnerability Mapping using Geospatial Techniques: Case Study of Lagos ...
Flood Vulnerability Mapping using Geospatial Techniques: Case Study of Lagos ...Associate Professor in VSB Coimbatore
 
Improvement in Taif Roses’ Perfume Manufacturing Process by Using Work Study ...
Improvement in Taif Roses’ Perfume Manufacturing Process by Using Work Study ...Improvement in Taif Roses’ Perfume Manufacturing Process by Using Work Study ...
Improvement in Taif Roses’ Perfume Manufacturing Process by Using Work Study ...Associate Professor in VSB Coimbatore
 
A Systematic Review on Various Factors Influencing Employee Retention
A Systematic Review on Various Factors Influencing Employee RetentionA Systematic Review on Various Factors Influencing Employee Retention
A Systematic Review on Various Factors Influencing Employee RetentionAssociate Professor in VSB Coimbatore
 
Methodologies for Resolving Data Security and Privacy Protection Issues in Cl...
Methodologies for Resolving Data Security and Privacy Protection Issues in Cl...Methodologies for Resolving Data Security and Privacy Protection Issues in Cl...
Methodologies for Resolving Data Security and Privacy Protection Issues in Cl...Associate Professor in VSB Coimbatore
 
Determine the Importance Level of Criteria in Creating Cultural Resources’ At...
Determine the Importance Level of Criteria in Creating Cultural Resources’ At...Determine the Importance Level of Criteria in Creating Cultural Resources’ At...
Determine the Importance Level of Criteria in Creating Cultural Resources’ At...Associate Professor in VSB Coimbatore
 
New One-Pot Synthetic Route and Spectroscopic Characterization of Hydroxo-Bri...
New One-Pot Synthetic Route and Spectroscopic Characterization of Hydroxo-Bri...New One-Pot Synthetic Route and Spectroscopic Characterization of Hydroxo-Bri...
New One-Pot Synthetic Route and Spectroscopic Characterization of Hydroxo-Bri...Associate Professor in VSB Coimbatore
 
A Review on the Distribution, Nutritional Status and Biological Activity of V...
A Review on the Distribution, Nutritional Status and Biological Activity of V...A Review on the Distribution, Nutritional Status and Biological Activity of V...
A Review on the Distribution, Nutritional Status and Biological Activity of V...Associate Professor in VSB Coimbatore
 
Psoralen Promotes Myogenic Differentiation of Muscle Cells to Repair Fracture
Psoralen Promotes Myogenic Differentiation of Muscle Cells to Repair Fracture Psoralen Promotes Myogenic Differentiation of Muscle Cells to Repair Fracture
Psoralen Promotes Myogenic Differentiation of Muscle Cells to Repair Fracture Associate Professor in VSB Coimbatore
 
Saliva: An Economic and Reliable Alternative for the Detection of SARS-CoV-2 ...
Saliva: An Economic and Reliable Alternative for the Detection of SARS-CoV-2 ...Saliva: An Economic and Reliable Alternative for the Detection of SARS-CoV-2 ...
Saliva: An Economic and Reliable Alternative for the Detection of SARS-CoV-2 ...Associate Professor in VSB Coimbatore
 
Biocompatible Molybdenum Complexes Based on Terephthalic Acid and Derived fro...
Biocompatible Molybdenum Complexes Based on Terephthalic Acid and Derived fro...Biocompatible Molybdenum Complexes Based on Terephthalic Acid and Derived fro...
Biocompatible Molybdenum Complexes Based on Terephthalic Acid and Derived fro...Associate Professor in VSB Coimbatore
 
Influence of Low Intensity Aerobic Exercise Training on the Vo2 Max in 11 to ...
Influence of Low Intensity Aerobic Exercise Training on the Vo2 Max in 11 to ...Influence of Low Intensity Aerobic Exercise Training on the Vo2 Max in 11 to ...
Influence of Low Intensity Aerobic Exercise Training on the Vo2 Max in 11 to ...Associate Professor in VSB Coimbatore
 
Effects of Planting Ratio and Planting Distance on Kadaria 1 Hybrid Rice Seed...
Effects of Planting Ratio and Planting Distance on Kadaria 1 Hybrid Rice Seed...Effects of Planting Ratio and Planting Distance on Kadaria 1 Hybrid Rice Seed...
Effects of Planting Ratio and Planting Distance on Kadaria 1 Hybrid Rice Seed...Associate Professor in VSB Coimbatore
 
Study of the Cassava Production System in the Department of Tivaouane, Senegal
Study of the Cassava Production System in the Department of Tivaouane, Senegal  Study of the Cassava Production System in the Department of Tivaouane, Senegal
Study of the Cassava Production System in the Department of Tivaouane, Senegal Associate Professor in VSB Coimbatore
 
Study of the Cassava Production System in the Department of Tivaouane, Senegal
Study of the Cassava Production System in the Department of Tivaouane, Senegal  Study of the Cassava Production System in the Department of Tivaouane, Senegal
Study of the Cassava Production System in the Department of Tivaouane, Senegal Associate Professor in VSB Coimbatore
 
Burnout of Nurses in Nursing Homes: To What Extent Age, Education, Length of ...
Burnout of Nurses in Nursing Homes: To What Extent Age, Education, Length of ...Burnout of Nurses in Nursing Homes: To What Extent Age, Education, Length of ...
Burnout of Nurses in Nursing Homes: To What Extent Age, Education, Length of ...Associate Professor in VSB Coimbatore
 

More from Associate Professor in VSB Coimbatore (20)

Usmonkhoja Polatkhoja’s Son and His Role in National Liberation Movements of ...
Usmonkhoja Polatkhoja’s Son and His Role in National Liberation Movements of ...Usmonkhoja Polatkhoja’s Son and His Role in National Liberation Movements of ...
Usmonkhoja Polatkhoja’s Son and His Role in National Liberation Movements of ...
 
Flood Vulnerability Mapping using Geospatial Techniques: Case Study of Lagos ...
Flood Vulnerability Mapping using Geospatial Techniques: Case Study of Lagos ...Flood Vulnerability Mapping using Geospatial Techniques: Case Study of Lagos ...
Flood Vulnerability Mapping using Geospatial Techniques: Case Study of Lagos ...
 
Improvement in Taif Roses’ Perfume Manufacturing Process by Using Work Study ...
Improvement in Taif Roses’ Perfume Manufacturing Process by Using Work Study ...Improvement in Taif Roses’ Perfume Manufacturing Process by Using Work Study ...
Improvement in Taif Roses’ Perfume Manufacturing Process by Using Work Study ...
 
A Systematic Review on Various Factors Influencing Employee Retention
A Systematic Review on Various Factors Influencing Employee RetentionA Systematic Review on Various Factors Influencing Employee Retention
A Systematic Review on Various Factors Influencing Employee Retention
 
Digital Planting Pot for Smart Irrigation
Digital Planting Pot for Smart Irrigation  Digital Planting Pot for Smart Irrigation
Digital Planting Pot for Smart Irrigation
 
Methodologies for Resolving Data Security and Privacy Protection Issues in Cl...
Methodologies for Resolving Data Security and Privacy Protection Issues in Cl...Methodologies for Resolving Data Security and Privacy Protection Issues in Cl...
Methodologies for Resolving Data Security and Privacy Protection Issues in Cl...
 
Determine the Importance Level of Criteria in Creating Cultural Resources’ At...
Determine the Importance Level of Criteria in Creating Cultural Resources’ At...Determine the Importance Level of Criteria in Creating Cultural Resources’ At...
Determine the Importance Level of Criteria in Creating Cultural Resources’ At...
 
New One-Pot Synthetic Route and Spectroscopic Characterization of Hydroxo-Bri...
New One-Pot Synthetic Route and Spectroscopic Characterization of Hydroxo-Bri...New One-Pot Synthetic Route and Spectroscopic Characterization of Hydroxo-Bri...
New One-Pot Synthetic Route and Spectroscopic Characterization of Hydroxo-Bri...
 
A Review on the Distribution, Nutritional Status and Biological Activity of V...
A Review on the Distribution, Nutritional Status and Biological Activity of V...A Review on the Distribution, Nutritional Status and Biological Activity of V...
A Review on the Distribution, Nutritional Status and Biological Activity of V...
 
Psoralen Promotes Myogenic Differentiation of Muscle Cells to Repair Fracture
Psoralen Promotes Myogenic Differentiation of Muscle Cells to Repair Fracture Psoralen Promotes Myogenic Differentiation of Muscle Cells to Repair Fracture
Psoralen Promotes Myogenic Differentiation of Muscle Cells to Repair Fracture
 
Saliva: An Economic and Reliable Alternative for the Detection of SARS-CoV-2 ...
Saliva: An Economic and Reliable Alternative for the Detection of SARS-CoV-2 ...Saliva: An Economic and Reliable Alternative for the Detection of SARS-CoV-2 ...
Saliva: An Economic and Reliable Alternative for the Detection of SARS-CoV-2 ...
 
Ecological Footprint of Food Consumption in Ijebu Ode, Nigeria
Ecological Footprint of Food Consumption in Ijebu Ode, NigeriaEcological Footprint of Food Consumption in Ijebu Ode, Nigeria
Ecological Footprint of Food Consumption in Ijebu Ode, Nigeria
 
Mass & Quark Symmetry
Mass & Quark SymmetryMass & Quark Symmetry
Mass & Quark Symmetry
 
Biocompatible Molybdenum Complexes Based on Terephthalic Acid and Derived fro...
Biocompatible Molybdenum Complexes Based on Terephthalic Acid and Derived fro...Biocompatible Molybdenum Complexes Based on Terephthalic Acid and Derived fro...
Biocompatible Molybdenum Complexes Based on Terephthalic Acid and Derived fro...
 
Influence of Low Intensity Aerobic Exercise Training on the Vo2 Max in 11 to ...
Influence of Low Intensity Aerobic Exercise Training on the Vo2 Max in 11 to ...Influence of Low Intensity Aerobic Exercise Training on the Vo2 Max in 11 to ...
Influence of Low Intensity Aerobic Exercise Training on the Vo2 Max in 11 to ...
 
Effects of Planting Ratio and Planting Distance on Kadaria 1 Hybrid Rice Seed...
Effects of Planting Ratio and Planting Distance on Kadaria 1 Hybrid Rice Seed...Effects of Planting Ratio and Planting Distance on Kadaria 1 Hybrid Rice Seed...
Effects of Planting Ratio and Planting Distance on Kadaria 1 Hybrid Rice Seed...
 
Study of the Cassava Production System in the Department of Tivaouane, Senegal
Study of the Cassava Production System in the Department of Tivaouane, Senegal  Study of the Cassava Production System in the Department of Tivaouane, Senegal
Study of the Cassava Production System in the Department of Tivaouane, Senegal
 
Study of the Cassava Production System in the Department of Tivaouane, Senegal
Study of the Cassava Production System in the Department of Tivaouane, Senegal  Study of the Cassava Production System in the Department of Tivaouane, Senegal
Study of the Cassava Production System in the Department of Tivaouane, Senegal
 
Burnout of Nurses in Nursing Homes: To What Extent Age, Education, Length of ...
Burnout of Nurses in Nursing Homes: To What Extent Age, Education, Length of ...Burnout of Nurses in Nursing Homes: To What Extent Age, Education, Length of ...
Burnout of Nurses in Nursing Homes: To What Extent Age, Education, Length of ...
 
Hepatitis and its Transmission Through Needlestick Injuries
Hepatitis and its Transmission Through Needlestick Injuries Hepatitis and its Transmission Through Needlestick Injuries
Hepatitis and its Transmission Through Needlestick Injuries
 

Recently uploaded

Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdf
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdfEnzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdf
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdfSumit Tiwari
 
भारत-रोम व्यापार.pptx, Indo-Roman Trade,
भारत-रोम व्यापार.pptx, Indo-Roman Trade,भारत-रोम व्यापार.pptx, Indo-Roman Trade,
भारत-रोम व्यापार.pptx, Indo-Roman Trade,Virag Sontakke
 
ENGLISH5 QUARTER4 MODULE1 WEEK1-3 How Visual and Multimedia Elements.pptx
ENGLISH5 QUARTER4 MODULE1 WEEK1-3 How Visual and Multimedia Elements.pptxENGLISH5 QUARTER4 MODULE1 WEEK1-3 How Visual and Multimedia Elements.pptx
ENGLISH5 QUARTER4 MODULE1 WEEK1-3 How Visual and Multimedia Elements.pptxAnaBeatriceAblay2
 
_Math 4-Q4 Week 5.pptx Steps in Collecting Data
_Math 4-Q4 Week 5.pptx Steps in Collecting Data_Math 4-Q4 Week 5.pptx Steps in Collecting Data
_Math 4-Q4 Week 5.pptx Steps in Collecting DataJhengPantaleon
 
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions  for the students and aspirants of Chemistry12th.pptxOrganic Name Reactions  for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions for the students and aspirants of Chemistry12th.pptxVS Mahajan Coaching Centre
 
Employee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxEmployee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxNirmalaLoungPoorunde1
 
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPTECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPTiammrhaywood
 
Final demo Grade 9 for demo Plan dessert.pptx
Final demo Grade 9 for demo Plan dessert.pptxFinal demo Grade 9 for demo Plan dessert.pptx
Final demo Grade 9 for demo Plan dessert.pptxAvyJaneVismanos
 
Introduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptxIntroduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptxpboyjonauth
 
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...Marc Dusseiller Dusjagr
 
Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)eniolaolutunde
 
Science lesson Moon for 4th quarter lesson
Science lesson Moon for 4th quarter lessonScience lesson Moon for 4th quarter lesson
Science lesson Moon for 4th quarter lessonJericReyAuditor
 
Class 11 Legal Studies Ch-1 Concept of State .pdf
Class 11 Legal Studies Ch-1 Concept of State .pdfClass 11 Legal Studies Ch-1 Concept of State .pdf
Class 11 Legal Studies Ch-1 Concept of State .pdfakmcokerachita
 
Mastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory InspectionMastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory InspectionSafetyChain Software
 
Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111Sapana Sha
 
Presiding Officer Training module 2024 lok sabha elections
Presiding Officer Training module 2024 lok sabha electionsPresiding Officer Training module 2024 lok sabha elections
Presiding Officer Training module 2024 lok sabha electionsanshu789521
 
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxSOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxiammrhaywood
 
Computed Fields and api Depends in the Odoo 17
Computed Fields and api Depends in the Odoo 17Computed Fields and api Depends in the Odoo 17
Computed Fields and api Depends in the Odoo 17Celine George
 
Biting mechanism of poisonous snakes.pdf
Biting mechanism of poisonous snakes.pdfBiting mechanism of poisonous snakes.pdf
Biting mechanism of poisonous snakes.pdfadityarao40181
 

Recently uploaded (20)

Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdf
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdfEnzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdf
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdf
 
भारत-रोम व्यापार.pptx, Indo-Roman Trade,
भारत-रोम व्यापार.pptx, Indo-Roman Trade,भारत-रोम व्यापार.pptx, Indo-Roman Trade,
भारत-रोम व्यापार.pptx, Indo-Roman Trade,
 
ENGLISH5 QUARTER4 MODULE1 WEEK1-3 How Visual and Multimedia Elements.pptx
ENGLISH5 QUARTER4 MODULE1 WEEK1-3 How Visual and Multimedia Elements.pptxENGLISH5 QUARTER4 MODULE1 WEEK1-3 How Visual and Multimedia Elements.pptx
ENGLISH5 QUARTER4 MODULE1 WEEK1-3 How Visual and Multimedia Elements.pptx
 
_Math 4-Q4 Week 5.pptx Steps in Collecting Data
_Math 4-Q4 Week 5.pptx Steps in Collecting Data_Math 4-Q4 Week 5.pptx Steps in Collecting Data
_Math 4-Q4 Week 5.pptx Steps in Collecting Data
 
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions  for the students and aspirants of Chemistry12th.pptxOrganic Name Reactions  for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
 
Employee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxEmployee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptx
 
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPTECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
 
Final demo Grade 9 for demo Plan dessert.pptx
Final demo Grade 9 for demo Plan dessert.pptxFinal demo Grade 9 for demo Plan dessert.pptx
Final demo Grade 9 for demo Plan dessert.pptx
 
Introduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptxIntroduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptx
 
Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝
 
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
 
Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)
 
Science lesson Moon for 4th quarter lesson
Science lesson Moon for 4th quarter lessonScience lesson Moon for 4th quarter lesson
Science lesson Moon for 4th quarter lesson
 
Class 11 Legal Studies Ch-1 Concept of State .pdf
Class 11 Legal Studies Ch-1 Concept of State .pdfClass 11 Legal Studies Ch-1 Concept of State .pdf
Class 11 Legal Studies Ch-1 Concept of State .pdf
 
Mastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory InspectionMastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory Inspection
 
Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111
 
Presiding Officer Training module 2024 lok sabha elections
Presiding Officer Training module 2024 lok sabha electionsPresiding Officer Training module 2024 lok sabha elections
Presiding Officer Training module 2024 lok sabha elections
 
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxSOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
 
Computed Fields and api Depends in the Odoo 17
Computed Fields and api Depends in the Odoo 17Computed Fields and api Depends in the Odoo 17
Computed Fields and api Depends in the Odoo 17
 
Biting mechanism of poisonous snakes.pdf
Biting mechanism of poisonous snakes.pdfBiting mechanism of poisonous snakes.pdf
Biting mechanism of poisonous snakes.pdf
 

Distortion Correction Scheme for Multiresolution Camera Images

  • 1. Asian Journal of Applied Science and Technology (AJAST) Volume 1, Issue 1, Pages 195-198, February 2017 © 2017 AJAST All rights reserved. www.ajast.net Page | 195 Distortion Correction Scheme for Multiresolution Camera Images M.Mohankumar1 , T.Thamaraimanalan2 and N.Sanjeev3 1 Assistant Professor, Department of Electronics and Communication Engineering, Sri Eshwar College of Engineering, Coimbatore, India. 2 Assistant Professor, Department of Electronics and Communication Engineering, Sri Eshwar College of Engineering, Coimbatore, India. 3 Senior Technical Analyst, Caliber Embedded Technologies, Coimbatore, India. Email: sanjeev.n@caliber.net Article Received: 17 February 2017 Article Accepted: 27 February 2017 Article Published: 28 February 2017 1. INTRODUCTION Nowadays, surveillance camera is commonly used in public and private places such as government buildings, military bases, car parks, and banks, and so forth. Surveillance camera can capture the entire region of interest with cameras as few as possible if cameras with large field of view are adopted. Surveillance cameras are video cameras used for the purpose of observing an area. It is connected to a recording device or IP network, and may be watched by a guard. Cameras and recording equipment used to be relatively expensive and required human personnel to monitor camera footage, but analysis of footage has been made easier by automated software that organizes digital video footage into a searchable database, and by video analysis software. The amount of footage is also drastically reduced by motion sensors which only record when motion is detected. With cheaper production techniques, surveillance cameras are simple and inexpensive enough to be used in home security systems, and for everyday surveillance. The distortion correction circuit may be included in end-user camera equipment’s, so how to implement it with lower hardware cost is an important issue. To reduce more hardware, algebraic transformation is used to replace all the vector magnitude square by a new variable. It makes the new combined polynomial becomes a monomial form. Therefore, Horner’s algorithm [6] is able to efficiently evaluate the results of back-mapping and polar to Cartesian coordinate transformation. This approach not only greatly decreases the calculation complexity of back mapping but also provides a flexible architecture for different designs by time multiplexed technique [7], [8]. To reduce more hardware costs and power consumption, we also implemented a low cost linear interpolation circuit by algebraic manipulation technique. It greatly eliminates the number of multipliers from eight to three. In this paper, a low- cost, low-power, and low memory requirement distortion correction circuit is designed for surveillance or wide-angle camera applications. 2. OVERVIEW OF DISTORTION CORRECTION TECHNIQUE In this section, least-square estimation method is used for distortion correction technique. Barrel distortion can be corrected by two main tasks: 1) back mapping of all pixels in CIS onto DIS, and 2) calculating the intensity of every pixel in CIS by linear interpolation [7]. The block diagram of the distortion correction procedure is shown in Fig1. First the transformation mapping from rectangular coordinate to polar coordinate for all pixels is done. Then, a back mapping procedure is introduced to decrease the computing complexity and polar to rectangular coordinate steps by eliminating the angle θ and reducing the square root operation for ρ. Finally, a basic algebraic manipulation is used to decrease the arithmetic resource of the linear interpolation. Fig.1. Block diagram for distortion correction procedure The first step of the proposed distortion correction technique is transforming all pixels in the distorted image space (DIS) onto the corrected image space (CIS) i, e., this step is to convert rectangular to polar coordinate. The distortion center is (u’c, v’c) in DIS and the correction center is (uc, vc) in CIS. In DIS, (u’, v’) is the Cartesian coordinate and (ρ’, θ’) is the polar coordinate. The distance ρ’ from distortion center (u’c, v’c) to an image pixel (u’, v’) and the angle θ’ between the pixel and distortion center are given by ABSTRACT An efficient VLSI architecture implementation for barrel distortion correction in surveillance camera images is presented. The distortion correction model is based on least squares estimation method. To reduce the computing complexity, an odd-order polynomial to approximate the back-mapping expansion polynomial is used. By algebraic transformation, the approximated polynomial becomes a monomial form which can be solved by Horner’s algorithm. The proposed VLSI architecture can achieve frequency 218MHz with 1490 logic elements by using 0.18µm technology. Compared with previous techniques, the circuit reduces the hardware cost and the requirement of memory usage. Keywords: Barrel distortion correction, Least squares estimation, Surveillance and Horner’s algorithm. (1) (2)
  • 2. Asian Journal of Applied Science and Technology (AJAST) Volume 1, Issue 1, Pages 195-198, February 2017 © 2017 AJAST All rights reserved. www.ajast.net Page | 196 The distance ρ from distortion center (uc ,vc) to an image pixel (u, v) and the angle θ between the pixel and distortion center are given by, (4) The second step is back-mapping process which will map the pixel (ρ, θ) in CIS to (ρ’, θ’) in DIS. The back mapping procedure can be defined by a back mapping expansion polynomial of degree N as, Where bn is the back mapping coefficient which can be obtained by the least-squares estimation method. The third step is to perform the polar to rectangular coordinate conversion. The location (u’, v’) in DIS can be calculated as, The next step is to perform linear interpolation. Here, the pixel (u’, v’) location need not be an integer location. Its intensity value can be calculated by linearly interpolating with the intensity values of the four neighboring pixels (u’, v’) around in DIS. 2.1 Simplified Back-Mapping Procedure As mentioned above, the odd order polynomial is high-approximation to the back mapping expansion polynomial is used. The back mapping expansion polynomial can be approximated to odd-order polynomial as, (8) Where c0, c1 , c2 , c3 . . . are back-mapping coefficients of the odd-order back-mapping polynomial. There are two steps to reduce the computing resources of back-mapping procedure. The first is eliminating the calculation of θ. According to (7), the θ and θ’ are the same. Thus, the cos θ and sin θ can be obtained as, In below equations mentioned, here no odd power of ρ exists, so the square-root calculation for ρ can be removed. Thus, the complex square-root calculation is eliminated because both u’ and v’ are calculated with ρ2 rather than with ρ. 3. HORNER’S ALGORITHM The main purpose of Horner’s algorithm [16] is to efficiently evaluate the polynomials in monomial form. Given the polynomial, p(x) = +…..+ Where ao, a1,…,an real numbers, then to evaluate the polynomial at a specific value of x, say xo. A new sequence of constants is defined as follows, Then bo is the value of p(xo). Then the polynomial can be written as, Thus, by iteratively substituting the bi into the expression, As described above, an iteration function is used to rewrite the polynomial. The function pn which is the nth iteration of p can be represented as p.pn-1 and it is defined as pn = p. pn-1 (3) (5) (6) (7) (10) (11) (12) (14) (15) (16) (17) (9) (13)
  • 3. Asian Journal of Applied Science and Technology (AJAST) Volume 1, Issue 1, Pages 195-198, February 2017 © 2017 AJAST All rights reserved. www.ajast.net Page | 197 To rewrite the polynomial as iteration function, the evaluated polynomial at the specified value of x = xo can be represented as, p (xo ) = ( cn-1+cn.xo .pn-1 (xo) The polynomial is evaluated to compute p (xo) where xo is a constant. The Horner’s algorithm is executed by following the below steps: Step 1. Set u = n (where n is the degree of the polynomial) Step 2. Set Result = Cn. Step 3. If u = 0 stop. Answer is Result. Step 4. Compute Result =Result × xo + Cu−1. Step 5. u = u − 1. Step 6. Go to step 3. By Horner’s algorithm, the computing complexity of the evaluating polynomial can be decreased. The complexity of back mapping and polar to rectangular coordinate steps can be reduced in the same way. 4. PROPOSED VLSI ARCHITECTURE Fig.2. shows the block diagram of proposed architecture. In this design, when the start signal is enabled, the circuit will output the intensity value of the first pixel after 21 clock cycles. Then, it can process one pixel in CIS per clock cycle. Totally, it would take (1024 x 728 + 21) cycles to process an image with 1024 x 728 pixels. This design consists of four main modules: mapping unit, memory bank, linear interpolation unit and controller. The memory bank is composed of solid state drives and RAM. The interpolation unit linearly interpolates the final intensity value. The controller provides the control signals of each state to other units and handles the whole correction procedure. The detailed circuits of mapping and linear interpolation units are described as follows. Fig.2. Proposed VLSI Architecture For each pixel (u, v) in CIS, the mapping unit performs the operations needed to calculate (u’, v’). Most multipliers and adders are realized with 24-bit width as adopted in [6]. According to the simulation results obtained from XILINX, it was found that the propagation delay of a 24-bit multiplier is quite long. Hence, the 15-bit two-stage pipelined multiplier is adopted in the design to get better pipeline scheduling. Fig 3. shows the 15-stage pipelined architecture of the mapping unit. The linear interpolation unit obtains the intensity values of the four neighboring pixels around (u’, v’) and calculates the final intensity value I (u, v). Fig.4. shows the 6-stage pipelined architecture of the linear interpolation unit which performs the operations needed to calculate I (u,v). Fig.3. 15-stage pipelined architecture of mapping unit Fig.4. 6-stage pipelined architecture of linear interpolation unit 5. RESULTS AND DISCUSSION The VLSI architecture of the proposed design was implemented by using Verilog HDL. Here MATLAB is used to convert the image file to grey scale image. Table 1 shows the Simulation Results of two designs using Altera EP20K600EBC652-1X FPGA the size the design with TSMC’s 0.18 m cell library. The results show that the design contains 1490 logic elements. It works with a clock period of 5 ns and operates at a clock rate of 218 MHz. Table 1. Comparative Analysis Paper Logic Elements Clock rate Throughput [13] 1686 200MHz 14Mpixels/s Proposed 1320 210MHz 21Mpixels/s (18)
  • 4. Asian Journal of Applied Science and Technology (AJAST) Volume 1, Issue 1, Pages 195-198, February 2017 © 2017 AJAST All rights reserved. www.ajast.net Page | 198 6. CONCLUSION In this paper, a low-cost, low-power, and low memory requirement VLSI architecture of distortion correcting circuit was presented for surveillance images. The computing complexity of correcting functions is reduced by Horner’s algorithm and the algebraic manipulation of the linear interpolation. This provides an efficient and effective approach to eliminate the distortion. It provides a logic element of about 1490, clock rate of 218MHz and throughput of 21Mpixels/s. From this it is proved that this algorithm has high performance than other existing VLSI correcting designs. REFERENCES [1] Anderson, M. “VCR quality video at 1.5 Mbits/s,” National Communication Forum, Chicago, Oct. 1990. [2] “Coding of moving pictures and associated audio”, Committee Draft of Standard ISO11172: ISO/MPEG 90/176, Dec. 1990. [3] ITU-T and ISO/IEC JTC 1, “Generic coding of moving pictures and associated audio information – Part 2: Video,” ITU-T Recommendation H.262–ISO/IEC 13818-2 (MPEG-2), Nov. 1994. [4] I. Haritaoglu, D. Harwood, and L. S. Davis, “W: Real-time surveillance of people and their activities,” IEEE Trans. Pattern Anal. Machine Intell., vol. 22, pp. 809– 830, Aug. 2000. [5] Iain E. G. Richardson. “H.264 and MPEG-4 Video Compression: Video Coding for Next-generation Multimedia,” John Wiley & Sons, Ltd., 2003. [6] H. T. Ngo and V. K. Asari, “A pipelined architecture for real-time correction of barrel distortion in wide-angle camera images,” IEEE Trans. Circuits Syst. Video Technol., vol. 15, no. 3,pp. 436–444, Mar.2005. [7] P. Y. Chen, C. C. Huang, Y. H. Shiau, and Y. T. Chen, “A VLSI implementation of barrel distortion correction for wide-angle camera images,” IEEE Trans. Circuits Syst. II Express Briefs, vol. 56, no. 1, pp.51–55, Jan. 2009. [8] Jong Sun Kim, Dong Hae Yeom, and Young Hoon Joo, “Fast and Robust Algorithm of Tracking Multiple Moving Objects for Intelligent Video Surveillance Systems”, IEEE Transactions on Consumer Electronics, Vol. 57, No. 3, August 2011. [9] Shih-Chia Huang, “An Advanced Motion Detection Algorithm with Video Quality Analysis for Video Surveillance Systems”, IEEE Transactions on Circuits and Systems for Video Technology, Vol. 21, No. 1, January 2011. [10] P. G. S. Mythili, S. Vamsee Krishna, “Time Multiplexed VLSI Architecture for Real-Time Barrel Distortion Correction in Video-Endoscopic Images”, International Journal for Scientific Research & Development, Vol. 1, Issue 8, 2013. [11] S. Yasotha, V. Gopalakrishnan and M. Mohankumar,” Multi-sink Optimal Repositioning for Energy and Power Optimization in Wireless Sensor Networks”, Wireless Personal Communications, Volume 82, Number 3, June (1), 2015. [12] M.Mohankumar, R.Gowrimanohari, “A Novel Design Of Current Mode Multiplier/Divider Circuits For Analog Signal Processing,” in International Journal of Computer Science and Mobile Computing, Vol. 3, Issue. 10, October 2014, pp.918 – 925. [13] M.Mohankumar, R.Gowrimanohari, “VLSI Architecture for Barrel Distortion Correction in Surveillance Camera Images,” Journal of Electronics and Computer Science, Vol 2, Issue 5, May 2015 Paper 9. [14] M. Mohankumar, V. Gopalakrishnan and S.Yasotha, “A Vlsi Approach For Distortion Correction In Surveillance Camera Images,” ARPN Journal of Engineering and Applied Sciences, Vol. 10, No. 9, May 2015. [15] M.Mohankumar, R.Gowrimanohari, “A Novel Design Of Current Mode Multiplier/Divider Circuits For Analog Signal Processing,” International Journal of Computer Science and Mobile Computing, Vol. 3, Issue. 10, October 2014, pp.918 – 925. [16] M.Mohankumar, R.Gowrimanohari, “VLSI Architecture for Barrel Distortion Correction in Surveillance Camera Images,” In Journal of Electronics and Computer Science, Vol 2, Issue 5, May 2015. [17] V.Pavithra, M.Mohankumar, “Secure Network Sharing Nemo based Ad-Hoc,” IJCSMC, Vol 3, Issue.2, February 2014, pp.645-652. [18] K.Kokulavani, M.Mohankumar, “High Speed and Lower Hardware Complexity VLSI Architecture for Lifting Based Discrete Wavelet Transform,” IJCSMC, Vol. 3, Issue. 3, March 2014, pp.733 – 739.