SlideShare a Scribd company logo
International Journal of Innovative Research in Advanced Engineering (IJIRAE)
Volume 1 Issue 1 (March 2014)
ISSN: 2278-2311 IJIRAE | http://ijirae.com
© 2014, IJIRAE – All Rights Reserved Page - 1
DIGITAL RESTORATION OF TORN FILMS USING
FILTERING TECHNIQUES
Dr.V.Karpagam Sanjushri.R Sujitha.S SumithraM
Associate Professor Dept of IT Dept of IT Dept of IT
SREC, Coimbatore,India SREC, Coimbatore,India SREC, Coimbatore,India SREC, Coimbatore,India
Karpagam11@yahoo.co rsanjushri@gmail.com sujithasj6@gmail.com sumithraamani@gmail.com
ABSTRACT- The acceptance of digital imaging is motivating many photography enthusiasts to transfer their
photographic archive to digital form. Scans of negatives and positives are preferred to be scanned at high resolution
which makes small cracks and scratches very apparent. These unsightly defects have become an important issue
for consumers. Filtering techniques are used for the restoration process which is fully automatic whereas the existing
systems were semi-automatic or completely manual. The method used for the detection of tear is dilation process and
top-hat transform. Top-hat transform might misinterpret dark brush strokes as cracks. In order to avoid these
unwanted alterations to the original image, brush strokes are separated from the actual cracks using clustering
technique. Tear removal includes order statistics filtering which deals with the reconstruction of missing or
damaged image areas.
Keywords- Image Restoration, Top-hat transform, Dilation, Clustering, Order statistics filtering
I. INTRODUCTION
Image restoration is one of the major topics in image processing which is a well studied problem and there are many
algorithms for deblurring and denoising. Many paintings particularly old paintings suffer from breaks in the
background, the paint or the varnish. These patterns are usually called cracks or tear and can be caused due to aging,
drying and mechanical factors which divides the image into two parts(Fig.1). The problems occur due to the
existence of tear are image quality deterioration and damaged image data along the tear boundary. Digital image
processing techniques are used to detect and eliminate the cracks on digitized paintings.
In previous systems, torn frames are detected by using an algorithm called graph cut segmentation [1][2]. Once it
detects the crack it segments it into two regions along the tear boundary. After delineating the tear boundary,
relative displacement between the segmented regions is estimated using a global-motion estimation technique [3]. To
estimate global motion separate histograms for each region are used. Finally, the reconstruction of damaged image
data[10] was performed by the existing dirt and sparkle removal algorithms and it requires the user to manually start
with the initial point of the crack pattern to fill them. The algorithms used for the detection and removal of crack was
semi-automatic and tedious to detect crack in very dark image areas.
Fig1 Image damaged by tear
In this paper, we have proposed filtering techniques for the detection and removal of crack. The results obtained
by these techniques are fully automatic. The technique consists of the following stages:
 Dilation process
 Top Hat Transformation
 SOM clustering technique
 Crack filling method
International Journal of Innovative Research in Advanced Engineering (IJIRAE)
Volume 1 Issue 1 (March 2014)
ISSN: 2278-2311 IJIRAE | http://ijirae.com
© 2014, IJIRAE – All Rights Reserved Page - 2
The image is pre-processed by morphological operation called dilation and processed by top hat transform to detect the
crack. Top hat might misclassify dark brush strokes as cracks. In order to avoid any undesirable changes to the
original image, brush strokes must be separated from cracks. For this purpose, we are applying clustering
technique called Self Organizing Feature Map (SOFM). After the detection of cracks, order statistics filtering and
anisotropic diffusion are applied. It fills the information by comparing the current pixel with the neighbor pixel.
II. DILATION PROCESS
Morphology is a broad set of image processing operation that processes images based on shapes. Morphological
operations apply a structuring element to an input image, creating an output image of the same size. In a morphological
operation, the value of each pixel in the output image is based on a comparison of the corresponding pixel in the
input image with its neighbors. By choosing the size and shape of the neighborhood, a morphological operation that
is sensitive to specific shapes in the input image is constructed.
NW N NE
W E
SW S ES
The dilation is the basic morphological expansion operation. The dilation operator takes two pieces of data as
inputs. The first is the image which is to be dilated. The second is a set of coordinate points known as a structuring
element. Dilation adds pixels to the boundaries of objects in an image, the number of pixels added or removed from the
objects in an image depends on the size and shape of the structuring element which is used to process the image.
This pre-processing technique is implemented to identify the cracks in image based on the top-hat transform
process. Before the top- hat transform process, the image is converted to a dilated one by dilation process. Dilation
process converts the image into high luminance (intensity) image by comparing the current pixel value with the
neighbor pixel value.
If the intensity value is greater than a particular value then set the current pixel to white (i.e.255) otherwise
set current pixel itself. This process is followed to the whole image to detect crack in an image.
Fig2 Dilated image
III. TOP HAT TRANSFORMATION
This can be used to eliminate particular features of an image. The top-hat transform is a grayscale
morphological filter defined as follows
y(x) = f(x) -fnB(x)
where fnB(x) is the opening of the function f(x) with the structuring set nB, defined as:
nB= B B …… B (n times) denotes the dilation operation
International Journal of Innovative Research in Advanced Engineering (IJIRAE)
Volume 1 Issue 1 (March 2014)
ISSN: 2278-2311 IJIRAE | http://ijirae.com
© 2014, IJIRAE – All Rights Reserved Page - 3
Fig3 Image with dark gray scale
The output of the dilation image has taken as input to the Top-hat transform. Top-hat transform convert
the image into the dark gray scale image. In this method set the current pixel which is difference of original image pixel
and the dilation image pixel. Usually in gray scale the cracks are large gray value. So here it can easily detect the
cracks which are large gray value. Otherwise the pixel location corresponds to the background. The top-hat transform
generates a grayscale output image where pixels with a large gray value are potential crack or crack-like
elements. Therefore, a threshold operation is required to separate cracks from the rest of the image. The threshold can
be chosen by a trial and error procedure, i.e., by inspecting its effect on the resulting crack map.
IV. SOM CLUSTERING TECHNIQUE
In some paintings, there exist some areas where the brush strokes have almost the same thickness and
luminance features as cracks. For example, the hair of a person in a portrait could be such an area. In those cases the
top-hat transform might misinterpret these brush strokes as cracks. Thus, in order to avoid these unwanted changes to
the original image, it is very important to separate these brush strokes from the actual cracks, before the
implementation of the crack filling procedure. Those brush strokes can be removed by using Self-Organizing Map[8][9]
in which the brush stroke detection and removal is fully automatic. A self-organizing map (SOM) or self- organizing
feature map (SOFM) is a type of Artificial Neural Network (ANN) that is trained using unsupervised learning.
The SOM initially calculates features for each pixel such as mean, variance, number of occurrences in
histogram, intensity values for each pixel. The SOM consists of a regular, usually two-dimensional (2-D), grid of map
units. Each unit is represented by a prototype vector. The units are connected to adjacent ones by a neighborhood
relation. The number of map units, that varies from a few dozen to several thousand, determines the accuracy and the
generalization capability of the SOM. During training, the SOM forms elastic net that folds onto “cloud” which is formed
by the input data. Data points which lies near each other in the input space are mapped to nearby map units. Thus,
the SOM could be interpreted as a topology which preserves mapping from input space onto the 2-D grid of map units.
The SOM is trained iteratively and at each step of training, a sample vector is randomly chosen from the input data
set. Then, distance between the sample vectors and all the prototype vectors are computed. The best matching unit
(BMU) is then calculated which is the mapping unit with prototype closest to the sample vector. Next, the prototype
vector is updated. The BMU which is calculated and its topological neighbors are moved closer to the input
vector in the input space. The prototype vector is updated. Finally, the crack fall under one category and the brush
stroke in another category. Then a separate color is given to each cluster to highlight the crack alone, thus removing the
brush strokes.
a) Color Image
International Journal of Innovative Research in Advanced Engineering (IJIRAE)
Volume 1 Issue 1 (March 2014)
ISSN: 2278-2311 IJIRAE | http://ijirae.com
© 2014, IJIRAE – All Rights Reserved Page - 4
b) Binary Image
Fig5. Brush strokes separated from cracks
V. CRACK FILLING METHOD
After detecting the cracks and separating misclassified brush strokes, the final task is to restore the missing
image data using local image information (i.e., information from neighboring pixels). Two classes of techniques,
utilizing order statistics filtering and anisotropic diffusion are proposed for this purpose. Order statistics filtering is
implemented on each RGB channel independently and affect only those pixels which belong to cracks. The filling
procedure does not affect the actual information of the image.
A. Order Statistics Filtering
An effective way for removing the cracks is by applying median filter[5] or order statistics[6][7] filtering
technique in their neighborhood. All filters are selectively applied on the cracks. If the filter window is adequately
large, the crack pixels inside the window will be outliers and will be rejected. Thus, the crack pixel will be assigned
with the value of one of the neighboring non-crack pixels. The following filters can be used for this purpose:
Median filter:
Recursive median filter:
where the y i-v,…,y i-1are the already computed median output samples
B. Anisotropic diffusion
Anisotropic diffusion is an image enhancement technique which combines smoothing of slowly varying
intensity regions with edge enhancement. Smoothing is modeled as a diffusion process which allows along
homogeneous regions and reserves region boundaries.
Fig6. Restored image
International Journal of Innovative Research in Advanced Engineering (IJIRAE)
Volume 1 Issue 1 (March 2014)
ISSN: 2278-2311 IJIRAE | http://ijirae.com
© 2014, IJIRAE – All Rights Reserved Page - 5
VI. CONCLUSION
In this paper, we proposed filtering techniques for the detection and restoration of line cracks in digital image.
The dark brush strokes which are misidentified as cracks are separated by an automatic technique (SOFM). Crack
interpolation is performed by appropriately modified order statistics filtering and controlled anisotropic diffusion is
used to reduce the image noise. By selectively applying filtering techniques the quality of the image can be further
improved.
REFERENCES
[1] David Corrigan, Anil Kokaram and Naomi Harte , “Algorithms for the Digital Restoration of Torn Films” IEEE
Transactions on image processing,vol.21,No.2(Feb. 2012)
[2] Y. Boykov and M.P. Jolly, “Interactive graph cuts for optimal boundary and region segmentation in n-d images” in Proc.
IEEE Int.Conf. Comput. Vis., 2001, vol. 1, pp. 105– 112.
[3] R. Coudray and B. Besserer, “Global motion estimation for MPEG encoded streams” in Proc. IEEE Int. Conf. Image
Process., Singapore, 2004, pp. 3411–3414.
[4] M. Bertalmio, G. Sapiro, V. Caselles and C. Ballester, “Image inpainting” in Proc. ACM SIGGRAPH, 2000, pp. 417–424.
[5] G. J. Yong and T. S. Huang, “The effect of median filtering in edge location estimation” Computer vision, Graphics and
Image Processing, vol. 15, pp. 224-245, 1981.
[6] H. A. David, “Order Statistics” New York: Wiley, 1981
[7] C. G. Boncelet, “Algorithms to compute order statistic distributions” SIAM J. Stat. Comput., vol. 8, no. 5, pp. 868-876,Sept.
1987.
[8] Kohonen, T ”Self-organizing maps” Springer Series in Information Sciences(2001)
[9] Marinai, S., Gori, M., Soda, G “Artificial neural networks for document analysis and recognition” IEEE
Transactions on PAMI 27(1) (2005) 23–35
[10] A. Kokaram, “On missing data treatment for degraded video and frame archives: A survey and a new
Bayesian approach” IEEE Trans. Image Process., vol. 13, no. 3, pp. 397–415, Mar. 2004.

More Related Content

What's hot

various methods for image segmentation
various methods for image segmentationvarious methods for image segmentation
various methods for image segmentation
Raveesh Methi
 
Review of Image Segmentation Techniques based on Region Merging Approach
Review of Image Segmentation Techniques based on Region Merging ApproachReview of Image Segmentation Techniques based on Region Merging Approach
Review of Image Segmentation Techniques based on Region Merging Approach
Editor IJMTER
 
Edge Detection and Segmentation
Edge Detection and SegmentationEdge Detection and Segmentation
Edge Detection and Segmentation
A B Shinde
 
Image segmentation 2
Image segmentation 2 Image segmentation 2
Image segmentation 2
Rumah Belajar
 
Im seg04
Im seg04Im seg04
Im seg04
Sonali Gupta
 
Image segmentation
Image segmentationImage segmentation
Image segmentation
Mukul Jindal
 
LN s11-machine vision-s2
LN s11-machine vision-s2LN s11-machine vision-s2
LN s11-machine vision-s2
Binus Online Learning
 
D018112429
D018112429D018112429
D018112429
IOSR Journals
 
Marker Controlled Segmentation Technique for Medical application
Marker Controlled Segmentation Technique for Medical applicationMarker Controlled Segmentation Technique for Medical application
Marker Controlled Segmentation Technique for Medical application
Rushin Shah
 
A comparison of image segmentation techniques, otsu and watershed for x ray i...
A comparison of image segmentation techniques, otsu and watershed for x ray i...A comparison of image segmentation techniques, otsu and watershed for x ray i...
A comparison of image segmentation techniques, otsu and watershed for x ray i...
eSAT Journals
 
PPT s06-machine vision-s2
PPT s06-machine vision-s2PPT s06-machine vision-s2
PPT s06-machine vision-s2
Binus Online Learning
 
Image segmentation
Image segmentationImage segmentation
Image segmentation
Deepak Kumar
 
A New Technique of Extraction of Edge Detection Using Digital Image Processing
A New Technique of Extraction of Edge Detection Using Digital  Image Processing A New Technique of Extraction of Edge Detection Using Digital  Image Processing
A New Technique of Extraction of Edge Detection Using Digital Image Processing
IJMER
 
Final Paper
Final PaperFinal Paper
Final Paper
Nicholas Chehade
 
PPT s11-machine vision-s2
PPT s11-machine vision-s2PPT s11-machine vision-s2
PPT s11-machine vision-s2
Binus Online Learning
 
Gabor Filter
Gabor FilterGabor Filter
Dip Image Segmentation
Dip Image SegmentationDip Image Segmentation
Dip Image Segmentation
Mubbasher Khaliq
 
PPT s01-machine vision-s2
PPT s01-machine vision-s2PPT s01-machine vision-s2
PPT s01-machine vision-s2
Binus Online Learning
 
Image segmentation
Image segmentationImage segmentation
Image segmentation
Gayan Sampath
 
Object extraction using edge, motion and saliency information from videos
Object extraction using edge, motion and saliency information from videosObject extraction using edge, motion and saliency information from videos
Object extraction using edge, motion and saliency information from videos
eSAT Journals
 

What's hot (20)

various methods for image segmentation
various methods for image segmentationvarious methods for image segmentation
various methods for image segmentation
 
Review of Image Segmentation Techniques based on Region Merging Approach
Review of Image Segmentation Techniques based on Region Merging ApproachReview of Image Segmentation Techniques based on Region Merging Approach
Review of Image Segmentation Techniques based on Region Merging Approach
 
Edge Detection and Segmentation
Edge Detection and SegmentationEdge Detection and Segmentation
Edge Detection and Segmentation
 
Image segmentation 2
Image segmentation 2 Image segmentation 2
Image segmentation 2
 
Im seg04
Im seg04Im seg04
Im seg04
 
Image segmentation
Image segmentationImage segmentation
Image segmentation
 
LN s11-machine vision-s2
LN s11-machine vision-s2LN s11-machine vision-s2
LN s11-machine vision-s2
 
D018112429
D018112429D018112429
D018112429
 
Marker Controlled Segmentation Technique for Medical application
Marker Controlled Segmentation Technique for Medical applicationMarker Controlled Segmentation Technique for Medical application
Marker Controlled Segmentation Technique for Medical application
 
A comparison of image segmentation techniques, otsu and watershed for x ray i...
A comparison of image segmentation techniques, otsu and watershed for x ray i...A comparison of image segmentation techniques, otsu and watershed for x ray i...
A comparison of image segmentation techniques, otsu and watershed for x ray i...
 
PPT s06-machine vision-s2
PPT s06-machine vision-s2PPT s06-machine vision-s2
PPT s06-machine vision-s2
 
Image segmentation
Image segmentationImage segmentation
Image segmentation
 
A New Technique of Extraction of Edge Detection Using Digital Image Processing
A New Technique of Extraction of Edge Detection Using Digital  Image Processing A New Technique of Extraction of Edge Detection Using Digital  Image Processing
A New Technique of Extraction of Edge Detection Using Digital Image Processing
 
Final Paper
Final PaperFinal Paper
Final Paper
 
PPT s11-machine vision-s2
PPT s11-machine vision-s2PPT s11-machine vision-s2
PPT s11-machine vision-s2
 
Gabor Filter
Gabor FilterGabor Filter
Gabor Filter
 
Dip Image Segmentation
Dip Image SegmentationDip Image Segmentation
Dip Image Segmentation
 
PPT s01-machine vision-s2
PPT s01-machine vision-s2PPT s01-machine vision-s2
PPT s01-machine vision-s2
 
Image segmentation
Image segmentationImage segmentation
Image segmentation
 
Object extraction using edge, motion and saliency information from videos
Object extraction using edge, motion and saliency information from videosObject extraction using edge, motion and saliency information from videos
Object extraction using edge, motion and saliency information from videos
 

Viewers also liked

Top 5 web administrator cover letter samples
Top 5 web administrator cover letter samplesTop 5 web administrator cover letter samples
Top 5 web administrator cover letter samples
restzonst
 
Mustafa cv 2016
Mustafa cv 2016Mustafa cv 2016
Mustafa cv 2016
Mustafa Munsoer
 
Les métaux lourds dans les sédiments de la retenue de barrage Sidi Chahed (ré...
Les métaux lourds dans les sédiments de la retenue de barrage Sidi Chahed (ré...Les métaux lourds dans les sédiments de la retenue de barrage Sidi Chahed (ré...
Les métaux lourds dans les sédiments de la retenue de barrage Sidi Chahed (ré...
AM Publications
 
Cosmic Adventure 3.01 Making of the Pandora's Box
Cosmic Adventure 3.01 Making of the Pandora's BoxCosmic Adventure 3.01 Making of the Pandora's Box
Cosmic Adventure 3.01 Making of the Pandora's Box
Stephen Kwong
 
Transient Analysis of Centrifugal Pump for Thermic Fluid Application
Transient Analysis of Centrifugal Pump for Thermic Fluid ApplicationTransient Analysis of Centrifugal Pump for Thermic Fluid Application
Transient Analysis of Centrifugal Pump for Thermic Fluid Application
AM Publications
 
OFDM: Modulation Technique for Wireless Communication
OFDM: Modulation Technique for Wireless CommunicationOFDM: Modulation Technique for Wireless Communication
OFDM: Modulation Technique for Wireless Communication
AM Publications
 
A Combined Method with automatic parameter optimization for Multi-class Image...
A Combined Method with automatic parameter optimization for Multi-class Image...A Combined Method with automatic parameter optimization for Multi-class Image...
A Combined Method with automatic parameter optimization for Multi-class Image...
AM Publications
 
A Study on Data Mining Based Intrusion Detection System
A Study on Data Mining Based Intrusion Detection SystemA Study on Data Mining Based Intrusion Detection System
A Study on Data Mining Based Intrusion Detection System
AM Publications
 
Resistance Spot Welding of CRCA Steel sheets using surface modified electrodes
Resistance Spot Welding of CRCA Steel sheets using surface modified electrodesResistance Spot Welding of CRCA Steel sheets using surface modified electrodes
Resistance Spot Welding of CRCA Steel sheets using surface modified electrodes
AM Publications
 
Software as a Service
Software as a ServiceSoftware as a Service
Software as a Service
AM Publications
 
Design of advanced encryption standard using Vedic Mathematics
Design of advanced encryption standard using Vedic MathematicsDesign of advanced encryption standard using Vedic Mathematics
Design of advanced encryption standard using Vedic Mathematics
AM Publications
 
Traditional Activities at Canyon Creek Summer Camp
Traditional Activities at Canyon Creek Summer CampTraditional Activities at Canyon Creek Summer Camp
Traditional Activities at Canyon Creek Summer Camp
Canyon Creek Summer Camp
 
An Intelligent Expert Based System Neural Network For The Diagnosis Of Type2 ...
An Intelligent Expert Based System Neural Network For The Diagnosis Of Type2 ...An Intelligent Expert Based System Neural Network For The Diagnosis Of Type2 ...
An Intelligent Expert Based System Neural Network For The Diagnosis Of Type2 ...
AM Publications
 
Gruppa12
Gruppa12Gruppa12
Gruppa12
dima-jeep
 
Using Platform-As-A-Service (Paas) for Better Resource Utilization and Better...
Using Platform-As-A-Service (Paas) for Better Resource Utilization and Better...Using Platform-As-A-Service (Paas) for Better Resource Utilization and Better...
Using Platform-As-A-Service (Paas) for Better Resource Utilization and Better...
AM Publications
 
EXPERIMENTAL STUDY ON STRENGTH BEHAVIOUR OF SELF COMPACTING CONCRETE USING RE...
EXPERIMENTAL STUDY ON STRENGTH BEHAVIOUR OF SELF COMPACTING CONCRETE USING RE...EXPERIMENTAL STUDY ON STRENGTH BEHAVIOUR OF SELF COMPACTING CONCRETE USING RE...
EXPERIMENTAL STUDY ON STRENGTH BEHAVIOUR OF SELF COMPACTING CONCRETE USING RE...
AM Publications
 
Ict (mystery words) latest 1 copy - copy
Ict (mystery words) latest 1   copy - copyIct (mystery words) latest 1   copy - copy
Ict (mystery words) latest 1 copy - copy
kinglion19952
 
Advanced Security Mechanism for Mobile Ad hoc Networks using Game Theoretic A...
Advanced Security Mechanism for Mobile Ad hoc Networks using Game Theoretic A...Advanced Security Mechanism for Mobile Ad hoc Networks using Game Theoretic A...
Advanced Security Mechanism for Mobile Ad hoc Networks using Game Theoretic A...
AM Publications
 
Interior Design
Interior DesignInterior Design
Interior Design
Katrina Aleksa
 
Презентация учителя
Презентация учителяПрезентация учителя
Презентация учителя
30Sveta30
 

Viewers also liked (20)

Top 5 web administrator cover letter samples
Top 5 web administrator cover letter samplesTop 5 web administrator cover letter samples
Top 5 web administrator cover letter samples
 
Mustafa cv 2016
Mustafa cv 2016Mustafa cv 2016
Mustafa cv 2016
 
Les métaux lourds dans les sédiments de la retenue de barrage Sidi Chahed (ré...
Les métaux lourds dans les sédiments de la retenue de barrage Sidi Chahed (ré...Les métaux lourds dans les sédiments de la retenue de barrage Sidi Chahed (ré...
Les métaux lourds dans les sédiments de la retenue de barrage Sidi Chahed (ré...
 
Cosmic Adventure 3.01 Making of the Pandora's Box
Cosmic Adventure 3.01 Making of the Pandora's BoxCosmic Adventure 3.01 Making of the Pandora's Box
Cosmic Adventure 3.01 Making of the Pandora's Box
 
Transient Analysis of Centrifugal Pump for Thermic Fluid Application
Transient Analysis of Centrifugal Pump for Thermic Fluid ApplicationTransient Analysis of Centrifugal Pump for Thermic Fluid Application
Transient Analysis of Centrifugal Pump for Thermic Fluid Application
 
OFDM: Modulation Technique for Wireless Communication
OFDM: Modulation Technique for Wireless CommunicationOFDM: Modulation Technique for Wireless Communication
OFDM: Modulation Technique for Wireless Communication
 
A Combined Method with automatic parameter optimization for Multi-class Image...
A Combined Method with automatic parameter optimization for Multi-class Image...A Combined Method with automatic parameter optimization for Multi-class Image...
A Combined Method with automatic parameter optimization for Multi-class Image...
 
A Study on Data Mining Based Intrusion Detection System
A Study on Data Mining Based Intrusion Detection SystemA Study on Data Mining Based Intrusion Detection System
A Study on Data Mining Based Intrusion Detection System
 
Resistance Spot Welding of CRCA Steel sheets using surface modified electrodes
Resistance Spot Welding of CRCA Steel sheets using surface modified electrodesResistance Spot Welding of CRCA Steel sheets using surface modified electrodes
Resistance Spot Welding of CRCA Steel sheets using surface modified electrodes
 
Software as a Service
Software as a ServiceSoftware as a Service
Software as a Service
 
Design of advanced encryption standard using Vedic Mathematics
Design of advanced encryption standard using Vedic MathematicsDesign of advanced encryption standard using Vedic Mathematics
Design of advanced encryption standard using Vedic Mathematics
 
Traditional Activities at Canyon Creek Summer Camp
Traditional Activities at Canyon Creek Summer CampTraditional Activities at Canyon Creek Summer Camp
Traditional Activities at Canyon Creek Summer Camp
 
An Intelligent Expert Based System Neural Network For The Diagnosis Of Type2 ...
An Intelligent Expert Based System Neural Network For The Diagnosis Of Type2 ...An Intelligent Expert Based System Neural Network For The Diagnosis Of Type2 ...
An Intelligent Expert Based System Neural Network For The Diagnosis Of Type2 ...
 
Gruppa12
Gruppa12Gruppa12
Gruppa12
 
Using Platform-As-A-Service (Paas) for Better Resource Utilization and Better...
Using Platform-As-A-Service (Paas) for Better Resource Utilization and Better...Using Platform-As-A-Service (Paas) for Better Resource Utilization and Better...
Using Platform-As-A-Service (Paas) for Better Resource Utilization and Better...
 
EXPERIMENTAL STUDY ON STRENGTH BEHAVIOUR OF SELF COMPACTING CONCRETE USING RE...
EXPERIMENTAL STUDY ON STRENGTH BEHAVIOUR OF SELF COMPACTING CONCRETE USING RE...EXPERIMENTAL STUDY ON STRENGTH BEHAVIOUR OF SELF COMPACTING CONCRETE USING RE...
EXPERIMENTAL STUDY ON STRENGTH BEHAVIOUR OF SELF COMPACTING CONCRETE USING RE...
 
Ict (mystery words) latest 1 copy - copy
Ict (mystery words) latest 1   copy - copyIct (mystery words) latest 1   copy - copy
Ict (mystery words) latest 1 copy - copy
 
Advanced Security Mechanism for Mobile Ad hoc Networks using Game Theoretic A...
Advanced Security Mechanism for Mobile Ad hoc Networks using Game Theoretic A...Advanced Security Mechanism for Mobile Ad hoc Networks using Game Theoretic A...
Advanced Security Mechanism for Mobile Ad hoc Networks using Game Theoretic A...
 
Interior Design
Interior DesignInterior Design
Interior Design
 
Презентация учителя
Презентация учителяПрезентация учителя
Презентация учителя
 

Similar to DIGITAL RESTORATION OF TORN FILMS USING FILTERING T ECHNIQUES

Analysis of Digital Image Forgery Detection using Adaptive Over-Segmentation ...
Analysis of Digital Image Forgery Detection using Adaptive Over-Segmentation ...Analysis of Digital Image Forgery Detection using Adaptive Over-Segmentation ...
Analysis of Digital Image Forgery Detection using Adaptive Over-Segmentation ...
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 MATLAB
IRJET Journal
 
H017324449
H017324449H017324449
H017324449
IOSR Journals
 
Heap graph, software birthmark, frequent sub graph mining.
Heap graph, software birthmark, frequent sub graph mining.Heap graph, software birthmark, frequent sub graph mining.
Heap graph, software birthmark, frequent sub graph mining.
iosrjce
 
IRJET- Image Feature Extraction using Hough Transformation Principle
IRJET- Image Feature Extraction using Hough Transformation PrincipleIRJET- Image Feature Extraction using Hough Transformation Principle
IRJET- Image Feature Extraction using Hough Transformation Principle
IRJET Journal
 
IRJET-Analysis of Face Recognition System for Different Classifier
IRJET-Analysis of Face Recognition System for Different ClassifierIRJET-Analysis of Face Recognition System for Different Classifier
IRJET-Analysis of Face Recognition System for Different Classifier
IRJET Journal
 
Ed34785790
Ed34785790Ed34785790
Ed34785790
IJERA Editor
 
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 Moving Target Detection Algorithm Based on Dynamic Background
A Moving Target Detection Algorithm Based on Dynamic BackgroundA Moving Target Detection Algorithm Based on Dynamic Background
A Moving Target Detection Algorithm Based on Dynamic Background
Chittipolu Praveen
 
Real time implementation of object tracking through
Real time implementation of object tracking throughReal time implementation of object tracking through
Real time implementation of object tracking through
eSAT Publishing House
 
Text Extraction and Recognition Using Median Filter
Text Extraction and Recognition Using Median FilterText Extraction and Recognition Using Median Filter
Text Extraction and Recognition Using Median Filter
IRJET Journal
 
International Journal of Computational Engineering Research(IJCER)
International Journal of Computational Engineering Research(IJCER)International Journal of Computational Engineering Research(IJCER)
International Journal of Computational Engineering Research(IJCER)
ijceronline
 
Environment Detection and Path Planning Using the E-puck Robot
Environment Detection and Path Planning Using the E-puck Robot Environment Detection and Path Planning Using the E-puck Robot
Environment Detection and Path Planning Using the E-puck Robot
IRJET Journal
 
An Unsupervised Change Detection in Satellite IMAGES Using MRFFCM Clustering
An Unsupervised Change Detection in Satellite IMAGES Using MRFFCM ClusteringAn Unsupervised Change Detection in Satellite IMAGES Using MRFFCM Clustering
An Unsupervised Change Detection in Satellite IMAGES Using MRFFCM Clustering
Editor IJCATR
 
Automatic Detection of Radius of Bone Fracture
Automatic Detection of Radius of Bone FractureAutomatic Detection of Radius of Bone Fracture
Automatic Detection of Radius of Bone Fracture
IRJET Journal
 
Design and implementation of video tracking system based on camera field of view
Design and implementation of video tracking system based on camera field of viewDesign and implementation of video tracking system based on camera field of view
Design and implementation of video tracking system based on camera field of view
sipij
 
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
 
IMAGE RESTORATION BASED ON MORPHOLOGICAL OPERATIONS
IMAGE RESTORATION BASED ON MORPHOLOGICAL OPERATIONSIMAGE RESTORATION BASED ON MORPHOLOGICAL OPERATIONS
IMAGE RESTORATION BASED ON MORPHOLOGICAL OPERATIONS
ijcseit
 
Image restoration based on morphological operations
Image restoration based on morphological operationsImage restoration based on morphological operations
Image restoration based on morphological operations
ijcseit
 
IRJET- Digit Identification in Natural Images
IRJET- Digit Identification in Natural ImagesIRJET- Digit Identification in Natural Images
IRJET- Digit Identification in Natural Images
IRJET Journal
 

Similar to DIGITAL RESTORATION OF TORN FILMS USING FILTERING T ECHNIQUES (20)

Analysis of Digital Image Forgery Detection using Adaptive Over-Segmentation ...
Analysis of Digital Image Forgery Detection using Adaptive Over-Segmentation ...Analysis of Digital Image Forgery Detection using Adaptive Over-Segmentation ...
Analysis of Digital Image Forgery Detection using Adaptive Over-Segmentation ...
 
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
 
H017324449
H017324449H017324449
H017324449
 
Heap graph, software birthmark, frequent sub graph mining.
Heap graph, software birthmark, frequent sub graph mining.Heap graph, software birthmark, frequent sub graph mining.
Heap graph, software birthmark, frequent sub graph mining.
 
IRJET- Image Feature Extraction using Hough Transformation Principle
IRJET- Image Feature Extraction using Hough Transformation PrincipleIRJET- Image Feature Extraction using Hough Transformation Principle
IRJET- Image Feature Extraction using Hough Transformation Principle
 
IRJET-Analysis of Face Recognition System for Different Classifier
IRJET-Analysis of Face Recognition System for Different ClassifierIRJET-Analysis of Face Recognition System for Different Classifier
IRJET-Analysis of Face Recognition System for Different Classifier
 
Ed34785790
Ed34785790Ed34785790
Ed34785790
 
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...
 
A Moving Target Detection Algorithm Based on Dynamic Background
A Moving Target Detection Algorithm Based on Dynamic BackgroundA Moving Target Detection Algorithm Based on Dynamic Background
A Moving Target Detection Algorithm Based on Dynamic Background
 
Real time implementation of object tracking through
Real time implementation of object tracking throughReal time implementation of object tracking through
Real time implementation of object tracking through
 
Text Extraction and Recognition Using Median Filter
Text Extraction and Recognition Using Median FilterText Extraction and Recognition Using Median Filter
Text Extraction and Recognition Using Median Filter
 
International Journal of Computational Engineering Research(IJCER)
International Journal of Computational Engineering Research(IJCER)International Journal of Computational Engineering Research(IJCER)
International Journal of Computational Engineering Research(IJCER)
 
Environment Detection and Path Planning Using the E-puck Robot
Environment Detection and Path Planning Using the E-puck Robot Environment Detection and Path Planning Using the E-puck Robot
Environment Detection and Path Planning Using the E-puck Robot
 
An Unsupervised Change Detection in Satellite IMAGES Using MRFFCM Clustering
An Unsupervised Change Detection in Satellite IMAGES Using MRFFCM ClusteringAn Unsupervised Change Detection in Satellite IMAGES Using MRFFCM Clustering
An Unsupervised Change Detection in Satellite IMAGES Using MRFFCM Clustering
 
Automatic Detection of Radius of Bone Fracture
Automatic Detection of Radius of Bone FractureAutomatic Detection of Radius of Bone Fracture
Automatic Detection of Radius of Bone Fracture
 
Design and implementation of video tracking system based on camera field of view
Design and implementation of video tracking system based on camera field of viewDesign and implementation of video tracking system based on camera field of view
Design and implementation of video tracking system based on camera field of view
 
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...
 
IMAGE RESTORATION BASED ON MORPHOLOGICAL OPERATIONS
IMAGE RESTORATION BASED ON MORPHOLOGICAL OPERATIONSIMAGE RESTORATION BASED ON MORPHOLOGICAL OPERATIONS
IMAGE RESTORATION BASED ON MORPHOLOGICAL OPERATIONS
 
Image restoration based on morphological operations
Image restoration based on morphological operationsImage restoration based on morphological operations
Image restoration based on morphological operations
 
IRJET- Digit Identification in Natural Images
IRJET- Digit Identification in Natural ImagesIRJET- Digit Identification in Natural Images
IRJET- Digit Identification in Natural Images
 

More from AM Publications

DEVELOPMENT OF TODDLER FAMILY CADRE TRAINING BASED ON ANDROID APPLICATIONS IN...
DEVELOPMENT OF TODDLER FAMILY CADRE TRAINING BASED ON ANDROID APPLICATIONS IN...DEVELOPMENT OF TODDLER FAMILY CADRE TRAINING BASED ON ANDROID APPLICATIONS IN...
DEVELOPMENT OF TODDLER FAMILY CADRE TRAINING BASED ON ANDROID APPLICATIONS IN...
AM Publications
 
TESTING OF COMPOSITE ON DROP-WEIGHT IMPACT TESTING AND DAMAGE IDENTIFICATION ...
TESTING OF COMPOSITE ON DROP-WEIGHT IMPACT TESTING AND DAMAGE IDENTIFICATION ...TESTING OF COMPOSITE ON DROP-WEIGHT IMPACT TESTING AND DAMAGE IDENTIFICATION ...
TESTING OF COMPOSITE ON DROP-WEIGHT IMPACT TESTING AND DAMAGE IDENTIFICATION ...
AM Publications
 
THE USE OF FRACTAL GEOMETRY IN TILING MOTIF DESIGN
THE USE OF FRACTAL GEOMETRY IN TILING MOTIF DESIGNTHE USE OF FRACTAL GEOMETRY IN TILING MOTIF DESIGN
THE USE OF FRACTAL GEOMETRY IN TILING MOTIF DESIGN
AM Publications
 
TWO-DIMENSIONAL INVERSION FINITE ELEMENT MODELING OF MAGNETOTELLURIC DATA: CA...
TWO-DIMENSIONAL INVERSION FINITE ELEMENT MODELING OF MAGNETOTELLURIC DATA: CA...TWO-DIMENSIONAL INVERSION FINITE ELEMENT MODELING OF MAGNETOTELLURIC DATA: CA...
TWO-DIMENSIONAL INVERSION FINITE ELEMENT MODELING OF MAGNETOTELLURIC DATA: CA...
AM Publications
 
USING THE GENETIC ALGORITHM TO OPTIMIZE LASER WELDING PARAMETERS FOR MARTENSI...
USING THE GENETIC ALGORITHM TO OPTIMIZE LASER WELDING PARAMETERS FOR MARTENSI...USING THE GENETIC ALGORITHM TO OPTIMIZE LASER WELDING PARAMETERS FOR MARTENSI...
USING THE GENETIC ALGORITHM TO OPTIMIZE LASER WELDING PARAMETERS FOR MARTENSI...
AM Publications
 
ANALYSIS AND DESIGN E-MARKETPLACE FOR MICRO, SMALL AND MEDIUM ENTERPRISES
ANALYSIS AND DESIGN E-MARKETPLACE FOR MICRO, SMALL AND MEDIUM ENTERPRISESANALYSIS AND DESIGN E-MARKETPLACE FOR MICRO, SMALL AND MEDIUM ENTERPRISES
ANALYSIS AND DESIGN E-MARKETPLACE FOR MICRO, SMALL AND MEDIUM ENTERPRISES
AM Publications
 
REMOTE SENSING AND GEOGRAPHIC INFORMATION SYSTEMS
REMOTE SENSING AND GEOGRAPHIC INFORMATION SYSTEMS REMOTE SENSING AND GEOGRAPHIC INFORMATION SYSTEMS
REMOTE SENSING AND GEOGRAPHIC INFORMATION SYSTEMS
AM Publications
 
EVALUATE THE STRAIN ENERGY ERROR FOR THE LASER WELD BY THE H-REFINEMENT OF TH...
EVALUATE THE STRAIN ENERGY ERROR FOR THE LASER WELD BY THE H-REFINEMENT OF TH...EVALUATE THE STRAIN ENERGY ERROR FOR THE LASER WELD BY THE H-REFINEMENT OF TH...
EVALUATE THE STRAIN ENERGY ERROR FOR THE LASER WELD BY THE H-REFINEMENT OF TH...
AM Publications
 
HMM APPLICATION IN ISOLATED WORD SPEECH RECOGNITION
HMM APPLICATION IN ISOLATED WORD SPEECH RECOGNITIONHMM APPLICATION IN ISOLATED WORD SPEECH RECOGNITION
HMM APPLICATION IN ISOLATED WORD SPEECH RECOGNITION
AM Publications
 
PEDESTRIAN DETECTION IN LOW RESOLUTION VIDEOS USING A MULTI-FRAME HOG-BASED D...
PEDESTRIAN DETECTION IN LOW RESOLUTION VIDEOS USING A MULTI-FRAME HOG-BASED D...PEDESTRIAN DETECTION IN LOW RESOLUTION VIDEOS USING A MULTI-FRAME HOG-BASED D...
PEDESTRIAN DETECTION IN LOW RESOLUTION VIDEOS USING A MULTI-FRAME HOG-BASED D...
AM Publications
 
INTELLIGENT BLIND STICK
INTELLIGENT BLIND STICKINTELLIGENT BLIND STICK
INTELLIGENT BLIND STICK
AM Publications
 
EFFECT OF SILICON - RUBBER (SR) SHEETS AS AN ALTERNATIVE FILTER ON HIGH AND L...
EFFECT OF SILICON - RUBBER (SR) SHEETS AS AN ALTERNATIVE FILTER ON HIGH AND L...EFFECT OF SILICON - RUBBER (SR) SHEETS AS AN ALTERNATIVE FILTER ON HIGH AND L...
EFFECT OF SILICON - RUBBER (SR) SHEETS AS AN ALTERNATIVE FILTER ON HIGH AND L...
AM Publications
 
UTILIZATION OF IMMUNIZATION SERVICES AMONG CHILDREN UNDER FIVE YEARS OF AGE I...
UTILIZATION OF IMMUNIZATION SERVICES AMONG CHILDREN UNDER FIVE YEARS OF AGE I...UTILIZATION OF IMMUNIZATION SERVICES AMONG CHILDREN UNDER FIVE YEARS OF AGE I...
UTILIZATION OF IMMUNIZATION SERVICES AMONG CHILDREN UNDER FIVE YEARS OF AGE I...
AM Publications
 
REPRESENTATION OF THE BLOCK DATA ENCRYPTION ALGORITHM IN AN ANALYTICAL FORM F...
REPRESENTATION OF THE BLOCK DATA ENCRYPTION ALGORITHM IN AN ANALYTICAL FORM F...REPRESENTATION OF THE BLOCK DATA ENCRYPTION ALGORITHM IN AN ANALYTICAL FORM F...
REPRESENTATION OF THE BLOCK DATA ENCRYPTION ALGORITHM IN AN ANALYTICAL FORM F...
AM Publications
 
OPTICAL CHARACTER RECOGNITION USING RBFNN
OPTICAL CHARACTER RECOGNITION USING RBFNNOPTICAL CHARACTER RECOGNITION USING RBFNN
OPTICAL CHARACTER RECOGNITION USING RBFNN
AM Publications
 
DETECTION OF MOVING OBJECT
DETECTION OF MOVING OBJECTDETECTION OF MOVING OBJECT
DETECTION OF MOVING OBJECT
AM Publications
 
SIMULATION OF ATMOSPHERIC POLLUTANTS DISPERSION IN AN URBAN ENVIRONMENT
SIMULATION OF ATMOSPHERIC POLLUTANTS DISPERSION IN AN URBAN ENVIRONMENTSIMULATION OF ATMOSPHERIC POLLUTANTS DISPERSION IN AN URBAN ENVIRONMENT
SIMULATION OF ATMOSPHERIC POLLUTANTS DISPERSION IN AN URBAN ENVIRONMENT
AM Publications
 
PREPARATION AND EVALUATION OF WOOL KERATIN BASED CHITOSAN NANOFIBERS FOR AIR ...
PREPARATION AND EVALUATION OF WOOL KERATIN BASED CHITOSAN NANOFIBERS FOR AIR ...PREPARATION AND EVALUATION OF WOOL KERATIN BASED CHITOSAN NANOFIBERS FOR AIR ...
PREPARATION AND EVALUATION OF WOOL KERATIN BASED CHITOSAN NANOFIBERS FOR AIR ...
AM Publications
 
ANALYSIS ON LOAD BALANCING ALGORITHMS IMPLEMENTATION ON CLOUD COMPUTING ENVIR...
ANALYSIS ON LOAD BALANCING ALGORITHMS IMPLEMENTATION ON CLOUD COMPUTING ENVIR...ANALYSIS ON LOAD BALANCING ALGORITHMS IMPLEMENTATION ON CLOUD COMPUTING ENVIR...
ANALYSIS ON LOAD BALANCING ALGORITHMS IMPLEMENTATION ON CLOUD COMPUTING ENVIR...
AM Publications
 
A MODEL BASED APPROACH FOR IMPLEMENTING WLAN SECURITY
A MODEL BASED APPROACH FOR IMPLEMENTING WLAN SECURITY A MODEL BASED APPROACH FOR IMPLEMENTING WLAN SECURITY
A MODEL BASED APPROACH FOR IMPLEMENTING WLAN SECURITY
AM Publications
 

More from AM Publications (20)

DEVELOPMENT OF TODDLER FAMILY CADRE TRAINING BASED ON ANDROID APPLICATIONS IN...
DEVELOPMENT OF TODDLER FAMILY CADRE TRAINING BASED ON ANDROID APPLICATIONS IN...DEVELOPMENT OF TODDLER FAMILY CADRE TRAINING BASED ON ANDROID APPLICATIONS IN...
DEVELOPMENT OF TODDLER FAMILY CADRE TRAINING BASED ON ANDROID APPLICATIONS IN...
 
TESTING OF COMPOSITE ON DROP-WEIGHT IMPACT TESTING AND DAMAGE IDENTIFICATION ...
TESTING OF COMPOSITE ON DROP-WEIGHT IMPACT TESTING AND DAMAGE IDENTIFICATION ...TESTING OF COMPOSITE ON DROP-WEIGHT IMPACT TESTING AND DAMAGE IDENTIFICATION ...
TESTING OF COMPOSITE ON DROP-WEIGHT IMPACT TESTING AND DAMAGE IDENTIFICATION ...
 
THE USE OF FRACTAL GEOMETRY IN TILING MOTIF DESIGN
THE USE OF FRACTAL GEOMETRY IN TILING MOTIF DESIGNTHE USE OF FRACTAL GEOMETRY IN TILING MOTIF DESIGN
THE USE OF FRACTAL GEOMETRY IN TILING MOTIF DESIGN
 
TWO-DIMENSIONAL INVERSION FINITE ELEMENT MODELING OF MAGNETOTELLURIC DATA: CA...
TWO-DIMENSIONAL INVERSION FINITE ELEMENT MODELING OF MAGNETOTELLURIC DATA: CA...TWO-DIMENSIONAL INVERSION FINITE ELEMENT MODELING OF MAGNETOTELLURIC DATA: CA...
TWO-DIMENSIONAL INVERSION FINITE ELEMENT MODELING OF MAGNETOTELLURIC DATA: CA...
 
USING THE GENETIC ALGORITHM TO OPTIMIZE LASER WELDING PARAMETERS FOR MARTENSI...
USING THE GENETIC ALGORITHM TO OPTIMIZE LASER WELDING PARAMETERS FOR MARTENSI...USING THE GENETIC ALGORITHM TO OPTIMIZE LASER WELDING PARAMETERS FOR MARTENSI...
USING THE GENETIC ALGORITHM TO OPTIMIZE LASER WELDING PARAMETERS FOR MARTENSI...
 
ANALYSIS AND DESIGN E-MARKETPLACE FOR MICRO, SMALL AND MEDIUM ENTERPRISES
ANALYSIS AND DESIGN E-MARKETPLACE FOR MICRO, SMALL AND MEDIUM ENTERPRISESANALYSIS AND DESIGN E-MARKETPLACE FOR MICRO, SMALL AND MEDIUM ENTERPRISES
ANALYSIS AND DESIGN E-MARKETPLACE FOR MICRO, SMALL AND MEDIUM ENTERPRISES
 
REMOTE SENSING AND GEOGRAPHIC INFORMATION SYSTEMS
REMOTE SENSING AND GEOGRAPHIC INFORMATION SYSTEMS REMOTE SENSING AND GEOGRAPHIC INFORMATION SYSTEMS
REMOTE SENSING AND GEOGRAPHIC INFORMATION SYSTEMS
 
EVALUATE THE STRAIN ENERGY ERROR FOR THE LASER WELD BY THE H-REFINEMENT OF TH...
EVALUATE THE STRAIN ENERGY ERROR FOR THE LASER WELD BY THE H-REFINEMENT OF TH...EVALUATE THE STRAIN ENERGY ERROR FOR THE LASER WELD BY THE H-REFINEMENT OF TH...
EVALUATE THE STRAIN ENERGY ERROR FOR THE LASER WELD BY THE H-REFINEMENT OF TH...
 
HMM APPLICATION IN ISOLATED WORD SPEECH RECOGNITION
HMM APPLICATION IN ISOLATED WORD SPEECH RECOGNITIONHMM APPLICATION IN ISOLATED WORD SPEECH RECOGNITION
HMM APPLICATION IN ISOLATED WORD SPEECH RECOGNITION
 
PEDESTRIAN DETECTION IN LOW RESOLUTION VIDEOS USING A MULTI-FRAME HOG-BASED D...
PEDESTRIAN DETECTION IN LOW RESOLUTION VIDEOS USING A MULTI-FRAME HOG-BASED D...PEDESTRIAN DETECTION IN LOW RESOLUTION VIDEOS USING A MULTI-FRAME HOG-BASED D...
PEDESTRIAN DETECTION IN LOW RESOLUTION VIDEOS USING A MULTI-FRAME HOG-BASED D...
 
INTELLIGENT BLIND STICK
INTELLIGENT BLIND STICKINTELLIGENT BLIND STICK
INTELLIGENT BLIND STICK
 
EFFECT OF SILICON - RUBBER (SR) SHEETS AS AN ALTERNATIVE FILTER ON HIGH AND L...
EFFECT OF SILICON - RUBBER (SR) SHEETS AS AN ALTERNATIVE FILTER ON HIGH AND L...EFFECT OF SILICON - RUBBER (SR) SHEETS AS AN ALTERNATIVE FILTER ON HIGH AND L...
EFFECT OF SILICON - RUBBER (SR) SHEETS AS AN ALTERNATIVE FILTER ON HIGH AND L...
 
UTILIZATION OF IMMUNIZATION SERVICES AMONG CHILDREN UNDER FIVE YEARS OF AGE I...
UTILIZATION OF IMMUNIZATION SERVICES AMONG CHILDREN UNDER FIVE YEARS OF AGE I...UTILIZATION OF IMMUNIZATION SERVICES AMONG CHILDREN UNDER FIVE YEARS OF AGE I...
UTILIZATION OF IMMUNIZATION SERVICES AMONG CHILDREN UNDER FIVE YEARS OF AGE I...
 
REPRESENTATION OF THE BLOCK DATA ENCRYPTION ALGORITHM IN AN ANALYTICAL FORM F...
REPRESENTATION OF THE BLOCK DATA ENCRYPTION ALGORITHM IN AN ANALYTICAL FORM F...REPRESENTATION OF THE BLOCK DATA ENCRYPTION ALGORITHM IN AN ANALYTICAL FORM F...
REPRESENTATION OF THE BLOCK DATA ENCRYPTION ALGORITHM IN AN ANALYTICAL FORM F...
 
OPTICAL CHARACTER RECOGNITION USING RBFNN
OPTICAL CHARACTER RECOGNITION USING RBFNNOPTICAL CHARACTER RECOGNITION USING RBFNN
OPTICAL CHARACTER RECOGNITION USING RBFNN
 
DETECTION OF MOVING OBJECT
DETECTION OF MOVING OBJECTDETECTION OF MOVING OBJECT
DETECTION OF MOVING OBJECT
 
SIMULATION OF ATMOSPHERIC POLLUTANTS DISPERSION IN AN URBAN ENVIRONMENT
SIMULATION OF ATMOSPHERIC POLLUTANTS DISPERSION IN AN URBAN ENVIRONMENTSIMULATION OF ATMOSPHERIC POLLUTANTS DISPERSION IN AN URBAN ENVIRONMENT
SIMULATION OF ATMOSPHERIC POLLUTANTS DISPERSION IN AN URBAN ENVIRONMENT
 
PREPARATION AND EVALUATION OF WOOL KERATIN BASED CHITOSAN NANOFIBERS FOR AIR ...
PREPARATION AND EVALUATION OF WOOL KERATIN BASED CHITOSAN NANOFIBERS FOR AIR ...PREPARATION AND EVALUATION OF WOOL KERATIN BASED CHITOSAN NANOFIBERS FOR AIR ...
PREPARATION AND EVALUATION OF WOOL KERATIN BASED CHITOSAN NANOFIBERS FOR AIR ...
 
ANALYSIS ON LOAD BALANCING ALGORITHMS IMPLEMENTATION ON CLOUD COMPUTING ENVIR...
ANALYSIS ON LOAD BALANCING ALGORITHMS IMPLEMENTATION ON CLOUD COMPUTING ENVIR...ANALYSIS ON LOAD BALANCING ALGORITHMS IMPLEMENTATION ON CLOUD COMPUTING ENVIR...
ANALYSIS ON LOAD BALANCING ALGORITHMS IMPLEMENTATION ON CLOUD COMPUTING ENVIR...
 
A MODEL BASED APPROACH FOR IMPLEMENTING WLAN SECURITY
A MODEL BASED APPROACH FOR IMPLEMENTING WLAN SECURITY A MODEL BASED APPROACH FOR IMPLEMENTING WLAN SECURITY
A MODEL BASED APPROACH FOR IMPLEMENTING WLAN SECURITY
 

Recently uploaded

Electric vehicle and photovoltaic advanced roles in enhancing the financial p...
Electric vehicle and photovoltaic advanced roles in enhancing the financial p...Electric vehicle and photovoltaic advanced roles in enhancing the financial p...
Electric vehicle and photovoltaic advanced roles in enhancing the financial p...
IJECEIAES
 
Textile Chemical Processing and Dyeing.pdf
Textile Chemical Processing and Dyeing.pdfTextile Chemical Processing and Dyeing.pdf
Textile Chemical Processing and Dyeing.pdf
NazakatAliKhoso2
 
ML Based Model for NIDS MSc Updated Presentation.v2.pptx
ML Based Model for NIDS MSc Updated Presentation.v2.pptxML Based Model for NIDS MSc Updated Presentation.v2.pptx
ML Based Model for NIDS MSc Updated Presentation.v2.pptx
JamalHussainArman
 
Unit-III-ELECTROCHEMICAL STORAGE DEVICES.ppt
Unit-III-ELECTROCHEMICAL STORAGE DEVICES.pptUnit-III-ELECTROCHEMICAL STORAGE DEVICES.ppt
Unit-III-ELECTROCHEMICAL STORAGE DEVICES.ppt
KrishnaveniKrishnara1
 
Harnessing WebAssembly for Real-time Stateless Streaming Pipelines
Harnessing WebAssembly for Real-time Stateless Streaming PipelinesHarnessing WebAssembly for Real-time Stateless Streaming Pipelines
Harnessing WebAssembly for Real-time Stateless Streaming Pipelines
Christina Lin
 
IEEE Aerospace and Electronic Systems Society as a Graduate Student Member
IEEE Aerospace and Electronic Systems Society as a Graduate Student MemberIEEE Aerospace and Electronic Systems Society as a Graduate Student Member
IEEE Aerospace and Electronic Systems Society as a Graduate Student Member
VICTOR MAESTRE RAMIREZ
 
Recycled Concrete Aggregate in Construction Part III
Recycled Concrete Aggregate in Construction Part IIIRecycled Concrete Aggregate in Construction Part III
Recycled Concrete Aggregate in Construction Part III
Aditya Rajan Patra
 
Redefining brain tumor segmentation: a cutting-edge convolutional neural netw...
Redefining brain tumor segmentation: a cutting-edge convolutional neural netw...Redefining brain tumor segmentation: a cutting-edge convolutional neural netw...
Redefining brain tumor segmentation: a cutting-edge convolutional neural netw...
IJECEIAES
 
Understanding Inductive Bias in Machine Learning
Understanding Inductive Bias in Machine LearningUnderstanding Inductive Bias in Machine Learning
Understanding Inductive Bias in Machine Learning
SUTEJAS
 
Advanced control scheme of doubly fed induction generator for wind turbine us...
Advanced control scheme of doubly fed induction generator for wind turbine us...Advanced control scheme of doubly fed induction generator for wind turbine us...
Advanced control scheme of doubly fed induction generator for wind turbine us...
IJECEIAES
 
ACEP Magazine edition 4th launched on 05.06.2024
ACEP Magazine edition 4th launched on 05.06.2024ACEP Magazine edition 4th launched on 05.06.2024
ACEP Magazine edition 4th launched on 05.06.2024
Rahul
 
Heat Resistant Concrete Presentation ppt
Heat Resistant Concrete Presentation pptHeat Resistant Concrete Presentation ppt
Heat Resistant Concrete Presentation ppt
mamunhossenbd75
 
Question paper of renewable energy sources
Question paper of renewable energy sourcesQuestion paper of renewable energy sources
Question paper of renewable energy sources
mahammadsalmanmech
 
2008 BUILDING CONSTRUCTION Illustrated - Ching Chapter 02 The Building.pdf
2008 BUILDING CONSTRUCTION Illustrated - Ching Chapter 02 The Building.pdf2008 BUILDING CONSTRUCTION Illustrated - Ching Chapter 02 The Building.pdf
2008 BUILDING CONSTRUCTION Illustrated - Ching Chapter 02 The Building.pdf
Yasser Mahgoub
 
spirit beverages ppt without graphics.pptx
spirit beverages ppt without graphics.pptxspirit beverages ppt without graphics.pptx
spirit beverages ppt without graphics.pptx
Madan Karki
 
22CYT12-Unit-V-E Waste and its Management.ppt
22CYT12-Unit-V-E Waste and its Management.ppt22CYT12-Unit-V-E Waste and its Management.ppt
22CYT12-Unit-V-E Waste and its Management.ppt
KrishnaveniKrishnara1
 
5214-1693458878915-Unit 6 2023 to 2024 academic year assignment (AutoRecovere...
5214-1693458878915-Unit 6 2023 to 2024 academic year assignment (AutoRecovere...5214-1693458878915-Unit 6 2023 to 2024 academic year assignment (AutoRecovere...
5214-1693458878915-Unit 6 2023 to 2024 academic year assignment (AutoRecovere...
ihlasbinance2003
 
Iron and Steel Technology Roadmap - Towards more sustainable steelmaking.pdf
Iron and Steel Technology Roadmap - Towards more sustainable steelmaking.pdfIron and Steel Technology Roadmap - Towards more sustainable steelmaking.pdf
Iron and Steel Technology Roadmap - Towards more sustainable steelmaking.pdf
RadiNasr
 
Comparative analysis between traditional aquaponics and reconstructed aquapon...
Comparative analysis between traditional aquaponics and reconstructed aquapon...Comparative analysis between traditional aquaponics and reconstructed aquapon...
Comparative analysis between traditional aquaponics and reconstructed aquapon...
bijceesjournal
 
TIME DIVISION MULTIPLEXING TECHNIQUE FOR COMMUNICATION SYSTEM
TIME DIVISION MULTIPLEXING TECHNIQUE FOR COMMUNICATION SYSTEMTIME DIVISION MULTIPLEXING TECHNIQUE FOR COMMUNICATION SYSTEM
TIME DIVISION MULTIPLEXING TECHNIQUE FOR COMMUNICATION SYSTEM
HODECEDSIET
 

Recently uploaded (20)

Electric vehicle and photovoltaic advanced roles in enhancing the financial p...
Electric vehicle and photovoltaic advanced roles in enhancing the financial p...Electric vehicle and photovoltaic advanced roles in enhancing the financial p...
Electric vehicle and photovoltaic advanced roles in enhancing the financial p...
 
Textile Chemical Processing and Dyeing.pdf
Textile Chemical Processing and Dyeing.pdfTextile Chemical Processing and Dyeing.pdf
Textile Chemical Processing and Dyeing.pdf
 
ML Based Model for NIDS MSc Updated Presentation.v2.pptx
ML Based Model for NIDS MSc Updated Presentation.v2.pptxML Based Model for NIDS MSc Updated Presentation.v2.pptx
ML Based Model for NIDS MSc Updated Presentation.v2.pptx
 
Unit-III-ELECTROCHEMICAL STORAGE DEVICES.ppt
Unit-III-ELECTROCHEMICAL STORAGE DEVICES.pptUnit-III-ELECTROCHEMICAL STORAGE DEVICES.ppt
Unit-III-ELECTROCHEMICAL STORAGE DEVICES.ppt
 
Harnessing WebAssembly for Real-time Stateless Streaming Pipelines
Harnessing WebAssembly for Real-time Stateless Streaming PipelinesHarnessing WebAssembly for Real-time Stateless Streaming Pipelines
Harnessing WebAssembly for Real-time Stateless Streaming Pipelines
 
IEEE Aerospace and Electronic Systems Society as a Graduate Student Member
IEEE Aerospace and Electronic Systems Society as a Graduate Student MemberIEEE Aerospace and Electronic Systems Society as a Graduate Student Member
IEEE Aerospace and Electronic Systems Society as a Graduate Student Member
 
Recycled Concrete Aggregate in Construction Part III
Recycled Concrete Aggregate in Construction Part IIIRecycled Concrete Aggregate in Construction Part III
Recycled Concrete Aggregate in Construction Part III
 
Redefining brain tumor segmentation: a cutting-edge convolutional neural netw...
Redefining brain tumor segmentation: a cutting-edge convolutional neural netw...Redefining brain tumor segmentation: a cutting-edge convolutional neural netw...
Redefining brain tumor segmentation: a cutting-edge convolutional neural netw...
 
Understanding Inductive Bias in Machine Learning
Understanding Inductive Bias in Machine LearningUnderstanding Inductive Bias in Machine Learning
Understanding Inductive Bias in Machine Learning
 
Advanced control scheme of doubly fed induction generator for wind turbine us...
Advanced control scheme of doubly fed induction generator for wind turbine us...Advanced control scheme of doubly fed induction generator for wind turbine us...
Advanced control scheme of doubly fed induction generator for wind turbine us...
 
ACEP Magazine edition 4th launched on 05.06.2024
ACEP Magazine edition 4th launched on 05.06.2024ACEP Magazine edition 4th launched on 05.06.2024
ACEP Magazine edition 4th launched on 05.06.2024
 
Heat Resistant Concrete Presentation ppt
Heat Resistant Concrete Presentation pptHeat Resistant Concrete Presentation ppt
Heat Resistant Concrete Presentation ppt
 
Question paper of renewable energy sources
Question paper of renewable energy sourcesQuestion paper of renewable energy sources
Question paper of renewable energy sources
 
2008 BUILDING CONSTRUCTION Illustrated - Ching Chapter 02 The Building.pdf
2008 BUILDING CONSTRUCTION Illustrated - Ching Chapter 02 The Building.pdf2008 BUILDING CONSTRUCTION Illustrated - Ching Chapter 02 The Building.pdf
2008 BUILDING CONSTRUCTION Illustrated - Ching Chapter 02 The Building.pdf
 
spirit beverages ppt without graphics.pptx
spirit beverages ppt without graphics.pptxspirit beverages ppt without graphics.pptx
spirit beverages ppt without graphics.pptx
 
22CYT12-Unit-V-E Waste and its Management.ppt
22CYT12-Unit-V-E Waste and its Management.ppt22CYT12-Unit-V-E Waste and its Management.ppt
22CYT12-Unit-V-E Waste and its Management.ppt
 
5214-1693458878915-Unit 6 2023 to 2024 academic year assignment (AutoRecovere...
5214-1693458878915-Unit 6 2023 to 2024 academic year assignment (AutoRecovere...5214-1693458878915-Unit 6 2023 to 2024 academic year assignment (AutoRecovere...
5214-1693458878915-Unit 6 2023 to 2024 academic year assignment (AutoRecovere...
 
Iron and Steel Technology Roadmap - Towards more sustainable steelmaking.pdf
Iron and Steel Technology Roadmap - Towards more sustainable steelmaking.pdfIron and Steel Technology Roadmap - Towards more sustainable steelmaking.pdf
Iron and Steel Technology Roadmap - Towards more sustainable steelmaking.pdf
 
Comparative analysis between traditional aquaponics and reconstructed aquapon...
Comparative analysis between traditional aquaponics and reconstructed aquapon...Comparative analysis between traditional aquaponics and reconstructed aquapon...
Comparative analysis between traditional aquaponics and reconstructed aquapon...
 
TIME DIVISION MULTIPLEXING TECHNIQUE FOR COMMUNICATION SYSTEM
TIME DIVISION MULTIPLEXING TECHNIQUE FOR COMMUNICATION SYSTEMTIME DIVISION MULTIPLEXING TECHNIQUE FOR COMMUNICATION SYSTEM
TIME DIVISION MULTIPLEXING TECHNIQUE FOR COMMUNICATION SYSTEM
 

DIGITAL RESTORATION OF TORN FILMS USING FILTERING T ECHNIQUES

  • 1. International Journal of Innovative Research in Advanced Engineering (IJIRAE) Volume 1 Issue 1 (March 2014) ISSN: 2278-2311 IJIRAE | http://ijirae.com © 2014, IJIRAE – All Rights Reserved Page - 1 DIGITAL RESTORATION OF TORN FILMS USING FILTERING TECHNIQUES Dr.V.Karpagam Sanjushri.R Sujitha.S SumithraM Associate Professor Dept of IT Dept of IT Dept of IT SREC, Coimbatore,India SREC, Coimbatore,India SREC, Coimbatore,India SREC, Coimbatore,India Karpagam11@yahoo.co rsanjushri@gmail.com sujithasj6@gmail.com sumithraamani@gmail.com ABSTRACT- The acceptance of digital imaging is motivating many photography enthusiasts to transfer their photographic archive to digital form. Scans of negatives and positives are preferred to be scanned at high resolution which makes small cracks and scratches very apparent. These unsightly defects have become an important issue for consumers. Filtering techniques are used for the restoration process which is fully automatic whereas the existing systems were semi-automatic or completely manual. The method used for the detection of tear is dilation process and top-hat transform. Top-hat transform might misinterpret dark brush strokes as cracks. In order to avoid these unwanted alterations to the original image, brush strokes are separated from the actual cracks using clustering technique. Tear removal includes order statistics filtering which deals with the reconstruction of missing or damaged image areas. Keywords- Image Restoration, Top-hat transform, Dilation, Clustering, Order statistics filtering I. INTRODUCTION Image restoration is one of the major topics in image processing which is a well studied problem and there are many algorithms for deblurring and denoising. Many paintings particularly old paintings suffer from breaks in the background, the paint or the varnish. These patterns are usually called cracks or tear and can be caused due to aging, drying and mechanical factors which divides the image into two parts(Fig.1). The problems occur due to the existence of tear are image quality deterioration and damaged image data along the tear boundary. Digital image processing techniques are used to detect and eliminate the cracks on digitized paintings. In previous systems, torn frames are detected by using an algorithm called graph cut segmentation [1][2]. Once it detects the crack it segments it into two regions along the tear boundary. After delineating the tear boundary, relative displacement between the segmented regions is estimated using a global-motion estimation technique [3]. To estimate global motion separate histograms for each region are used. Finally, the reconstruction of damaged image data[10] was performed by the existing dirt and sparkle removal algorithms and it requires the user to manually start with the initial point of the crack pattern to fill them. The algorithms used for the detection and removal of crack was semi-automatic and tedious to detect crack in very dark image areas. Fig1 Image damaged by tear In this paper, we have proposed filtering techniques for the detection and removal of crack. The results obtained by these techniques are fully automatic. The technique consists of the following stages:  Dilation process  Top Hat Transformation  SOM clustering technique  Crack filling method
  • 2. International Journal of Innovative Research in Advanced Engineering (IJIRAE) Volume 1 Issue 1 (March 2014) ISSN: 2278-2311 IJIRAE | http://ijirae.com © 2014, IJIRAE – All Rights Reserved Page - 2 The image is pre-processed by morphological operation called dilation and processed by top hat transform to detect the crack. Top hat might misclassify dark brush strokes as cracks. In order to avoid any undesirable changes to the original image, brush strokes must be separated from cracks. For this purpose, we are applying clustering technique called Self Organizing Feature Map (SOFM). After the detection of cracks, order statistics filtering and anisotropic diffusion are applied. It fills the information by comparing the current pixel with the neighbor pixel. II. DILATION PROCESS Morphology is a broad set of image processing operation that processes images based on shapes. Morphological operations apply a structuring element to an input image, creating an output image of the same size. In a morphological operation, the value of each pixel in the output image is based on a comparison of the corresponding pixel in the input image with its neighbors. By choosing the size and shape of the neighborhood, a morphological operation that is sensitive to specific shapes in the input image is constructed. NW N NE W E SW S ES The dilation is the basic morphological expansion operation. The dilation operator takes two pieces of data as inputs. The first is the image which is to be dilated. The second is a set of coordinate points known as a structuring element. Dilation adds pixels to the boundaries of objects in an image, the number of pixels added or removed from the objects in an image depends on the size and shape of the structuring element which is used to process the image. This pre-processing technique is implemented to identify the cracks in image based on the top-hat transform process. Before the top- hat transform process, the image is converted to a dilated one by dilation process. Dilation process converts the image into high luminance (intensity) image by comparing the current pixel value with the neighbor pixel value. If the intensity value is greater than a particular value then set the current pixel to white (i.e.255) otherwise set current pixel itself. This process is followed to the whole image to detect crack in an image. Fig2 Dilated image III. TOP HAT TRANSFORMATION This can be used to eliminate particular features of an image. The top-hat transform is a grayscale morphological filter defined as follows y(x) = f(x) -fnB(x) where fnB(x) is the opening of the function f(x) with the structuring set nB, defined as: nB= B B …… B (n times) denotes the dilation operation
  • 3. International Journal of Innovative Research in Advanced Engineering (IJIRAE) Volume 1 Issue 1 (March 2014) ISSN: 2278-2311 IJIRAE | http://ijirae.com © 2014, IJIRAE – All Rights Reserved Page - 3 Fig3 Image with dark gray scale The output of the dilation image has taken as input to the Top-hat transform. Top-hat transform convert the image into the dark gray scale image. In this method set the current pixel which is difference of original image pixel and the dilation image pixel. Usually in gray scale the cracks are large gray value. So here it can easily detect the cracks which are large gray value. Otherwise the pixel location corresponds to the background. The top-hat transform generates a grayscale output image where pixels with a large gray value are potential crack or crack-like elements. Therefore, a threshold operation is required to separate cracks from the rest of the image. The threshold can be chosen by a trial and error procedure, i.e., by inspecting its effect on the resulting crack map. IV. SOM CLUSTERING TECHNIQUE In some paintings, there exist some areas where the brush strokes have almost the same thickness and luminance features as cracks. For example, the hair of a person in a portrait could be such an area. In those cases the top-hat transform might misinterpret these brush strokes as cracks. Thus, in order to avoid these unwanted changes to the original image, it is very important to separate these brush strokes from the actual cracks, before the implementation of the crack filling procedure. Those brush strokes can be removed by using Self-Organizing Map[8][9] in which the brush stroke detection and removal is fully automatic. A self-organizing map (SOM) or self- organizing feature map (SOFM) is a type of Artificial Neural Network (ANN) that is trained using unsupervised learning. The SOM initially calculates features for each pixel such as mean, variance, number of occurrences in histogram, intensity values for each pixel. The SOM consists of a regular, usually two-dimensional (2-D), grid of map units. Each unit is represented by a prototype vector. The units are connected to adjacent ones by a neighborhood relation. The number of map units, that varies from a few dozen to several thousand, determines the accuracy and the generalization capability of the SOM. During training, the SOM forms elastic net that folds onto “cloud” which is formed by the input data. Data points which lies near each other in the input space are mapped to nearby map units. Thus, the SOM could be interpreted as a topology which preserves mapping from input space onto the 2-D grid of map units. The SOM is trained iteratively and at each step of training, a sample vector is randomly chosen from the input data set. Then, distance between the sample vectors and all the prototype vectors are computed. The best matching unit (BMU) is then calculated which is the mapping unit with prototype closest to the sample vector. Next, the prototype vector is updated. The BMU which is calculated and its topological neighbors are moved closer to the input vector in the input space. The prototype vector is updated. Finally, the crack fall under one category and the brush stroke in another category. Then a separate color is given to each cluster to highlight the crack alone, thus removing the brush strokes. a) Color Image
  • 4. International Journal of Innovative Research in Advanced Engineering (IJIRAE) Volume 1 Issue 1 (March 2014) ISSN: 2278-2311 IJIRAE | http://ijirae.com © 2014, IJIRAE – All Rights Reserved Page - 4 b) Binary Image Fig5. Brush strokes separated from cracks V. CRACK FILLING METHOD After detecting the cracks and separating misclassified brush strokes, the final task is to restore the missing image data using local image information (i.e., information from neighboring pixels). Two classes of techniques, utilizing order statistics filtering and anisotropic diffusion are proposed for this purpose. Order statistics filtering is implemented on each RGB channel independently and affect only those pixels which belong to cracks. The filling procedure does not affect the actual information of the image. A. Order Statistics Filtering An effective way for removing the cracks is by applying median filter[5] or order statistics[6][7] filtering technique in their neighborhood. All filters are selectively applied on the cracks. If the filter window is adequately large, the crack pixels inside the window will be outliers and will be rejected. Thus, the crack pixel will be assigned with the value of one of the neighboring non-crack pixels. The following filters can be used for this purpose: Median filter: Recursive median filter: where the y i-v,…,y i-1are the already computed median output samples B. Anisotropic diffusion Anisotropic diffusion is an image enhancement technique which combines smoothing of slowly varying intensity regions with edge enhancement. Smoothing is modeled as a diffusion process which allows along homogeneous regions and reserves region boundaries. Fig6. Restored image
  • 5. International Journal of Innovative Research in Advanced Engineering (IJIRAE) Volume 1 Issue 1 (March 2014) ISSN: 2278-2311 IJIRAE | http://ijirae.com © 2014, IJIRAE – All Rights Reserved Page - 5 VI. CONCLUSION In this paper, we proposed filtering techniques for the detection and restoration of line cracks in digital image. The dark brush strokes which are misidentified as cracks are separated by an automatic technique (SOFM). Crack interpolation is performed by appropriately modified order statistics filtering and controlled anisotropic diffusion is used to reduce the image noise. By selectively applying filtering techniques the quality of the image can be further improved. REFERENCES [1] David Corrigan, Anil Kokaram and Naomi Harte , “Algorithms for the Digital Restoration of Torn Films” IEEE Transactions on image processing,vol.21,No.2(Feb. 2012) [2] Y. Boykov and M.P. Jolly, “Interactive graph cuts for optimal boundary and region segmentation in n-d images” in Proc. IEEE Int.Conf. Comput. Vis., 2001, vol. 1, pp. 105– 112. [3] R. Coudray and B. Besserer, “Global motion estimation for MPEG encoded streams” in Proc. IEEE Int. Conf. Image Process., Singapore, 2004, pp. 3411–3414. [4] M. Bertalmio, G. Sapiro, V. Caselles and C. Ballester, “Image inpainting” in Proc. ACM SIGGRAPH, 2000, pp. 417–424. [5] G. J. Yong and T. S. Huang, “The effect of median filtering in edge location estimation” Computer vision, Graphics and Image Processing, vol. 15, pp. 224-245, 1981. [6] H. A. David, “Order Statistics” New York: Wiley, 1981 [7] C. G. Boncelet, “Algorithms to compute order statistic distributions” SIAM J. Stat. Comput., vol. 8, no. 5, pp. 868-876,Sept. 1987. [8] Kohonen, T ”Self-organizing maps” Springer Series in Information Sciences(2001) [9] Marinai, S., Gori, M., Soda, G “Artificial neural networks for document analysis and recognition” IEEE Transactions on PAMI 27(1) (2005) 23–35 [10] A. Kokaram, “On missing data treatment for degraded video and frame archives: A survey and a new Bayesian approach” IEEE Trans. Image Process., vol. 13, no. 3, pp. 397–415, Mar. 2004.