Edge Detection Algorithm Based on the Top-hat Operator Ying-Li WANG a, Shan-Shan MU b

Size: px
Start display at page:

Download "Edge Detection Algorithm Based on the Top-hat Operator Ying-Li WANG a, Shan-Shan MU b"

Transcription

1 2016 Joint International Conference on Artificial Intelligence and Computer Engineering (AICE 2016) and International Conference on Network and Communication Security (NCS 2016) ISN: Edge Detection Algorithm ased on the Top-hat Operator Ying-Li WANG a, Shan-Shan MU Harin University of Science and Technology, China a @qq.com, @qq.com Keywords: Mathematical Morphology, Structural Elements, Top-hat Operator, Edge Detection. Astract. This paper proposes an image edge detection method ased on multi-directional, multi-scale Top-hat operators, and applies the method to the edge detection of OSAHS (Ostructive Sleep Apnea Hypopnea Syndrome) early pathological images. Firstly, construct multi-directional, multi-scale Top-hat operators, and they are used to detect the edge of image. Then the ideal image edge is otained y comining the edges of the image detected y each operator according to a certain weight, so that we can calculate the actual area of the oral cavity accurately, and then achieve electronic medical diagnosis. The simulation results show that the operator proposed in this paper can filter out the noise etter, preserve image detail more completely, so that the edge information of the image is more accurate and complete. Compared with conventional edge operator, it is more effective for image edge detection. Introduction Edge detection plays a vital role in image processing. It directly affects the results and accuracy of the image susequent processing. In recent years, mathematical morphology widely applied in image processing, covering the edge detection, texture analysis, image restoration and reconstruction and other fields. The asic idea of mathematical morphology is to use structural elements with certain shapes to detect an image. Structural elements are similar to the proe with orientation, size, color and other information. y moving to mark the locations which fit into the structural elements in the image; extract the structural characteristics of the image; achieve the purpose of analyzing and recognizing the image [1-3]. Traditional edge detection operators can e targeted to detect the image edge, ut have some limitations. In order to improve the prolems of traditional edge operators, in this paper, we applied the multi-directional, multi-scale Top-hat operator ased on mathematical morphology to detect the image edge. Compared with traditional edge operators, this method can filter out the noise etter, so that the edge information of the image is more accurate and more complete. Algorithm Principle and Implementation The asic Algorithm of Gray Morphology Gray dilation and gray erosion [4] are two asic algorithms of gray morphology. Let x y the input image, x y A, is, is the structural element. If D is the set of real integer, elongs to, A and are the pixel gray value functions corresponding coordinates, then gray dilation is defined as: ' ' ' ' ' ' ( A )( x, min A( x x, y y ) ( x, y ) ( x x )( y y ) D,( x, y ) Correspondingly, gray erosion is defined as: ' ' A D ' ' ' ' ' ' ( A )( x, max A( x x, y y ) ( x, y ) ( x x )( y y ) D,( x, y ) ' ' A D Among them, x and y are the domains of input image and structural element. Opening operation and closing operation are the different cominations of dilation and erosion. (1) (2)

2 Opening operation is firstly erosion and then dilation, denoted. Correspondingly, the closing operation is firstly dilation and then erosion, denoted. They are defined as: A ( A) A ( A ) Top-hat Operator Top-hat operator divided into opening Top-hat operators and the closing Top-hat operator. They are defined as: OTH A, ( x, A A (5) CTH A, ( x, A A (6) Top-hat operator has characteristics of high-pass filter. The high-frequency part is the edge of the image. Edge detection is to detect the high-frequency component of the image[5]. Therefore Top-hat operator has more advantages in the process of edge detection, It can effectively identify the target in various ackgrounds; extract a reasonale and accurate edge [6]. Select the Structure Elements Line, rectangle, octagon, disk, etc are the asic structural elements in the mathematical morphology. According to the characteristics of the input image select structural elements in the image processing. The input image is OSAHS early pathologic images in this paper. The images otained from clinical medicine have various shapes and contain noise. We select multi-directional, multi-scale structural elements for edge detection, in order to filter out noise etter; extract edge information of different types more accurately. Use the large-scale operators to detect overall changes; small-scale operators to detect slight changes of the image edge [7, 8]. In this paper, we take the edge detection of oral images for example; apply disk and line structural elements in different directions and scales. Structure elements in different scales can e otained y using morphological dilation operation. Namely, large-scale structural elements can e otained y using morphological dilation operation of small-scale structural elements. Assume that m is a finite structure element, then multi-scale structural elements can e defined as: m m Among them, m is the scale parameter, takes a positive integer. Suppose 1(a) is the minimum 3 3 disk structure element, then 1() and 1(c) are 5 5 and 7 7 disk structural elements, and so on, 1(c) is the disk structure element. As shown in Figure (a) Structural Element 1 () Structural Element 2 Figure 1. Multi-scale Structural Elements (c) Structural Element 3 Using simple symmetrical disk structural elements to detect image edge would reduce the sensitivity to different directions of the edge, which would result in the loss of the direction details of the image edge. In order to improve the sensitivity of the edge information in different directions; (3) (4) (7)

3 detect complete and accurate edge [9], we construct the structural element in four directions in this paper. The structural element is shown in Figure 2. Improve the Top-hat Operator Figure 2. Multi-directional Structural Element 1. The traditional morphological Top-hat operators use the same structural elements to complete the opening and closing operations, they have no effects on the suppression of noise, and they will lead to the lack of edge information. It is the most important to select the structural elements reasonaly in the edge detection processing. Small-scale structure elements can extract the edge details accurately; large-scale structure elements can filter out the noise effectively; multi-directional structure elements can improve the sensitivity of the edge information in different directions [10]. In order to fuse the advantages of the structural elements in different directions and scales, we proposed an integrated Top-hat operator ased on structural elements in different directions and scales, OTH ( x, ( A ( A ) )( x, OTH ( x, ( A ( A ) )( x, Among them, i, i k l j k are small-scale structure elements, j, (8) (9) l are large-scale structure elements. Use each Top-hat operator to detect the edge of the image, then comine each edge with others which detected y operators according to a certain weight to get an ideal image edges. Experiment and Analysis (a) Original Image () The Result of Roerts Operator (c) The Result of Prewitt Operator (d) The Result of Log Operator (e) The Result of Canny Operator (f) The Result of this Paper s Operator Figure 3. Oral Image Processing Result. Figure 3 shows the results of edge detection y Roerts operator, Prewitt operator, Log operator, Canny operator and the Top-hat operator which proposed in this paper. 3(a) is the original image, 3() is the result of edge detection y Roerts operator, 3(c) is the result of edge detection y Prewitt operator. 3(d) is the result of edge detection y Log operator. 3(e) is the result of edge

4 detection y Canny operator. 3(f) is the result of edge detection y the Top-hat operator which proposed in this paper. As we can see from the figure, Roerts operator and Prewitt operator extracted the edge inaccurately; didn t detect the complete edge information; Log operator and Canny operator are sensitive to the noise, they extracted a lot of pseudo-edge information; The algorithm which proposed in this paper can detect the edge information more accurately than other operators, and have a good Edge closure. Figure 4 shows the results of edge detection y Roerts operator, Prewitt operator, Log operator, Canny operator and the Top-hat operator which proposed in this paper after adding salt and pepper noise to the original image. 4(a) is the original image, 4() is the result of edge detection y Roerts operator, 4(c) is the result of edge detection y Prewitt operator. 4(d) is the result of edge detection y Log operator. 4(e) is the result of edge detection y Canny operator. 4(f) is the result of edge detection y the Top-hat operator which proposed in this paper. As we can see from the figure, Roerts operator and Prewitt operator seemed that they were no use filtering out the noise, they detected the portion of the edge; Log operator could suppress the noise oviously, at the same time, it suppressed the original edge information, didn t detect the complete edge information. Canny operator could also suppress the noise oviously, at the same time, it smoothed out some of the edge information, leading to the edge of the image was not clear. The algorithm which proposed in this paper can filter out the noise etter and detect the edge information more accurately than other operators, and have a good Edge closure. (a) Original Image () The Result of Roerts Operator (c) The Result of Prewittoperator (d) The Result of Log Operator (e) The Result of Canny Operator (f) The Result of this Paper s Operator Figure 4. Oral Image Added Noise Processing Result. Tale 1 presents the performance comparison of these algorithms. As we can see from the Tale, use this paper s operator to detect the edge, the closure edge is etter than the edges which detected y other operators. Tale 1. Performance Comparison of Several Operators. Roerts Prewitt Log Canny This paper s operator operator operator operator operator Edge closure 21.5% 38.3% 67.8% 85.5% 98.7% Conclusions This paper proposed a Top-hat operator ased on the multi-directional, multi-scale structural elements. After oral medical image preprocessing, the ideal image edge is otained y comining the edges of the image detected y each operator according to a certain weight, so that we can

5 calculate the actual area of the oral cavity accurately, and then achieve electronic medical diagnosis. Compared with conventional edge operator, the operator proposed in this paper can filter out the noise etter, preserve image detail more completely. It is very useful. Scientific Research Fundation of the Education Department of Heilongjiang Province, , China. References [1]Huang HaiLong, Wang Hong, Ji Li. Order morphology edge detection algorithm ased on partial fuzzy enhancement [J]. Chinese Journal of Scientific Instrument, 2012, 33(11): [2]ai Xiangzhi, Zhou Fugen, Xue indang. Noise-suppressed image enhancement using multiscale Top-hat selection transform through region extraction. Applied Optics, 2012, 51(3): [3]Wu YiQuan, Song Yu, Zhou HuaiChun. Edge detection of comustion flame images ased on anisotropic mathematical morphology [J]. Chinese Journal of Scientific Instrument, 2013, 34(8): [4]Gonzalez, R.C., R.E. Woods, and S.L. Eddins. Digital Image Processing Using MATLA. Gatesmark Pulishing, [5]Zhang LiGuo, Yang Jin, Li Jing, et al. Image characteristic extraction method ased on wavelet packet and mathematical morphology [J]. Chinese Journal of Scientific Instrument, 2010, 31(10): [6]Zeng Ming, Li JianXun. The small target detection in infrared image ased on adaptive morphological Top-hat filter [J]. Journal of Shanghai Jiaotong University, 2006, 40(1): [7]C. Dueottet, T. Fournel and C. arat. Seale-adaPtive deteetion and local characterization of edges ased on wavelet transform, Signal Proeessing, 2004, 84: [8]Felice Andrea Pellegrino, Wlater VanZella and Vincent Torre. Edge detection revisited, IEEE Trans. Systems, Man and Cyemetics-Part: Cyernetics, 2004, 34(3): [9]Zhao Yuqian, Gui Weihua, Chen Zhencheng. Edge Detection ased on Multi-Structure Elemenets Morphology. The 6th Proceedings of the World Congress on Intelligent Control and Automation (WCICA), Dalina, China, [10]ai Xiangzhi, Zhou Fugen, Xue indang. Fusion of infrared and visual images through region extraction y using multi scale center-surround Top-hat transform. Optics Express, 2011, 19(9):

Application Research of Wavelet Fusion Algorithm in Electrical Capacitance Tomography

Application Research of Wavelet Fusion Algorithm in Electrical Capacitance Tomography , pp.37-41 http://dx.doi.org/10.14257/astl.2013.31.09 Application Research of Wavelet Fusion Algorithm in Electrical Capacitance Tomography Lanying Li 1, Yun Zhang 1, 1 School of Computer Science and Technology

More information

Detection of Edges Using Mathematical Morphological Operators

Detection of Edges Using Mathematical Morphological Operators OPEN TRANSACTIONS ON INFORMATION PROCESSING Volume 1, Number 1, MAY 2014 OPEN TRANSACTIONS ON INFORMATION PROCESSING Detection of Edges Using Mathematical Morphological Operators Suman Rani*, Deepti Bansal,

More information

The design of medical image transfer function using multi-feature fusion and improved k-means clustering

The design of medical image transfer function using multi-feature fusion and improved k-means clustering Available online www.ocpr.com Journal of Chemical and Pharmaceutical Research, 04, 6(7):008-04 Research Article ISSN : 0975-7384 CODEN(USA) : JCPRC5 The design of medical image transfer function using

More information

An Adaptive Threshold LBP Algorithm for Face Recognition

An Adaptive Threshold LBP Algorithm for Face Recognition An Adaptive Threshold LBP Algorithm for Face Recognition Xiaoping Jiang 1, Chuyu Guo 1,*, Hua Zhang 1, and Chenghua Li 1 1 College of Electronics and Information Engineering, Hubei Key Laboratory of Intelligent

More information

Multi-Sensor Fusion of Electro-Optic and Infrared Signals for High Resolution Visible Images: Part II

Multi-Sensor Fusion of Electro-Optic and Infrared Signals for High Resolution Visible Images: Part II Multi-Sensor Fusion of Electro-Optic and Infrared Signals for High Resolution Visible Images: Part II Xiaopeng Huang, Ravi Netravali*, Hong Man and Victor Lawrence Dept. of Electrical and Computer Engineering

More information

A METHOD OF TOMATO IMAGE SEGMENTATION BASED ON MUTUAL INFORMATION AND THRESHOLD ITERATION

A METHOD OF TOMATO IMAGE SEGMENTATION BASED ON MUTUAL INFORMATION AND THRESHOLD ITERATION A METHOD OF TOMATO IMAGE SEGMENTATION ASED ON MUTUAL INFORMATION AND THRESHOLD ITERATION Hongxia Wu, Mingxi Li * Huangshi Institute of Technology,Huangshi, Hubei Province, P.R.China 435003 * Corresponding

More information

Research on QR Code Image Pre-processing Algorithm under Complex Background

Research on QR Code Image Pre-processing Algorithm under Complex Background Scientific Journal of Information Engineering May 207, Volume 7, Issue, PP.-7 Research on QR Code Image Pre-processing Algorithm under Complex Background Lei Liu, Lin-li Zhou, Huifang Bao. Institute of

More information

Surface Defect Edge Detection Based on Contourlet Transformation

Surface Defect Edge Detection Based on Contourlet Transformation 2016 3 rd International Conference on Engineering Technology and Application (ICETA 2016) ISBN: 978-1-60595-383-0 Surface Defect Edge Detection Based on Contourlet Transformation Changle Li, Gangfeng Liu*,

More information

Temperature Calculation of Pellet Rotary Kiln Based on Texture

Temperature Calculation of Pellet Rotary Kiln Based on Texture Intelligent Control and Automation, 2017, 8, 67-74 http://www.scirp.org/journal/ica ISSN Online: 2153-0661 ISSN Print: 2153-0653 Temperature Calculation of Pellet Rotary Kiln Based on Texture Chunli Lin,

More information

An Effective Denoising Method for Images Contaminated with Mixed Noise Based on Adaptive Median Filtering and Wavelet Threshold Denoising

An Effective Denoising Method for Images Contaminated with Mixed Noise Based on Adaptive Median Filtering and Wavelet Threshold Denoising J Inf Process Syst, Vol.14, No.2, pp.539~551, April 2018 https://doi.org/10.3745/jips.02.0083 ISSN 1976-913X (Print) ISSN 2092-805X (Electronic) An Effective Denoising Method for Images Contaminated with

More information

A Novel Image Classification Model Based on Contourlet Transform and Dynamic Fuzzy Graph Cuts

A Novel Image Classification Model Based on Contourlet Transform and Dynamic Fuzzy Graph Cuts Appl. Math. Inf. Sci. 6 No. 1S pp. 93S-97S (2012) Applied Mathematics & Information Sciences An International Journal @ 2012 NSP Natural Sciences Publishing Cor. A Novel Image Classification Model Based

More information

Application of Improved Lzc Algorithm in the Discrimination of Photo and Text ChengJing Ye 1, a, Donghai Zeng 2,b

Application of Improved Lzc Algorithm in the Discrimination of Photo and Text ChengJing Ye 1, a, Donghai Zeng 2,b 2016 International Conference on Information Engineering and Communications Technology (IECT 2016) ISBN: 978-1-60595-375-5 Application of Improved Lzc Algorithm in the Discrimination of Photo and Text

More information

AN EFFICIENT BATIK IMAGE RETRIEVAL SYSTEM BASED ON COLOR AND TEXTURE FEATURES

AN EFFICIENT BATIK IMAGE RETRIEVAL SYSTEM BASED ON COLOR AND TEXTURE FEATURES AN EFFICIENT BATIK IMAGE RETRIEVAL SYSTEM BASED ON COLOR AND TEXTURE FEATURES 1 RIMA TRI WAHYUNINGRUM, 2 INDAH AGUSTIEN SIRADJUDDIN 1, 2 Department of Informatics Engineering, University of Trunojoyo Madura,

More information

Hybrid filters for medical image reconstruction

Hybrid filters for medical image reconstruction Vol. 6(9), pp. 177-182, October, 2013 DOI: 10.5897/AJMCSR11.124 ISSN 2006-9731 2013 Academic Journals http://www.academicjournals.org/ajmcsr African Journal of Mathematics and Computer Science Research

More information

Research Article. Three-dimensional modeling of simulation scene in campus navigation system

Research Article. Three-dimensional modeling of simulation scene in campus navigation system Available online www.jocpr.com Journal of Chemical and Pharmaceutical Research, 2013, 5(12):103-107 Research Article ISSN : 0975-7384 CODEN(USA) : JCPRC5 Three-dimensional modeling of simulation scene

More information

International Conference on Electromechanical Control Technology and Transportation (ICECTT 2015)

International Conference on Electromechanical Control Technology and Transportation (ICECTT 2015) International Conference on Electromechanical Control Technology and Transportation (ICECTT 015) The Analysis and Implementation of Edge Detection Algorithms in Image Processing Based on Matlab Yang Bao-liang1,a*,

More information

result, it is very important to design a simulation system for dynamic laser scanning

result, it is very important to design a simulation system for dynamic laser scanning 3rd International Conference on Multimedia Technology(ICMT 2013) Accurate and Fast Simulation of Laser Scanning Imaging Luyao Zhou 1 and Huimin Ma Abstract. In order to design a more accurate simulation

More information

Automatic Detection and Assessment System of Water Turbidity based on Image Processing

Automatic Detection and Assessment System of Water Turbidity based on Image Processing TELKOMNIKA, Vol.11, No.3, March 2013, pp. 1506 ~ 1513 ISSN: 2302-4046 1506 Automatic Detection and Assessment System of Water Turbidity based on Image Processing Cheng En, Zhang Rong-Xin, Yuan Fei* Key

More information

Multi Focus Image Fusion Using Joint Sparse Representation

Multi Focus Image Fusion Using Joint Sparse Representation Multi Focus Image Fusion Using Joint Sparse Representation Prabhavathi.P 1 Department of Information Technology, PG Student, K.S.R College of Engineering, Tiruchengode, Tamilnadu, India 1 ABSTRACT: The

More information

Survey on Multi-Focus Image Fusion Algorithms

Survey on Multi-Focus Image Fusion Algorithms Proceedings of 2014 RAECS UIET Panjab University Chandigarh, 06 08 March, 2014 Survey on Multi-Focus Image Fusion Algorithms Rishu Garg University Inst of Engg & Tech. Panjab University Chandigarh, India

More information

A Novel Double Triangulation 3D Camera Design

A Novel Double Triangulation 3D Camera Design Proceedings of the 2006 IEEE International Conference on Information Acquisition August 20-23, 2006, Weihai, Shandong, China A Novel Double Triangulation 3D Camera Design WANG Lei,BOMei,GAOJun, OU ChunSheng

More information

Mathematical morphology for grey-scale and hyperspectral images

Mathematical morphology for grey-scale and hyperspectral images Mathematical morphology for grey-scale and hyperspectral images Dilation for grey-scale images Dilation: replace every pixel by the maximum value computed over the neighborhood defined by the structuring

More information

A Fourier Extension Based Algorithm for Impulse Noise Removal

A Fourier Extension Based Algorithm for Impulse Noise Removal A Fourier Extension Based Algorithm for Impulse Noise Removal H. Sahoolizadeh, R. Rajabioun *, M. Zeinali Abstract In this paper a novel Fourier extension based algorithm is introduced which is able to

More information

OPTIMAL EDGE DETECTION TECHNIQUE FOR DIAGNOSIS & TREATMENT OF LEUKOPLAKIA IN ORAL MUCOSA

OPTIMAL EDGE DETECTION TECHNIQUE FOR DIAGNOSIS & TREATMENT OF LEUKOPLAKIA IN ORAL MUCOSA OPTIMAL EDGE DETECTION TECHNIQUE FOR DIAGNOSIS & TREATMENT OF LEUKOPLAKIA IN ORAL MUCOSA K R Jain 1, N P Desai 2, E A Patel 3 1,2 Asst. Prof., 3 PG Student. G. H. Patel College of Engg., and Technology,

More information

Research Article Image Segmentation Using Gray-Scale Morphology and Marker-Controlled Watershed Transformation

Research Article Image Segmentation Using Gray-Scale Morphology and Marker-Controlled Watershed Transformation Discrete Dynamics in Nature and Society Volume 2008, Article ID 384346, 8 pages doi:10.1155/2008/384346 Research Article Image Segmentation Using Gray-Scale Morphology and Marker-Controlled Watershed Transformation

More information

Research on an Edge Detection Algorithm of Remote Sensing Image Based on Wavelet Enhancement and Morphology

Research on an Edge Detection Algorithm of Remote Sensing Image Based on Wavelet Enhancement and Morphology JOURNAL OF COMPUTERS, VOL. 9, NO. 5, MAY 014 147 Research on an Edge Detection Algorithm of Remote Sensing Image Based on Wavelet Enhancement and Morphology Yu Xiong Faculty of Land Resource Engineering,

More information

Picking up the First Arrivals in VSP Based on Edge Detection

Picking up the First Arrivals in VSP Based on Edge Detection 2012 International Conference on Image, Vision and Computing (ICIVC 2012) IPCSIT vol. 50 (2012) (2012) IACSIT Press, Singapore DOI: 10.7763/IPCSIT.2012.V50.7 Picking up the First Arrivals in VSP Based

More information

A Kind of Fast Image Edge Detection Algorithm Based on Dynamic Threshold Value

A Kind of Fast Image Edge Detection Algorithm Based on Dynamic Threshold Value Sensors & Transducers 13 by IFSA http://www.sensorsportal.com A Kind of Fast Image Edge Detection Algorithm Based on Dynamic Threshold Value Jiaiao He, Liya Hou, Weiyi Zhang School of Mechanical Engineering,

More information

Quaternion-based color difference measure for removing impulse noise in color images

Quaternion-based color difference measure for removing impulse noise in color images 2014 International Conference on Informative and Cybernetics for Computational Social Systems (ICCSS) Quaternion-based color difference measure for removing impulse noise in color images Lunbo Chen, Yicong

More information

Biomedical Image Analysis. Mathematical Morphology

Biomedical Image Analysis. Mathematical Morphology Biomedical Image Analysis Mathematical Morphology Contents: Foundation of Mathematical Morphology Structuring Elements Applications BMIA 15 V. Roth & P. Cattin 265 Foundations of Mathematical Morphology

More information

Research of Traffic Flow Based on SVM Method. Deng-hong YIN, Jian WANG and Bo LI *

Research of Traffic Flow Based on SVM Method. Deng-hong YIN, Jian WANG and Bo LI * 2017 2nd International onference on Artificial Intelligence: Techniques and Applications (AITA 2017) ISBN: 978-1-60595-491-2 Research of Traffic Flow Based on SVM Method Deng-hong YIN, Jian WANG and Bo

More information

Morphological Image Processing GUI using MATLAB

Morphological Image Processing GUI using MATLAB Trends Journal of Sciences Research (2015) 2(3):90-94 http://www.tjsr.org Morphological Image Processing GUI using MATLAB INTRODUCTION A digital image is a representation of twodimensional images as a

More information

An Effective Multi-Focus Medical Image Fusion Using Dual Tree Compactly Supported Shear-let Transform Based on Local Energy Means

An Effective Multi-Focus Medical Image Fusion Using Dual Tree Compactly Supported Shear-let Transform Based on Local Energy Means An Effective Multi-Focus Medical Image Fusion Using Dual Tree Compactly Supported Shear-let Based on Local Energy Means K. L. Naga Kishore 1, N. Nagaraju 2, A.V. Vinod Kumar 3 1Dept. of. ECE, Vardhaman

More information

Research on Clearance of Aerial Remote Sensing Images Based on Image Fusion

Research on Clearance of Aerial Remote Sensing Images Based on Image Fusion Research on Clearance of Aerial Remote Sensing Images Based on Image Fusion Institute of Oceanographic Instrumentation, Shandong Academy of Sciences Qingdao, 266061, China E-mail:gyygyy1234@163.com Zhigang

More information

Edge Detection via Objective functions. Gowtham Bellala Kumar Sricharan

Edge Detection via Objective functions. Gowtham Bellala Kumar Sricharan Edge Detection via Objective functions Gowtham Bellala Kumar Sricharan Edge Detection a quick recap! Much of the information in an image is in the edges Edge detection is usually for the purpose of subsequent

More information

A Fast Speckle Reduction Algorithm based on GPU for Synthetic Aperture Sonar

A Fast Speckle Reduction Algorithm based on GPU for Synthetic Aperture Sonar Vol.137 (SUComS 016), pp.8-17 http://dx.doi.org/1457/astl.016.137.0 A Fast Speckle Reduction Algorithm based on GPU for Synthetic Aperture Sonar Xu Kui 1, Zhong Heping 1, Huang Pan 1 1 Naval Institute

More information

BUILDING DETECTION AND STRUCTURE LINE EXTRACTION FROM AIRBORNE LIDAR DATA

BUILDING DETECTION AND STRUCTURE LINE EXTRACTION FROM AIRBORNE LIDAR DATA BUILDING DETECTION AND STRUCTURE LINE EXTRACTION FROM AIRBORNE LIDAR DATA C. K. Wang a,, P.H. Hsu a, * a Dept. of Geomatics, National Cheng Kung University, No.1, University Road, Tainan 701, Taiwan. China-

More information

Agus Harjoko Lab. Elektronika dan Instrumentasi, FMIPA, Universitas Gadjah Mada, Yogyakarta, Indonesia

Agus Harjoko Lab. Elektronika dan Instrumentasi, FMIPA, Universitas Gadjah Mada, Yogyakarta, Indonesia A Comparison Study of the Performance of the Fourier Transform Based Algorithm and the Artificial Neural Network Based Algorithm in Detecting Faric Texture Defect Agus Harjoko La. Elektronika dan Instrumentasi,

More information

Adaptive Wavelet Image Denoising Based on the Entropy of Homogenus Regions

Adaptive Wavelet Image Denoising Based on the Entropy of Homogenus Regions International Journal of Electrical and Electronic Science 206; 3(4): 9-25 http://www.aascit.org/journal/ijees ISSN: 2375-2998 Adaptive Wavelet Image Denoising Based on the Entropy of Homogenus Regions

More information

Multi-Step Segmentation Method Based on Adaptive Thresholds for Chinese Calligraphy Characters

Multi-Step Segmentation Method Based on Adaptive Thresholds for Chinese Calligraphy Characters Journal of Information Hiding and Multimedia Signal Processing c 2018 ISSN 2073-4212 Ubiquitous International Volume 9, Number 2, March 2018 Multi-Step Segmentation Method Based on Adaptive Thresholds

More information

A Method of weld Edge Extraction in the X-ray Linear Diode Arrays. Real-time imaging

A Method of weld Edge Extraction in the X-ray Linear Diode Arrays. Real-time imaging 17th World Conference on Nondestructive Testing, 25-28 Oct 2008, Shanghai, China A Method of weld Edge Extraction in the X-ray Linear Diode Arrays Real-time imaging Guang CHEN, Keqin DING, Lihong LIANG

More information

Research on Measured Course Accuracy Based on Relative Measure between Azimuth and Relative Bearing

Research on Measured Course Accuracy Based on Relative Measure between Azimuth and Relative Bearing nd International Conference on Education Technology, Management and Humanities Science (ETMHS 016) Research on Measured Course Accuracy Based on Relative Measure etween Azimuth and Relative Bearing Wang

More information

Fabric Defect Detection Based on Computer Vision

Fabric Defect Detection Based on Computer Vision Fabric Defect Detection Based on Computer Vision Jing Sun and Zhiyu Zhou College of Information and Electronics, Zhejiang Sci-Tech University, Hangzhou, China {jings531,zhouzhiyu1993}@163.com Abstract.

More information

Resolution Improvement Processing of Post-stack Seismic Data and Example Analysis - Taking NEB Gas Field As an Example in Indonesia

Resolution Improvement Processing of Post-stack Seismic Data and Example Analysis - Taking NEB Gas Field As an Example in Indonesia International Forum on Energy, Environment Science and Materials (IFEESM 2017) Resolution Improvement Processing of Post-stack Seismic Data and Example Analysis - Taking NEB Gas Field As an Example in

More information

An Edge Based Adaptive Interpolation Algorithm for Image Scaling

An Edge Based Adaptive Interpolation Algorithm for Image Scaling An Edge Based Adaptive Interpolation Algorithm for Image Scaling Wanli Chen, Hongjian Shi Department of Electrical and Electronic Engineering Southern University of Science and Technology, Shenzhen, Guangdong,

More information

Face Recognition Technology Based On Image Processing Chen Xin, Yajuan Li, Zhimin Tian

Face Recognition Technology Based On Image Processing Chen Xin, Yajuan Li, Zhimin Tian 4th International Conference on Machinery, Materials and Computing Technology (ICMMCT 2016) Face Recognition Technology Based On Image Processing Chen Xin, Yajuan Li, Zhimin Tian Hebei Engineering and

More information

Segmentation of Noisy Binary Images Containing Circular and Elliptical Objects using Genetic Algorithms

Segmentation of Noisy Binary Images Containing Circular and Elliptical Objects using Genetic Algorithms Segmentation of Noisy Binary Images Containing Circular and Elliptical Objects using Genetic Algorithms B. D. Phulpagar Computer Engg. Dept. P. E. S. M. C. O. E., Pune, India. R. S. Bichkar Prof. ( Dept.

More information

Journal of Chemical and Pharmaceutical Research, 2015, 7(3): Research Article

Journal of Chemical and Pharmaceutical Research, 2015, 7(3): Research Article Available online www.jocpr.com Journal of Chemical and Pharmaceutical esearch, 015, 7(3):175-179 esearch Article ISSN : 0975-7384 CODEN(USA) : JCPC5 Thread image processing technology research based on

More information

Infrared Image Stitching Based on Immune Memory Clonal Selection Algorithm

Infrared Image Stitching Based on Immune Memory Clonal Selection Algorithm Infrared Image Stitching Based on Immune Memory Clonal Selection Algorithm by Tong Hejun, Fu Dongmei, Dong Lin and Yang Tao School of Automation and Electrical Engineering, University of Science and Technology

More information

Stripe Noise Removal from Remote Sensing Images Based on Stationary Wavelet Transform

Stripe Noise Removal from Remote Sensing Images Based on Stationary Wavelet Transform Sensors & Transducers, Vol. 78, Issue 9, September 204, pp. 76-8 Sensors & Transducers 204 by IFSA Publishing, S. L. http://www.sensorsportal.com Stripe Noise Removal from Remote Sensing Images Based on

More information

A Moving Target Detection Algorithm Based on the Dynamic Background

A Moving Target Detection Algorithm Based on the Dynamic Background A Moving Target Detection Algorithm Based on the Dynamic Bacground Yangquan Yu, Chunguang Zhou, Lan Huang *, Zhezhou Yu College of Computer Science and Technology Jilin University Changchun, China e-mail:

More information

Calculation Enhancement of Chebyshev Polynomial over Z p ABSTRACT

Calculation Enhancement of Chebyshev Polynomial over Z p ABSTRACT Malaysian Journal of Mathematical Sciences 7(S): 131-143 (2013) Special Issue: The 3 rd International Conference on Cryptology & Computer Security 2012 (CRYPTOLOGY2012) MALAYSIAN JOURNAL OF MATHEMATICAL

More information

An efficient face recognition algorithm based on multi-kernel regularization learning

An efficient face recognition algorithm based on multi-kernel regularization learning Acta Technica 61, No. 4A/2016, 75 84 c 2017 Institute of Thermomechanics CAS, v.v.i. An efficient face recognition algorithm based on multi-kernel regularization learning Bi Rongrong 1 Abstract. A novel

More information

Real-Time Median Filtering for Embedded Smart Cameras

Real-Time Median Filtering for Embedded Smart Cameras Real-Time Median Filtering for Emedded Smart Cameras Yong Zhao Brown University Yong Zhao@rown.edu Gariel Tauin Brown University tauin@rown.edu Figure 1: System architecture of our proof-of-concept Visual

More information

Use of Mathematical Morphology to Detect Faults in Printed Circuit Boards (PCB)

Use of Mathematical Morphology to Detect Faults in Printed Circuit Boards (PCB) Use of Mathematical Morphology to Detect Faults in Printed Circuit Boards (PCB) Sonal B. Jadhav 1, L.P. Bhamare 2 1 Electronics and Telecommunication, SVIT Chincholi 2 Assistant Professor in Electronics

More information

5th International Conference on Information Engineering for Mechanics and Materials (ICIMM 2015)

5th International Conference on Information Engineering for Mechanics and Materials (ICIMM 2015) 5th International Conference on Information Engineering for Mechanics and Materials (ICIMM 2015) An Improved Watershed Segmentation Algorithm for Adhesive Particles in Sugar Cane Crystallization Yanmei

More information

Image Enhancement Using Fuzzy Morphology

Image Enhancement Using Fuzzy Morphology Image Enhancement Using Fuzzy Morphology Dillip Ranjan Nayak, Assistant Professor, Department of CSE, GCEK Bhwanipatna, Odissa, India Ashutosh Bhoi, Lecturer, Department of CSE, GCEK Bhawanipatna, Odissa,

More information

OCR For Handwritten Marathi Script

OCR For Handwritten Marathi Script International Journal of Scientific & Engineering Research Volume 3, Issue 8, August-2012 1 OCR For Handwritten Marathi Script Mrs.Vinaya. S. Tapkir 1, Mrs.Sushma.D.Shelke 2 1 Maharashtra Academy Of Engineering,

More information

Object Tracking System Using Motion Detection and Sound Detection

Object Tracking System Using Motion Detection and Sound Detection Object Tracking System Using Motion Detection and Sound Detection Prashansha Jain Computer Science department Medicaps Institute of Technology and Management, Indore, MP, India Dr. C.S. Satsangi Head of

More information

A Joint Approach of Harris Corners Detection and Baseline Searching for Localization of Uyghur Text Lines in Image Sequences

A Joint Approach of Harris Corners Detection and Baseline Searching for Localization of Uyghur Text Lines in Image Sequences Journal of Information Hiding and Multimedia Signal Processing c 2016 ISSN 2073-4212 Ubiquitous International Volume 7, Number 2, March 2016 A Joint Approach of Harris Corners Detection and Baseline Searching

More information

PERFORMANCE MEASURE OF LOCAL OPERATORS IN FINGERPRINT DETECTION ABSTRACT

PERFORMANCE MEASURE OF LOCAL OPERATORS IN FINGERPRINT DETECTION ABSTRACT PERFORMANCE MEASURE OF LOCAL OPERATORS IN FINGERPRINT DETECTION V.VIJAYA KUMARI, AMIETE Department of ECE, V.L.B. Janakiammal College of Engineering and Technology Coimbatore 641 042, India. email:ebinviji@rediffmail.com

More information

An Extended Fuzzy Logic Method for Watershed Ling Zhang 1, Ming Zhang 2,H.D. Cheng 2

An Extended Fuzzy Logic Method for Watershed Ling Zhang 1, Ming Zhang 2,H.D. Cheng 2 An Extended Fuzzy Logic Method for Watershed Ling Zhang 1, Ming Zhang,H.D. Cheng 1 School of Mathematics and System Sciences, Shandong University, Jinan, Shandong 50100 Department of Computer Science,

More information

Application of partial differential equations in image processing. Xiaoke Cui 1, a *

Application of partial differential equations in image processing. Xiaoke Cui 1, a * 3rd International Conference on Education, Management and Computing Technology (ICEMCT 2016) Application of partial differential equations in image processing Xiaoke Cui 1, a * 1 Pingdingshan Industrial

More information

Multimodal Medical Image Fusion Based on Lifting Wavelet Transform and Neuro Fuzzy

Multimodal Medical Image Fusion Based on Lifting Wavelet Transform and Neuro Fuzzy African Journal of Basic & Applied Sciences 7 (3): 176-180, 2015 ISSN 2079-2034 IDOSI Publications, 2015 DOI: 10.5829/idosi.ajbas.2015.7.3.22304 Multimodal Medical Image Fusion Based on Lifting Wavelet

More information

Binary Decision Tree Using Genetic Algorithm for Recognizing Defect Patterns of Cold Mill Strip

Binary Decision Tree Using Genetic Algorithm for Recognizing Defect Patterns of Cold Mill Strip Binary Decision Tree Using Genetic Algorithm for Recognizing Defect Patterns of Cold Mill Strip Kyoung Min Kim 1,4, Joong Jo Park, Myung Hyun Song 3, In Cheol Kim 1, and Ching Y. Suen 1 1 Centre for Pattern

More information

Research on the Wood Cell Contour Extraction Method Based on Image Texture and Gray-scale Information.

Research on the Wood Cell Contour Extraction Method Based on Image Texture and Gray-scale Information. , pp. 65-74 http://dx.doi.org/0.457/ijsip.04.7.6.06 esearch on the Wood Cell Contour Extraction Method Based on Image Texture and Gray-scale Information Zhao Lei, Wang Jianhua and Li Xiaofeng 3 Heilongjiang

More information

High Points Recognition Method of Scraped Surface Based on Background Subtraction

High Points Recognition Method of Scraped Surface Based on Background Subtraction High Points Recognition Method of Scraped Surface Based on Background Subtraction Xiaopeng Li, Leilei Sun, Yonghong Liu College of Mechanical Engineering China University of Petroleum Qingdao, Shandong

More information

Blood Vessel Segmentation in Angiograms using Fuzzy Inference System and Mathematical Morphology

Blood Vessel Segmentation in Angiograms using Fuzzy Inference System and Mathematical Morphology Blood Vessel Segmentation in Angiograms using Fuzzy Inference System and Mathematical Morphology 1 K.Hari Babu, Assistant Professor, Department of Electronics and Communication Engineering, MLRIT, Hyderabad,

More information

Intuitionistic Fuzzy Petri Nets for Knowledge Representation and Reasoning

Intuitionistic Fuzzy Petri Nets for Knowledge Representation and Reasoning Intuitionistic Fuzzy Petri Nets for Knowledge Representation and Reasoning Meng Fei-xiang 1 Lei Ying-jie 1 Zhang Bo 1 Shen Xiao-yong 1 Zhao Jing-yu 2 1 Air and Missile Defense College Air Force Engineering

More information

Image Denoising Methods Based on Wavelet Transform and Threshold Functions

Image Denoising Methods Based on Wavelet Transform and Threshold Functions Image Denoising Methods Based on Wavelet Transform and Threshold Functions Liangang Feng, Lin Lin Weihai Vocational College China liangangfeng@163.com liangangfeng@163.com ABSTRACT: There are many unavoidable

More information

Structure-adaptive Image Denoising with 3D Collaborative Filtering

Structure-adaptive Image Denoising with 3D Collaborative Filtering , pp.42-47 http://dx.doi.org/10.14257/astl.2015.80.09 Structure-adaptive Image Denoising with 3D Collaborative Filtering Xuemei Wang 1, Dengyin Zhang 2, Min Zhu 2,3, Yingtian Ji 2, Jin Wang 4 1 College

More information

Contrast adjustment via Bayesian sequential partitioning

Contrast adjustment via Bayesian sequential partitioning Contrast adjustment via Bayesian sequential partitioning Zhiyu Wang, Shuo Xie, Bai Jiang Abstract Photographs taken in dim light have low color contrast. However, traditional methods for adjusting contrast

More information

An Efficient Image Sharpening Filter for Enhancing Edge Detection Techniques for 2D, High Definition and Linearly Blurred Images

An Efficient Image Sharpening Filter for Enhancing Edge Detection Techniques for 2D, High Definition and Linearly Blurred Images International Journal of Scientific Research in Computer Science and Engineering Research Paper Vol-2, Issue-1 ISSN: 2320-7639 An Efficient Image Sharpening Filter for Enhancing Edge Detection Techniques

More information

Image Fusion Using Double Density Discrete Wavelet Transform

Image Fusion Using Double Density Discrete Wavelet Transform 6 Image Fusion Using Double Density Discrete Wavelet Transform 1 Jyoti Pujar 2 R R Itkarkar 1,2 Dept. of Electronics& Telecommunication Rajarshi Shahu College of Engineeing, Pune-33 Abstract - Image fusion

More information

Denoising and Edge Detection Using Sobelmethod

Denoising and Edge Detection Using Sobelmethod International OPEN ACCESS Journal Of Modern Engineering Research (IJMER) Denoising and Edge Detection Using Sobelmethod P. Sravya 1, T. Rupa devi 2, M. Janardhana Rao 3, K. Sai Jagadeesh 4, K. Prasanna

More information

Decomposition of Image Restoration Model in the Application of Tibetan Ancient Thangka Repair

Decomposition of Image Restoration Model in the Application of Tibetan Ancient Thangka Repair in the Application of Tibetan Ancient Thangka Repair 1 Colledge of Engineering,Tibet University, Lhasa 850000, China E-mail: 387490@qq.com Zhaoxia Wang 3 Department of Student,Tibet University, Lhasa 850000,

More information

Filtering Images. Contents

Filtering Images. Contents Image Processing and Data Visualization with MATLAB Filtering Images Hansrudi Noser June 8-9, 010 UZH, Multimedia and Robotics Summer School Noise Smoothing Filters Sigmoid Filters Gradient Filters Contents

More information

EDGE DETECTION IN MEDICAL IMAGES USING THE WAVELET TRANSFORM

EDGE DETECTION IN MEDICAL IMAGES USING THE WAVELET TRANSFORM EDGE DETECTION IN MEDICAL IMAGES USING THE WAVELET TRANSFORM J. Petrová, E. Hošťálková Department of Computing and Control Engineering Institute of Chemical Technology, Prague, Technická 6, 166 28 Prague

More information

Research Article An Improved NMS-Based Adaptive Edge Detection Method and Its FPGA Implementation

Research Article An Improved NMS-Based Adaptive Edge Detection Method and Its FPGA Implementation Sensors Volume 2016, Article ID 1470312, 8 pages http://dx.doi.org/10.1155/2016/1470312 Research Article An Improved NMS-Based Adaptive Edge Detection Method and Its FPGA Implementation Enzeng Dong, Yao

More information

Real time eye detection using edge detection and euclidean distance

Real time eye detection using edge detection and euclidean distance Vol. 6(20), Apr. 206, PP. 2849-2855 Real time eye detection using edge detection and euclidean distance Alireza Rahmani Azar and Farhad Khalilzadeh (BİDEB) 2 Department of Computer Engineering, Faculty

More information

Enhanced Image. Improved Dam point Labelling

Enhanced Image. Improved Dam point Labelling 3rd International Conference on Multimedia Technology(ICMT 2013) Video Text Extraction Based on Stroke Width and Color Xiaodong Huang, 1 Qin Wang, Kehua Liu, Lishang Zhu Abstract. Video text can be used

More information

Morphological Image Processing

Morphological Image Processing Morphological Image Processing Morphology Identification, analysis, and description of the structure of the smallest unit of words Theory and technique for the analysis and processing of geometric structures

More information

EECS490: Digital Image Processing. Lecture #19

EECS490: Digital Image Processing. Lecture #19 Lecture #19 Shading and texture analysis using morphology Gray scale reconstruction Basic image segmentation: edges v. regions Point and line locators, edge types and noise Edge operators: LoG, DoG, Canny

More information

Edge detection by combination of morphological operators with different edge detection operators

Edge detection by combination of morphological operators with different edge detection operators International Journal of Information & Computation Technology. ISSN 0974-2239 Volume 4, Number 11 (2014), pp. 1051-1056 International Research Publications House http://www. irphouse.com Edge detection

More information

Looming Motion Segmentation in Vehicle Tracking System using Wavelet Transforms

Looming Motion Segmentation in Vehicle Tracking System using Wavelet Transforms Looming Motion Segmentation in Vehicle Tracking System using Wavelet Transforms K. SUBRAMANIAM, S. SHUKLA, S.S. DLAY and F.C. RIND Department of Electrical and Electronic Engineering University of Newcastle-Upon-Tyne

More information

AN ADAPTIVE REGION GROWING SEGMENTATION FOR BLOOD VESSEL DETECTION FROM RETINAL IMAGES

AN ADAPTIVE REGION GROWING SEGMENTATION FOR BLOOD VESSEL DETECTION FROM RETINAL IMAGES AN ADAPTIVE REGION GROWING SEGMENTATION FOR BLOOD VESSEL DETECTION FROM RETINAL IMAGES Alauddin Bhuiyan, Baikunth Nath and Joselito Chua Computer Science and Software Engineering, The University of Melbourne,

More information

Research on the Application of Digital Images Based on the Computer Graphics. Jing Li 1, Bin Hu 2

Research on the Application of Digital Images Based on the Computer Graphics. Jing Li 1, Bin Hu 2 Applied Mechanics and Materials Online: 2014-05-23 ISSN: 1662-7482, Vols. 556-562, pp 4998-5002 doi:10.4028/www.scientific.net/amm.556-562.4998 2014 Trans Tech Publications, Switzerland Research on the

More information

SURVEY ON IMAGE PROCESSING IN THE FIELD OF DE-NOISING TECHNIQUES AND EDGE DETECTION TECHNIQUES ON RADIOGRAPHIC IMAGES

SURVEY ON IMAGE PROCESSING IN THE FIELD OF DE-NOISING TECHNIQUES AND EDGE DETECTION TECHNIQUES ON RADIOGRAPHIC IMAGES SURVEY ON IMAGE PROCESSING IN THE FIELD OF DE-NOISING TECHNIQUES AND EDGE DETECTION TECHNIQUES ON RADIOGRAPHIC IMAGES 1 B.THAMOTHARAN, 2 M.MENAKA, 3 SANDHYA VAIDYANATHAN, 3 SOWMYA RAVIKUMAR 1 Asst. Prof.,

More information

Morphological Image Processing

Morphological Image Processing Digital Image Processing Lecture # 10 Morphological Image Processing Autumn 2012 Agenda Extraction of Connected Component Convex Hull Thinning Thickening Skeletonization Pruning Gray-scale Morphology Digital

More information

SECTION 5 IMAGE PROCESSING 2

SECTION 5 IMAGE PROCESSING 2 SECTION 5 IMAGE PROCESSING 2 5.1 Resampling 3 5.1.1 Image Interpolation Comparison 3 5.2 Convolution 3 5.3 Smoothing Filters 3 5.3.1 Mean Filter 3 5.3.2 Median Filter 4 5.3.3 Pseudomedian Filter 6 5.3.4

More information

Face Recognition Based on LDA and Improved Pairwise-Constrained Multiple Metric Learning Method

Face Recognition Based on LDA and Improved Pairwise-Constrained Multiple Metric Learning Method Journal of Information Hiding and Multimedia Signal Processing c 2016 ISSN 2073-4212 Ubiquitous International Volume 7, Number 5, September 2016 Face Recognition ased on LDA and Improved Pairwise-Constrained

More information

EDGE BASED REGION GROWING

EDGE BASED REGION GROWING EDGE BASED REGION GROWING Rupinder Singh, Jarnail Singh Preetkamal Sharma, Sudhir Sharma Abstract Image segmentation is a decomposition of scene into its components. It is a key step in image analysis.

More information

Tumor Detection in Breast Ultrasound images

Tumor Detection in Breast Ultrasound images I J C T A, 8(5), 2015, pp. 1881-1885 International Science Press Tumor Detection in Breast Ultrasound images R. Vanithamani* and R. Dhivya** Abstract: Breast ultrasound is becoming a popular screening

More information

Robust Lossless Image Watermarking in Integer Wavelet Domain using SVD

Robust Lossless Image Watermarking in Integer Wavelet Domain using SVD Robust Lossless Image Watermarking in Integer Domain using SVD 1 A. Kala 1 PG scholar, Department of CSE, Sri Venkateswara College of Engineering, Chennai 1 akala@svce.ac.in 2 K. haiyalnayaki 2 Associate

More information

A Fast Personal Palm print Authentication based on 3D-Multi Wavelet Transformation

A Fast Personal Palm print Authentication based on 3D-Multi Wavelet Transformation A Fast Personal Palm print Authentication based on 3D-Multi Wavelet Transformation * A. H. M. Al-Helali, * W. A. Mahmmoud, and * H. A. Ali * Al- Isra Private University Email: adnan_hadi@yahoo.com Abstract:

More information

Sobel Edge Detection Algorithm

Sobel Edge Detection Algorithm Sobel Edge Detection Algorithm Samta Gupta 1, Susmita Ghosh Mazumdar 2 1 M. Tech Student, Department of Electronics & Telecom, RCET, CSVTU Bhilai, India 2 Reader, Department of Electronics & Telecom, RCET,

More information

STUDYING OF CLASSIFYING CHINESE SMS MESSAGES

STUDYING OF CLASSIFYING CHINESE SMS MESSAGES STUDYING OF CLASSIFYING CHINESE SMS MESSAGES BASED ON BAYESIAN CLASSIFICATION 1 LI FENG, 2 LI JIGANG 1,2 Computer Science Department, DongHua University, Shanghai, China E-mail: 1 Lifeng@dhu.edu.cn, 2

More information

Fast and Effective Interpolation Using Median Filter

Fast and Effective Interpolation Using Median Filter Fast and Effective Interpolation Using Median Filter Jian Zhang 1, *, Siwei Ma 2, Yongbing Zhang 1, and Debin Zhao 1 1 Department of Computer Science, Harbin Institute of Technology, Harbin 150001, P.R.

More information

Improvement of SURF Feature Image Registration Algorithm Based on Cluster Analysis

Improvement of SURF Feature Image Registration Algorithm Based on Cluster Analysis Sensors & Transducers 2014 by IFSA Publishing, S. L. http://www.sensorsportal.com Improvement of SURF Feature Image Registration Algorithm Based on Cluster Analysis 1 Xulin LONG, 1,* Qiang CHEN, 2 Xiaoya

More information

Edge detection in medical images using the Wavelet Transform

Edge detection in medical images using the Wavelet Transform 1 Portál pre odborné publikovanie ISSN 1338-0087 Edge detection in medical images using the Wavelet Transform Petrová Jana MATLAB/Comsol, Medicína 06.07.2011 Edge detection improves image readability and

More information