Multiresolution Analysis of Connectivity

Size: px
Start display at page:

Download "Multiresolution Analysis of Connectivity"

Transcription

1 Multiresolution Analysis of Connectivity Atul Sajjanhar 1, Guojun Lu 2, Dengsheng Zhang 2, Tian Qi 3 1 School of Information Technology Deakin University 221 Burwood Highway Burwood, VIC 3125 Australia atuls@deakin.edu.au 2 Gippsland School of Computing & Information Technology Monash University Northways Road Churchill, VIC 3842 Australia {guojun.lu, dengsheng.zhang}@infotech.monash.edu.au 3 Media Division Institute for Infocomm Research 21 Heng Mui Keng Terrace Singapore tian@i2r.a-star.edu.sg Abstract. Multiresolution histograms have been used for indexing and retrieval of images. Multiresolution histograms used traditionally are 2d-histograms which encode pixel intensities. Earlier we proposed a method for decomposing images by connectivity. In this paper, we propose to encode centroidal distances of an image in multiresolution histograms; the image is decomposed a priori, by connectivity. Multiresolution histograms thus obtained are 3d-histograms which encode connectivity and centroidal distances. The statistical technique of Principal Component Analysis is applied to multiresolution 3d-histograms and the resulting data is used to index images. Distance between two images is computed as the L2- difference of their principal components. Experiments are performed on Item S8 within the MPEG-7 image dataset. We also analyse the effect of pixel intensity thresholding on multiresolution images. 1. Introduction Multiresolution histogram is a family of histograms obtained for multiple resolutions of an image. Multiresolution histogram overcomes the inability of a single histogram to

2 encode the spatial features of images [7]. Multiresolution histogram of image intensities have been used extensively for retrieval of images and video from visual databases [2][7]. Multiresolution histogram is robust to noise. We use the concept of multiresolution histogram to encode centroidal distances of an image. Centroidal distance histogram is obtained by discretising the centroidal distance of each point in an image into a bucket. Centroidal distance of a point is obtained as the distance of the point from the centroid. Before obtaining centroidal distance histograms, however, images need to be normalised for scale. The method is inherently invariant to rotation and translation. Multiresolution histogram based on centroidal distances is the ground truth against which we compare the proposed approach. Based on the previously proposed concept of connectivity [1], we show how multiresolution histograms which encode centroidal distances and connectivity can be used effectively for shape-based retrieval of images. We evaluate the proposed method against the traditional approach (described above) which does not use connectivity. The proposed method is described in Section 2. Experimental Results are presented in Section 3. Finally, Discussion and Conclusion are presented in Sections 4 and 5 respectively. 2. Proposed Method In this section, we describe the proposed method for image retrieval. The proposed method is based on connectivity [1]. First, we briefly explain connectivity. Connectivity is used to decompose images based on the state of the nearest 8-neighbour pixels. Consider a sample image shown in Fig. 1(a), we refer to the dark pixels as OFF. The state of the nearest 8-neighbours is computed for each OFF pixel. Connectivity of an OFF pixel is obtained as the number of OFF pixels amongst the nearest 8-neighbours. Figure 1(b) provides additional information for the image in Figure 1(a). For each OFF pixel within the image, the connectivity can take values 0 through 8. A connectivity of 0 indicates that none of the nearest 8-neighbours are OFF. A connectivity of 8 indicates that all of the nearest 8-neighbours are OFF. (a) (b) Fig. 1. Image decomposition by connectivity

3 Consider the image in Fig. 1(a); multiresolution images for the image are shown in Fig. 2. These are obtained by convolving the original image with a Gaussian filter. Centroidal distances are obtained for each resolution of an image which is decomposed by connectivity. 3d-histograms are computed which encode centroidal distances and connectivity. Multiresolution histograms h is a family of 3d-histograms for multiple image resolutions. Feature vector for an image consists of a family of 3d-histograms. The dimensionality of the feature vector will depend on the number of resolutions used for an image. (a) (b) Fig. 2. Multiple resolutions of sample image Principal Component Analysis (PCA) is a statistical approach for reducing the dimensionality of data [3][4][5]. We apply PCA to feature vectors and the resulting low dimensional data is used to index images. PCA involves a mathematical procedure that transforms a number of (possibly) correlated variables into a (smaller) number of uncorrelated variables called principal components. The first principal component accounts for as much of the variability in the data as possible, and each succeeding component accounts for as much of the remaining variability as possible. We briefly explain the theory behind PCA. Performing PCA is the equivalent of performing Singular Value Decomposition (SVD) on the covariance matrix of the data. Singular value decomposition for the data matrix A is computed as U S V'. Matrices U and V are such that they are orthogonal. The columns of U are called left singular values and the rows of V' are called right singular values. Eigenvectors and eigenvalues of A.A' and A'.A need to be calculated to obtain matrices U and V. Multiplications of A by its transpose results in square matrices. The columns of V are made from the eigenvectors of A'.A and the columns of U are made from the eigenvectors of A.A'. The eigenvalues obtained from the products of A.A' and A'.A, when square-rooted, make up the columns of S. The diagonal of S is said to be the singular values of the original matrix, A. Each eigenvector described above represents a principle component. PC1 (Principle Component 1) is defined as the eigenvector with the highest corresponding eigenvalue. The individual eigenvalues are numerically related to the variance they capture via PC's - the higher the value, the more variance they have captured. The outcome of PCA on multiresolution 3dhistograms for image in Fig. 1 is shown in Fig. 3. The first eigenvector (P1) has the largest eigenvalues to the direction of the largest variance. The second (P2) and the third (P3) eigenvectors are orthogonal to the first one.

4 In the example shown in Fig. 3, the first eigenvalue for the first eigenvector is λ 1 = The other eigenvalues are λ 2 = 5.3 and λ 3 = Thus, the first eigenvector contains almost all the energy. The data could thus be approximated in one-dimension. Fig. 3. Principal components of multiresolution histograms Consider the sample image shown in Fig. 4(a). This image has only two pixel intensities, 0 and 255. Centroidal distances are computed for pixel intensities of 255 only. The corresponding 3d-histogram is shown in Fig. 4(b). (a) Fig. 4. (a) Sample image (b) Distance histogram for Sample Image The image in Fig. 5(a) is a Gaussian blurred image and has pixel intensities ranging from 0-255, as shown in Fig. 5(b). The distance histogram in Fig. 5(c) is obtained by computing the centroidal distances for all pixel intensities in the range 1-255; only the black pixels (intensity=0) are ignored. The pattern in Fig. 5(c) is significantly different from that in Fig. 4(b). This is because of the fineness of the shape [2]. Rates of change of histogram densities are significant for images with fine regions. Hence, we consider pixel intensity thresholding. The 3dhistogram when using pixel intensity thresholding is shown in Fig. 5(d). In Fig. 5(d), pixels which have intensity less than 55 are ignored i.e. their centroidal distances do not contribute to the histograms. The generic process of indexing is illustrated in the diagram below. (b)

5 pixel intensity distribution (a) (b) (c) Fig. 5. (a) Image after Gaussian blur (b) Pixel intensity distribution (c) 3d histogram for Gaussian blurred image (d) 3d histogram after pixel intensity thresholding (d) Fig. 6. Image Indexing Multiple resolutions of each image is obtained using Gaussian filters. Each resolution of the image is decomposed by connectivity. The family of 3d-histograms is obtained for each image. Within the histogram family each histogram encodes the connectivity and the centroidal distances for a particular resolution of the original image. The process of obtaining histograms is preceded by pixel intensity thresholding. Pixel intensity thresholding is especially useful for fine shapes which would otherwise have significant rates of change in histogram densities. Principal components are obtained for the

6 histogram family and used as an index for each image. During querying, the distance between two images is computed as the L2-difference of their principal components. 3. Experimental Results In this section, we evaluate the performance of the proposed method. We compare the performance of multiresolution histograms obtained by the traditional method and the proposed method. Experiments are performed on Item S8 within the MPEG-7 Still Images Content Set [6]. This is a collection of trademark images and originally provided by the Korean Industrial Property Office. Item S8 consists of 3621 still images. It is divided into Sets A1, A2, A3, A4 to test the robustness of methods to geometric and perspective transformations. Fig. 7 below shows the results of retrieval experiments on Sets A1, A2, A3, A4 of the dataset. Experiments are performed for the proposed method and the traditional method. The proposed method, based on connectivity is prefixed with 3d mra in the legend. The traditional approach which is based on 2d-histograms is prefixed with 2d mra in the legend. When computing histograms for multiple resolutions of an image, pixel intensity thresholding may be required. Results for Set A1 are obtained with and without pixel intensity thresholding. Results for Sets A2, A3, A4 are obtained after pixel intensity thresholding.

7 Fig. 7. Average Recall-Precision Plots 4. Discussion Improvement of the proposed method when compared with the traditional method is conclusive. The reason for the improvement of the proposed method is attributed to additional information captured by connectivity; descriptors which encode connectivity are able to discriminate better between shapes [1]. We note that the dataset does not contain fine contours. In Fig. 1, we see that the pixel density is high for connectivity=0 and connectivity=8. We believe that the relative improvement in the effectiveness of the proposed method will be more with an increase in pixel densities for intermediate values of connectivity. In the future, we will perform experiments on different datasets to test the veracity of the statement above. Computational expense of the proposed method also needs to be addressed. The proposed method requires more processing compared with the traditional approach. Additional processing is required for decomposition of images by connectivity. Computational complexity for obtaining connectivity of an image is O(n) where n is the number of foreground pixels in the image. In applications where accuracy of retrieval is important, the improvement in effectiveness may outweigh the additional processing cost.

8 5. Conclusion We have proposed a novel method for shape representation and retrieval based on combination of connectivity and multiresolution histograms. We propose to use 3dhistograms which encode connectivity and centroidal distances of images. Experiments performed show the effectiveness of the proposed method. We also show the sensitivity of pixel intensity thresholding on the accuracy of retrieval. The degree of sensitivity to pixel intensity thresholding will depend on the image database and the nature of queries. A large number of fine shapes will require careful computation of pixel intensity threshold. In this paper, multiple image resolutions are each decomposed by connectivity and then encoded using 3d-histograms. Given multiple image resolutions which are decomposed by connectivity, the feature space can be encoded in any conventional technique for image indexing. References [1] A. Sajjanhar, G. Lu, D. Zhang, Discriminating Shape Descriptors Based on Connectivity, IEEE International Conference on Multimedia and Expo, Taipei, Taiwan, June [2] E. Hadjidemetriou, M. D. Grossberg and S. K. Nayar, Multiresolution Histograms and their Use for Texture Classification, International Workshop on Texture Analysis and Synthesis, Nice, France, October [3] R. C. Gonzalez and R. E. Woods, Digital Image Processing, Prentice Hall, [4] I. T. Jolliffe, Principal Component Analysis, Springer Verlag, [5] Dejan Vranic, 3D Model Retrieval, University of Leipzig, PhD Thesis, [6] [7] E. Hadjidemetriou, M. D. Grossberg and S. K, Nayar, Multiresolution Histograms and their Use for Recognition, IEEE transactions on Pattern Analysis and Machine Intelligence, Vol. 26, No. 7, July 2004.

Hand & Upper Body Based Hybrid Gesture Recognition

Hand & Upper Body Based Hybrid Gesture Recognition Hand & Upper Body Based Hybrid Gesture Prerna Sharma #1, Naman Sharma *2 # Research Scholor, G. B. P. U. A. & T. Pantnagar, India * Ideal Institue of Technology, Ghaziabad, India Abstract Communication

More information

Removal of ocular artifacts from EEG signals using adaptive threshold PCA and Wavelet transforms

Removal of ocular artifacts from EEG signals using adaptive threshold PCA and Wavelet transforms Available online at www.interscience.in Removal of ocular artifacts from s using adaptive threshold PCA and Wavelet transforms P. Ashok Babu 1, K.V.S.V.R.Prasad 2 1 Narsimha Reddy Engineering College,

More information

Object Recognition System using Template Matching Based on Signature and Principal Component Analysis

Object Recognition System using Template Matching Based on Signature and Principal Component Analysis Object Recognition System using Template Matching Based on Signature and Principal Component Analysis Inad A. Aljarrah Jordan University of Science & Technology, Irbid, Jordan inad@just.edu.jo Ahmed S.

More information

MULTISPECTRAL IMAGE PROCESSING I

MULTISPECTRAL IMAGE PROCESSING I TM1 TM2 337 TM3 TM4 TM5 TM6 Dr. Robert A. Schowengerdt TM7 Landsat Thematic Mapper (TM) multispectral images of desert and agriculture near Yuma, Arizona MULTISPECTRAL IMAGE PROCESSING I SENSORS Multispectral

More information

Drum Transcription Based on Independent Subspace Analysis

Drum Transcription Based on Independent Subspace Analysis Report for EE 391 Special Studies and Reports for Electrical Engineering Drum Transcription Based on Independent Subspace Analysis Yinyi Guo Center for Computer Research in Music and Acoustics, Stanford,

More information

Multiresolution Histograms and their Use for Texture Classification

Multiresolution Histograms and their Use for Texture Classification Multiresolution Histograms and their Use for Texture Classification E. Hadjidemetriou, M. D. Grossberg, and S. K. Nayar Computer Science, Columbia University, New York, NY 17 {stathis, mdog, nayar}@cs.columbia.edu

More information

Augment the Spatial Resolution of Multispectral Image Using PCA Fusion Method and Classified It s Region Using Different Techniques.

Augment the Spatial Resolution of Multispectral Image Using PCA Fusion Method and Classified It s Region Using Different Techniques. Augment the Spatial Resolution of Multispectral Image Using PCA Fusion Method and Classified It s Region Using Different Techniques. Israa Jameel Muhsin 1, Khalid Hassan Salih 2, Ebtesam Fadhel 3 1,2 Department

More information

ROTATION INVARIANT COLOR RETRIEVAL

ROTATION INVARIANT COLOR RETRIEVAL ROTATION INVARIANT COLOR RETRIEVAL Ms. Swapna Borde 1 and Dr. Udhav Bhosle 2 1 Vidyavardhini s College of Engineering and Technology, Vasai (W), Swapnaborde@yahoo.com 2 Rajiv Gandhi Institute of Technology,

More information

IMAGE EQUALIZATION BASED ON SINGULAR VALUE DECOMPOSITION

IMAGE EQUALIZATION BASED ON SINGULAR VALUE DECOMPOSITION IAGE EQUALIZATION BASED ON SINGULAR VALUE DECOPOSITION * Hasan Demirel, Gholamreza Anbarjafari and ohammad N. Sabet Jahromi Department of Electrical and Electronic Engineering, Eastern editerranean University,

More information

An Efficient Method for Landscape Image Classification and Matching Based on MPEG-7 Descriptors

An Efficient Method for Landscape Image Classification and Matching Based on MPEG-7 Descriptors An Efficient Method for Landscape Image Classification and Matching Based on MPEG-7 Descriptors Pharindra Kumar Sharma Nishchol Mishra M.Tech(CTA), SOIT Asst. Professor SOIT, RajivGandhi Technical University,

More information

Colored Rubber Stamp Removal from Document Images

Colored Rubber Stamp Removal from Document Images Colored Rubber Stamp Removal from Document Images Soumyadeep Dey, Jayanta Mukherjee, Shamik Sural, and Partha Bhowmick Indian Institute of Technology, Kharagpur {soumyadeepdey@sit,jay@cse,shamik@sit,pb@cse}.iitkgp.ernet.in

More information

Visual Search using Principal Component Analysis

Visual Search using Principal Component Analysis Visual Search using Principal Component Analysis Project Report Umesh Rajashekar EE381K - Multidimensional Digital Signal Processing FALL 2000 The University of Texas at Austin Abstract The development

More information

Content Based Image Retrieval Using Color Histogram

Content Based Image Retrieval Using Color Histogram Content Based Image Retrieval Using Color Histogram Nitin Jain Assistant Professor, Lokmanya Tilak College of Engineering, Navi Mumbai, India. Dr. S. S. Salankar Professor, G.H. Raisoni College of Engineering,

More information

Experimental Analysis of Face Recognition on Still and CCTV images

Experimental Analysis of Face Recognition on Still and CCTV images Experimental Analysis of Face Recognition on Still and CCTV images Shaokang Chen, Erik Berglund, Abbas Bigdeli, Conrad Sanderson, Brian C. Lovell NICTA, PO Box 10161, Brisbane, QLD 4000, Australia ITEE,

More information

A New Scheme for No Reference Image Quality Assessment

A New Scheme for No Reference Image Quality Assessment Author manuscript, published in "3rd International Conference on Image Processing Theory, Tools and Applications, Istanbul : Turkey (2012)" A New Scheme for No Reference Image Quality Assessment Aladine

More information

Introduction to DSP ECE-S352 Fall Quarter 2000 Matlab Project 1

Introduction to DSP ECE-S352 Fall Quarter 2000 Matlab Project 1 Objective: Introduction to DSP ECE-S352 Fall Quarter 2000 Matlab Project 1 This Matlab Project is an extension of the basic correlation theory presented in the course. It shows a practical application

More information

Performance Analysis of MUSIC and MVDR DOA Estimation Algorithm

Performance Analysis of MUSIC and MVDR DOA Estimation Algorithm Volume-8, Issue-2, April 2018 International Journal of Engineering and Management Research Page Number: 50-55 Performance Analysis of MUSIC and MVDR DOA Estimation Algorithm Bhupenmewada 1, Prof. Kamal

More information

A Comparison of Histogram and Template Matching for Face Verification

A Comparison of Histogram and Template Matching for Face Verification A Comparison of and Template Matching for Face Verification Chidambaram Chidambaram Universidade do Estado de Santa Catarina chidambaram@udesc.br Marlon Subtil Marçal, Leyza Baldo Dorini, Hugo Vieira Neto

More information

Interpolation of CFA Color Images with Hybrid Image Denoising

Interpolation of CFA Color Images with Hybrid Image Denoising 2014 Sixth International Conference on Computational Intelligence and Communication Networks Interpolation of CFA Color Images with Hybrid Image Denoising Sasikala S Computer Science and Engineering, Vasireddy

More information

Digital Image Processing 3/e

Digital Image Processing 3/e Laboratory Projects for Digital Image Processing 3/e by Gonzalez and Woods 2008 Prentice Hall Upper Saddle River, NJ 07458 USA www.imageprocessingplace.com The following sample laboratory projects are

More information

SIGNAL MODEL AND PARAMETER ESTIMATION FOR COLOCATED MIMO RADAR

SIGNAL MODEL AND PARAMETER ESTIMATION FOR COLOCATED MIMO RADAR SIGNAL MODEL AND PARAMETER ESTIMATION FOR COLOCATED MIMO RADAR Moein Ahmadi*, Kamal Mohamed-pour K.N. Toosi University of Technology, Iran.*moein@ee.kntu.ac.ir, kmpour@kntu.ac.ir Keywords: Multiple-input

More information

MAV-ID card processing using camera images

MAV-ID card processing using camera images EE 5359 MULTIMEDIA PROCESSING SPRING 2013 PROJECT PROPOSAL MAV-ID card processing using camera images Under guidance of DR K R RAO DEPARTMENT OF ELECTRICAL ENGINEERING UNIVERSITY OF TEXAS AT ARLINGTON

More information

Image analysis. CS/CME/BioE/Biophys/BMI 279 Oct. 31 and Nov. 2, 2017 Ron Dror

Image analysis. CS/CME/BioE/Biophys/BMI 279 Oct. 31 and Nov. 2, 2017 Ron Dror Image analysis CS/CME/BioE/Biophys/BMI 279 Oct. 31 and Nov. 2, 2017 Ron Dror 1 Outline Images in molecular and cellular biology Reducing image noise Mean and Gaussian filters Frequency domain interpretation

More information

Adaptive Feature Analysis Based SAR Image Classification

Adaptive Feature Analysis Based SAR Image Classification I J C T A, 10(9), 2017, pp. 973-977 International Science Press ISSN: 0974-5572 Adaptive Feature Analysis Based SAR Image Classification Debabrata Samanta*, Abul Hasnat** and Mousumi Paul*** ABSTRACT SAR

More information

VEHICLE LICENSE PLATE DETECTION ALGORITHM BASED ON STATISTICAL CHARACTERISTICS IN HSI COLOR MODEL

VEHICLE LICENSE PLATE DETECTION ALGORITHM BASED ON STATISTICAL CHARACTERISTICS IN HSI COLOR MODEL VEHICLE LICENSE PLATE DETECTION ALGORITHM BASED ON STATISTICAL CHARACTERISTICS IN HSI COLOR MODEL Instructor : Dr. K. R. Rao Presented by: Prasanna Venkatesh Palani (1000660520) prasannaven.palani@mavs.uta.edu

More information

Pose Invariant Face Recognition

Pose Invariant Face Recognition Pose Invariant Face Recognition Fu Jie Huang Zhihua Zhou Hong-Jiang Zhang Tsuhan Chen Electrical and Computer Engineering Department Carnegie Mellon University jhuangfu@cmu.edu State Key Lab for Novel

More information

FACE RECOGNITION USING NEURAL NETWORKS

FACE RECOGNITION USING NEURAL NETWORKS Int. J. Elec&Electr.Eng&Telecoms. 2014 Vinoda Yaragatti and Bhaskar B, 2014 Research Paper ISSN 2319 2518 www.ijeetc.com Vol. 3, No. 3, July 2014 2014 IJEETC. All Rights Reserved FACE RECOGNITION USING

More information

Midterm Examination CS 534: Computational Photography

Midterm Examination CS 534: Computational Photography Midterm Examination CS 534: Computational Photography November 3, 2015 NAME: SOLUTIONS Problem Score Max Score 1 8 2 8 3 9 4 4 5 3 6 4 7 6 8 13 9 7 10 4 11 7 12 10 13 9 14 8 Total 100 1 1. [8] What are

More information

Blind Blur Estimation Using Low Rank Approximation of Cepstrum

Blind Blur Estimation Using Low Rank Approximation of Cepstrum Blind Blur Estimation Using Low Rank Approximation of Cepstrum Adeel A. Bhutta and Hassan Foroosh School of Electrical Engineering and Computer Science, University of Central Florida, 4 Central Florida

More information

Face Recognition System Based on Infrared Image

Face Recognition System Based on Infrared Image International Journal of Engineering Inventions e-issn: 2278-7461, p-issn: 2319-6491 Volume 6, Issue 1 [October. 217] PP: 47-56 Face Recognition System Based on Infrared Image Yong Tang School of Electronics

More information

Robust Hand Gesture Recognition for Robotic Hand Control

Robust Hand Gesture Recognition for Robotic Hand Control Robust Hand Gesture Recognition for Robotic Hand Control Ankit Chaudhary Robust Hand Gesture Recognition for Robotic Hand Control 123 Ankit Chaudhary Department of Computer Science Northwest Missouri State

More information

A Novel Multi-diagonal Matrix Filter for Binary Image Denoising

A Novel Multi-diagonal Matrix Filter for Binary Image Denoising Columbia International Publishing Journal of Advanced Electrical and Computer Engineering (2014) Vol. 1 No. 1 pp. 14-21 Research Article A Novel Multi-diagonal Matrix Filter for Binary Image Denoising

More information

Enhancement of Speech Signal Based on Improved Minima Controlled Recursive Averaging and Independent Component Analysis

Enhancement of Speech Signal Based on Improved Minima Controlled Recursive Averaging and Independent Component Analysis Enhancement of Speech Signal Based on Improved Minima Controlled Recursive Averaging and Independent Component Analysis Mohini Avatade & S.L. Sahare Electronics & Telecommunication Department, Cummins

More information

Anna University, Chennai B.E./B.TECH DEGREE EXAMINATION, MAY/JUNE 2013 Seventh Semester

Anna University, Chennai B.E./B.TECH DEGREE EXAMINATION, MAY/JUNE 2013 Seventh Semester www.vidyarthiplus.com Anna University, Chennai B.E./B.TECH DEGREE EXAMINATION, MAY/JUNE 2013 Seventh Semester Electronics and Communication Engineering EC 2029 / EC 708 DIGITAL IMAGE PROCESSING (Regulation

More information

Remote Sensing. The following figure is grey scale display of SPOT Panchromatic without stretching.

Remote Sensing. The following figure is grey scale display of SPOT Panchromatic without stretching. Remote Sensing Objectives This unit will briefly explain display of remote sensing image, geometric correction, spatial enhancement, spectral enhancement and classification of remote sensing image. At

More information

AN APPROXIMATION-WEIGHTED DETAIL CONTRAST ENHANCEMENT FILTER FOR LESION DETECTION ON MAMMOGRAMS

AN APPROXIMATION-WEIGHTED DETAIL CONTRAST ENHANCEMENT FILTER FOR LESION DETECTION ON MAMMOGRAMS AN APPROXIMATION-WEIGHTED DETAIL CONTRAST ENHANCEMENT FILTER FOR LESION DETECTION ON MAMMOGRAMS Zhuangzhi Yan, Xuan He, Shupeng Liu, and Donghui Lu Department of Biomedical Engineering, Shanghai University,

More information

Stamp detection in scanned documents

Stamp detection in scanned documents Annales UMCS Informatica AI X, 1 (2010) 61-68 DOI: 10.2478/v10065-010-0036-6 Stamp detection in scanned documents Paweł Forczmański Chair of Multimedia Systems, West Pomeranian University of Technology,

More information

Automobile Independent Fault Detection based on Acoustic Emission Using FFT

Automobile Independent Fault Detection based on Acoustic Emission Using FFT SINCE2011 Singapore International NDT Conference & Exhibition, 3-4 November 2011 Automobile Independent Fault Detection based on Acoustic Emission Using FFT Hamid GHADERI 1, Peyman KABIRI 2 1 Intelligent

More information

Robust watermarking based on DWT SVD

Robust watermarking based on DWT SVD Robust watermarking based on DWT SVD Anumol Joseph 1, K. Anusudha 2 Department of Electronics Engineering, Pondicherry University, Puducherry, India anumol.josph00@gmail.com, anusudhak@yahoo.co.in Abstract

More information

A New Scheme for No Reference Image Quality Assessment

A New Scheme for No Reference Image Quality Assessment A New Scheme for No Reference Image Quality Assessment Aladine Chetouani, Azeddine Beghdadi, Abdesselim Bouzerdoum, Mohamed Deriche To cite this version: Aladine Chetouani, Azeddine Beghdadi, Abdesselim

More information

Wavelet-Based Multiresolution Matching for Content-Based Image Retrieval

Wavelet-Based Multiresolution Matching for Content-Based Image Retrieval Wavelet-Based Multiresolution Matching for Content-Based Image Retrieval Te-Wei Chiang 1 Tienwei Tsai 2 Yo-Ping Huang 2 1 Department of Information Networing Technology, Chihlee Institute of Technology,

More information

DIRECTION OF ARRIVAL ESTIMATION IN WIRELESS MOBILE COMMUNICATIONS USING MINIMUM VERIANCE DISTORSIONLESS RESPONSE

DIRECTION OF ARRIVAL ESTIMATION IN WIRELESS MOBILE COMMUNICATIONS USING MINIMUM VERIANCE DISTORSIONLESS RESPONSE DIRECTION OF ARRIVAL ESTIMATION IN WIRELESS MOBILE COMMUNICATIONS USING MINIMUM VERIANCE DISTORSIONLESS RESPONSE M. A. Al-Nuaimi, R. M. Shubair, and K. O. Al-Midfa Etisalat University College, P.O.Box:573,

More information

Thesis: Bio-Inspired Vision Model Implementation In Compressed Surveillance Videos by. Saman Poursoltan. Thesis submitted for the degree of

Thesis: Bio-Inspired Vision Model Implementation In Compressed Surveillance Videos by. Saman Poursoltan. Thesis submitted for the degree of Thesis: Bio-Inspired Vision Model Implementation In Compressed Surveillance Videos by Saman Poursoltan Thesis submitted for the degree of Doctor of Philosophy in Electrical and Electronic Engineering University

More information

CSC 320 H1S CSC320 Exam Study Guide (Last updated: April 2, 2015) Winter 2015

CSC 320 H1S CSC320 Exam Study Guide (Last updated: April 2, 2015) Winter 2015 Question 1. Suppose you have an image I that contains an image of a left eye (the image is detailed enough that it makes a difference that it s the left eye). Write pseudocode to find other left eyes in

More information

Detecting Resized Double JPEG Compressed Images Using Support Vector Machine

Detecting Resized Double JPEG Compressed Images Using Support Vector Machine Detecting Resized Double JPEG Compressed Images Using Support Vector Machine Hieu Cuong Nguyen and Stefan Katzenbeisser Computer Science Department, Darmstadt University of Technology, Germany {cuong,katzenbeisser}@seceng.informatik.tu-darmstadt.de

More information

Big Data Framework for Synchrophasor Data Analysis

Big Data Framework for Synchrophasor Data Analysis Big Data Framework for Synchrophasor Data Analysis Pavel Etingov, Jason Hou, Huiying Ren, Heng Wang, Troy Zuroske, and Dimitri Zarzhitsky Pacific Northwest National Laboratory North American Synchrophasor

More information

Lossy Image Compression Using Hybrid SVD-WDR

Lossy Image Compression Using Hybrid SVD-WDR Lossy Image Compression Using Hybrid SVD-WDR Kanchan Bala 1, Ravneet Kaur 2 1Research Scholar, PTU 2Assistant Professor, Dept. Of Computer Science, CT institute of Technology, Punjab, India ---------------------------------------------------------------------***---------------------------------------------------------------------

More information

Multiresolution Histograms and Their Use for Recognition

Multiresolution Histograms and Their Use for Recognition IEEE TRANSACTIONS ON PATTERN ANALYSIS AND MACHINE INTELLIGENCE, VOL. 26, NO. 7, JULY 2004 831 Multiresolution Histograms and Their Use for Recognition Efstathios Hadjidemetriou, Michael D. Grossberg, Member,

More information

Image Enhancement using Image Fusion

Image Enhancement using Image Fusion Image Enhancement using Image Fusion Ajinkya A. Jadhav Student,ME(Electronics &Telecommunication) Mr. S. R. Khot Associate Professor, Department of Electronics, Mrs. P. S. Pise Associate Professor, Department

More information

A Real Time Static & Dynamic Hand Gesture Recognition System

A Real Time Static & Dynamic Hand Gesture Recognition System International Journal of Engineering Inventions e-issn: 2278-7461, p-issn: 2319-6491 Volume 4, Issue 12 [Aug. 2015] PP: 93-98 A Real Time Static & Dynamic Hand Gesture Recognition System N. Subhash Chandra

More information

CIS581: Computer Vision and Computational Photography Homework: Cameras and Convolution Due: Sept. 14, 2017 at 3:00 pm

CIS581: Computer Vision and Computational Photography Homework: Cameras and Convolution Due: Sept. 14, 2017 at 3:00 pm CIS58: Computer Vision and Computational Photography Homework: Cameras and Convolution Due: Sept. 4, 207 at 3:00 pm Instructions This is an individual assignment. Individual means each student must hand

More information

Image Compression Using Hybrid SVD-WDR and SVD-ASWDR: A comparative analysis

Image Compression Using Hybrid SVD-WDR and SVD-ASWDR: A comparative analysis Image Compression Using Hybrid SVD-WDR and SVD-ASWDR: A comparative analysis Kanchan Bala 1, Er. Deepinder Kaur 2 1. Research Scholar, Computer Science and Engineering, Punjab Technical University, Punjab,

More information

Multimodal Face Recognition using Hybrid Correlation Filters

Multimodal Face Recognition using Hybrid Correlation Filters Multimodal Face Recognition using Hybrid Correlation Filters Anamika Dubey, Abhishek Sharma Electrical Engineering Department, Indian Institute of Technology Roorkee, India {ana.iitr, abhisharayiya}@gmail.com

More information

COMPARATIVE PERFORMANCE ANALYSIS OF HAND GESTURE RECOGNITION TECHNIQUES

COMPARATIVE PERFORMANCE ANALYSIS OF HAND GESTURE RECOGNITION TECHNIQUES International Journal of Advanced Research in Engineering and Technology (IJARET) Volume 9, Issue 3, May - June 2018, pp. 177 185, Article ID: IJARET_09_03_023 Available online at http://www.iaeme.com/ijaret/issues.asp?jtype=ijaret&vtype=9&itype=3

More information

Journal of mathematics and computer science 11 (2014),

Journal of mathematics and computer science 11 (2014), Journal of mathematics and computer science 11 (2014), 137-146 Application of Unsharp Mask in Augmenting the Quality of Extracted Watermark in Spatial Domain Watermarking Saeed Amirgholipour 1 *,Ahmad

More information

Antennas and Propagation. Chapter 6b: Path Models Rayleigh, Rician Fading, MIMO

Antennas and Propagation. Chapter 6b: Path Models Rayleigh, Rician Fading, MIMO Antennas and Propagation b: Path Models Rayleigh, Rician Fading, MIMO Introduction From last lecture How do we model H p? Discrete path model (physical, plane waves) Random matrix models (forget H p and

More information

Segmentation using Saturation Thresholding and its Application in Content-Based Retrieval of Images

Segmentation using Saturation Thresholding and its Application in Content-Based Retrieval of Images Segmentation using Saturation Thresholding and its Application in Content-Based Retrieval of Images A. Vadivel 1, M. Mohan 1, Shamik Sural 2 and A.K.Majumdar 1 1 Department of Computer Science and Engineering,

More information

Dependence in Classification of Aluminium Waste

Dependence in Classification of Aluminium Waste Journal of Physics: Conference Series PAPER OPEN ACCESS Dependence in Classification of Aluminium Waste To cite this article: Y Resti 05 J. Phys.: Conf. Ser. 6 005 Recent citations - A probability approach

More information

COMP 776 Computer Vision Project Final Report Distinguishing cartoon image and paintings from photographs

COMP 776 Computer Vision Project Final Report Distinguishing cartoon image and paintings from photographs COMP 776 Computer Vision Project Final Report Distinguishing cartoon image and paintings from photographs Sang Woo Lee 1. Introduction With overwhelming large scale images on the web, we need to classify

More information

Effective and Efficient Fingerprint Image Postprocessing

Effective and Efficient Fingerprint Image Postprocessing Effective and Efficient Fingerprint Image Postprocessing Haiping Lu, Xudong Jiang and Wei-Yun Yau Laboratories for Information Technology 21 Heng Mui Keng Terrace, Singapore 119613 Email: hplu@lit.org.sg

More information

Preprocessing and Segregating Offline Gujarati Handwritten Datasheet for Character Recognition

Preprocessing and Segregating Offline Gujarati Handwritten Datasheet for Character Recognition Preprocessing and Segregating Offline Gujarati Handwritten Datasheet for Character Recognition Hetal R. Thaker Atmiya Institute of Technology & science, Kalawad Road, Rajkot Gujarat, India C. K. Kumbharana,

More information

SUB-BAND INDEPENDENT SUBSPACE ANALYSIS FOR DRUM TRANSCRIPTION. Derry FitzGerald, Eugene Coyle

SUB-BAND INDEPENDENT SUBSPACE ANALYSIS FOR DRUM TRANSCRIPTION. Derry FitzGerald, Eugene Coyle SUB-BAND INDEPENDEN SUBSPACE ANALYSIS FOR DRUM RANSCRIPION Derry FitzGerald, Eugene Coyle D.I.., Rathmines Rd, Dublin, Ireland derryfitzgerald@dit.ie eugene.coyle@dit.ie Bob Lawlor Department of Electronic

More information

Vision Review: Image Processing. Course web page:

Vision Review: Image Processing. Course web page: Vision Review: Image Processing Course web page: www.cis.udel.edu/~cer/arv September 7, Announcements Homework and paper presentation guidelines are up on web page Readings for next Tuesday: Chapters 6,.,

More information

How to Improve OFDM-like Data Estimation by Using Weighted Overlapping

How to Improve OFDM-like Data Estimation by Using Weighted Overlapping How to Improve OFDM-like Estimation by Using Weighted Overlapping C. Vincent Sinn, Telecommunications Laboratory University of Sydney, Australia, cvsinn@ee.usyd.edu.au Klaus Hueske, Information Processing

More information

Antennas and Propagation. Chapter 5c: Array Signal Processing and Parametric Estimation Techniques

Antennas and Propagation. Chapter 5c: Array Signal Processing and Parametric Estimation Techniques Antennas and Propagation : Array Signal Processing and Parametric Estimation Techniques Introduction Time-domain Signal Processing Fourier spectral analysis Identify important frequency-content of signal

More information

arxiv: v1 [cs.sd] 4 Dec 2018

arxiv: v1 [cs.sd] 4 Dec 2018 LOCALIZATION AND TRACKING OF AN ACOUSTIC SOURCE USING A DIAGONAL UNLOADING BEAMFORMING AND A KALMAN FILTER Daniele Salvati, Carlo Drioli, Gian Luca Foresti Department of Mathematics, Computer Science and

More information

Wavelet-based Image Splicing Forgery Detection

Wavelet-based Image Splicing Forgery Detection Wavelet-based Image Splicing Forgery Detection 1 Tulsi Thakur M.Tech (CSE) Student, Department of Computer Technology, basiltulsi@gmail.com 2 Dr. Kavita Singh Head & Associate Professor, Department of

More information

License Plate Localisation based on Morphological Operations

License Plate Localisation based on Morphological Operations License Plate Localisation based on Morphological Operations Xiaojun Zhai, Faycal Benssali and Soodamani Ramalingam School of Engineering & Technology University of Hertfordshire, UH Hatfield, UK Abstract

More information

Comparing CSI and PCA in Amalgamation with JPEG for Spectral Image Compression

Comparing CSI and PCA in Amalgamation with JPEG for Spectral Image Compression Comparing CSI and PCA in Amalgamation with JPEG for Spectral Image Compression Muhammad SAFDAR, 1 Ming Ronnier LUO, 1,2 Xiaoyu LIU 1, 3 1 State Key Laboratory of Modern Optical Instrumentation, Zhejiang

More information

UM-Based Image Enhancement in Low-Light Situations

UM-Based Image Enhancement in Low-Light Situations UM-Based Image Enhancement in Low-Light Situations SHWU-HUEY YEN * CHUN-HSIEN LIN HWEI-JEN LIN JUI-CHEN CHIEN Department of Computer Science and Information Engineering Tamkang University, 151 Ying-chuan

More information

Reversible data hiding based on histogram modification using S-type and Hilbert curve scanning

Reversible data hiding based on histogram modification using S-type and Hilbert curve scanning Advances in Engineering Research (AER), volume 116 International Conference on Communication and Electronic Information Engineering (CEIE 016) Reversible data hiding based on histogram modification using

More information

Image Segmentation of Historical Handwriting from Palm Leaf Manuscripts

Image Segmentation of Historical Handwriting from Palm Leaf Manuscripts Image Segmentation of Historical Handwriting from Palm Leaf Manuscripts Olarik Surinta and Rapeeporn Chamchong Department of Management Information Systems and Computer Science Faculty of Informatics,

More information

Spatial Color Indexing using ACC Algorithm

Spatial Color Indexing using ACC Algorithm Spatial Color Indexing using ACC Algorithm Anucha Tungkasthan aimdala@hotmail.com Sarayut Intarasema Darkman502@hotmail.com Wichian Premchaiswadi wichian@siam.edu Abstract This paper presents a fast and

More information

Fundamental frequency estimation of speech signals using MUSIC algorithm

Fundamental frequency estimation of speech signals using MUSIC algorithm Acoust. Sci. & Tech. 22, 4 (2) TECHNICAL REPORT Fundamental frequency estimation of speech signals using MUSIC algorithm Takahiro Murakami and Yoshihisa Ishida School of Science and Technology, Meiji University,,

More information

Performance of MMSE Based MIMO Radar Waveform Design in White and Colored Noise

Performance of MMSE Based MIMO Radar Waveform Design in White and Colored Noise Performance of MMSE Based MIMO Radar Waveform Design in White Colored Noise Mr.T.M.Senthil Ganesan, Department of CSE, Velammal College of Engineering & Technology, Madurai - 625009 e-mail:tmsgapvcet@gmail.com

More information

Challenging areas:- Hand gesture recognition is a growing very fast and it is I. INTRODUCTION

Challenging areas:- Hand gesture recognition is a growing very fast and it is I. INTRODUCTION Hand gesture recognition for vehicle control Bhagyashri B.Jakhade, Neha A. Kulkarni, Sadanand. Patil Abstract: - The rapid evolution in technology has made electronic gadgets inseparable part of our life.

More information

Copy-Move Image Forgery Detection using SVD

Copy-Move Image Forgery Detection using SVD Copy-Move Image Forgery Detection using SVD Mr. Soumen K. Patra 1, Mr. Abhijit D. Bijwe 2 1M. Tech in Communication, Department of Electronics & Communication, Priyadarshini Institute of Engineering &

More information

AN EXPANDED-HAAR WAVELET TRANSFORM AND MORPHOLOGICAL DEAL BASED APPROACH FOR VEHICLE LICENSE PLATE LOCALIZATION IN INDIAN CONDITIONS

AN EXPANDED-HAAR WAVELET TRANSFORM AND MORPHOLOGICAL DEAL BASED APPROACH FOR VEHICLE LICENSE PLATE LOCALIZATION IN INDIAN CONDITIONS AN EXPANDED-HAAR WAVELET TRANSFORM AND MORPHOLOGICAL DEAL BASED APPROACH FOR VEHICLE LICENSE PLATE LOCALIZATION IN INDIAN CONDITIONS Mo. Avesh H. Chamadiya 1, Manoj D. Chaudhary 2, T. Venkata Ramana 3

More information

Image Compression Using SVD ON Labview With Vision Module

Image Compression Using SVD ON Labview With Vision Module International Journal of Computational Intelligence Research ISSN 0973-1873 Volume 14, Number 1 (2018), pp. 59-68 Research India Publications http://www.ripublication.com Image Compression Using SVD ON

More information

Urban Feature Classification Technique from RGB Data using Sequential Methods

Urban Feature Classification Technique from RGB Data using Sequential Methods Urban Feature Classification Technique from RGB Data using Sequential Methods Hassan Elhifnawy Civil Engineering Department Military Technical College Cairo, Egypt Abstract- This research produces a fully

More information

CS 365 Project Report Digital Image Forensics. Abhijit Sharang (10007) Pankaj Jindal (Y9399) Advisor: Prof. Amitabha Mukherjee

CS 365 Project Report Digital Image Forensics. Abhijit Sharang (10007) Pankaj Jindal (Y9399) Advisor: Prof. Amitabha Mukherjee CS 365 Project Report Digital Image Forensics Abhijit Sharang (10007) Pankaj Jindal (Y9399) Advisor: Prof. Amitabha Mukherjee 1 Abstract Determining the authenticity of an image is now an important area

More information

Adaptive Sampling and Processing of Ultrasound Images

Adaptive Sampling and Processing of Ultrasound Images Adaptive Sampling and Processing of Ultrasound Images Paul Rodriguez V. and Marios S. Pattichis image and video Processing and Communication Laboratory (ivpcl) Department of Electrical and Computer Engineering,

More information

Degrees of Freedom in Multiuser MIMO

Degrees of Freedom in Multiuser MIMO Degrees of Freedom in Multiuser MIMO Syed A Jafar Electrical Engineering and Computer Science University of California Irvine, California, 92697-2625 Email: syed@eceuciedu Maralle J Fakhereddin Department

More information

Image Extraction using Image Mining Technique

Image Extraction using Image Mining Technique IOSR Journal of Engineering (IOSRJEN) e-issn: 2250-3021, p-issn: 2278-8719 Vol. 3, Issue 9 (September. 2013), V2 PP 36-42 Image Extraction using Image Mining Technique Prof. Samir Kumar Bandyopadhyay,

More information

True Color Distributions of Scene Text and Background

True Color Distributions of Scene Text and Background True Color Distributions of Scene Text and Background Renwu Gao, Shoma Eguchi, Seiichi Uchida Kyushu University Fukuoka, Japan Email: {kou, eguchi}@human.ait.kyushu-u.ac.jp, uchida@ait.kyushu-u.ac.jp Abstract

More information

Sketch Matching for Crime Investigation using LFDA Framework

Sketch Matching for Crime Investigation using LFDA Framework International Journal of Engineering and Technical Research (IJETR) Sketch Matching for Crime Investigation using LFDA Framework Anjali J. Pansare, Dr.V.C.Kotak, Babychen K. Mathew Abstract Here we are

More information

COLOR IMAGE SEGMENTATION USING K-MEANS CLASSIFICATION ON RGB HISTOGRAM SADIA BASAR, AWAIS ADNAN, NAILA HABIB KHAN, SHAHAB HAIDER

COLOR IMAGE SEGMENTATION USING K-MEANS CLASSIFICATION ON RGB HISTOGRAM SADIA BASAR, AWAIS ADNAN, NAILA HABIB KHAN, SHAHAB HAIDER COLOR IMAGE SEGMENTATION USING K-MEANS CLASSIFICATION ON RGB HISTOGRAM SADIA BASAR, AWAIS ADNAN, NAILA HABIB KHAN, SHAHAB HAIDER Department of Computer Science, Institute of Management Sciences, 1-A, Sector

More information

RECENT developments have seen lot of power system

RECENT developments have seen lot of power system Auto Detection of Power System Events Using Wide Area Frequency Measurements Gopal Gajjar and S. A. Soman Dept. of Electrical Engineering, Indian Institute of Technology Bombay, India 476 Email: gopalgajjar@ieee.org

More information

Performance Analysis of SVD Based Single and. Multiple Beamforming for SU-MIMO and. MU-MIMO Systems with Various Modulation.

Performance Analysis of SVD Based Single and. Multiple Beamforming for SU-MIMO and. MU-MIMO Systems with Various Modulation. Contemporary Engineering Sciences, Vol. 7, 2014, no. 11, 543-550 HIKARI Ltd, www.m-hikari.com http://dx.doi.org/10.12988/ces.2014.4434 Performance Analysis of SVD Based Single and Multiple Beamforming

More information

Colour correction for panoramic imaging

Colour correction for panoramic imaging Colour correction for panoramic imaging Gui Yun Tian Duke Gledhill Dave Taylor The University of Huddersfield David Clarke Rotography Ltd Abstract: This paper reports the problem of colour distortion in

More information

Lane Detection in Automotive

Lane Detection in Automotive Lane Detection in Automotive Contents Introduction... 2 Image Processing... 2 Reading an image... 3 RGB to Gray... 3 Mean and Gaussian filtering... 5 Defining our Region of Interest... 6 BirdsEyeView Transformation...

More information

CHAPTER 8 MIMO. Xijun Wang

CHAPTER 8 MIMO. Xijun Wang CHAPTER 8 MIMO Xijun Wang WEEKLY READING 1. Goldsmith, Wireless Communications, Chapters 10 2. Tse, Fundamentals of Wireless Communication, Chapter 7-10 2 MIMO 3 BENEFITS OF MIMO n Array gain The increase

More information

Geolocating Static Cameras

Geolocating Static Cameras Geolocating Static Cameras Nathan Jacobs, Scott Satkin, Nathaniel Roman, Richard Speyer, and Robert Pless Department of Computer Science and Engineering Washington University, St. Louis, MO, USA {jacobsn,satkin,ngr1,rzs1,pless}@cse.wustl.edu

More information

Lossless Huffman coding image compression implementation in spatial domain by using advanced enhancement techniques

Lossless Huffman coding image compression implementation in spatial domain by using advanced enhancement techniques Lossless Huffman coding image compression implementation in spatial domain by using advanced enhancement techniques Ali Tariq Bhatti 1, Dr. Jung H. Kim 2 1,2 Department of Electrical & Computer engineering

More information

SCIENCE & TECHNOLOGY

SCIENCE & TECHNOLOGY Pertanika J. Sci. & Technol. 25 (S): 163-172 (2017) SCIENCE & TECHNOLOGY Journal homepage: http://www.pertanika.upm.edu.my/ Performance Comparison of Min-Max Normalisation on Frontal Face Detection Using

More information

Bayesian Foreground and Shadow Detection in Uncertain Frame Rate Surveillance Videos

Bayesian Foreground and Shadow Detection in Uncertain Frame Rate Surveillance Videos ABSTRACT AND FIGURES OF PAPER PUBLISHED IN IEEE TRANSACTIONS ON IMAGE PROCESSING VOL. 17, NO. 4, 2008 1 Bayesian Foreground and Shadow Detection in Uncertain Frame Rate Surveillance Videos Csaba Benedek,

More information

Digital Image Processing. Lecture # 6 Corner Detection & Color Processing

Digital Image Processing. Lecture # 6 Corner Detection & Color Processing Digital Image Processing Lecture # 6 Corner Detection & Color Processing 1 Corners Corners (interest points) Unlike edges, corners (patches of pixels surrounding the corner) do not necessarily correspond

More information

Color Constancy Using Standard Deviation of Color Channels

Color Constancy Using Standard Deviation of Color Channels 2010 International Conference on Pattern Recognition Color Constancy Using Standard Deviation of Color Channels Anustup Choudhury and Gérard Medioni Department of Computer Science University of Southern

More information

Efficient Target Detection from Hyperspectral Images Based On Removal of Signal Independent and Signal Dependent Noise

Efficient Target Detection from Hyperspectral Images Based On Removal of Signal Independent and Signal Dependent Noise IOSR Journal of Electronics and Communication Engineering (IOSR-JECE) e-issn: 2278-2834,p- ISSN: 2278-8735.Volume 9, Issue 6, Ver. III (Nov - Dec. 2014), PP 45-49 Efficient Target Detection from Hyperspectral

More information

THE IMAGE REGISTRATION TECHNIQUE FOR HIGH RESOLUTION REMOTE SENSING IMAGE IN HILLY AREA

THE IMAGE REGISTRATION TECHNIQUE FOR HIGH RESOLUTION REMOTE SENSING IMAGE IN HILLY AREA THE IMAGE REGISTRATION TECHNIQUE FOR HIGH RESOLUTION REMOTE SENSING IMAGE IN HILLY AREA Gang Hong, Yun Zhang Department of Geodesy and Geomatics Engineering University of New Brunswick Fredericton, New

More information