SlideShare a Scribd company logo
1 of 4
Download to read offline
Int. J. Advanced Networking and Applications
Volume: 08 Issue: 06 Pages: 3266-3269 (2017) ISSN: 0975-0290
3266
Sparse Sampling in Digital Image Processing
R.Revathi., MCA.,MPhil.,M.E.,(Ph.D)
Assistant Professor, Department of Computer Science,
Jawaharlal Nehru College for Women, Ulundurpet
Email: sriramrr2007@gmail.com
-------------------------------------------------------------------ABSTRACT---------------------------------------------------------------
A common goal of the engineering field of signal processing is to reconstruct a signal from a series of sampling
measurements. In general, this task is impossible because there is no way to reconstruct a signal during the times
that the signal is not measured. Nevertheless, with prior knowledge or assumptions about the signal, it turns out to
be possible to perfectly reconstruct a signal from a series of measurements. Over time, engineers have improved
their understanding of which assumptions are practical and how they can be generalized. An early breakthrough
in signal processing was the Nyquist–Shannon sampling theorem. It states that if the signal's highest frequency is
less than half of the sampling rate, then the signal can be reconstructed perfectly. The main idea is that with prior
knowledge about constraints on the signal’s frequencies, fewer samples are needed to reconstruct the signal.
Sparse sampling (also known as, compressive sampling, or compressed sampling) is a signal processing technique
for efficiently acquiring and reconstructing a signal, by finding solutions to underdetermined linear systems. This
is based on the principle that, through optimization, the sparsity of a signal can be exploited to recover it from far
fewer samples than required by the Shannon-Nyquist sampling theorem. There are two conditions under which
recovery is possible.[1] The first one is sparsity which requires the signal to be sparse in some domain. The second
one is incoherence which is applied through the isometric property which is sufficient for sparse signals Possibility
of compressed data acquisition protocols which directly acquire just the important information Sparse sampling
(CS) is a fast growing area of research. It neglects the extravagant acquisition process by measuring lesser values
to reconstruct the image or signal. Sparse sampling is adopted successfully in various fields of image processing
and proved its efficiency. Some of the image processing applications like face recognition, video encoding, Image
encryption and reconstruction are presented here.
Keywords – sparse sampling, image enhancement, Top-Hat and Bottom-Hat transform, Nyquist rate, AFM
imaging
--------------------------------------------------------------------------------------------------------------------------------------------------
Date of Submission: June 02, 2017 Date of Acceptance: June 16, 2017
--------------------------------------------------------------------------------------------------------------------------------------------------
I. INTRODUCTION
Sparse sampling is a brand new type of sampling theory,
It assures the reconstruction of sparse signals and images
from the less or incomplete information. The traditional
methods that are used for reconstruction of images need its
sampling rate to be twice the highest frequency. It also
states that the total number of measurements for the
discrete signal must be greater than or equal to its original
length to make sure the reconstruction of the image. But
the Sparse sampling states that with few measurements
about the signal it is possible to reconstruct the original
signal when assumptions or prior knowledge of the signal
is available. It takes benefit of redundancy in the signal.
Sparsity of the signal plays a major role in sparse
sampling. It minimizes the number of number of non zero
elements in the signal. Sparse sampling is a way to achieve
a sparse representation of a signal. It is predicated on the
idea to take advantage of redundancy (if any) in the signal.
Signals like images are sparse, as they comprise, in some
representation domain, many coefficients close to or equal
to zero. The fundamental of the CS idea is the potential to
recover with relatively few measurements [1]. y = φ x φ –
measurement matrix, x – original image, y – measurement
results. The Three stages of sparse sampling are, sparse
representation, measurement matrix, and signal
reconstruction.
II. APPLICATIONS
The field of sparse sampling is related to several topics in
signal processing and computational mathematics, such
as underdetermined linear-systems, group testing, heavy
hitters, sparse coding, multiplexing, sparse sampling, and
finite rate of innovation. Its broad scope and generality has
enabled several innovative CS-enhanced approaches in
signal processing and compression, solution of inverse
problems, design of radiating systems, radar and through-
the-wall imaging, and antenna characterization. Imaging
techniques having a strong affinity with sparse sampling
include coded aperture and computational photography.
Implementations of sparse sampling in hardware at
different technology readiness levels is available
III. EXISTING SYSTEM
In this method, an unknown noisy image of interest is
observed (sensed) through a limited number linear
functional in random projection, then original image is
reconstructed using the observation vector and the existed
recovery algorithms such as L1_minimization. Simulation
results inform this method is an efficient method for image
denoising. Using classical filter for image denoising, we
need to redesign algorithm parameters owing to the
change of signal parameters such as frequency, amplitude,
Int. J. Advanced Networking and Applications
Volume: 08 Issue: 06 Pages: 3266-3269 (2017) ISSN: 0975-0290
3267
etc. But in CISD algorithm, we don’t need to change the
algorithm parameters when the image or noise parameters
have been changed. Simulation results show that the
performance of sparse sampling denoising is the same as
classic filter or in some occasion fairly better than those.
IV. MEDICAL IMAGE ENHANCEMENT
USING MORPHOLOGICAL
TRANSFORMATION
Medical imaging includes different modalities and
processes to visualize the interior of human body for
diagnostic and treatment purpose. However, one of the
most common degradations in medical images is their
poor contrast quality and noise. The existence of several
objects and the close proximity of adjacent pixels values
make the diagnostic process a daunting task. The idea of
image enhancement techniques is to improve the quality of
an image. In this study, morphological transform operation
is carried out on medical images to enhance the contrast
and quality. A disk shaped mask is used in Top-Hat and
Bottom-Hat transform and this mask plays a vital role in
the operation. Different types and sizes of medical images
need different masks so that they can be successfully
enhanced. The method shown in this study takes a mask of
an arbitrary size and keeps changing its size until an
optimum enhanced image is obtained from the
transformation operation. The enhancement is achieved
via an iterative exfoliation process. The results indicate
that this method improves the contrast of medical images
and can help with better diagnosis.
4.1 Methods of mathematical morphology act based on
the structural properties of objects.
These methods use mathematical principles and
relationships between categories to extract the components
of an image, which are useful in describing the shape of
zones. Morphological operators are nonlinear, and two sets
of data are their input. The first set contains the original
image and the second one describes the structural element
(mask). The original image is binary or in gray level and
the mask is a matrix containing zero and one values. It is
after applying the final image to the morphological
operators that a new value for each pixel is obtained
through sliding the mask on the original image. Value 1 in
each mask indicates effectiveness and value 0 indicates
ineffectiveness in the final image. Different formats can be
selected to form a mask. Figure 1 shows a disk-shaped
mask with radius of 4 (9 * 9 matrix).
4.2 Methodology
In the research Morphological Transform was
implementing in MATLAB. At first we read the original
image and calculate its CNR. We will require this CNR
value to compare in the next steps. In the next step, we set
an arbitrary structural element. We transform the original
image and calculate CNR and PSNR values and store
them. We compare this CNR value with the original image
CNR value and if latter is larger we increase the size of
structural element. Then we transform and calculate CNR
and PSNR again and compare the current CNR value with
the previous one. If the current value is larger we increase
the size of structural element again. This goes on like a
loop until we reach a point where the last CNR value is
smaller than the previous one. We then set a structural
element that is smaller than the last one and also set new
end value and step of the loop to find out the structural
element for whom the image has largest CNR value,
meaning the image enhancement is optimum. The value
we get at last is the size of our structural element for
whom the original image is getting enhanced most. The
number of steps and time taken to complete the operation
is dependent on a few factors like size of the image, image
source, initial condition, amount of noise etc. Figure 3
shows the flowchart of the whole process.
V. SPARSE SAMPLING IN VIDEO
ENCODING
Comparatively, It proves that applying sparse sampling in
video encoding and reconstruction shows better results
than other traditional methods. Another advantage of using
sparse sampling in video encoding is, its sampling rate is
much lower than the Nyquist rate. First, the inverse
discrete cosine transformation is applied to the signal to
get the sparsity of the signal then only the sparse sampling
can be applied. The total number of nonzero coefficient is
much less than the total number of samples.
5.1 Time or space sampling
Analog-to-digital converters, receivers, Space: cameras,
medical imaging devices, ... Nyquist/Shannon foundation:
must sample at twice the highest frequency
Fig.1. Space sampling
If ‘information bandwidth’ less than total bandwidth, then
should be able to sample below Nyquist without
information loss recover missing samples by convex
optimization
Int. J. Advanced Networking and Applications
Volume: 08 Issue: 06 Pages: 3266-3269 (2017) ISSN: 0975-0290
3268
Fig.2. Information loss recovery
5.2. SPARSE SAMPLING IN VIDEO ENCODING
Comparatively, It proves that applying sparse sampling in
video encoding and reconstruction shows better results
than other traditional methods. Another advantage of using
sparse sampling in video encoding is, its sampling rate is
much lower than the Nyquist rate. First, the inverse
discrete cosine transformation is applied to the signal to
get the sparsity of the signal then only the sparse sampling
can be applied. The total number of nonzero coefficient is
much less than the total number of samples.
Fig.3. Sparse sampling in video encoding
5.3. SPARSE SAMPLING IN AFM IMAGING
Atomic Force Microscopy is used to sense the surface of
an atom or cell with the help of piezoelectric elements. By
measuring the hardness of the cell, cancer cells can be
identified when comparing with the normal cells. Here, the
sample is scanned line by line from the top of the sample
and the topography of the sample is obtained. The AFM
employs fast scanning over the sample. It takes minutes to
successfully obtain an image of the sample. When live
cells are observed, the changes can happen within a
second. This is where the sparse sampling is introduced
which ensures reduced scanning time in Atomic Force
Microscopy. Sparse sampling uses the compressed scan
rather than the complete surface is being scanned. It uses
less measurement compared to the traditional methods.
The three steps involved in sparse sampling are sparse
representation, projection or measurement and
reconstruction. Sparse sampling is effective only when the
signal is sparse. When the signal is not sparse in nature
there is a need of some transformation to represent the
signal as sparse.
Fig.4. Sparse sampling in AFM imaging
5.4. SPARSE SAMPLING IN IMAGE ENCRYPTION
The term sparse sampling is defined as projection of signal
into a sensing matrix to reduce the size of the signal.
Sparse sampling provides encryption mechanism because
the reconstruction of the signal needs sensing matrix and
the dictionary. Fig 3.1: Image Encryption using Sparse
sampling. With sparse sampling, simultaneously
compression and encryption is done. Ensuring security
over data transmission is very important as it contains
valuable data. Encryption is the well known mechanism
for data security. Encryption is done only after the
compression of data when the bandwidth channel is low
and it takes considerable energy for transmission in an
embedded system. With the sparse sampling, it takes only
fewer measurements to reconstruct the original signal
when comparing the traditional methods [4].
Fig.5. Sparse sampling in image encryption
5.5. SPARSE SAMPLING IN MISSING AREA
RECONSTRUCTION
Depending on the end-consumer requirements, clouds in
remotely sensed imagery can also or might not represent
an undesirable supply of noise. In case they're viewed as a
noise supply, numerous methodologies have been
developed within the past so as to cope with this trouble.
Normally, the commonplace approach first detects the
contaminated regions and, in a second instance, tries to
dispose of the clouds by means of substituting them with
cloud-loose estimations. With the help of Sparse sampling,
We can recover an unknown sparse signal from a small set
of linear projections. Through exploiting this new and
critical end result, we can attain equivalent or better
representations by using the use of much less
Int. J. Advanced Networking and Applications
Volume: 08 Issue: 06 Pages: 3266-3269 (2017) ISSN: 0975-0290
3269
measurements compared with other methods [5]. The three
methods to clear up the trouble of the reconstruction of
missing statistics due to the presence of clouds are, 1.
Basis Pursuit – Uses L1 Normalization for convexification
of the problem 2. Orthogonal Matching Pursuit –
Improved Solution of Matching Pursit (MP), where
elements with the highest correlation are selected and
separated and then the iteration follows with the remaining
elements. 3. Genetic Algorithm – Best Solution is selected
from multiple candidate solution and applied with the help
of genetic operators and fitness function.
Fig.6. Missing area reconstruction
VI. CONCLUSIONS
This paper presents a Medical Image Enhancement Using
Morphological Transformation and a survey of the sparse
sampling and its various applications. Areas like Image
Compression, encryption, Nano Imaging and Missing area
reconstruction were studied, where sparse sampling is
adopted to achieve better results. It also discussed the
comprehensive sensing in video encoding and missing
area reconstruction.
VII. FUTURE WORK
High reconstructed performance compressed video sensing
(CVS) with low computational complexity and memory
requirement is very challenging. In order to reconstruct the
high quality video frames with low computational
complexity, this paper proposes a tensor-based joint
sparseness regularization CVS reconstruction model
FrTVCST (fractional-order total variation combined with
sparsifying transform), in which a high-order tensor
fractional-order total variation (FrTV) regularization and a
tensor discrete wavelet transform (DWT) L0 norm
regularization are combined. Furthermore, an approach for
choosing the regularization parameter that controls the
influence of the two terms in this joint model is proposed.
Afterwards, a tensor gradient projection algorithm
extended from smoothed L0 (SL0) is deduced to solve this
combined tensor FrTV and DWT joint regularization
constrained minimization problem, using a smooth
approximation of the L0 norm. Compared with several
state-of-the-art CVS reconstruction algorithms, such as the
Kronecker sparse sampling (KCS), generalized tensor
sparse sampling (GTCS), N-way block orthogonal
matching pursuit (N-BOMP), low-rank tensor sparse
sampling (LRTCS), extensive experiments with
commonly used video data sets show the competitive
performance of the proposed algorithm with respect to the
peak signal-to-noise ratio (PSNR) and subjective visual
quality.
ACKNOWLEDGEMENTS
This article dedicated to my son master M.Sriram.
I thank our Principal Dr.S.Arjunan, who provided insight
and expertise that greatly assisted the research.
I thank Thiru S.Maniselvan for comments that greatly
improved the manuscript.
I would also like to show my gratitude to my parents
Thiru. M.Ramalingam and Mrs. R.Lakshmi for sharing
their pearls of wisdom with me during the course of this
research, and I thank “anonymous” reviewers for their so-
called insights.
References
[1] The Physics arXiv Blog June 3, 2013 (2013-
05-25). "Bell Labs Invents Lensless Camera |
MIT Technology Review". Technology
review.com. Retrieved 2013-06-04.
[2] Gang Huang; Hong Jiang; Kim Matthews;
Paul Wilford (2013). "Lensless Imaging by
Sparse sampling". IEEE International
Conference on Image Processing, ICIP ,
Paper #. 2393. arXiv:1305.7181  .
[3] Brady, David; Choi, Kerkil; Marks, Daniel;
Horisaki, Ryoichi; Lim, Sehoon (2009).
"Compressive holography". Optics
Express. 17:13040–13049. doi:
10.1364/oe.17.013040.
[4] Rivenson, Y.; Stern, A.; Javidi, B. (2010).
"Compressive fresnel holography". Display
Technology, Journal of. 6 (10): 506–
509. doi:10.1109/jdt.2010.2042276.
[5] Bo Song, Ning Xi, Ruiguo Yang, King Wai
Chiu Lai, Chengeng Qu, " Video Rate
Atomic Force Microscopy (AFM) Imaging
using Sparse sampling",. IEEE International
Conference on Nanotechnology, 15-18
August 2011.
[6] Endra, Rudy Susanto, Sparse sampling -
based Image Encryption with Optimized
Sensing Matrix "IEEE International
Conference on Computational Intelligence
and Cybernetics. Dec 2013.
[7] Luca Lorenzi, Farid Melgani, Gregoire
Mercier, "Missing – Area Reconstruction in
Multispectral Images under a sparse
sampling perspective" IEEE Transaction on
Geoscience and remote sensing, vol. 51, no.
7, July 2013.

More Related Content

What's hot

An Image Enhancement Approach to Achieve High Speed using Adaptive Modified B...
An Image Enhancement Approach to Achieve High Speed using Adaptive Modified B...An Image Enhancement Approach to Achieve High Speed using Adaptive Modified B...
An Image Enhancement Approach to Achieve High Speed using Adaptive Modified B...TELKOMNIKA JOURNAL
 
A study and comparison of different image segmentation algorithms
A study and comparison of different image segmentation algorithmsA study and comparison of different image segmentation algorithms
A study and comparison of different image segmentation algorithmsManje Gowda
 
Novel adaptive filter (naf) for impulse noise suppression from digital images
Novel adaptive filter (naf) for impulse noise suppression from digital imagesNovel adaptive filter (naf) for impulse noise suppression from digital images
Novel adaptive filter (naf) for impulse noise suppression from digital imagesijbbjournal
 
A HYBRID FILTERING TECHNIQUE FOR ELIMINATING UNIFORM NOISE AND IMPULSE NOIS...
A HYBRID FILTERING TECHNIQUE FOR  ELIMINATING UNIFORM NOISE AND IMPULSE  NOIS...A HYBRID FILTERING TECHNIQUE FOR  ELIMINATING UNIFORM NOISE AND IMPULSE  NOIS...
A HYBRID FILTERING TECHNIQUE FOR ELIMINATING UNIFORM NOISE AND IMPULSE NOIS...sipij
 
Noise Level Estimation for Digital Images Using Local Statistics and Its Appl...
Noise Level Estimation for Digital Images Using Local Statistics and Its Appl...Noise Level Estimation for Digital Images Using Local Statistics and Its Appl...
Noise Level Estimation for Digital Images Using Local Statistics and Its Appl...TELKOMNIKA JOURNAL
 
An efficient image compression algorithm using dct biorthogonal wavelet trans...
An efficient image compression algorithm using dct biorthogonal wavelet trans...An efficient image compression algorithm using dct biorthogonal wavelet trans...
An efficient image compression algorithm using dct biorthogonal wavelet trans...eSAT Journals
 
Comparison of different Fingerprint Compression Techniques
Comparison of different Fingerprint Compression TechniquesComparison of different Fingerprint Compression Techniques
Comparison of different Fingerprint Compression Techniquessipij
 
Single Image Super-Resolution Using Analytical Solution for L2-L2 Algorithm
Single Image Super-Resolution Using Analytical Solution for L2-L2 AlgorithmSingle Image Super-Resolution Using Analytical Solution for L2-L2 Algorithm
Single Image Super-Resolution Using Analytical Solution for L2-L2 Algorithmijtsrd
 
IRJET- Exploring Image Super Resolution Techniques
IRJET- Exploring Image Super Resolution TechniquesIRJET- Exploring Image Super Resolution Techniques
IRJET- Exploring Image Super Resolution TechniquesIRJET Journal
 
Effect of kernel size on Wiener and Gaussian image filtering
Effect of kernel size on Wiener and Gaussian image filteringEffect of kernel size on Wiener and Gaussian image filtering
Effect of kernel size on Wiener and Gaussian image filteringTELKOMNIKA JOURNAL
 
A new approach on noise estimation of images
A new approach on noise estimation of imagesA new approach on noise estimation of images
A new approach on noise estimation of imageseSAT Publishing House
 
A Hybrid Filtering Technique for Random Valued Impulse Noise Elimination on D...
A Hybrid Filtering Technique for Random Valued Impulse Noise Elimination on D...A Hybrid Filtering Technique for Random Valued Impulse Noise Elimination on D...
A Hybrid Filtering Technique for Random Valued Impulse Noise Elimination on D...IDES Editor
 
Thesis on Image compression by Manish Myst
Thesis on Image compression by Manish MystThesis on Image compression by Manish Myst
Thesis on Image compression by Manish MystManish Myst
 
Image Denoising of various images Using Wavelet Transform and Thresholding Te...
Image Denoising of various images Using Wavelet Transform and Thresholding Te...Image Denoising of various images Using Wavelet Transform and Thresholding Te...
Image Denoising of various images Using Wavelet Transform and Thresholding Te...IRJET Journal
 
IRJET - A Systematic Observation in Digital Image Forgery Detection using MATLAB
IRJET - A Systematic Observation in Digital Image Forgery Detection using MATLABIRJET - A Systematic Observation in Digital Image Forgery Detection using MATLAB
IRJET - A Systematic Observation in Digital Image Forgery Detection using MATLABIRJET Journal
 
IRJET - Change Detection in Satellite Images using Convolutional Neural N...
IRJET -  	  Change Detection in Satellite Images using Convolutional Neural N...IRJET -  	  Change Detection in Satellite Images using Convolutional Neural N...
IRJET - Change Detection in Satellite Images using Convolutional Neural N...IRJET Journal
 
Symbols Frequency based Image Coding for Compression
Symbols Frequency based Image Coding for CompressionSymbols Frequency based Image Coding for Compression
Symbols Frequency based Image Coding for CompressionIJCSIS Research Publications
 
Iaetsd performance analysis of discrete cosine
Iaetsd performance analysis of discrete cosineIaetsd performance analysis of discrete cosine
Iaetsd performance analysis of discrete cosineIaetsd Iaetsd
 

What's hot (20)

An Image Enhancement Approach to Achieve High Speed using Adaptive Modified B...
An Image Enhancement Approach to Achieve High Speed using Adaptive Modified B...An Image Enhancement Approach to Achieve High Speed using Adaptive Modified B...
An Image Enhancement Approach to Achieve High Speed using Adaptive Modified B...
 
A study and comparison of different image segmentation algorithms
A study and comparison of different image segmentation algorithmsA study and comparison of different image segmentation algorithms
A study and comparison of different image segmentation algorithms
 
Novel adaptive filter (naf) for impulse noise suppression from digital images
Novel adaptive filter (naf) for impulse noise suppression from digital imagesNovel adaptive filter (naf) for impulse noise suppression from digital images
Novel adaptive filter (naf) for impulse noise suppression from digital images
 
A HYBRID FILTERING TECHNIQUE FOR ELIMINATING UNIFORM NOISE AND IMPULSE NOIS...
A HYBRID FILTERING TECHNIQUE FOR  ELIMINATING UNIFORM NOISE AND IMPULSE  NOIS...A HYBRID FILTERING TECHNIQUE FOR  ELIMINATING UNIFORM NOISE AND IMPULSE  NOIS...
A HYBRID FILTERING TECHNIQUE FOR ELIMINATING UNIFORM NOISE AND IMPULSE NOIS...
 
Seminarpaper
SeminarpaperSeminarpaper
Seminarpaper
 
Noise Level Estimation for Digital Images Using Local Statistics and Its Appl...
Noise Level Estimation for Digital Images Using Local Statistics and Its Appl...Noise Level Estimation for Digital Images Using Local Statistics and Its Appl...
Noise Level Estimation for Digital Images Using Local Statistics and Its Appl...
 
An efficient image compression algorithm using dct biorthogonal wavelet trans...
An efficient image compression algorithm using dct biorthogonal wavelet trans...An efficient image compression algorithm using dct biorthogonal wavelet trans...
An efficient image compression algorithm using dct biorthogonal wavelet trans...
 
Comparison of different Fingerprint Compression Techniques
Comparison of different Fingerprint Compression TechniquesComparison of different Fingerprint Compression Techniques
Comparison of different Fingerprint Compression Techniques
 
Single Image Super-Resolution Using Analytical Solution for L2-L2 Algorithm
Single Image Super-Resolution Using Analytical Solution for L2-L2 AlgorithmSingle Image Super-Resolution Using Analytical Solution for L2-L2 Algorithm
Single Image Super-Resolution Using Analytical Solution for L2-L2 Algorithm
 
IRJET- Exploring Image Super Resolution Techniques
IRJET- Exploring Image Super Resolution TechniquesIRJET- Exploring Image Super Resolution Techniques
IRJET- Exploring Image Super Resolution Techniques
 
Effect of kernel size on Wiener and Gaussian image filtering
Effect of kernel size on Wiener and Gaussian image filteringEffect of kernel size on Wiener and Gaussian image filtering
Effect of kernel size on Wiener and Gaussian image filtering
 
A new approach on noise estimation of images
A new approach on noise estimation of imagesA new approach on noise estimation of images
A new approach on noise estimation of images
 
A Hybrid Filtering Technique for Random Valued Impulse Noise Elimination on D...
A Hybrid Filtering Technique for Random Valued Impulse Noise Elimination on D...A Hybrid Filtering Technique for Random Valued Impulse Noise Elimination on D...
A Hybrid Filtering Technique for Random Valued Impulse Noise Elimination on D...
 
Thesis on Image compression by Manish Myst
Thesis on Image compression by Manish MystThesis on Image compression by Manish Myst
Thesis on Image compression by Manish Myst
 
Image Denoising of various images Using Wavelet Transform and Thresholding Te...
Image Denoising of various images Using Wavelet Transform and Thresholding Te...Image Denoising of various images Using Wavelet Transform and Thresholding Te...
Image Denoising of various images Using Wavelet Transform and Thresholding Te...
 
IRJET - A Systematic Observation in Digital Image Forgery Detection using MATLAB
IRJET - A Systematic Observation in Digital Image Forgery Detection using MATLABIRJET - A Systematic Observation in Digital Image Forgery Detection using MATLAB
IRJET - A Systematic Observation in Digital Image Forgery Detection using MATLAB
 
Pixel Recursive Super Resolution. Google Brain
 Pixel Recursive Super Resolution.  Google Brain Pixel Recursive Super Resolution.  Google Brain
Pixel Recursive Super Resolution. Google Brain
 
IRJET - Change Detection in Satellite Images using Convolutional Neural N...
IRJET -  	  Change Detection in Satellite Images using Convolutional Neural N...IRJET -  	  Change Detection in Satellite Images using Convolutional Neural N...
IRJET - Change Detection in Satellite Images using Convolutional Neural N...
 
Symbols Frequency based Image Coding for Compression
Symbols Frequency based Image Coding for CompressionSymbols Frequency based Image Coding for Compression
Symbols Frequency based Image Coding for Compression
 
Iaetsd performance analysis of discrete cosine
Iaetsd performance analysis of discrete cosineIaetsd performance analysis of discrete cosine
Iaetsd performance analysis of discrete cosine
 

Similar to Sparse Sampling in Digital Image Processing

IRJET- Performance Analysis of Non Linear Filtering for Image Denoising
IRJET- Performance Analysis of Non Linear Filtering for Image DenoisingIRJET- Performance Analysis of Non Linear Filtering for Image Denoising
IRJET- Performance Analysis of Non Linear Filtering for Image DenoisingIRJET Journal
 
Automatic License Plate Detection in Foggy Condition using Enhanced OTSU Tech...
Automatic License Plate Detection in Foggy Condition using Enhanced OTSU Tech...Automatic License Plate Detection in Foggy Condition using Enhanced OTSU Tech...
Automatic License Plate Detection in Foggy Condition using Enhanced OTSU Tech...IRJET Journal
 
Compressed sensing applications in image processing & communication (1)
Compressed sensing applications in image processing & communication (1)Compressed sensing applications in image processing & communication (1)
Compressed sensing applications in image processing & communication (1)Mayur Sevak
 
Machine learning for Tomographic Imaging.pdf
Machine learning for Tomographic Imaging.pdfMachine learning for Tomographic Imaging.pdf
Machine learning for Tomographic Imaging.pdfMunir Ahmad
 
Machine learning for Tomographic Imaging.pptx
Machine learning for Tomographic Imaging.pptxMachine learning for Tomographic Imaging.pptx
Machine learning for Tomographic Imaging.pptxMunir Ahmad
 
Fpga implementation of fusion technique for fingerprint application
Fpga implementation of fusion technique for fingerprint applicationFpga implementation of fusion technique for fingerprint application
Fpga implementation of fusion technique for fingerprint applicationIAEME Publication
 
Fpga implementation of fusion technique for fingerprint application
Fpga implementation of fusion technique for fingerprint applicationFpga implementation of fusion technique for fingerprint application
Fpga implementation of fusion technique for fingerprint applicationIAEME Publication
 
A Novel Framework For Preprocessing Of Breast Ultra Sound Images By Combining...
A Novel Framework For Preprocessing Of Breast Ultra Sound Images By Combining...A Novel Framework For Preprocessing Of Breast Ultra Sound Images By Combining...
A Novel Framework For Preprocessing Of Breast Ultra Sound Images By Combining...IRJET Journal
 
Survey paper on image compression techniques
Survey paper on image compression techniquesSurvey paper on image compression techniques
Survey paper on image compression techniquesIRJET Journal
 
Algorithm for Lossy Image Compression using FPGA
Algorithm for Lossy Image Compression using FPGAAlgorithm for Lossy Image Compression using FPGA
Algorithm for Lossy Image Compression using FPGAMistral Solutions
 
PCA & CS based fusion for Medical Image Fusion
PCA & CS based fusion for Medical Image FusionPCA & CS based fusion for Medical Image Fusion
PCA & CS based fusion for Medical Image FusionIJMTST Journal
 
Mr image compression based on selection of mother wavelet and lifting based w...
Mr image compression based on selection of mother wavelet and lifting based w...Mr image compression based on selection of mother wavelet and lifting based w...
Mr image compression based on selection of mother wavelet and lifting based w...ijma
 
Translation Invariance (TI) based Novel Approach for better De-noising of Dig...
Translation Invariance (TI) based Novel Approach for better De-noising of Dig...Translation Invariance (TI) based Novel Approach for better De-noising of Dig...
Translation Invariance (TI) based Novel Approach for better De-noising of Dig...IRJET Journal
 
A Novel Adaptive Denoising Method for Removal of Impulse Noise in Images usin...
A Novel Adaptive Denoising Method for Removal of Impulse Noise in Images usin...A Novel Adaptive Denoising Method for Removal of Impulse Noise in Images usin...
A Novel Adaptive Denoising Method for Removal of Impulse Noise in Images usin...iosrjce
 
Development and Comparison of Image Fusion Techniques for CT&MRI Images
Development and Comparison of Image Fusion Techniques for CT&MRI ImagesDevelopment and Comparison of Image Fusion Techniques for CT&MRI Images
Development and Comparison of Image Fusion Techniques for CT&MRI ImagesIJERA Editor
 
IMAGE QUALITY OPTIMIZATION USING RSATV
IMAGE QUALITY OPTIMIZATION USING RSATVIMAGE QUALITY OPTIMIZATION USING RSATV
IMAGE QUALITY OPTIMIZATION USING RSATVpaperpublications3
 
Irjet v4 i736Tumor Segmentation using Improved Watershed Transform for the Ap...
Irjet v4 i736Tumor Segmentation using Improved Watershed Transform for the Ap...Irjet v4 i736Tumor Segmentation using Improved Watershed Transform for the Ap...
Irjet v4 i736Tumor Segmentation using Improved Watershed Transform for the Ap...IRJET Journal
 

Similar to Sparse Sampling in Digital Image Processing (20)

Jc3515691575
Jc3515691575Jc3515691575
Jc3515691575
 
IRJET- Performance Analysis of Non Linear Filtering for Image Denoising
IRJET- Performance Analysis of Non Linear Filtering for Image DenoisingIRJET- Performance Analysis of Non Linear Filtering for Image Denoising
IRJET- Performance Analysis of Non Linear Filtering for Image Denoising
 
Automatic License Plate Detection in Foggy Condition using Enhanced OTSU Tech...
Automatic License Plate Detection in Foggy Condition using Enhanced OTSU Tech...Automatic License Plate Detection in Foggy Condition using Enhanced OTSU Tech...
Automatic License Plate Detection in Foggy Condition using Enhanced OTSU Tech...
 
Compressed sensing applications in image processing & communication (1)
Compressed sensing applications in image processing & communication (1)Compressed sensing applications in image processing & communication (1)
Compressed sensing applications in image processing & communication (1)
 
Machine learning for Tomographic Imaging.pdf
Machine learning for Tomographic Imaging.pdfMachine learning for Tomographic Imaging.pdf
Machine learning for Tomographic Imaging.pdf
 
Machine learning for Tomographic Imaging.pptx
Machine learning for Tomographic Imaging.pptxMachine learning for Tomographic Imaging.pptx
Machine learning for Tomographic Imaging.pptx
 
Fpga implementation of fusion technique for fingerprint application
Fpga implementation of fusion technique for fingerprint applicationFpga implementation of fusion technique for fingerprint application
Fpga implementation of fusion technique for fingerprint application
 
Fpga implementation of fusion technique for fingerprint application
Fpga implementation of fusion technique for fingerprint applicationFpga implementation of fusion technique for fingerprint application
Fpga implementation of fusion technique for fingerprint application
 
A Novel Framework For Preprocessing Of Breast Ultra Sound Images By Combining...
A Novel Framework For Preprocessing Of Breast Ultra Sound Images By Combining...A Novel Framework For Preprocessing Of Breast Ultra Sound Images By Combining...
A Novel Framework For Preprocessing Of Breast Ultra Sound Images By Combining...
 
Survey paper on image compression techniques
Survey paper on image compression techniquesSurvey paper on image compression techniques
Survey paper on image compression techniques
 
Algorithm for Lossy Image Compression using FPGA
Algorithm for Lossy Image Compression using FPGAAlgorithm for Lossy Image Compression using FPGA
Algorithm for Lossy Image Compression using FPGA
 
PCA & CS based fusion for Medical Image Fusion
PCA & CS based fusion for Medical Image FusionPCA & CS based fusion for Medical Image Fusion
PCA & CS based fusion for Medical Image Fusion
 
Mr image compression based on selection of mother wavelet and lifting based w...
Mr image compression based on selection of mother wavelet and lifting based w...Mr image compression based on selection of mother wavelet and lifting based w...
Mr image compression based on selection of mother wavelet and lifting based w...
 
Translation Invariance (TI) based Novel Approach for better De-noising of Dig...
Translation Invariance (TI) based Novel Approach for better De-noising of Dig...Translation Invariance (TI) based Novel Approach for better De-noising of Dig...
Translation Invariance (TI) based Novel Approach for better De-noising of Dig...
 
P180203105108
P180203105108P180203105108
P180203105108
 
A Novel Adaptive Denoising Method for Removal of Impulse Noise in Images usin...
A Novel Adaptive Denoising Method for Removal of Impulse Noise in Images usin...A Novel Adaptive Denoising Method for Removal of Impulse Noise in Images usin...
A Novel Adaptive Denoising Method for Removal of Impulse Noise in Images usin...
 
R01725115118
R01725115118R01725115118
R01725115118
 
Development and Comparison of Image Fusion Techniques for CT&MRI Images
Development and Comparison of Image Fusion Techniques for CT&MRI ImagesDevelopment and Comparison of Image Fusion Techniques for CT&MRI Images
Development and Comparison of Image Fusion Techniques for CT&MRI Images
 
IMAGE QUALITY OPTIMIZATION USING RSATV
IMAGE QUALITY OPTIMIZATION USING RSATVIMAGE QUALITY OPTIMIZATION USING RSATV
IMAGE QUALITY OPTIMIZATION USING RSATV
 
Irjet v4 i736Tumor Segmentation using Improved Watershed Transform for the Ap...
Irjet v4 i736Tumor Segmentation using Improved Watershed Transform for the Ap...Irjet v4 i736Tumor Segmentation using Improved Watershed Transform for the Ap...
Irjet v4 i736Tumor Segmentation using Improved Watershed Transform for the Ap...
 

More from Eswar Publications

Content-Based Image Retrieval Features: A Survey
Content-Based Image Retrieval Features: A SurveyContent-Based Image Retrieval Features: A Survey
Content-Based Image Retrieval Features: A SurveyEswar Publications
 
Clickjacking Attack: Hijacking User’s Click
Clickjacking Attack: Hijacking User’s ClickClickjacking Attack: Hijacking User’s Click
Clickjacking Attack: Hijacking User’s ClickEswar Publications
 
Performance Analysis of Audio and Video Synchronization using Spreaded Code D...
Performance Analysis of Audio and Video Synchronization using Spreaded Code D...Performance Analysis of Audio and Video Synchronization using Spreaded Code D...
Performance Analysis of Audio and Video Synchronization using Spreaded Code D...Eswar Publications
 
Android Based Home-Automation using Microcontroller
Android Based Home-Automation using MicrocontrollerAndroid Based Home-Automation using Microcontroller
Android Based Home-Automation using MicrocontrollerEswar Publications
 
Semantically Enchanced Personalised Adaptive E-Learning for General and Dysle...
Semantically Enchanced Personalised Adaptive E-Learning for General and Dysle...Semantically Enchanced Personalised Adaptive E-Learning for General and Dysle...
Semantically Enchanced Personalised Adaptive E-Learning for General and Dysle...Eswar Publications
 
App for Physiological Seed quality Parameters
App for Physiological Seed quality ParametersApp for Physiological Seed quality Parameters
App for Physiological Seed quality ParametersEswar Publications
 
What happens when adaptive video streaming players compete in time-varying ba...
What happens when adaptive video streaming players compete in time-varying ba...What happens when adaptive video streaming players compete in time-varying ba...
What happens when adaptive video streaming players compete in time-varying ba...Eswar Publications
 
WLI-FCM and Artificial Neural Network Based Cloud Intrusion Detection System
WLI-FCM and Artificial Neural Network Based Cloud Intrusion Detection SystemWLI-FCM and Artificial Neural Network Based Cloud Intrusion Detection System
WLI-FCM and Artificial Neural Network Based Cloud Intrusion Detection SystemEswar Publications
 
Spreading Trade Union Activities through Cyberspace: A Case Study
Spreading Trade Union Activities through Cyberspace: A Case StudySpreading Trade Union Activities through Cyberspace: A Case Study
Spreading Trade Union Activities through Cyberspace: A Case StudyEswar Publications
 
Identifying an Appropriate Model for Information Systems Integration in the O...
Identifying an Appropriate Model for Information Systems Integration in the O...Identifying an Appropriate Model for Information Systems Integration in the O...
Identifying an Appropriate Model for Information Systems Integration in the O...Eswar Publications
 
Link-and Node-Disjoint Evaluation of the Ad Hoc on Demand Multi-path Distance...
Link-and Node-Disjoint Evaluation of the Ad Hoc on Demand Multi-path Distance...Link-and Node-Disjoint Evaluation of the Ad Hoc on Demand Multi-path Distance...
Link-and Node-Disjoint Evaluation of the Ad Hoc on Demand Multi-path Distance...Eswar Publications
 
Bridging Centrality: Identifying Bridging Nodes in Transportation Network
Bridging Centrality: Identifying Bridging Nodes in Transportation NetworkBridging Centrality: Identifying Bridging Nodes in Transportation Network
Bridging Centrality: Identifying Bridging Nodes in Transportation NetworkEswar Publications
 
A Literature Survey on Internet of Things (IoT)
A Literature Survey on Internet of Things (IoT)A Literature Survey on Internet of Things (IoT)
A Literature Survey on Internet of Things (IoT)Eswar Publications
 
Automatic Monitoring of Soil Moisture and Controlling of Irrigation System
Automatic Monitoring of Soil Moisture and Controlling of Irrigation SystemAutomatic Monitoring of Soil Moisture and Controlling of Irrigation System
Automatic Monitoring of Soil Moisture and Controlling of Irrigation SystemEswar Publications
 
Multi- Level Data Security Model for Big Data on Public Cloud: A New Model
Multi- Level Data Security Model for Big Data on Public Cloud: A New ModelMulti- Level Data Security Model for Big Data on Public Cloud: A New Model
Multi- Level Data Security Model for Big Data on Public Cloud: A New ModelEswar Publications
 
Impact of Technology on E-Banking; Cameroon Perspectives
Impact of Technology on E-Banking; Cameroon PerspectivesImpact of Technology on E-Banking; Cameroon Perspectives
Impact of Technology on E-Banking; Cameroon PerspectivesEswar Publications
 
Classification Algorithms with Attribute Selection: an evaluation study using...
Classification Algorithms with Attribute Selection: an evaluation study using...Classification Algorithms with Attribute Selection: an evaluation study using...
Classification Algorithms with Attribute Selection: an evaluation study using...Eswar Publications
 
Mining Frequent Patterns and Associations from the Smart meters using Bayesia...
Mining Frequent Patterns and Associations from the Smart meters using Bayesia...Mining Frequent Patterns and Associations from the Smart meters using Bayesia...
Mining Frequent Patterns and Associations from the Smart meters using Bayesia...Eswar Publications
 
Network as a Service Model in Cloud Authentication by HMAC Algorithm
Network as a Service Model in Cloud Authentication by HMAC AlgorithmNetwork as a Service Model in Cloud Authentication by HMAC Algorithm
Network as a Service Model in Cloud Authentication by HMAC AlgorithmEswar Publications
 
Explosive Detection Approach by Printed Antennas
Explosive Detection Approach by Printed AntennasExplosive Detection Approach by Printed Antennas
Explosive Detection Approach by Printed AntennasEswar Publications
 

More from Eswar Publications (20)

Content-Based Image Retrieval Features: A Survey
Content-Based Image Retrieval Features: A SurveyContent-Based Image Retrieval Features: A Survey
Content-Based Image Retrieval Features: A Survey
 
Clickjacking Attack: Hijacking User’s Click
Clickjacking Attack: Hijacking User’s ClickClickjacking Attack: Hijacking User’s Click
Clickjacking Attack: Hijacking User’s Click
 
Performance Analysis of Audio and Video Synchronization using Spreaded Code D...
Performance Analysis of Audio and Video Synchronization using Spreaded Code D...Performance Analysis of Audio and Video Synchronization using Spreaded Code D...
Performance Analysis of Audio and Video Synchronization using Spreaded Code D...
 
Android Based Home-Automation using Microcontroller
Android Based Home-Automation using MicrocontrollerAndroid Based Home-Automation using Microcontroller
Android Based Home-Automation using Microcontroller
 
Semantically Enchanced Personalised Adaptive E-Learning for General and Dysle...
Semantically Enchanced Personalised Adaptive E-Learning for General and Dysle...Semantically Enchanced Personalised Adaptive E-Learning for General and Dysle...
Semantically Enchanced Personalised Adaptive E-Learning for General and Dysle...
 
App for Physiological Seed quality Parameters
App for Physiological Seed quality ParametersApp for Physiological Seed quality Parameters
App for Physiological Seed quality Parameters
 
What happens when adaptive video streaming players compete in time-varying ba...
What happens when adaptive video streaming players compete in time-varying ba...What happens when adaptive video streaming players compete in time-varying ba...
What happens when adaptive video streaming players compete in time-varying ba...
 
WLI-FCM and Artificial Neural Network Based Cloud Intrusion Detection System
WLI-FCM and Artificial Neural Network Based Cloud Intrusion Detection SystemWLI-FCM and Artificial Neural Network Based Cloud Intrusion Detection System
WLI-FCM and Artificial Neural Network Based Cloud Intrusion Detection System
 
Spreading Trade Union Activities through Cyberspace: A Case Study
Spreading Trade Union Activities through Cyberspace: A Case StudySpreading Trade Union Activities through Cyberspace: A Case Study
Spreading Trade Union Activities through Cyberspace: A Case Study
 
Identifying an Appropriate Model for Information Systems Integration in the O...
Identifying an Appropriate Model for Information Systems Integration in the O...Identifying an Appropriate Model for Information Systems Integration in the O...
Identifying an Appropriate Model for Information Systems Integration in the O...
 
Link-and Node-Disjoint Evaluation of the Ad Hoc on Demand Multi-path Distance...
Link-and Node-Disjoint Evaluation of the Ad Hoc on Demand Multi-path Distance...Link-and Node-Disjoint Evaluation of the Ad Hoc on Demand Multi-path Distance...
Link-and Node-Disjoint Evaluation of the Ad Hoc on Demand Multi-path Distance...
 
Bridging Centrality: Identifying Bridging Nodes in Transportation Network
Bridging Centrality: Identifying Bridging Nodes in Transportation NetworkBridging Centrality: Identifying Bridging Nodes in Transportation Network
Bridging Centrality: Identifying Bridging Nodes in Transportation Network
 
A Literature Survey on Internet of Things (IoT)
A Literature Survey on Internet of Things (IoT)A Literature Survey on Internet of Things (IoT)
A Literature Survey on Internet of Things (IoT)
 
Automatic Monitoring of Soil Moisture and Controlling of Irrigation System
Automatic Monitoring of Soil Moisture and Controlling of Irrigation SystemAutomatic Monitoring of Soil Moisture and Controlling of Irrigation System
Automatic Monitoring of Soil Moisture and Controlling of Irrigation System
 
Multi- Level Data Security Model for Big Data on Public Cloud: A New Model
Multi- Level Data Security Model for Big Data on Public Cloud: A New ModelMulti- Level Data Security Model for Big Data on Public Cloud: A New Model
Multi- Level Data Security Model for Big Data on Public Cloud: A New Model
 
Impact of Technology on E-Banking; Cameroon Perspectives
Impact of Technology on E-Banking; Cameroon PerspectivesImpact of Technology on E-Banking; Cameroon Perspectives
Impact of Technology on E-Banking; Cameroon Perspectives
 
Classification Algorithms with Attribute Selection: an evaluation study using...
Classification Algorithms with Attribute Selection: an evaluation study using...Classification Algorithms with Attribute Selection: an evaluation study using...
Classification Algorithms with Attribute Selection: an evaluation study using...
 
Mining Frequent Patterns and Associations from the Smart meters using Bayesia...
Mining Frequent Patterns and Associations from the Smart meters using Bayesia...Mining Frequent Patterns and Associations from the Smart meters using Bayesia...
Mining Frequent Patterns and Associations from the Smart meters using Bayesia...
 
Network as a Service Model in Cloud Authentication by HMAC Algorithm
Network as a Service Model in Cloud Authentication by HMAC AlgorithmNetwork as a Service Model in Cloud Authentication by HMAC Algorithm
Network as a Service Model in Cloud Authentication by HMAC Algorithm
 
Explosive Detection Approach by Printed Antennas
Explosive Detection Approach by Printed AntennasExplosive Detection Approach by Printed Antennas
Explosive Detection Approach by Printed Antennas
 

Recently uploaded

Pigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food ManufacturingPigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food ManufacturingPigging Solutions
 
Key Features Of Token Development (1).pptx
Key  Features Of Token  Development (1).pptxKey  Features Of Token  Development (1).pptx
Key Features Of Token Development (1).pptxLBM Solutions
 
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks..."LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...Fwdays
 
Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024Scott Keck-Warren
 
AI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsAI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsMemoori
 
APIForce Zurich 5 April Automation LPDG
APIForce Zurich 5 April  Automation LPDGAPIForce Zurich 5 April  Automation LPDG
APIForce Zurich 5 April Automation LPDGMarianaLemus7
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonetsnaman860154
 
Streamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project SetupStreamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project SetupFlorian Wilhelm
 
Breaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountBreaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountPuma Security, LLC
 
Human Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsHuman Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsMark Billinghurst
 
Scanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsScanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsRizwan Syed
 
SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024Scott Keck-Warren
 
Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?Mattias Andersson
 
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024BookNet Canada
 
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | DelhiFULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhisoniya singh
 
Benefits Of Flutter Compared To Other Frameworks
Benefits Of Flutter Compared To Other FrameworksBenefits Of Flutter Compared To Other Frameworks
Benefits Of Flutter Compared To Other FrameworksSoftradix Technologies
 
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 3652toLead Limited
 
Build your next Gen AI Breakthrough - April 2024
Build your next Gen AI Breakthrough - April 2024Build your next Gen AI Breakthrough - April 2024
Build your next Gen AI Breakthrough - April 2024Neo4j
 

Recently uploaded (20)

Pigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food ManufacturingPigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food Manufacturing
 
Key Features Of Token Development (1).pptx
Key  Features Of Token  Development (1).pptxKey  Features Of Token  Development (1).pptx
Key Features Of Token Development (1).pptx
 
DMCC Future of Trade Web3 - Special Edition
DMCC Future of Trade Web3 - Special EditionDMCC Future of Trade Web3 - Special Edition
DMCC Future of Trade Web3 - Special Edition
 
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks..."LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
 
Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024
 
AI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsAI as an Interface for Commercial Buildings
AI as an Interface for Commercial Buildings
 
APIForce Zurich 5 April Automation LPDG
APIForce Zurich 5 April  Automation LPDGAPIForce Zurich 5 April  Automation LPDG
APIForce Zurich 5 April Automation LPDG
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonets
 
Streamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project SetupStreamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project Setup
 
Breaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountBreaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path Mount
 
Human Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsHuman Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR Systems
 
Scanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsScanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL Certs
 
SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024
 
The transition to renewables in India.pdf
The transition to renewables in India.pdfThe transition to renewables in India.pdf
The transition to renewables in India.pdf
 
Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?
 
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
 
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | DelhiFULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
 
Benefits Of Flutter Compared To Other Frameworks
Benefits Of Flutter Compared To Other FrameworksBenefits Of Flutter Compared To Other Frameworks
Benefits Of Flutter Compared To Other Frameworks
 
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
 
Build your next Gen AI Breakthrough - April 2024
Build your next Gen AI Breakthrough - April 2024Build your next Gen AI Breakthrough - April 2024
Build your next Gen AI Breakthrough - April 2024
 

Sparse Sampling in Digital Image Processing

  • 1. Int. J. Advanced Networking and Applications Volume: 08 Issue: 06 Pages: 3266-3269 (2017) ISSN: 0975-0290 3266 Sparse Sampling in Digital Image Processing R.Revathi., MCA.,MPhil.,M.E.,(Ph.D) Assistant Professor, Department of Computer Science, Jawaharlal Nehru College for Women, Ulundurpet Email: sriramrr2007@gmail.com -------------------------------------------------------------------ABSTRACT--------------------------------------------------------------- A common goal of the engineering field of signal processing is to reconstruct a signal from a series of sampling measurements. In general, this task is impossible because there is no way to reconstruct a signal during the times that the signal is not measured. Nevertheless, with prior knowledge or assumptions about the signal, it turns out to be possible to perfectly reconstruct a signal from a series of measurements. Over time, engineers have improved their understanding of which assumptions are practical and how they can be generalized. An early breakthrough in signal processing was the Nyquist–Shannon sampling theorem. It states that if the signal's highest frequency is less than half of the sampling rate, then the signal can be reconstructed perfectly. The main idea is that with prior knowledge about constraints on the signal’s frequencies, fewer samples are needed to reconstruct the signal. Sparse sampling (also known as, compressive sampling, or compressed sampling) is a signal processing technique for efficiently acquiring and reconstructing a signal, by finding solutions to underdetermined linear systems. This is based on the principle that, through optimization, the sparsity of a signal can be exploited to recover it from far fewer samples than required by the Shannon-Nyquist sampling theorem. There are two conditions under which recovery is possible.[1] The first one is sparsity which requires the signal to be sparse in some domain. The second one is incoherence which is applied through the isometric property which is sufficient for sparse signals Possibility of compressed data acquisition protocols which directly acquire just the important information Sparse sampling (CS) is a fast growing area of research. It neglects the extravagant acquisition process by measuring lesser values to reconstruct the image or signal. Sparse sampling is adopted successfully in various fields of image processing and proved its efficiency. Some of the image processing applications like face recognition, video encoding, Image encryption and reconstruction are presented here. Keywords – sparse sampling, image enhancement, Top-Hat and Bottom-Hat transform, Nyquist rate, AFM imaging -------------------------------------------------------------------------------------------------------------------------------------------------- Date of Submission: June 02, 2017 Date of Acceptance: June 16, 2017 -------------------------------------------------------------------------------------------------------------------------------------------------- I. INTRODUCTION Sparse sampling is a brand new type of sampling theory, It assures the reconstruction of sparse signals and images from the less or incomplete information. The traditional methods that are used for reconstruction of images need its sampling rate to be twice the highest frequency. It also states that the total number of measurements for the discrete signal must be greater than or equal to its original length to make sure the reconstruction of the image. But the Sparse sampling states that with few measurements about the signal it is possible to reconstruct the original signal when assumptions or prior knowledge of the signal is available. It takes benefit of redundancy in the signal. Sparsity of the signal plays a major role in sparse sampling. It minimizes the number of number of non zero elements in the signal. Sparse sampling is a way to achieve a sparse representation of a signal. It is predicated on the idea to take advantage of redundancy (if any) in the signal. Signals like images are sparse, as they comprise, in some representation domain, many coefficients close to or equal to zero. The fundamental of the CS idea is the potential to recover with relatively few measurements [1]. y = φ x φ – measurement matrix, x – original image, y – measurement results. The Three stages of sparse sampling are, sparse representation, measurement matrix, and signal reconstruction. II. APPLICATIONS The field of sparse sampling is related to several topics in signal processing and computational mathematics, such as underdetermined linear-systems, group testing, heavy hitters, sparse coding, multiplexing, sparse sampling, and finite rate of innovation. Its broad scope and generality has enabled several innovative CS-enhanced approaches in signal processing and compression, solution of inverse problems, design of radiating systems, radar and through- the-wall imaging, and antenna characterization. Imaging techniques having a strong affinity with sparse sampling include coded aperture and computational photography. Implementations of sparse sampling in hardware at different technology readiness levels is available III. EXISTING SYSTEM In this method, an unknown noisy image of interest is observed (sensed) through a limited number linear functional in random projection, then original image is reconstructed using the observation vector and the existed recovery algorithms such as L1_minimization. Simulation results inform this method is an efficient method for image denoising. Using classical filter for image denoising, we need to redesign algorithm parameters owing to the change of signal parameters such as frequency, amplitude,
  • 2. Int. J. Advanced Networking and Applications Volume: 08 Issue: 06 Pages: 3266-3269 (2017) ISSN: 0975-0290 3267 etc. But in CISD algorithm, we don’t need to change the algorithm parameters when the image or noise parameters have been changed. Simulation results show that the performance of sparse sampling denoising is the same as classic filter or in some occasion fairly better than those. IV. MEDICAL IMAGE ENHANCEMENT USING MORPHOLOGICAL TRANSFORMATION Medical imaging includes different modalities and processes to visualize the interior of human body for diagnostic and treatment purpose. However, one of the most common degradations in medical images is their poor contrast quality and noise. The existence of several objects and the close proximity of adjacent pixels values make the diagnostic process a daunting task. The idea of image enhancement techniques is to improve the quality of an image. In this study, morphological transform operation is carried out on medical images to enhance the contrast and quality. A disk shaped mask is used in Top-Hat and Bottom-Hat transform and this mask plays a vital role in the operation. Different types and sizes of medical images need different masks so that they can be successfully enhanced. The method shown in this study takes a mask of an arbitrary size and keeps changing its size until an optimum enhanced image is obtained from the transformation operation. The enhancement is achieved via an iterative exfoliation process. The results indicate that this method improves the contrast of medical images and can help with better diagnosis. 4.1 Methods of mathematical morphology act based on the structural properties of objects. These methods use mathematical principles and relationships between categories to extract the components of an image, which are useful in describing the shape of zones. Morphological operators are nonlinear, and two sets of data are their input. The first set contains the original image and the second one describes the structural element (mask). The original image is binary or in gray level and the mask is a matrix containing zero and one values. It is after applying the final image to the morphological operators that a new value for each pixel is obtained through sliding the mask on the original image. Value 1 in each mask indicates effectiveness and value 0 indicates ineffectiveness in the final image. Different formats can be selected to form a mask. Figure 1 shows a disk-shaped mask with radius of 4 (9 * 9 matrix). 4.2 Methodology In the research Morphological Transform was implementing in MATLAB. At first we read the original image and calculate its CNR. We will require this CNR value to compare in the next steps. In the next step, we set an arbitrary structural element. We transform the original image and calculate CNR and PSNR values and store them. We compare this CNR value with the original image CNR value and if latter is larger we increase the size of structural element. Then we transform and calculate CNR and PSNR again and compare the current CNR value with the previous one. If the current value is larger we increase the size of structural element again. This goes on like a loop until we reach a point where the last CNR value is smaller than the previous one. We then set a structural element that is smaller than the last one and also set new end value and step of the loop to find out the structural element for whom the image has largest CNR value, meaning the image enhancement is optimum. The value we get at last is the size of our structural element for whom the original image is getting enhanced most. The number of steps and time taken to complete the operation is dependent on a few factors like size of the image, image source, initial condition, amount of noise etc. Figure 3 shows the flowchart of the whole process. V. SPARSE SAMPLING IN VIDEO ENCODING Comparatively, It proves that applying sparse sampling in video encoding and reconstruction shows better results than other traditional methods. Another advantage of using sparse sampling in video encoding is, its sampling rate is much lower than the Nyquist rate. First, the inverse discrete cosine transformation is applied to the signal to get the sparsity of the signal then only the sparse sampling can be applied. The total number of nonzero coefficient is much less than the total number of samples. 5.1 Time or space sampling Analog-to-digital converters, receivers, Space: cameras, medical imaging devices, ... Nyquist/Shannon foundation: must sample at twice the highest frequency Fig.1. Space sampling If ‘information bandwidth’ less than total bandwidth, then should be able to sample below Nyquist without information loss recover missing samples by convex optimization
  • 3. Int. J. Advanced Networking and Applications Volume: 08 Issue: 06 Pages: 3266-3269 (2017) ISSN: 0975-0290 3268 Fig.2. Information loss recovery 5.2. SPARSE SAMPLING IN VIDEO ENCODING Comparatively, It proves that applying sparse sampling in video encoding and reconstruction shows better results than other traditional methods. Another advantage of using sparse sampling in video encoding is, its sampling rate is much lower than the Nyquist rate. First, the inverse discrete cosine transformation is applied to the signal to get the sparsity of the signal then only the sparse sampling can be applied. The total number of nonzero coefficient is much less than the total number of samples. Fig.3. Sparse sampling in video encoding 5.3. SPARSE SAMPLING IN AFM IMAGING Atomic Force Microscopy is used to sense the surface of an atom or cell with the help of piezoelectric elements. By measuring the hardness of the cell, cancer cells can be identified when comparing with the normal cells. Here, the sample is scanned line by line from the top of the sample and the topography of the sample is obtained. The AFM employs fast scanning over the sample. It takes minutes to successfully obtain an image of the sample. When live cells are observed, the changes can happen within a second. This is where the sparse sampling is introduced which ensures reduced scanning time in Atomic Force Microscopy. Sparse sampling uses the compressed scan rather than the complete surface is being scanned. It uses less measurement compared to the traditional methods. The three steps involved in sparse sampling are sparse representation, projection or measurement and reconstruction. Sparse sampling is effective only when the signal is sparse. When the signal is not sparse in nature there is a need of some transformation to represent the signal as sparse. Fig.4. Sparse sampling in AFM imaging 5.4. SPARSE SAMPLING IN IMAGE ENCRYPTION The term sparse sampling is defined as projection of signal into a sensing matrix to reduce the size of the signal. Sparse sampling provides encryption mechanism because the reconstruction of the signal needs sensing matrix and the dictionary. Fig 3.1: Image Encryption using Sparse sampling. With sparse sampling, simultaneously compression and encryption is done. Ensuring security over data transmission is very important as it contains valuable data. Encryption is the well known mechanism for data security. Encryption is done only after the compression of data when the bandwidth channel is low and it takes considerable energy for transmission in an embedded system. With the sparse sampling, it takes only fewer measurements to reconstruct the original signal when comparing the traditional methods [4]. Fig.5. Sparse sampling in image encryption 5.5. SPARSE SAMPLING IN MISSING AREA RECONSTRUCTION Depending on the end-consumer requirements, clouds in remotely sensed imagery can also or might not represent an undesirable supply of noise. In case they're viewed as a noise supply, numerous methodologies have been developed within the past so as to cope with this trouble. Normally, the commonplace approach first detects the contaminated regions and, in a second instance, tries to dispose of the clouds by means of substituting them with cloud-loose estimations. With the help of Sparse sampling, We can recover an unknown sparse signal from a small set of linear projections. Through exploiting this new and critical end result, we can attain equivalent or better representations by using the use of much less
  • 4. Int. J. Advanced Networking and Applications Volume: 08 Issue: 06 Pages: 3266-3269 (2017) ISSN: 0975-0290 3269 measurements compared with other methods [5]. The three methods to clear up the trouble of the reconstruction of missing statistics due to the presence of clouds are, 1. Basis Pursuit – Uses L1 Normalization for convexification of the problem 2. Orthogonal Matching Pursuit – Improved Solution of Matching Pursit (MP), where elements with the highest correlation are selected and separated and then the iteration follows with the remaining elements. 3. Genetic Algorithm – Best Solution is selected from multiple candidate solution and applied with the help of genetic operators and fitness function. Fig.6. Missing area reconstruction VI. CONCLUSIONS This paper presents a Medical Image Enhancement Using Morphological Transformation and a survey of the sparse sampling and its various applications. Areas like Image Compression, encryption, Nano Imaging and Missing area reconstruction were studied, where sparse sampling is adopted to achieve better results. It also discussed the comprehensive sensing in video encoding and missing area reconstruction. VII. FUTURE WORK High reconstructed performance compressed video sensing (CVS) with low computational complexity and memory requirement is very challenging. In order to reconstruct the high quality video frames with low computational complexity, this paper proposes a tensor-based joint sparseness regularization CVS reconstruction model FrTVCST (fractional-order total variation combined with sparsifying transform), in which a high-order tensor fractional-order total variation (FrTV) regularization and a tensor discrete wavelet transform (DWT) L0 norm regularization are combined. Furthermore, an approach for choosing the regularization parameter that controls the influence of the two terms in this joint model is proposed. Afterwards, a tensor gradient projection algorithm extended from smoothed L0 (SL0) is deduced to solve this combined tensor FrTV and DWT joint regularization constrained minimization problem, using a smooth approximation of the L0 norm. Compared with several state-of-the-art CVS reconstruction algorithms, such as the Kronecker sparse sampling (KCS), generalized tensor sparse sampling (GTCS), N-way block orthogonal matching pursuit (N-BOMP), low-rank tensor sparse sampling (LRTCS), extensive experiments with commonly used video data sets show the competitive performance of the proposed algorithm with respect to the peak signal-to-noise ratio (PSNR) and subjective visual quality. ACKNOWLEDGEMENTS This article dedicated to my son master M.Sriram. I thank our Principal Dr.S.Arjunan, who provided insight and expertise that greatly assisted the research. I thank Thiru S.Maniselvan for comments that greatly improved the manuscript. I would also like to show my gratitude to my parents Thiru. M.Ramalingam and Mrs. R.Lakshmi for sharing their pearls of wisdom with me during the course of this research, and I thank “anonymous” reviewers for their so- called insights. References [1] The Physics arXiv Blog June 3, 2013 (2013- 05-25). "Bell Labs Invents Lensless Camera | MIT Technology Review". Technology review.com. Retrieved 2013-06-04. [2] Gang Huang; Hong Jiang; Kim Matthews; Paul Wilford (2013). "Lensless Imaging by Sparse sampling". IEEE International Conference on Image Processing, ICIP , Paper #. 2393. arXiv:1305.7181  . [3] Brady, David; Choi, Kerkil; Marks, Daniel; Horisaki, Ryoichi; Lim, Sehoon (2009). "Compressive holography". Optics Express. 17:13040–13049. doi: 10.1364/oe.17.013040. [4] Rivenson, Y.; Stern, A.; Javidi, B. (2010). "Compressive fresnel holography". Display Technology, Journal of. 6 (10): 506– 509. doi:10.1109/jdt.2010.2042276. [5] Bo Song, Ning Xi, Ruiguo Yang, King Wai Chiu Lai, Chengeng Qu, " Video Rate Atomic Force Microscopy (AFM) Imaging using Sparse sampling",. IEEE International Conference on Nanotechnology, 15-18 August 2011. [6] Endra, Rudy Susanto, Sparse sampling - based Image Encryption with Optimized Sensing Matrix "IEEE International Conference on Computational Intelligence and Cybernetics. Dec 2013. [7] Luca Lorenzi, Farid Melgani, Gregoire Mercier, "Missing – Area Reconstruction in Multispectral Images under a sparse sampling perspective" IEEE Transaction on Geoscience and remote sensing, vol. 51, no. 7, July 2013.