SlideShare a Scribd company logo
1 of 3
Download to read offline
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 05 Issue: 11 | Nov 2018 www.irjet.net p-ISSN: 2395-0072
ยฉ 2018, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 683
Multi Image Morphing: A Review
Mahip Bartere1, Bhagyashri Kandalkar 2, H R Deshmukh3
1Mahip M Bartere, Professor, Dept. of ME CSE, GHRCEMA, Maharashtra, India
3H R Deshmukh, Professor, Dept. of ME CSE, GHRCEMA
2Bhagyashri Kandalkar, ME CSE, GHRCEMA
----------------------------------------------------------------------***---------------------------------------------------------------------
Abstract - Low contrast images can result from the wrong
setting of image achievement or poor illumination situation.
Such images may not be visually attractive andcanbedifficult
for feature extraction. Contrast enhancement of color images
can be useful in medical area for image inspection. In this
paper, a new technique is proposed to develop the contrast of
color images. The RGB (red, green, blue)colorimage isunclear
into normalized RGB color space. Adaptive histogram
equalization method is applied to each ofthethreechannelsof
normalized RGB color space. The equivalent channels in the
original image (low contrast) and that of contrast enhanced
image with adaptive histogram equalization (AHE) are
morphed together in proper proportions. Theproposedsystem
is tested on seventy color imagesofacnepatients. Theoutcome
of the proposed technique are analyzed using combined
variance and contrast improvement cause measures. The
results are also compared with decorrelation stretch. Both
subjective and quantitative analysis demonstrates that the
proposed techniques better the other techniques.
Key Words: (Normalized RGB, adaptive histogram
equalization, cumulative variance.)
1. INTRODUCTION
CONTRAST improvement is an important step in
computer vision and image processing. Low contrast
images may result from poor explanation condition
during image acquisition or other aberrations of the
image capturing and display devices [1]. In low
contrast images, the image relevant details are not
vivid. Especially in a medical area where images of the
patients of different diseases are examined, and
severity of the disease is evaluated.
The histogram is used as a fundament tool for findingthe
distribution of gray-level values in an image. The
histogram of low contrast image spans over a small
portion of the range of intensity values [2]. The
histogram of well-contrasted image covers the whole
dynamic range of intensity. Well-contrasted images are
visually appealing and prove effectual in subjective
evaluation. Along with specular illumination removal,
contrast enhancement is also used as an necessary step
in medical image processing [3]-[5].
The difference enhancement technique can be separated
into two main types; direct enhancement and indirect
enhancement techniques. By direct techniques, the
intensity values of pixels in an image are modified by
directly processing [6]-[8]. While indirecttechniquesare
based on re-distribution of gray level values in an image
by calculating collective distribution function (CDF) [9].
With the help of CDF, the histogram of graylevel valuesis
extended to the full dynamic range. The difference in
monochrome images is measured by variance or
standard deviation of gray level values. These variations
in gray level values are attributedtothespatial frequency
to which human visual system is very sensitive. The
spatial frequency relevant information is captured by
edges and usually calculated with the first derivative.
Difference enhancement of color images is very difficult.
If the ratio of the components of RGB color space is
changed, the color of the new image may look completely
different than the original one.Thetechniquesdeveloped
for gray images can be applied to color images in two
ways. In the first approach, each channel of RGB color
space is treated as a gray image. The method isappliedto
each of the three channels separately and combined
together after processing. In the second approach, the
RGB color image is first converted into a color space in
which the chrominance and luminance components are
separate from each other. The contrast enhancement
technique is applied to the luminance component and
leaving the chrominance part untouched. It is claimed
that the hue is preserved while the contrast of the image
is enhanced [10].
2. LITERATURE REVIEW
2.1 Cross Dissolve Morphing
Before the enhancement of morphing, the image
transitions were commonly achieved throughout the use of
cross-dissolves, e.g., linear intermission to fade from one
image to another. Figure. 1 depicts this process applied over
five frames. The result is poor, remaining to the double-
exposure effect visible in misaligned regions. This problem is
mostly apparent in the middle frame,wherebothinputimages
contribute equally to the output. Morphing achieves a liquid
transformation by incorporating warping to maintain
arithmetic alignment throughout the cross-dissolve process.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 05 Issue: 11 | Nov 2018 www.irjet.net p-ISSN: 2395-0072
ยฉ 2018, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 684
Fig-1: Example of cross-dissolve morphing
2.2 Mesh Warping
Mesh warping was pioneered at Industrial Light &
Magic (ILM) by Douglas Smythe for use in the movieWillow
in 1988. It has been successfully used in many subsequent
motion pictures [1]. To demonstrate the 2-pass mesh
warping algorithm, consider the image sequence shown in
Fig.-2. The five frames in the middle row represent a
metamorphosis (or morph) between the two faces at both
ends of the row [1]. We will refer to these two images as IS
and IT, the source and the target images, respectively. โ€˜Five
source images has mesh MS associated with it that specifies
the coordinates of control points, or landmarks. A next
mesh, MT, specifies their corresponding positions in the
target image. MeshesMS and MT are respectively shown
overlaid on Island IT in the upper left and lower right
images of the figure. Notice that landmarkssuchastheeyes,
nose, and lips lie below corresponding grid lines in both
meshes. Together, MS and MT are used to define the spatial
transformation that maps all points in IS onto IT. The
meshes are constrained to be topologically equivalent, i.e.,
no folding or discontinuities are permitted. Therefore, the
nodes in MT may wander as far from MS as necessary, as
long as they do not cause self-intersection.Furthermore,for
simplicity, the meshes are constrained to have frozen
borders. All transitional frames in the morph sequence are
the product of a 4-step process:
2.3 Field Morphing
While meshes show to be a suitable manner of
specifying pairs of feature points, they are, however,
sometimes cumbersome to use [1]. The field morphing
algorithm developed by Beier and Neelyat Pacific Data
Images grew out of the desire to simplify the user
interface to handle correspondence by means of line
pairs. A pair of corresponding lines in the source and
target images defines a coordinate mapping betweenthe
two images. In addition to the straightforward
correspondence provided for all points along the lines,
the mapping of points in the vicinity of the line can be
determined by their distance fromtheline. Sincemultiple
line pairs are usually given, the displacementofa pointin
the source image is actually a weighted sum of the
mappings due to each line pair, with the weights
attributed to distance and line length. This approach has
the benefit of being more expressive than mesh warping.
2.4 Point Distribution Method
This method uses points that the users fix to each
main feature of the face, to help map the source image
and the destination image together. The computation
uses these points to calculate the result images. The
resulting images from this work are satisfactory to
theusers. However, it is not automatic, because the users
have to fix the mapping point of the features before
making the program merge them together. [11, 6]
2.5 Critical Point Filters Method
The critical point filters techniquecanextractthemain
features of the face by using the color differentiation in
the features. The maximumsub-imagecanextracttheeye
and hair of the face, the max-min saddle sub image can
extract lips, the min-max saddle sub-image can extract
the skin and the minimum sub-image can extract the
background of the image [6, 12, 13].
3. CONCLUSION
Morphing algorithms commonly share some mechanism
such as feature specification, warpGenerationandtransition
control. The ease with which researchers can efficiently use
morphing tools is determined by the manner in which these
components are addressed. We brieflysurveyedwidelyused
morphing techniques such as mesh warping and field
Morphing.
REFERENCES
[1] PS Heckbert, โ€œFundamental of texture mapping and
image warping,โ€ M.S. thesis, Dept. of Electrical and
Electronics Engineering, University of California,
Berkeley, CA 94720,June 1989.
[2] G Wolberg, Digital Image Warping, IEEE Computer
Society Press, Los Alamitos, CA, 1990
[3] AZ Kouzani, S Nahavandi, N Kouzani, LX Kong, FH
She. A morphing technique for facial image
representation, IEEE Int. Conf. Syst., (2000)ManCybern.,
(2), 1378โ€“1383
[4] T Terada, T Fukui, T Igarashi, KNakao,AKashimoto,Y
Wei Chen. Automatic Facial Image Manipulation system
and Facial Texture Analysis. International Conferenceon
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 05 Issue: 11 | Nov 2018 www.irjet.net p-ISSN: 2395-0072
ยฉ 2018, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 685
Natural Computation - ICNC , pp. 8-12, 2009.
[5] V Zanella, G Ramirez, H Vargas, LV Rasas. โ€œAutomatic
Morphing of Face Imagesโ€. International Conference on
Adaptive and Natural Computing Algorithms -ICANNGA,
pp. 600-608, 2009
[6] Areeyapinan, Jennisa, Pizzanu Kanongchaiyos. "Face
morphing using critical point filters." Computer Science
and Software Engineering (JCSSE), 2012 International
Joint Conference on. IEEE, 2012.
[7] U Bhushan, GP Saroha, D Tiwari, โ€œ An Implementation
of Image Morphing Through Mesh Morphing Algorithmโ€,
International Journal of Advanced Research inComputer
Science and Software Engineering, 2012, 2(7), pp. 74-76.
[8] Islam, Md Baharul, Md Tukhrejul Inam, Balaji
Kaliyaperumal. "Overview and Challenges of Different
Image Morphing Algorithms." International Journal of
Advanced Research in Computer Science and Electronics
Engineering (IJARCSEE) 2.4 (2013): pp-410
[9] Beier T, Neely S (1992). Feature-based image
metamorphosis. Computer Graphics, 26 (2), 35-42
[10] Karam, Hussien, A. Hassanien, M. Nakajima.
"Featurebased image metamorphosis optimization
algorithm." Virtual SystemsandMultimedia,Proceedings
Seventh International Conference on. IEEE, 2001
[11] Zanella, Vittorio, Olac Fuentes. "An approach to
automatic morphing of face images in frontal view."
MICAI 2004: Advances in Artificial Intelligence. Springer
Berlin Heidelberg, 2004. 679-687
[12] B Chambers. โ€œPoint-And Window-BasedMatchingin
Images Using Critical-Point Filtersโ€, Masterโ€žs Thesis,
Department of Electrical Engineering University of
Illinoist at Urbana-Champaign, 2004
[13] K Thanasoontornlerk, P Kanongchaiyos, โ€œAn Image
Matching Using Critical-Point Filters and Level Set
Analysisโ€, International ConferencesinCentral Europeon
Computer Graphics, Visualization and Computer Vision,
2007
[14] George Wolberg, โ€œRecent advances in image
morphing,โ€ in Proc. Computer Graphics Intl., Pohang,
Korea, June 1996, pp. 64-71
[15] JD Foley, AV Dam, SK Feiner, JF Hughes. Computer
Graphics: Principles and practice. Addison-Wesley
Professionals, 2 edition, 1996
[16] MJ Jones, T Poggio, โ€œModel-based matchingbylinear
combinations Of prototypes,โ€ Tech. Rep.1583, MIT AI
Lab., November 1996

More Related Content

What's hot

CONTRAST ENHANCEMENT AND BRIGHTNESS PRESERVATION USING MULTIDECOMPOSITION HIS...
CONTRAST ENHANCEMENT AND BRIGHTNESS PRESERVATION USING MULTIDECOMPOSITION HIS...CONTRAST ENHANCEMENT AND BRIGHTNESS PRESERVATION USING MULTIDECOMPOSITION HIS...
CONTRAST ENHANCEMENT AND BRIGHTNESS PRESERVATION USING MULTIDECOMPOSITION HIS...sipij
ย 
The Effectiveness and Efficiency of Medical Images after Special Filtration f...
The Effectiveness and Efficiency of Medical Images after Special Filtration f...The Effectiveness and Efficiency of Medical Images after Special Filtration f...
The Effectiveness and Efficiency of Medical Images after Special Filtration f...Editor IJCATR
ย 
IRJET- Emotion and Gender Classification in Real-Time
IRJET- Emotion and Gender Classification in Real-TimeIRJET- Emotion and Gender Classification in Real-Time
IRJET- Emotion and Gender Classification in Real-TimeIRJET Journal
ย 
Content Based Image Retrieval using Color Boosted Salient Points and Shape fe...
Content Based Image Retrieval using Color Boosted Salient Points and Shape fe...Content Based Image Retrieval using Color Boosted Salient Points and Shape fe...
Content Based Image Retrieval using Color Boosted Salient Points and Shape fe...CSCJournals
ย 
A version of watershed algorithm for color image segmentation
A version of watershed algorithm for color image segmentationA version of watershed algorithm for color image segmentation
A version of watershed algorithm for color image segmentationHabibur Rahman
ย 
Image Morphing: A Literature Study
Image Morphing: A Literature StudyImage Morphing: A Literature Study
Image Morphing: A Literature StudyEditor IJCATR
ย 
CONTRAST ENHANCEMENT TECHNIQUES USING HISTOGRAM EQUALIZATION METHODS ON COLOR...
CONTRAST ENHANCEMENT TECHNIQUES USING HISTOGRAM EQUALIZATION METHODS ON COLOR...CONTRAST ENHANCEMENT TECHNIQUES USING HISTOGRAM EQUALIZATION METHODS ON COLOR...
CONTRAST ENHANCEMENT TECHNIQUES USING HISTOGRAM EQUALIZATION METHODS ON COLOR...IJCSEA Journal
ย 
Multifocus_IRANIANCEE.2014.6999819
Multifocus_IRANIANCEE.2014.6999819Multifocus_IRANIANCEE.2014.6999819
Multifocus_IRANIANCEE.2014.6999819Iman Roosta
ย 
Optimal Contrast Enhancement for Remote Sensing Images
Optimal Contrast Enhancement for Remote Sensing ImagesOptimal Contrast Enhancement for Remote Sensing Images
Optimal Contrast Enhancement for Remote Sensing ImagesAM Publications
ย 
Review on Image Enhancement in Spatial Domain
Review on Image Enhancement in Spatial DomainReview on Image Enhancement in Spatial Domain
Review on Image Enhancement in Spatial Domainidescitation
ย 
A03501001006
A03501001006A03501001006
A03501001006theijes
ย 
Research on Image Classification Model of Probability Fusion Spectrum-Spatial...
Research on Image Classification Model of Probability Fusion Spectrum-Spatial...Research on Image Classification Model of Probability Fusion Spectrum-Spatial...
Research on Image Classification Model of Probability Fusion Spectrum-Spatial...CSCJournals
ย 
Medical image fusion based on NSCT and wavelet transform
Medical image fusion based on NSCT and wavelet transformMedical image fusion based on NSCT and wavelet transform
Medical image fusion based on NSCT and wavelet transformAnju Anjujosepj
ย 
Spectral approach to image projection with cubic b spline interpolation
Spectral approach to image projection with cubic b spline interpolationSpectral approach to image projection with cubic b spline interpolation
Spectral approach to image projection with cubic b spline interpolationiaemedu
ย 
Information search using text and image query
Information search using text and image queryInformation search using text and image query
Information search using text and image queryeSAT Journals
ย 
Optimal Coefficient Selection For Medical Image Fusion
Optimal Coefficient Selection For Medical Image FusionOptimal Coefficient Selection For Medical Image Fusion
Optimal Coefficient Selection For Medical Image FusionIJERA Editor
ย 
Adaptive CSLBP compressed image hashing
Adaptive CSLBP compressed image hashingAdaptive CSLBP compressed image hashing
Adaptive CSLBP compressed image hashingIJECEIAES
ย 

What's hot (18)

CONTRAST ENHANCEMENT AND BRIGHTNESS PRESERVATION USING MULTIDECOMPOSITION HIS...
CONTRAST ENHANCEMENT AND BRIGHTNESS PRESERVATION USING MULTIDECOMPOSITION HIS...CONTRAST ENHANCEMENT AND BRIGHTNESS PRESERVATION USING MULTIDECOMPOSITION HIS...
CONTRAST ENHANCEMENT AND BRIGHTNESS PRESERVATION USING MULTIDECOMPOSITION HIS...
ย 
IJET-V2I6P17
IJET-V2I6P17IJET-V2I6P17
IJET-V2I6P17
ย 
The Effectiveness and Efficiency of Medical Images after Special Filtration f...
The Effectiveness and Efficiency of Medical Images after Special Filtration f...The Effectiveness and Efficiency of Medical Images after Special Filtration f...
The Effectiveness and Efficiency of Medical Images after Special Filtration f...
ย 
IRJET- Emotion and Gender Classification in Real-Time
IRJET- Emotion and Gender Classification in Real-TimeIRJET- Emotion and Gender Classification in Real-Time
IRJET- Emotion and Gender Classification in Real-Time
ย 
Content Based Image Retrieval using Color Boosted Salient Points and Shape fe...
Content Based Image Retrieval using Color Boosted Salient Points and Shape fe...Content Based Image Retrieval using Color Boosted Salient Points and Shape fe...
Content Based Image Retrieval using Color Boosted Salient Points and Shape fe...
ย 
A version of watershed algorithm for color image segmentation
A version of watershed algorithm for color image segmentationA version of watershed algorithm for color image segmentation
A version of watershed algorithm for color image segmentation
ย 
Image Morphing: A Literature Study
Image Morphing: A Literature StudyImage Morphing: A Literature Study
Image Morphing: A Literature Study
ย 
CONTRAST ENHANCEMENT TECHNIQUES USING HISTOGRAM EQUALIZATION METHODS ON COLOR...
CONTRAST ENHANCEMENT TECHNIQUES USING HISTOGRAM EQUALIZATION METHODS ON COLOR...CONTRAST ENHANCEMENT TECHNIQUES USING HISTOGRAM EQUALIZATION METHODS ON COLOR...
CONTRAST ENHANCEMENT TECHNIQUES USING HISTOGRAM EQUALIZATION METHODS ON COLOR...
ย 
Multifocus_IRANIANCEE.2014.6999819
Multifocus_IRANIANCEE.2014.6999819Multifocus_IRANIANCEE.2014.6999819
Multifocus_IRANIANCEE.2014.6999819
ย 
Optimal Contrast Enhancement for Remote Sensing Images
Optimal Contrast Enhancement for Remote Sensing ImagesOptimal Contrast Enhancement for Remote Sensing Images
Optimal Contrast Enhancement for Remote Sensing Images
ย 
Review on Image Enhancement in Spatial Domain
Review on Image Enhancement in Spatial DomainReview on Image Enhancement in Spatial Domain
Review on Image Enhancement in Spatial Domain
ย 
A03501001006
A03501001006A03501001006
A03501001006
ย 
Research on Image Classification Model of Probability Fusion Spectrum-Spatial...
Research on Image Classification Model of Probability Fusion Spectrum-Spatial...Research on Image Classification Model of Probability Fusion Spectrum-Spatial...
Research on Image Classification Model of Probability Fusion Spectrum-Spatial...
ย 
Medical image fusion based on NSCT and wavelet transform
Medical image fusion based on NSCT and wavelet transformMedical image fusion based on NSCT and wavelet transform
Medical image fusion based on NSCT and wavelet transform
ย 
Spectral approach to image projection with cubic b spline interpolation
Spectral approach to image projection with cubic b spline interpolationSpectral approach to image projection with cubic b spline interpolation
Spectral approach to image projection with cubic b spline interpolation
ย 
Information search using text and image query
Information search using text and image queryInformation search using text and image query
Information search using text and image query
ย 
Optimal Coefficient Selection For Medical Image Fusion
Optimal Coefficient Selection For Medical Image FusionOptimal Coefficient Selection For Medical Image Fusion
Optimal Coefficient Selection For Medical Image Fusion
ย 
Adaptive CSLBP compressed image hashing
Adaptive CSLBP compressed image hashingAdaptive CSLBP compressed image hashing
Adaptive CSLBP compressed image hashing
ย 

Similar to IRJET- Multi Image Morphing: A Review

IRJET - Symmetric Image Registration based on Intensity and Spatial Informati...
IRJET - Symmetric Image Registration based on Intensity and Spatial Informati...IRJET - Symmetric Image Registration based on Intensity and Spatial Informati...
IRJET - Symmetric Image Registration based on Intensity and Spatial Informati...IRJET Journal
ย 
A Survey on Image Retrieval By Different Features and Techniques
A Survey on Image Retrieval By Different Features and TechniquesA Survey on Image Retrieval By Different Features and Techniques
A Survey on Image Retrieval By Different Features and TechniquesIRJET Journal
ย 
Comparative study on image fusion methods in spatial domain
Comparative study on image fusion methods in spatial domainComparative study on image fusion methods in spatial domain
Comparative study on image fusion methods in spatial domainIAEME Publication
ย 
Comparison of various Image Registration Techniques with the Proposed Hybrid ...
Comparison of various Image Registration Techniques with the Proposed Hybrid ...Comparison of various Image Registration Techniques with the Proposed Hybrid ...
Comparison of various Image Registration Techniques with the Proposed Hybrid ...idescitation
ย 
IRJET- Crowd Density Estimation using Image Processing
IRJET- Crowd Density Estimation using Image ProcessingIRJET- Crowd Density Estimation using Image Processing
IRJET- Crowd Density Estimation using Image ProcessingIRJET Journal
ย 
557 480-486
557 480-486557 480-486
557 480-486idescitation
ย 
Image Segmentation Using Pairwise Correlation Clustering
Image Segmentation Using Pairwise Correlation ClusteringImage Segmentation Using Pairwise Correlation Clustering
Image Segmentation Using Pairwise Correlation ClusteringIJERA Editor
ย 
Image Registration
Image RegistrationImage Registration
Image RegistrationAngu Ramesh
ย 
Use of horizontal and vertical edge processing technique to improve number pl...
Use of horizontal and vertical edge processing technique to improve number pl...Use of horizontal and vertical edge processing technique to improve number pl...
Use of horizontal and vertical edge processing technique to improve number pl...eSAT Journals
ย 
Simplified Multimodal Biometric Identification
Simplified Multimodal Biometric IdentificationSimplified Multimodal Biometric Identification
Simplified Multimodal Biometric Identificationijeei-iaes
ย 
IRJET- Facial Expression Recognition: Review
IRJET- Facial Expression Recognition: ReviewIRJET- Facial Expression Recognition: Review
IRJET- Facial Expression Recognition: ReviewIRJET Journal
ย 
Review on Optimal image fusion techniques and Hybrid technique
Review on Optimal image fusion techniques and Hybrid techniqueReview on Optimal image fusion techniques and Hybrid technique
Review on Optimal image fusion techniques and Hybrid techniqueIRJET Journal
ย 
IRJET-A Review on Implementation of High Dimension Colour Transform in Domain...
IRJET-A Review on Implementation of High Dimension Colour Transform in Domain...IRJET-A Review on Implementation of High Dimension Colour Transform in Domain...
IRJET-A Review on Implementation of High Dimension Colour Transform in Domain...IRJET Journal
ย 
Implementation of High Dimension Colour Transform in Domain of Image Processing
Implementation of High Dimension Colour Transform in Domain of Image ProcessingImplementation of High Dimension Colour Transform in Domain of Image Processing
Implementation of High Dimension Colour Transform in Domain of Image ProcessingIRJET Journal
ย 
Ijarcet vol-2-issue-7-2319-2322
Ijarcet vol-2-issue-7-2319-2322Ijarcet vol-2-issue-7-2319-2322
Ijarcet vol-2-issue-7-2319-2322Editor IJARCET
ย 
Ijarcet vol-2-issue-7-2319-2322
Ijarcet vol-2-issue-7-2319-2322Ijarcet vol-2-issue-7-2319-2322
Ijarcet vol-2-issue-7-2319-2322Editor IJARCET
ย 
EFFICIENT IMAGE RETRIEVAL USING REGION BASED IMAGE RETRIEVAL
EFFICIENT IMAGE RETRIEVAL USING REGION BASED IMAGE RETRIEVALEFFICIENT IMAGE RETRIEVAL USING REGION BASED IMAGE RETRIEVAL
EFFICIENT IMAGE RETRIEVAL USING REGION BASED IMAGE RETRIEVALsipij
ย 
Paper id 21201419
Paper id 21201419Paper id 21201419
Paper id 21201419IJRAT
ย 
Spectral approach to image projection with cubic
Spectral approach to image projection with cubicSpectral approach to image projection with cubic
Spectral approach to image projection with cubiciaemedu
ย 
Analysis of Various Single Frame Super Resolution Techniques for better PSNR
Analysis of Various Single Frame Super Resolution Techniques for better PSNRAnalysis of Various Single Frame Super Resolution Techniques for better PSNR
Analysis of Various Single Frame Super Resolution Techniques for better PSNRIRJET Journal
ย 

Similar to IRJET- Multi Image Morphing: A Review (20)

IRJET - Symmetric Image Registration based on Intensity and Spatial Informati...
IRJET - Symmetric Image Registration based on Intensity and Spatial Informati...IRJET - Symmetric Image Registration based on Intensity and Spatial Informati...
IRJET - Symmetric Image Registration based on Intensity and Spatial Informati...
ย 
A Survey on Image Retrieval By Different Features and Techniques
A Survey on Image Retrieval By Different Features and TechniquesA Survey on Image Retrieval By Different Features and Techniques
A Survey on Image Retrieval By Different Features and Techniques
ย 
Comparative study on image fusion methods in spatial domain
Comparative study on image fusion methods in spatial domainComparative study on image fusion methods in spatial domain
Comparative study on image fusion methods in spatial domain
ย 
Comparison of various Image Registration Techniques with the Proposed Hybrid ...
Comparison of various Image Registration Techniques with the Proposed Hybrid ...Comparison of various Image Registration Techniques with the Proposed Hybrid ...
Comparison of various Image Registration Techniques with the Proposed Hybrid ...
ย 
IRJET- Crowd Density Estimation using Image Processing
IRJET- Crowd Density Estimation using Image ProcessingIRJET- Crowd Density Estimation using Image Processing
IRJET- Crowd Density Estimation using Image Processing
ย 
557 480-486
557 480-486557 480-486
557 480-486
ย 
Image Segmentation Using Pairwise Correlation Clustering
Image Segmentation Using Pairwise Correlation ClusteringImage Segmentation Using Pairwise Correlation Clustering
Image Segmentation Using Pairwise Correlation Clustering
ย 
Image Registration
Image RegistrationImage Registration
Image Registration
ย 
Use of horizontal and vertical edge processing technique to improve number pl...
Use of horizontal and vertical edge processing technique to improve number pl...Use of horizontal and vertical edge processing technique to improve number pl...
Use of horizontal and vertical edge processing technique to improve number pl...
ย 
Simplified Multimodal Biometric Identification
Simplified Multimodal Biometric IdentificationSimplified Multimodal Biometric Identification
Simplified Multimodal Biometric Identification
ย 
IRJET- Facial Expression Recognition: Review
IRJET- Facial Expression Recognition: ReviewIRJET- Facial Expression Recognition: Review
IRJET- Facial Expression Recognition: Review
ย 
Review on Optimal image fusion techniques and Hybrid technique
Review on Optimal image fusion techniques and Hybrid techniqueReview on Optimal image fusion techniques and Hybrid technique
Review on Optimal image fusion techniques and Hybrid technique
ย 
IRJET-A Review on Implementation of High Dimension Colour Transform in Domain...
IRJET-A Review on Implementation of High Dimension Colour Transform in Domain...IRJET-A Review on Implementation of High Dimension Colour Transform in Domain...
IRJET-A Review on Implementation of High Dimension Colour Transform in Domain...
ย 
Implementation of High Dimension Colour Transform in Domain of Image Processing
Implementation of High Dimension Colour Transform in Domain of Image ProcessingImplementation of High Dimension Colour Transform in Domain of Image Processing
Implementation of High Dimension Colour Transform in Domain of Image Processing
ย 
Ijarcet vol-2-issue-7-2319-2322
Ijarcet vol-2-issue-7-2319-2322Ijarcet vol-2-issue-7-2319-2322
Ijarcet vol-2-issue-7-2319-2322
ย 
Ijarcet vol-2-issue-7-2319-2322
Ijarcet vol-2-issue-7-2319-2322Ijarcet vol-2-issue-7-2319-2322
Ijarcet vol-2-issue-7-2319-2322
ย 
EFFICIENT IMAGE RETRIEVAL USING REGION BASED IMAGE RETRIEVAL
EFFICIENT IMAGE RETRIEVAL USING REGION BASED IMAGE RETRIEVALEFFICIENT IMAGE RETRIEVAL USING REGION BASED IMAGE RETRIEVAL
EFFICIENT IMAGE RETRIEVAL USING REGION BASED IMAGE RETRIEVAL
ย 
Paper id 21201419
Paper id 21201419Paper id 21201419
Paper id 21201419
ย 
Spectral approach to image projection with cubic
Spectral approach to image projection with cubicSpectral approach to image projection with cubic
Spectral approach to image projection with cubic
ย 
Analysis of Various Single Frame Super Resolution Techniques for better PSNR
Analysis of Various Single Frame Super Resolution Techniques for better PSNRAnalysis of Various Single Frame Super Resolution Techniques for better PSNR
Analysis of Various Single Frame Super Resolution Techniques for better PSNR
ย 

More from IRJET Journal

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

More from IRJET Journal (20)

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

Recently uploaded

The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...ranjana rawat
ย 
Call Girls In Bangalore โ˜Ž 7737669865 ๐Ÿฅต Book Your One night Stand
Call Girls In Bangalore โ˜Ž 7737669865 ๐Ÿฅต Book Your One night StandCall Girls In Bangalore โ˜Ž 7737669865 ๐Ÿฅต Book Your One night Stand
Call Girls In Bangalore โ˜Ž 7737669865 ๐Ÿฅต Book Your One night Standamitlee9823
ย 
notes on Evolution Of Analytic Scalability.ppt
notes on Evolution Of Analytic Scalability.pptnotes on Evolution Of Analytic Scalability.ppt
notes on Evolution Of Analytic Scalability.pptMsecMca
ย 
Call Girls in Ramesh Nagar Delhi ๐Ÿ’ฏ Call Us ๐Ÿ”9953056974 ๐Ÿ” Escort Service
Call Girls in Ramesh Nagar Delhi ๐Ÿ’ฏ Call Us ๐Ÿ”9953056974 ๐Ÿ” Escort ServiceCall Girls in Ramesh Nagar Delhi ๐Ÿ’ฏ Call Us ๐Ÿ”9953056974 ๐Ÿ” Escort Service
Call Girls in Ramesh Nagar Delhi ๐Ÿ’ฏ Call Us ๐Ÿ”9953056974 ๐Ÿ” Escort Service9953056974 Low Rate Call Girls In Saket, Delhi NCR
ย 
Thermal Engineering -unit - III & IV.ppt
Thermal Engineering -unit - III & IV.pptThermal Engineering -unit - III & IV.ppt
Thermal Engineering -unit - III & IV.pptDineshKumar4165
ย 
Call for Papers - International Journal of Intelligent Systems and Applicatio...
Call for Papers - International Journal of Intelligent Systems and Applicatio...Call for Papers - International Journal of Intelligent Systems and Applicatio...
Call for Papers - International Journal of Intelligent Systems and Applicatio...Christo Ananth
ย 
Thermal Engineering Unit - I & II . ppt
Thermal Engineering  Unit - I & II . pptThermal Engineering  Unit - I & II . ppt
Thermal Engineering Unit - I & II . pptDineshKumar4165
ย 
Intze Overhead Water Tank Design by Working Stress - IS Method.pdf
Intze Overhead Water Tank  Design by Working Stress - IS Method.pdfIntze Overhead Water Tank  Design by Working Stress - IS Method.pdf
Intze Overhead Water Tank Design by Working Stress - IS Method.pdfSuman Jyoti
ย 
data_management_and _data_science_cheat_sheet.pdf
data_management_and _data_science_cheat_sheet.pdfdata_management_and _data_science_cheat_sheet.pdf
data_management_and _data_science_cheat_sheet.pdfJiananWang21
ย 
Call Now โ‰ฝ 9953056974 โ‰ผ๐Ÿ” Call Girls In New Ashok Nagar โ‰ผ๐Ÿ” Delhi door step de...
Call Now โ‰ฝ 9953056974 โ‰ผ๐Ÿ” Call Girls In New Ashok Nagar  โ‰ผ๐Ÿ” Delhi door step de...Call Now โ‰ฝ 9953056974 โ‰ผ๐Ÿ” Call Girls In New Ashok Nagar  โ‰ผ๐Ÿ” Delhi door step de...
Call Now โ‰ฝ 9953056974 โ‰ผ๐Ÿ” Call Girls In New Ashok Nagar โ‰ผ๐Ÿ” Delhi door step de...9953056974 Low Rate Call Girls In Saket, Delhi NCR
ย 
Bhosari ( Call Girls ) Pune 6297143586 Hot Model With Sexy Bhabi Ready For ...
Bhosari ( Call Girls ) Pune  6297143586  Hot Model With Sexy Bhabi Ready For ...Bhosari ( Call Girls ) Pune  6297143586  Hot Model With Sexy Bhabi Ready For ...
Bhosari ( Call Girls ) Pune 6297143586 Hot Model With Sexy Bhabi Ready For ...tanu pandey
ย 
Call Girls Walvekar Nagar Call Me 7737669865 Budget Friendly No Advance Booking
Call Girls Walvekar Nagar Call Me 7737669865 Budget Friendly No Advance BookingCall Girls Walvekar Nagar Call Me 7737669865 Budget Friendly No Advance Booking
Call Girls Walvekar Nagar Call Me 7737669865 Budget Friendly No Advance Bookingroncy bisnoi
ย 
Thermal Engineering-R & A / C - unit - V
Thermal Engineering-R & A / C - unit - VThermal Engineering-R & A / C - unit - V
Thermal Engineering-R & A / C - unit - VDineshKumar4165
ย 
ONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdf
ONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdfONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdf
ONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdfKamal Acharya
ย 
Generative AI or GenAI technology based PPT
Generative AI or GenAI technology based PPTGenerative AI or GenAI technology based PPT
Generative AI or GenAI technology based PPTbhaskargani46
ย 
chapter 5.pptx: drainage and irrigation engineering
chapter 5.pptx: drainage and irrigation engineeringchapter 5.pptx: drainage and irrigation engineering
chapter 5.pptx: drainage and irrigation engineeringmulugeta48
ย 
VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...
VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...
VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...SUHANI PANDEY
ย 
KubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghlyKubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghlysanyuktamishra911
ย 

Recently uploaded (20)

The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
ย 
Call Girls In Bangalore โ˜Ž 7737669865 ๐Ÿฅต Book Your One night Stand
Call Girls In Bangalore โ˜Ž 7737669865 ๐Ÿฅต Book Your One night StandCall Girls In Bangalore โ˜Ž 7737669865 ๐Ÿฅต Book Your One night Stand
Call Girls In Bangalore โ˜Ž 7737669865 ๐Ÿฅต Book Your One night Stand
ย 
notes on Evolution Of Analytic Scalability.ppt
notes on Evolution Of Analytic Scalability.pptnotes on Evolution Of Analytic Scalability.ppt
notes on Evolution Of Analytic Scalability.ppt
ย 
Call Girls in Ramesh Nagar Delhi ๐Ÿ’ฏ Call Us ๐Ÿ”9953056974 ๐Ÿ” Escort Service
Call Girls in Ramesh Nagar Delhi ๐Ÿ’ฏ Call Us ๐Ÿ”9953056974 ๐Ÿ” Escort ServiceCall Girls in Ramesh Nagar Delhi ๐Ÿ’ฏ Call Us ๐Ÿ”9953056974 ๐Ÿ” Escort Service
Call Girls in Ramesh Nagar Delhi ๐Ÿ’ฏ Call Us ๐Ÿ”9953056974 ๐Ÿ” Escort Service
ย 
Thermal Engineering -unit - III & IV.ppt
Thermal Engineering -unit - III & IV.pptThermal Engineering -unit - III & IV.ppt
Thermal Engineering -unit - III & IV.ppt
ย 
Call for Papers - International Journal of Intelligent Systems and Applicatio...
Call for Papers - International Journal of Intelligent Systems and Applicatio...Call for Papers - International Journal of Intelligent Systems and Applicatio...
Call for Papers - International Journal of Intelligent Systems and Applicatio...
ย 
Thermal Engineering Unit - I & II . ppt
Thermal Engineering  Unit - I & II . pptThermal Engineering  Unit - I & II . ppt
Thermal Engineering Unit - I & II . ppt
ย 
(INDIRA) Call Girl Meerut Call Now 8617697112 Meerut Escorts 24x7
(INDIRA) Call Girl Meerut Call Now 8617697112 Meerut Escorts 24x7(INDIRA) Call Girl Meerut Call Now 8617697112 Meerut Escorts 24x7
(INDIRA) Call Girl Meerut Call Now 8617697112 Meerut Escorts 24x7
ย 
Intze Overhead Water Tank Design by Working Stress - IS Method.pdf
Intze Overhead Water Tank  Design by Working Stress - IS Method.pdfIntze Overhead Water Tank  Design by Working Stress - IS Method.pdf
Intze Overhead Water Tank Design by Working Stress - IS Method.pdf
ย 
data_management_and _data_science_cheat_sheet.pdf
data_management_and _data_science_cheat_sheet.pdfdata_management_and _data_science_cheat_sheet.pdf
data_management_and _data_science_cheat_sheet.pdf
ย 
Water Industry Process Automation & Control Monthly - April 2024
Water Industry Process Automation & Control Monthly - April 2024Water Industry Process Automation & Control Monthly - April 2024
Water Industry Process Automation & Control Monthly - April 2024
ย 
Call Now โ‰ฝ 9953056974 โ‰ผ๐Ÿ” Call Girls In New Ashok Nagar โ‰ผ๐Ÿ” Delhi door step de...
Call Now โ‰ฝ 9953056974 โ‰ผ๐Ÿ” Call Girls In New Ashok Nagar  โ‰ผ๐Ÿ” Delhi door step de...Call Now โ‰ฝ 9953056974 โ‰ผ๐Ÿ” Call Girls In New Ashok Nagar  โ‰ผ๐Ÿ” Delhi door step de...
Call Now โ‰ฝ 9953056974 โ‰ผ๐Ÿ” Call Girls In New Ashok Nagar โ‰ผ๐Ÿ” Delhi door step de...
ย 
Bhosari ( Call Girls ) Pune 6297143586 Hot Model With Sexy Bhabi Ready For ...
Bhosari ( Call Girls ) Pune  6297143586  Hot Model With Sexy Bhabi Ready For ...Bhosari ( Call Girls ) Pune  6297143586  Hot Model With Sexy Bhabi Ready For ...
Bhosari ( Call Girls ) Pune 6297143586 Hot Model With Sexy Bhabi Ready For ...
ย 
Call Girls Walvekar Nagar Call Me 7737669865 Budget Friendly No Advance Booking
Call Girls Walvekar Nagar Call Me 7737669865 Budget Friendly No Advance BookingCall Girls Walvekar Nagar Call Me 7737669865 Budget Friendly No Advance Booking
Call Girls Walvekar Nagar Call Me 7737669865 Budget Friendly No Advance Booking
ย 
Thermal Engineering-R & A / C - unit - V
Thermal Engineering-R & A / C - unit - VThermal Engineering-R & A / C - unit - V
Thermal Engineering-R & A / C - unit - V
ย 
ONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdf
ONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdfONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdf
ONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdf
ย 
Generative AI or GenAI technology based PPT
Generative AI or GenAI technology based PPTGenerative AI or GenAI technology based PPT
Generative AI or GenAI technology based PPT
ย 
chapter 5.pptx: drainage and irrigation engineering
chapter 5.pptx: drainage and irrigation engineeringchapter 5.pptx: drainage and irrigation engineering
chapter 5.pptx: drainage and irrigation engineering
ย 
VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...
VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...
VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...
ย 
KubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghlyKubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghly
ย 

IRJET- Multi Image Morphing: A Review

  • 1. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 05 Issue: 11 | Nov 2018 www.irjet.net p-ISSN: 2395-0072 ยฉ 2018, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 683 Multi Image Morphing: A Review Mahip Bartere1, Bhagyashri Kandalkar 2, H R Deshmukh3 1Mahip M Bartere, Professor, Dept. of ME CSE, GHRCEMA, Maharashtra, India 3H R Deshmukh, Professor, Dept. of ME CSE, GHRCEMA 2Bhagyashri Kandalkar, ME CSE, GHRCEMA ----------------------------------------------------------------------***--------------------------------------------------------------------- Abstract - Low contrast images can result from the wrong setting of image achievement or poor illumination situation. Such images may not be visually attractive andcanbedifficult for feature extraction. Contrast enhancement of color images can be useful in medical area for image inspection. In this paper, a new technique is proposed to develop the contrast of color images. The RGB (red, green, blue)colorimage isunclear into normalized RGB color space. Adaptive histogram equalization method is applied to each ofthethreechannelsof normalized RGB color space. The equivalent channels in the original image (low contrast) and that of contrast enhanced image with adaptive histogram equalization (AHE) are morphed together in proper proportions. Theproposedsystem is tested on seventy color imagesofacnepatients. Theoutcome of the proposed technique are analyzed using combined variance and contrast improvement cause measures. The results are also compared with decorrelation stretch. Both subjective and quantitative analysis demonstrates that the proposed techniques better the other techniques. Key Words: (Normalized RGB, adaptive histogram equalization, cumulative variance.) 1. INTRODUCTION CONTRAST improvement is an important step in computer vision and image processing. Low contrast images may result from poor explanation condition during image acquisition or other aberrations of the image capturing and display devices [1]. In low contrast images, the image relevant details are not vivid. Especially in a medical area where images of the patients of different diseases are examined, and severity of the disease is evaluated. The histogram is used as a fundament tool for findingthe distribution of gray-level values in an image. The histogram of low contrast image spans over a small portion of the range of intensity values [2]. The histogram of well-contrasted image covers the whole dynamic range of intensity. Well-contrasted images are visually appealing and prove effectual in subjective evaluation. Along with specular illumination removal, contrast enhancement is also used as an necessary step in medical image processing [3]-[5]. The difference enhancement technique can be separated into two main types; direct enhancement and indirect enhancement techniques. By direct techniques, the intensity values of pixels in an image are modified by directly processing [6]-[8]. While indirecttechniquesare based on re-distribution of gray level values in an image by calculating collective distribution function (CDF) [9]. With the help of CDF, the histogram of graylevel valuesis extended to the full dynamic range. The difference in monochrome images is measured by variance or standard deviation of gray level values. These variations in gray level values are attributedtothespatial frequency to which human visual system is very sensitive. The spatial frequency relevant information is captured by edges and usually calculated with the first derivative. Difference enhancement of color images is very difficult. If the ratio of the components of RGB color space is changed, the color of the new image may look completely different than the original one.Thetechniquesdeveloped for gray images can be applied to color images in two ways. In the first approach, each channel of RGB color space is treated as a gray image. The method isappliedto each of the three channels separately and combined together after processing. In the second approach, the RGB color image is first converted into a color space in which the chrominance and luminance components are separate from each other. The contrast enhancement technique is applied to the luminance component and leaving the chrominance part untouched. It is claimed that the hue is preserved while the contrast of the image is enhanced [10]. 2. LITERATURE REVIEW 2.1 Cross Dissolve Morphing Before the enhancement of morphing, the image transitions were commonly achieved throughout the use of cross-dissolves, e.g., linear intermission to fade from one image to another. Figure. 1 depicts this process applied over five frames. The result is poor, remaining to the double- exposure effect visible in misaligned regions. This problem is mostly apparent in the middle frame,wherebothinputimages contribute equally to the output. Morphing achieves a liquid transformation by incorporating warping to maintain arithmetic alignment throughout the cross-dissolve process.
  • 2. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 05 Issue: 11 | Nov 2018 www.irjet.net p-ISSN: 2395-0072 ยฉ 2018, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 684 Fig-1: Example of cross-dissolve morphing 2.2 Mesh Warping Mesh warping was pioneered at Industrial Light & Magic (ILM) by Douglas Smythe for use in the movieWillow in 1988. It has been successfully used in many subsequent motion pictures [1]. To demonstrate the 2-pass mesh warping algorithm, consider the image sequence shown in Fig.-2. The five frames in the middle row represent a metamorphosis (or morph) between the two faces at both ends of the row [1]. We will refer to these two images as IS and IT, the source and the target images, respectively. โ€˜Five source images has mesh MS associated with it that specifies the coordinates of control points, or landmarks. A next mesh, MT, specifies their corresponding positions in the target image. MeshesMS and MT are respectively shown overlaid on Island IT in the upper left and lower right images of the figure. Notice that landmarkssuchastheeyes, nose, and lips lie below corresponding grid lines in both meshes. Together, MS and MT are used to define the spatial transformation that maps all points in IS onto IT. The meshes are constrained to be topologically equivalent, i.e., no folding or discontinuities are permitted. Therefore, the nodes in MT may wander as far from MS as necessary, as long as they do not cause self-intersection.Furthermore,for simplicity, the meshes are constrained to have frozen borders. All transitional frames in the morph sequence are the product of a 4-step process: 2.3 Field Morphing While meshes show to be a suitable manner of specifying pairs of feature points, they are, however, sometimes cumbersome to use [1]. The field morphing algorithm developed by Beier and Neelyat Pacific Data Images grew out of the desire to simplify the user interface to handle correspondence by means of line pairs. A pair of corresponding lines in the source and target images defines a coordinate mapping betweenthe two images. In addition to the straightforward correspondence provided for all points along the lines, the mapping of points in the vicinity of the line can be determined by their distance fromtheline. Sincemultiple line pairs are usually given, the displacementofa pointin the source image is actually a weighted sum of the mappings due to each line pair, with the weights attributed to distance and line length. This approach has the benefit of being more expressive than mesh warping. 2.4 Point Distribution Method This method uses points that the users fix to each main feature of the face, to help map the source image and the destination image together. The computation uses these points to calculate the result images. The resulting images from this work are satisfactory to theusers. However, it is not automatic, because the users have to fix the mapping point of the features before making the program merge them together. [11, 6] 2.5 Critical Point Filters Method The critical point filters techniquecanextractthemain features of the face by using the color differentiation in the features. The maximumsub-imagecanextracttheeye and hair of the face, the max-min saddle sub image can extract lips, the min-max saddle sub-image can extract the skin and the minimum sub-image can extract the background of the image [6, 12, 13]. 3. CONCLUSION Morphing algorithms commonly share some mechanism such as feature specification, warpGenerationandtransition control. The ease with which researchers can efficiently use morphing tools is determined by the manner in which these components are addressed. We brieflysurveyedwidelyused morphing techniques such as mesh warping and field Morphing. REFERENCES [1] PS Heckbert, โ€œFundamental of texture mapping and image warping,โ€ M.S. thesis, Dept. of Electrical and Electronics Engineering, University of California, Berkeley, CA 94720,June 1989. [2] G Wolberg, Digital Image Warping, IEEE Computer Society Press, Los Alamitos, CA, 1990 [3] AZ Kouzani, S Nahavandi, N Kouzani, LX Kong, FH She. A morphing technique for facial image representation, IEEE Int. Conf. Syst., (2000)ManCybern., (2), 1378โ€“1383 [4] T Terada, T Fukui, T Igarashi, KNakao,AKashimoto,Y Wei Chen. Automatic Facial Image Manipulation system and Facial Texture Analysis. International Conferenceon
  • 3. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 05 Issue: 11 | Nov 2018 www.irjet.net p-ISSN: 2395-0072 ยฉ 2018, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 685 Natural Computation - ICNC , pp. 8-12, 2009. [5] V Zanella, G Ramirez, H Vargas, LV Rasas. โ€œAutomatic Morphing of Face Imagesโ€. International Conference on Adaptive and Natural Computing Algorithms -ICANNGA, pp. 600-608, 2009 [6] Areeyapinan, Jennisa, Pizzanu Kanongchaiyos. "Face morphing using critical point filters." Computer Science and Software Engineering (JCSSE), 2012 International Joint Conference on. IEEE, 2012. [7] U Bhushan, GP Saroha, D Tiwari, โ€œ An Implementation of Image Morphing Through Mesh Morphing Algorithmโ€, International Journal of Advanced Research inComputer Science and Software Engineering, 2012, 2(7), pp. 74-76. [8] Islam, Md Baharul, Md Tukhrejul Inam, Balaji Kaliyaperumal. "Overview and Challenges of Different Image Morphing Algorithms." International Journal of Advanced Research in Computer Science and Electronics Engineering (IJARCSEE) 2.4 (2013): pp-410 [9] Beier T, Neely S (1992). Feature-based image metamorphosis. Computer Graphics, 26 (2), 35-42 [10] Karam, Hussien, A. Hassanien, M. Nakajima. "Featurebased image metamorphosis optimization algorithm." Virtual SystemsandMultimedia,Proceedings Seventh International Conference on. IEEE, 2001 [11] Zanella, Vittorio, Olac Fuentes. "An approach to automatic morphing of face images in frontal view." MICAI 2004: Advances in Artificial Intelligence. Springer Berlin Heidelberg, 2004. 679-687 [12] B Chambers. โ€œPoint-And Window-BasedMatchingin Images Using Critical-Point Filtersโ€, Masterโ€žs Thesis, Department of Electrical Engineering University of Illinoist at Urbana-Champaign, 2004 [13] K Thanasoontornlerk, P Kanongchaiyos, โ€œAn Image Matching Using Critical-Point Filters and Level Set Analysisโ€, International ConferencesinCentral Europeon Computer Graphics, Visualization and Computer Vision, 2007 [14] George Wolberg, โ€œRecent advances in image morphing,โ€ in Proc. Computer Graphics Intl., Pohang, Korea, June 1996, pp. 64-71 [15] JD Foley, AV Dam, SK Feiner, JF Hughes. Computer Graphics: Principles and practice. Addison-Wesley Professionals, 2 edition, 1996 [16] MJ Jones, T Poggio, โ€œModel-based matchingbylinear combinations Of prototypes,โ€ Tech. Rep.1583, MIT AI Lab., November 1996