Resolution Enhancement of Photogrammetric Digital Images

Size: px
Start display at page:

Download "Resolution Enhancement of Photogrammetric Digital Images"

Transcription

1 DICTA2002: Digital Image Computing Techniques and Applications, January 2002, Melbourne, Australia 1 Resolution Enhancement of Photogrammetric Digital Images John G. FRYER and Gabriele SCARMANA Department of Civil, Surveying and Environmental Engineering, University of Newcastle CALLAGHAN, NSW cejgf@cc.newcastle.edu.au Abstract Photogrammetry is the science of extracting threedimensional data from overlapping sets of images. To obtain the highest accuracy, it has always been essential to obtain high-resolution images. Many digital camera systems cannot provide resolution equivalent to their film counterparts and hence their use in photogrammetric applications has been restricted. This paper describes the implementation of an algorithm which is device independent and can combine several low resolution images into one single high resolution composite, that is, the same field of view is represented by more pixels and by more grey scale information. This algorithm is illustrated with applications which show its implementation using Fourier theory to model the greyscale surface of the enhanced image. 1. Introduction Photogrammetry allows the determination of the size and shape of objects from remotely sensed measurements made on images. The advent of digital technology has produced opportunities for new and diverse applications of this discipline to be undertaken which were not feasible with traditional photogrammetric techniques. Digital image technology and digital photogrammetry find applications in a wide range of fields, including industrial measurements, archaeological, architectural, astronomical, medical, GIS updating, close range and aerial mapping as well as law enforcement forensics. Examples of these applications are regularly presented at conferences of the International Society for Photogrammetry and Remote Sensing, such as that held in Amsterdam in June, Innovative applications of digital photogrammetry are being reported at an increasing rate. In particular, close range applications require the speed and on-line capabilities of analog CCD cameras, or the portability and flexibility of digital still cameras. While there exist many areas where digital photogrammetry can be efficiently used, its applications are often limited by the resolution of the imagery. 2. Why Enhance Resolution? The main objective of digital photogrammetry is to obtain accurate spatial information about remotely sensed objects. Fundamental to this objective is the indisputable fact that the best results are always obtained from images with the highest resolution. In other words, the lower the resolution of the imagery, the lower the level of accuracy attainable. The resolution can also affect the visual quality of the results and the precision of classifications made from the imagery. Digital photogrammetry is sometimes limited by the cost of acquiring digital imagery at appropriate resolutions. Low resolution imagery is relatively inexpensive to acquire, but may not provide the accuracy required, especially in subsequent processing to derive a DTM (Digital Terrain Model). Hence, the purpose of image enhancement is to improve the quality of a lower resolution image so that it becomes more suitable for an application than the original image [1] 3. Digital Image Resolution Enhancement Developments into the enhancement of the resolution of digital images can be divided into two main streams: those using hardware or software solutions. Hardware solutions may involve modifications to the cameras used for image acquisition while software solutions may relate to different aspects of image processing, including image registration, reconstruction and image fusion. The enhancement of the resolution of digital images via hardware solutions has been based on the accurate movement of the CCD array at a sub-pixel level. Lenz and Lenz [6] attempted resolution enhancement by moving the CCD array in a regular pattern by very small amounts (approx. 3µm) between each image in a sequence of 25 images. This successful hardware solution to the problem added substantial costs to the camera. Other hardwarebased solutions have been incorporated to some modern image capture devices but these are very specific, purpose-built devices. For example the new CanoScan

2 2 D660U by Canon utilizes a Variable Refraction Optical System (VAROS) that allow a 600 dpi sensor to achieve 1200 dpi resolution by shifting the vision of the sensor by half a pixel to create a second view of the subject. The two views are then interlaced to create a 1200*1200 optical image. Jahn and Reulke [3]) utilised an analogous approach in describing a staggered line of arrays in PushBroom sensors onboard aircrafts or satellites. As far as the software techniques are concerned, Long [7] presented a method for generating enhanced resolution radar images of the earth s surface using spaceborne scatterometry. The method utilized the spatial overlap in scatterometer measurements made at different times. A notable aspect raised by Long was that noise in the refined image increased as the resolution was improved. This is a drawback that has to be precisely modelled in resolution enhancement techniques to ensure that the enhanced image has not suffered any noticeable degradation in accuracy. Jensen and Antastassiou [4] presented a non-linear interpolation scheme for enhancing the resolution of digital still images by determining edges within the images to sub-pixel level. Image processing methods are also designed to visually enhance images for specific applications by changing the values of the pixels in the image. While these methods improve the visual quality of the image they do not increase the resolution of the image. Some of these methods include edge enhancement, noise reduction, and blur removal [1]. Many enhancement algorithms also use interpolation methods to create a higher resolution image. In this case, a surface is fitted to the data of the low resolution images, where the shifts and rotations of these images relative to one another have been determined by least squares matching techniques. As the surface passes through all the data points it is then possible to interpolate it at specified points defined by a uniform and refined sampling grid using algorithms based on Nyquist Frequency Theory [8]. 4. Interpolation techniques There are three common methods for interpolating scattered data to a uniform refined grid: nearest neighbour, bilinear interpolation, and cubic convolution. Nearest neighbour uses the digital value from the pixel in the original image which is nearest to the new pixel location in the corrected image. This is the most simple method and does not alter the original values. This method tends to result in a disjointed or blocky image appearance. Bilinear interpolation takes a weighted average of four pixels in the original image nearest to the new pixel location. Cubic convolution interpolation goes even further to calculate a distance weighted average of a block of sixteen pixels from the original image which surround the new output pixel location. As with bilinear interpolation, this method results in completely new pixel values. However, these two methods both produce images which have a much sharper appearance. The result of these techniques is shown in the simulated example below. Figure 1 Original image Figure 2 Fine/coarse grid geometry Sixteen images were manufactured from the original image shown in Figure 1. Each image was created by sampling the original image at uniformly spaced points starting from the sub-pixel shifts assigned to each coarse image. Three of the sixteen coarse images are shown in Figure 3. Figure 2 shows the geometry of the fine/coarse grid ratio (1/1.5) considered in this example. Figure 3 Coarse images (1, ) The results of combining 8 of the above samples of coarse images using the above mentioned interpolation techniques are illustrated in Figure 4. The enhancement does not create an image which is larger in area than the

3 3 input images; rather it creates an image with larger number of smaller pixels over the same area. Figure 4 Enhancement results by interpolation. From top to left and right: Nearest neighbour, Linear and Cubic The accuracy of each interpolation technique is shown in Figure 5. This graph depicts the standard error of the differences between the interpolated images and the original, thus giving a result in terms of grey values. Using more than 8 coarse images does not improve the final resolution. In addition, the curves reveal how the cubic convolution method of interpolation produces the results closest to the original image in Figure A rigorous geometric algorithm This section relates to the published work of Fryer and McIntosh [2], and briefly describes a rigorous geometric algorithm which uses several low-resolution images to produce one high resolution resultant image. The general steps of this algorithm are described below. This algorithm, combined with harmonic, or Fourier, theory together with the geometric configurations of the pixels in object space forms the foundations for a generalised surface model for digital images. 1. Collect several low-resolution images. 2. Determine pixel offsets of each image from the first using least squares area-based image matching. 3. Form a set of equations using the offsets as coefficients, the enhancement ratio and the grey levels from the low resolution images as observations. 4. Solve for higher resolution pixels. 5. Display the resultant higher resolution image. The pixel offsets mentioned in point 2 above refer to finding the shifts and rotations between the low resolution images. Least squares matching techniques can overcome difficulties arising from radiometric differences in the images being matched and can achieve sub-pixel accuracies of approximately 0.1 pixels. A simplistic 1-D example of the methodology and the geometry involved in this algorithm is given below. Consider just 5 fine pixels from a line in the true (or higher resolution) image we require: Interpolation Methods - Accuracy Standard Error Cubic Nearest Linear Number of Coarse Images Figure 5. Accuracy measure of interpolation techniques. X1 X2 X3 X4 X5 TRUE pixels, that is, those we wish to find C1 C2 C C4 C5 C6 COARSE pixels, such as those captured by a camera Figure 6. Showing an Example of True and Coarse Pixels

4 4 The Xi values represent the unknown grey values of the high resolution pixels in a least squares solution. Consider the determination of these unknowns from two images referred to as coarse images, and let the enhancement ratio be 3/2 (i.e., three fine pixels are equivalent in length to two coarse pixels). In this example, the left-most fine image coincides with the left-most coarse image. The second coarse image is shifted half a fine pixel. If the pixels in coarse image 1 are C1, C2 and C3 and the pixels in coarse image 2 are C4, C5 and C6, then consideration of the proportion of a fine pixel that a coarse pixel covers, and the enhancement ratio, provides the observation equations. The set of equations and their matrix representation ([C]=[A][X]) as well as the results of the solution via simultaneous equations using least squares methods ([X]=[A T A] -1 * [A T C]) are given below: Observation equations Ci C1 = (X1 + 1/2 X2) * p -1 C2 = (1/2 X2 + X3) * p -1 C3 = (X4 + 1/2 X5) * p -1 C4 = (1/2 X1 + X2) * p -1 C5 = (X3 + 1/2X4) * p -1 C6 = (1/2X4 + X5) * p To develop the observation equations, each pixel in the coarse images must be related to the fine pixel s coordinate system, thus determining which fine or unknown pixels are affected by each individual coarse pixel. For example in Figure 7, the upper left hand coarse pixel C(1,1), covers the area bound by (0,0) (1.5,1.5) in the fine pixel coordinate system. These coordinates show the upper, lower, left and right bounds of the coarse pixel. Using these bounds, the proportion of the coarse pixel which affects each fine pixel can be found, such that: Coarse(1,1) = [Fine(1,1) + 0.5*Fine(2,1) + 0.5*Fine(1,2) *Fine(2,2)] * p -2 Where Fine(1,1), Fine(2,1), Fine(1,2) and Fine(2,2) are the unknown fine pixels. This process is completed for each coarse pixel to build up the matrix of coefficients in the observation equations. Figure 7 Coarse pixel on the fine coordinate A = Matrix of coefficients [X]=[A T A] -1 * [A T C] = [ ] The point of showing the pixels as adjacent is for descriptive purpose only. In reality the pixels are discrete, non-contiguous values. Other important considerations such as precision assessment, radiometric corrections, lens distortions and other phenomena which produce differences in real images have been excluded from the above example. It should be pointed out that the relationship between the fine pixels and the coarse pixels is neither simple nor direct. Therefore, the fine pixels can only be solved by equations such as those set out above. The 2-D case relates to similar geometric considerations. Figure 7 shows a simple case of a ratio 3/2, with the coordinates on the arrays illustrating the fine array coordinate system in row and columns. system 6. Fourier surface modelling for digital images The algorithm described in this section forms the foundations for modelling digital images in terms of surfaces using Fourier theory. The precision of this development and the beneficial aspects of this transformation are described in the ensuing sections. Fourier analysis is the process of fitting Fourier series by least squares to data and of calculating the various amplitudes and phase angles of the various waves. Since a given function P(x) is frequently represented by a series of discrete points (observations), the resulting Fourier series depicts the points and the closeness of fit between the points, and therefore, the usefulness and accuracy of Fourier series will depend on the actual frequencies present in P(x) and those calculable from the discrete

5 5 points. However, if any interpretation is to be made from Fourier series, some assumptions have to be made about the function beyond the limits of the data. The most simple assumption and the one used here is that P(x) repeats itself completely, that is, it is completely periodic. An important aspect about Fourier series on periodic functions is that the first few terms often are a pretty good approximation to the whole function, not just the region around a specific point. For full details of the theory behind Fourier series the reader is referred to [5]. The standard form for a Fourier series of period T is given by P(x) = ½ a 0 + a 1 cos wx + b 1 sin wx + a 2 cos 2wx + b 2 sin 2wx +... Where w is the angular frequency, w= 2π/T. In our case T, the period, represents the number of discrete points x = 1,2,..., n. The constants a 0, a 1, b 1, a 2, b 2,... are the Fourier coefficients. There exist functions which can be evaluated numerically to acquire the Fourier coefficients for continuous functions, and can then be used to calculate the amplitudes and phase angles for each of the series components. However, for the purpose of this paper the determination of such coefficients is based on describing P(t) in terms of a number of discrete points (pixel grey values) separated by constant intervals. For example, the five grey levels used in the 1-D example developed in section 5 can be expressed as a generalized Fourier linear model in which the discrete Fourier series includes five terms, that is, the number of the required fine pixels: = 0.5a a b a b 2 70 = 0.5a a b a b 2 93 = 0.5a a b a b 2 80 = 0.5a a b a b 2 67 = 0.5a a b a b = 0.5a a b a b 2 The solution of this set of simultaneous equations via least squares produces the required coefficients a i and b i of the discrete Fourier expansion, which is then evaluated at the fine coordinate points x= 1, 2,,5 in order to recover the grey values of the original fine pixels. P(x) = cos wx sin wx cos 2wx sin 2w x = 1, 2, 3, 4, 5 [Xi] = [ ] The two dimensional case adheres to the same principles described earlier and uses the same geometric relationships between coarse and fine pixels established in section 5. Here, the standard Fourier model would be a bivariate expansion (i.e., in x and y) representing a surface whose order depends on how many rows and columns exist in the image. An example of the effectiveness of this method can be seen in Figure 8. This is the general 2-D case. Four of the coarse images of the lighthouse in Figure 3 have been combined to produce a higher resolution image. There are grey levels in the finer resolution image that are higher and others which are lower than in any of the four coarse images. By way of comparison note how the cubic convolution interpolation method (combination of 8 images) produces a blurred image with less contrast. X1 X2 X3 X4 X5 P(x) = ½ a 0 + a 1 cos wx + b 1 sin wx + a 2 cos 2wx + b 2 sin 2wx Let us now consider a situation whereby the coefficients of the above series can be found from the same data, assumptions and geometric considerations of the two coarse images described in section 5 where, for instance, the coarse pixel C1 was geometrically related to the fine pixels X1 and X2 by the expression C1=(X1+1/2X2)*2/3 etc. The same C1 can be also related to the P(x) above so that C1=[P(1)+½P(2)]*2/3. P(x) is evaluated at x=1 and x=2 because these are the coordinates of the fine pixels X1 and X2 respectively. Thus, the six equations associated to the six coarse pixels are Figure 8 Enhanced resolution image (Fourier) and interpolated image (cubic) The Fourier approach combined with the algorithm of section 5 provides for a thorough and global surface representation of a digital image and has a valuable effect on the formation and solution of the observation equations. The Fourier surface model generates a function which incorporates the edges of the image and this is of importance when dealing with very large images requiring the sectioning of the fine pixel array in order to produce

6 6 sub-images of a size which can be economically computed. The method described is section 5 required sparse matrix storage techniques because the number of non-zero elements in the overall matrix of observation equations from the image enhancement was typically 2% of the total number of elements in the array. The present Fourier surface approach involves the successive adding of sine or cosine curves to model the surface shape and since sine or cosine can only range between 0 and 1, the system of equations will be more balanced and only a small portion of elements will be equal to zero. 7. Precision and accuracy tests To assess the precision of the enhancement algorithm, a series of tests were carried out using the low resolution images of the lighthouse test image shown in Figure 3. These tests were simulated so that the true image was known prior to the enhancement. In this way, both the internal precision and the accuracy could be assessed. The tests were performed using an enhancement ratio of 1.5 with a varying number of images (from 2 to16) to which a range of levels of random noise had been added to the grey values of the coarse pixels. It should be noted that there exists an amount of inherent noise in the digital image from a typical camera system and these tests were to simulate that effect. There was a clear correspondence between the noise in the images and the precision of the results. There is a progressive, yet proportional, worsening of results as the noise in the images increases. Further it could be shown that the accuracy of the enhanced image was improved as the number of coarse images increased, although more than 8 images did not improve the final resolution. 8. Conclusion The objective of this paper was to introduce the use of harmonic, or Fourier, analysis to a rigorous geometric algorithm for enhancing the resolution of photogrammetric digital images. Improving the accuracy of digital photogrammetry necessarily involves improvements in image resolution. A software solution, which is device independent, has been proposed. The application of the enhancement algorithm has been demonstrated in simulated tests using sets of lowresolution images whose relative positions with respect to one another are known. The notable finding from the experimentation included: (i). The relationship between the fine pixels in the enhanced resolution image and the original coarse ones is neither simple nor direct, and therefore cannot be solved by simple interpolation methods. (ii). The amount of noise in the low-resolution images proportionally affects the precision of the resultant enhanced image. The results can be improved by using more than the minimum number of images required for the enhancement process. (iii) Fourier surface modelling proved to be an efficient method for treating edge areas of the fine pixel array and the edges of sub-sections used to process large images. (iv) Fourier surface models provided an alternative and more balanced system of observation equations as compared to the previously published rigorous method. (v) Least squares image matching is the most crucial aspect of the process, as the coefficients for the resolution enhancement are based on the shifts which are determined by this technique. Further work and investigation is required into this Fourier approach, especially with regard to: the use of polynomials or other suitable functions for surface representation of a digital image as compared to a Fourier approach; testing the Fourier surface model with real data and varying enhancement ratios; testing the Fourier surface method as a photogrammetric tool in a series of close range 3-D experiments; and, determining the effectiveness of the methods in the case of images containing sharp changes of grey levels. 9. References [1] Baxes, G.A., 1994, Digital Image Processing, Principles and Applications. John Wiley & Sons, Publishers. [2] Fryer, J.G. and McIntosh, K.L., 2001, Enhancement of Image Resolution in Digital Photogrammetry, Photogrammetric Engineering and Remote Sensing, 67(6): [3] Jahn, H. and Reulke, R., 2000, Staggered Arrays in Push broom Cameras: Theory and Application. International Archives of Photogrammetry and Remote Sensing. Vol. XXXIII, PartB1, Amsterdam. [4] Jensen, K. and Anastassiou, D., 1995, Sub-pixel Edge Localization and the Interpolation of Still Images. IEEE Transactions of Image processing, 4(3), [5] Kendall, M. and Ord, K., 1990, Time Series, third edition, Oxford University Press. [6] Lenz, R. and Lenz, U., 1993, New developments in High Resolution Image Acquisition with CCD area sensors. Optical 3-D Measurements Techniques II, Wichmann, Zurich, [7] Long, D., et al, Resolution Enhancement of Spaceborne Scatterometer Data. IEEE Transactions on Geosciences and Remote Sensing, 31(3), [8] Weeks, A.R., 1996, Fundamentals of Electronic Image Processing. Spie Optical Engineering Press, SPIE/IEE Series on Imaging Science & Engineering.

Digital Remote Sensing Data Processing Digital Remote Sensing Data Processing and Analysis: An Introduction and Analysis: An Introduction

Digital Remote Sensing Data Processing Digital Remote Sensing Data Processing and Analysis: An Introduction and Analysis: An Introduction Digital Remote Sensing Data Processing Digital Remote Sensing Data Processing and Analysis: An Introduction and Analysis: An Introduction Content Remote sensing data Spatial, spectral, radiometric and

More information

A PHOTOGRAMMETRIC APPRAOCH FOR AUTOMATIC TRAFFIC ASSESSMENT USING CONVENTIONAL CCTV CAMERA

A PHOTOGRAMMETRIC APPRAOCH FOR AUTOMATIC TRAFFIC ASSESSMENT USING CONVENTIONAL CCTV CAMERA A PHOTOGRAMMETRIC APPRAOCH FOR AUTOMATIC TRAFFIC ASSESSMENT USING CONVENTIONAL CCTV CAMERA N. Zarrinpanjeh a, F. Dadrassjavan b, H. Fattahi c * a Islamic Azad University of Qazvin - nzarrin@qiau.ac.ir

More information

Redundant Wavelet Transform Based Image Super Resolution

Redundant Wavelet Transform Based Image Super Resolution Redundant Wavelet Transform Based Image Super Resolution Arti Sharma, Prof. Preety D Swami Department of Electronics &Telecommunication Samrat Ashok Technological Institute Vidisha Department of Electronics

More information

The Role of SPOT Satellite Images in Mapping Air Pollution Caused by Cement Factories

The Role of SPOT Satellite Images in Mapping Air Pollution Caused by Cement Factories The Role of SPOT Satellite Images in Mapping Air Pollution Caused by Cement Factories Dr. Farrag Ali FARRAG Assistant Prof. at Civil Engineering Dept. Faculty of Engineering Assiut University Assiut, Egypt.

More information

Personal Identity Verification (PIV) IMAGE QUALITY SPECIFICATIONS FOR SINGLE FINGER CAPTURE DEVICES

Personal Identity Verification (PIV) IMAGE QUALITY SPECIFICATIONS FOR SINGLE FINGER CAPTURE DEVICES Personal Identity Verification (PIV) IMAGE QUALITY SPECIFICATIONS FOR SINGLE FINGER CAPTURE DEVICES 1.0 SCOPE AND PURPOSE These specifications apply to fingerprint capture devices which scan and capture

More information

A Novel Method to Improve Resolution of Satellite Images Using DWT and Interpolation

A Novel Method to Improve Resolution of Satellite Images Using DWT and Interpolation A Novel Method to Improve Resolution of Satellite Images Using DWT and Interpolation S.VENKATA RAMANA ¹, S. NARAYANA REDDY ² M.Tech student, Department of ECE, SVU college of Engineering, Tirupati, 517502,

More information

PERFORMANCE ANALYSIS OF HIGH RESOLUTION IMAGES USING INTERPOLATION TECHNIQUES IN MULTIMEDIA COMMUNICATION SYSTEM

PERFORMANCE ANALYSIS OF HIGH RESOLUTION IMAGES USING INTERPOLATION TECHNIQUES IN MULTIMEDIA COMMUNICATION SYSTEM PERFORMANCE ANALYSIS OF HIGH RESOLUTION IMAGES USING INTERPOLATION TECHNIQUES IN MULTIMEDIA COMMUNICATION SYSTEM Apurva Sinha 1, Mukesh kumar 2, A.K. Jaiswal 3, Rohini Saxena 4 Department of Electronics

More information

Sub-pixel mapping: A comparison of techniques

Sub-pixel mapping: A comparison of techniques Sub-pixel mapping: A comparison of techniques Koen C. Mertens, Lieven P.C. Verbeke & Robert R. De Wulf Laboratory of Forest Management and Spatial Information Techniques, Ghent University, 9000 Gent, Belgium

More information

Sachin Patel HOD I.T Department PCST, Indore, India. Parth Bhatt I.T Department, PCST, Indore, India. Ankit Shah CSE Department, KITE, Jaipur, India

Sachin Patel HOD I.T Department PCST, Indore, India. Parth Bhatt I.T Department, PCST, Indore, India. Ankit Shah CSE Department, KITE, Jaipur, India Image Enhancement Using Various Interpolation Methods Parth Bhatt I.T Department, PCST, Indore, India Ankit Shah CSE Department, KITE, Jaipur, India Sachin Patel HOD I.T Department PCST, Indore, India

More information

IMPROVEMENT OF DIGITAL IMAGE RESOLUTION BY OVERSAMPLING

IMPROVEMENT OF DIGITAL IMAGE RESOLUTION BY OVERSAMPLING ABSTRACT: IMPROVEMENT OF DIGITAL IMAGE RESOLUTION BY OVERSAMPLING Hakan Wiman Department of Photogrammetry, Royal Institute of Technology S - 100 44 Stockholm, Sweden (e-mail hakanw@fmi.kth.se) ISPRS Commission

More information

PHOTOGRAMMETRIC TECHNIQUES FOR MEASUREMENTS IN WOODWORKING INDUSTRY

PHOTOGRAMMETRIC TECHNIQUES FOR MEASUREMENTS IN WOODWORKING INDUSTRY PHOTOGRAMMETRIC TECHNIQUES FOR MEASUREMENTS IN WOODWORKING INDUSTRY V. Knyaz a, *, Yu. Visilter, S. Zheltov a State Research Institute for Aviation System (GosNIIAS), 7, Victorenko str., Moscow, Russia

More information

The Scientific Data Mining Process

The Scientific Data Mining Process Chapter 4 The Scientific Data Mining Process When I use a word, Humpty Dumpty said, in rather a scornful tone, it means just what I choose it to mean neither more nor less. Lewis Carroll [87, p. 214] In

More information

COMPARISON OF OBJECT BASED AND PIXEL BASED CLASSIFICATION OF HIGH RESOLUTION SATELLITE IMAGES USING ARTIFICIAL NEURAL NETWORKS

COMPARISON OF OBJECT BASED AND PIXEL BASED CLASSIFICATION OF HIGH RESOLUTION SATELLITE IMAGES USING ARTIFICIAL NEURAL NETWORKS COMPARISON OF OBJECT BASED AND PIXEL BASED CLASSIFICATION OF HIGH RESOLUTION SATELLITE IMAGES USING ARTIFICIAL NEURAL NETWORKS B.K. Mohan and S. N. Ladha Centre for Studies in Resources Engineering IIT

More information

Digital image processing

Digital image processing 746A27 Remote Sensing and GIS Lecture 4 Digital image processing Chandan Roy Guest Lecturer Department of Computer and Information Science Linköping University Digital Image Processing Most of the common

More information

Bildverarbeitung und Mustererkennung Image Processing and Pattern Recognition

Bildverarbeitung und Mustererkennung Image Processing and Pattern Recognition Bildverarbeitung und Mustererkennung Image Processing and Pattern Recognition 1. Image Pre-Processing - Pixel Brightness Transformation - Geometric Transformation - Image Denoising 1 1. Image Pre-Processing

More information

EECS 556 Image Processing W 09. Interpolation. Interpolation techniques B splines

EECS 556 Image Processing W 09. Interpolation. Interpolation techniques B splines EECS 556 Image Processing W 09 Interpolation Interpolation techniques B splines What is image processing? Image processing is the application of 2D signal processing methods to images Image representation

More information

Relating Vanishing Points to Catadioptric Camera Calibration

Relating Vanishing Points to Catadioptric Camera Calibration Relating Vanishing Points to Catadioptric Camera Calibration Wenting Duan* a, Hui Zhang b, Nigel M. Allinson a a Laboratory of Vision Engineering, University of Lincoln, Brayford Pool, Lincoln, U.K. LN6

More information

2.3 Spatial Resolution, Pixel Size, and Scale

2.3 Spatial Resolution, Pixel Size, and Scale Section 2.3 Spatial Resolution, Pixel Size, and Scale Page 39 2.3 Spatial Resolution, Pixel Size, and Scale For some remote sensing instruments, the distance between the target being imaged and the platform,

More information

ADVANTAGES AND DISADVANTAGES OF THE HOUGH TRANSFORMATION IN THE FRAME OF AUTOMATED BUILDING EXTRACTION

ADVANTAGES AND DISADVANTAGES OF THE HOUGH TRANSFORMATION IN THE FRAME OF AUTOMATED BUILDING EXTRACTION ADVANTAGES AND DISADVANTAGES OF THE HOUGH TRANSFORMATION IN THE FRAME OF AUTOMATED BUILDING EXTRACTION G. Vozikis a,*, J.Jansa b a GEOMET Ltd., Faneromenis 4 & Agamemnonos 11, GR - 15561 Holargos, GREECE

More information

Image Interpolation by Pixel Level Data-Dependent Triangulation

Image Interpolation by Pixel Level Data-Dependent Triangulation Volume xx (200y), Number z, pp. 1 7 Image Interpolation by Pixel Level Data-Dependent Triangulation Dan Su, Philip Willis Department of Computer Science, University of Bath, Bath, BA2 7AY, U.K. mapds,

More information

SUPER RESOLUTION FROM MULTIPLE LOW RESOLUTION IMAGES

SUPER RESOLUTION FROM MULTIPLE LOW RESOLUTION IMAGES SUPER RESOLUTION FROM MULTIPLE LOW RESOLUTION IMAGES ABSTRACT Florin Manaila 1 Costin-Anton Boiangiu 2 Ion Bucur 3 Although the technology of optical instruments is constantly advancing, the capture of

More information

Lecture 14. Point Spread Function (PSF)

Lecture 14. Point Spread Function (PSF) Lecture 14 Point Spread Function (PSF), Modulation Transfer Function (MTF), Signal-to-noise Ratio (SNR), Contrast-to-noise Ratio (CNR), and Receiver Operating Curves (ROC) Point Spread Function (PSF) Recollect

More information

High Quality Image Magnification using Cross-Scale Self-Similarity

High Quality Image Magnification using Cross-Scale Self-Similarity High Quality Image Magnification using Cross-Scale Self-Similarity André Gooßen 1, Arne Ehlers 1, Thomas Pralow 2, Rolf-Rainer Grigat 1 1 Vision Systems, Hamburg University of Technology, D-21079 Hamburg

More information

Information Contents of High Resolution Satellite Images

Information Contents of High Resolution Satellite Images Information Contents of High Resolution Satellite Images H. Topan, G. Büyüksalih Zonguldak Karelmas University K. Jacobsen University of Hannover, Germany Keywords: satellite images, mapping, resolution,

More information

In mathematics, there are four attainment targets: using and applying mathematics; number and algebra; shape, space and measures, and handling data.

In mathematics, there are four attainment targets: using and applying mathematics; number and algebra; shape, space and measures, and handling data. MATHEMATICS: THE LEVEL DESCRIPTIONS In mathematics, there are four attainment targets: using and applying mathematics; number and algebra; shape, space and measures, and handling data. Attainment target

More information

Accurate and robust image superresolution by neural processing of local image representations

Accurate and robust image superresolution by neural processing of local image representations Accurate and robust image superresolution by neural processing of local image representations Carlos Miravet 1,2 and Francisco B. Rodríguez 1 1 Grupo de Neurocomputación Biológica (GNB), Escuela Politécnica

More information

MODULATION TRANSFER FUNCTION MEASUREMENT METHOD AND RESULTS FOR THE ORBVIEW-3 HIGH RESOLUTION IMAGING SATELLITE

MODULATION TRANSFER FUNCTION MEASUREMENT METHOD AND RESULTS FOR THE ORBVIEW-3 HIGH RESOLUTION IMAGING SATELLITE MODULATION TRANSFER FUNCTION MEASUREMENT METHOD AND RESULTS FOR THE ORBVIEW-3 HIGH RESOLUTION IMAGING SATELLITE K. Kohm ORBIMAGE, 1835 Lackland Hill Parkway, St. Louis, MO 63146, USA kohm.kevin@orbimage.com

More information

Automated Process for Generating Digitised Maps through GPS Data Compression

Automated Process for Generating Digitised Maps through GPS Data Compression Automated Process for Generating Digitised Maps through GPS Data Compression Stewart Worrall and Eduardo Nebot University of Sydney, Australia {s.worrall, e.nebot}@acfr.usyd.edu.au Abstract This paper

More information

Low-resolution Character Recognition by Video-based Super-resolution

Low-resolution Character Recognition by Video-based Super-resolution 2009 10th International Conference on Document Analysis and Recognition Low-resolution Character Recognition by Video-based Super-resolution Ataru Ohkura 1, Daisuke Deguchi 1, Tomokazu Takahashi 2, Ichiro

More information

A System for Capturing High Resolution Images

A System for Capturing High Resolution Images A System for Capturing High Resolution Images G.Voyatzis, G.Angelopoulos, A.Bors and I.Pitas Department of Informatics University of Thessaloniki BOX 451, 54006 Thessaloniki GREECE e-mail: pitas@zeus.csd.auth.gr

More information

APPLYING COMPUTER VISION TECHNIQUES TO TOPOGRAPHIC OBJECTS

APPLYING COMPUTER VISION TECHNIQUES TO TOPOGRAPHIC OBJECTS APPLYING COMPUTER VISION TECHNIQUES TO TOPOGRAPHIC OBJECTS Laura Keyes, Adam Winstanley Department of Computer Science National University of Ireland Maynooth Co. Kildare, Ireland lkeyes@cs.may.ie, Adam.Winstanley@may.ie

More information

Introduction. C 2009 John Wiley & Sons, Ltd

Introduction. C 2009 John Wiley & Sons, Ltd 1 Introduction The purpose of this text on stereo-based imaging is twofold: it is to give students of computer vision a thorough grounding in the image analysis and projective geometry techniques relevant

More information

Modelling, Extraction and Description of Intrinsic Cues of High Resolution Satellite Images: Independent Component Analysis based approaches

Modelling, Extraction and Description of Intrinsic Cues of High Resolution Satellite Images: Independent Component Analysis based approaches Modelling, Extraction and Description of Intrinsic Cues of High Resolution Satellite Images: Independent Component Analysis based approaches PhD Thesis by Payam Birjandi Director: Prof. Mihai Datcu Problematic

More information

Video stabilization for high resolution images reconstruction

Video stabilization for high resolution images reconstruction Advanced Project S9 Video stabilization for high resolution images reconstruction HIMMICH Youssef, KEROUANTON Thomas, PATIES Rémi, VILCHES José. Abstract Super-resolution reconstruction produces one or

More information

Bayesian Image Super-Resolution

Bayesian Image Super-Resolution Bayesian Image Super-Resolution Michael E. Tipping and Christopher M. Bishop Microsoft Research, Cambridge, U.K..................................................................... Published as: Bayesian

More information

Introduction to GIS (Basics, Data, Analysis) & Case Studies. 13 th May 2004. Content. What is GIS?

Introduction to GIS (Basics, Data, Analysis) & Case Studies. 13 th May 2004. Content. What is GIS? Introduction to GIS (Basics, Data, Analysis) & Case Studies 13 th May 2004 Content Introduction to GIS Data concepts Data input Analysis Applications selected examples What is GIS? Geographic Information

More information

The Image Deblurring Problem

The Image Deblurring Problem page 1 Chapter 1 The Image Deblurring Problem You cannot depend on your eyes when your imagination is out of focus. Mark Twain When we use a camera, we want the recorded image to be a faithful representation

More information

Digitisation Disposal Policy Toolkit

Digitisation Disposal Policy Toolkit Digitisation Disposal Policy Toolkit Glossary of Digitisation Terms August 2014 Department of Science, Information Technology, Innovation and the Arts Document details Security Classification Date of review

More information

Optimal Cell Towers Distribution by using Spatial Mining and Geographic Information System

Optimal Cell Towers Distribution by using Spatial Mining and Geographic Information System World of Computer Science and Information Technology Journal (WCSIT) ISSN: 2221-0741 Vol. 1, No. 2, -48, 2011 Optimal Cell Towers Distribution by using Spatial Mining and Geographic Information System

More information

Synthetic Aperture Radar: Principles and Applications of AI in Automatic Target Recognition

Synthetic Aperture Radar: Principles and Applications of AI in Automatic Target Recognition Synthetic Aperture Radar: Principles and Applications of AI in Automatic Target Recognition Paulo Marques 1 Instituto Superior de Engenharia de Lisboa / Instituto de Telecomunicações R. Conselheiro Emídio

More information

Big Ideas in Mathematics

Big Ideas in Mathematics Big Ideas in Mathematics which are important to all mathematics learning. (Adapted from the NCTM Curriculum Focal Points, 2006) The Mathematics Big Ideas are organized using the PA Mathematics Standards

More information

A Learning Based Method for Super-Resolution of Low Resolution Images

A Learning Based Method for Super-Resolution of Low Resolution Images A Learning Based Method for Super-Resolution of Low Resolution Images Emre Ugur June 1, 2004 emre.ugur@ceng.metu.edu.tr Abstract The main objective of this project is the study of a learning based method

More information

ROBUST COLOR JOINT MULTI-FRAME DEMOSAICING AND SUPER- RESOLUTION ALGORITHM

ROBUST COLOR JOINT MULTI-FRAME DEMOSAICING AND SUPER- RESOLUTION ALGORITHM ROBUST COLOR JOINT MULTI-FRAME DEMOSAICING AND SUPER- RESOLUTION ALGORITHM Theodor Heinze Hasso-Plattner-Institute for Software Systems Engineering Prof.-Dr.-Helmert-Str. 2-3, 14482 Potsdam, Germany theodor.heinze@hpi.uni-potsdam.de

More information

Robot Perception Continued

Robot Perception Continued Robot Perception Continued 1 Visual Perception Visual Odometry Reconstruction Recognition CS 685 11 Range Sensing strategies Active range sensors Ultrasound Laser range sensor Slides adopted from Siegwart

More information

A NEW SUPER RESOLUTION TECHNIQUE FOR RANGE DATA. Valeria Garro, Pietro Zanuttigh, Guido M. Cortelazzo. University of Padova, Italy

A NEW SUPER RESOLUTION TECHNIQUE FOR RANGE DATA. Valeria Garro, Pietro Zanuttigh, Guido M. Cortelazzo. University of Padova, Italy A NEW SUPER RESOLUTION TECHNIQUE FOR RANGE DATA Valeria Garro, Pietro Zanuttigh, Guido M. Cortelazzo University of Padova, Italy ABSTRACT Current Time-of-Flight matrix sensors allow for the acquisition

More information

THE CONTROL OF A ROBOT END-EFFECTOR USING PHOTOGRAMMETRY

THE CONTROL OF A ROBOT END-EFFECTOR USING PHOTOGRAMMETRY THE CONTROL OF A ROBOT END-EFFECTOR USING PHOTOGRAMMETRY Dr. T. Clarke & Dr. X. Wang Optical Metrology Centre, City University, Northampton Square, London, EC1V 0HB, UK t.a.clarke@city.ac.uk, x.wang@city.ac.uk

More information

Image Compression through DCT and Huffman Coding Technique

Image Compression through DCT and Huffman Coding Technique International Journal of Current Engineering and Technology E-ISSN 2277 4106, P-ISSN 2347 5161 2015 INPRESSCO, All Rights Reserved Available at http://inpressco.com/category/ijcet Research Article Rahul

More information

the points are called control points approximating curve

the points are called control points approximating curve Chapter 4 Spline Curves A spline curve is a mathematical representation for which it is easy to build an interface that will allow a user to design and control the shape of complex curves and surfaces.

More information

Algorithms for the resizing of binary and grayscale images using a logical transform

Algorithms for the resizing of binary and grayscale images using a logical transform Algorithms for the resizing of binary and grayscale images using a logical transform Ethan E. Danahy* a, Sos S. Agaian b, Karen A. Panetta a a Dept. of Electrical and Computer Eng., Tufts University, 161

More information

Superresolution images reconstructed from aliased images

Superresolution images reconstructed from aliased images Superresolution images reconstructed from aliased images Patrick Vandewalle, Sabine Süsstrunk and Martin Vetterli LCAV - School of Computer and Communication Sciences Ecole Polytechnique Fédérale de Lausanne

More information

White Paper. "See" what is important

White Paper. See what is important Bear this in mind when selecting a book scanner "See" what is important Books, magazines and historical documents come in hugely different colors, shapes and sizes; for libraries, archives and museums,

More information

3D MODELING OF LARGE AND COMPLEX SITE USING MULTI-SENSOR INTEGRATION AND MULTI-RESOLUTION DATA

3D MODELING OF LARGE AND COMPLEX SITE USING MULTI-SENSOR INTEGRATION AND MULTI-RESOLUTION DATA 3D MODELING OF LARGE AND COMPLEX SITE USING MULTI-SENSOR INTEGRATION AND MULTI-RESOLUTION DATA G. Guidi 1, F. Remondino 2, 3, M. Russo 1, F. Menna 4, A. Rizzi 3 1 Dept.INDACO, Politecnico of Milano, Italy

More information

High-resolution Imaging System for Omnidirectional Illuminant Estimation

High-resolution Imaging System for Omnidirectional Illuminant Estimation High-resolution Imaging System for Omnidirectional Illuminant Estimation Shoji Tominaga*, Tsuyoshi Fukuda**, and Akira Kimachi** *Graduate School of Advanced Integration Science, Chiba University, Chiba

More information

Digital Image Increase

Digital Image Increase Exploiting redundancy for reliable aerial computer vision 1 Digital Image Increase 2 Images Worldwide 3 Terrestrial Image Acquisition 4 Aerial Photogrammetry 5 New Sensor Platforms Towards Fully Automatic

More information

Assessment of Camera Phone Distortion and Implications for Watermarking

Assessment of Camera Phone Distortion and Implications for Watermarking Assessment of Camera Phone Distortion and Implications for Watermarking Aparna Gurijala, Alastair Reed and Eric Evans Digimarc Corporation, 9405 SW Gemini Drive, Beaverton, OR 97008, USA 1. INTRODUCTION

More information

Super-resolution method based on edge feature for high resolution imaging

Super-resolution method based on edge feature for high resolution imaging Science Journal of Circuits, Systems and Signal Processing 2014; 3(6-1): 24-29 Published online December 26, 2014 (http://www.sciencepublishinggroup.com/j/cssp) doi: 10.11648/j.cssp.s.2014030601.14 ISSN:

More information

Department of Mechanical Engineering, King s College London, University of London, Strand, London, WC2R 2LS, UK; e-mail: david.hann@kcl.ac.

Department of Mechanical Engineering, King s College London, University of London, Strand, London, WC2R 2LS, UK; e-mail: david.hann@kcl.ac. INT. J. REMOTE SENSING, 2003, VOL. 24, NO. 9, 1949 1956 Technical note Classification of off-diagonal points in a co-occurrence matrix D. B. HANN, Department of Mechanical Engineering, King s College London,

More information

Prentice Hall Algebra 2 2011 Correlated to: Colorado P-12 Academic Standards for High School Mathematics, Adopted 12/2009

Prentice Hall Algebra 2 2011 Correlated to: Colorado P-12 Academic Standards for High School Mathematics, Adopted 12/2009 Content Area: Mathematics Grade Level Expectations: High School Standard: Number Sense, Properties, and Operations Understand the structure and properties of our number system. At their most basic level

More information

Current Standard: Mathematical Concepts and Applications Shape, Space, and Measurement- Primary

Current Standard: Mathematical Concepts and Applications Shape, Space, and Measurement- Primary Shape, Space, and Measurement- Primary A student shall apply concepts of shape, space, and measurement to solve problems involving two- and three-dimensional shapes by demonstrating an understanding of:

More information

Algebra 1 2008. Academic Content Standards Grade Eight and Grade Nine Ohio. Grade Eight. Number, Number Sense and Operations Standard

Algebra 1 2008. Academic Content Standards Grade Eight and Grade Nine Ohio. Grade Eight. Number, Number Sense and Operations Standard Academic Content Standards Grade Eight and Grade Nine Ohio Algebra 1 2008 Grade Eight STANDARDS Number, Number Sense and Operations Standard Number and Number Systems 1. Use scientific notation to express

More information

PIXEL-LEVEL IMAGE FUSION USING BROVEY TRANSFORME AND WAVELET TRANSFORM

PIXEL-LEVEL IMAGE FUSION USING BROVEY TRANSFORME AND WAVELET TRANSFORM PIXEL-LEVEL IMAGE FUSION USING BROVEY TRANSFORME AND WAVELET TRANSFORM Rohan Ashok Mandhare 1, Pragati Upadhyay 2,Sudha Gupta 3 ME Student, K.J.SOMIYA College of Engineering, Vidyavihar, Mumbai, Maharashtra,

More information

CALCULATION OF CLOUD MOTION WIND WITH GMS-5 IMAGES IN CHINA. Satellite Meteorological Center Beijing 100081, China ABSTRACT

CALCULATION OF CLOUD MOTION WIND WITH GMS-5 IMAGES IN CHINA. Satellite Meteorological Center Beijing 100081, China ABSTRACT CALCULATION OF CLOUD MOTION WIND WITH GMS-5 IMAGES IN CHINA Xu Jianmin Zhang Qisong Satellite Meteorological Center Beijing 100081, China ABSTRACT With GMS-5 images, cloud motion wind was calculated. For

More information

RESOLUTION MERGE OF 1:35.000 SCALE AERIAL PHOTOGRAPHS WITH LANDSAT 7 ETM IMAGERY

RESOLUTION MERGE OF 1:35.000 SCALE AERIAL PHOTOGRAPHS WITH LANDSAT 7 ETM IMAGERY RESOLUTION MERGE OF 1:35.000 SCALE AERIAL PHOTOGRAPHS WITH LANDSAT 7 ETM IMAGERY M. Erdogan, H.H. Maras, A. Yilmaz, Ö.T. Özerbil General Command of Mapping 06100 Dikimevi, Ankara, TURKEY - (mustafa.erdogan;

More information

SATELLITE IMAGES IN ENVIRONMENTAL DATA PROCESSING

SATELLITE IMAGES IN ENVIRONMENTAL DATA PROCESSING SATELLITE IMAGES IN ENVIRONMENTAL DATA PROCESSING Magdaléna Kolínová Aleš Procházka Martin Slavík Prague Institute of Chemical Technology Department of Computing and Control Engineering Technická 95, 66

More information

A Short Introduction to Computer Graphics

A Short Introduction to Computer Graphics A Short Introduction to Computer Graphics Frédo Durand MIT Laboratory for Computer Science 1 Introduction Chapter I: Basics Although computer graphics is a vast field that encompasses almost any graphical

More information

Video Camera Image Quality in Physical Electronic Security Systems

Video Camera Image Quality in Physical Electronic Security Systems Video Camera Image Quality in Physical Electronic Security Systems Video Camera Image Quality in Physical Electronic Security Systems In the second decade of the 21st century, annual revenue for the global

More information

How an electronic shutter works in a CMOS camera. First, let s review how shutters work in film cameras.

How an electronic shutter works in a CMOS camera. First, let s review how shutters work in film cameras. How an electronic shutter works in a CMOS camera I have been asked many times how an electronic shutter works in a CMOS camera and how it affects the camera s performance. Here s a description of the way

More information

Simultaneous Gamma Correction and Registration in the Frequency Domain

Simultaneous Gamma Correction and Registration in the Frequency Domain Simultaneous Gamma Correction and Registration in the Frequency Domain Alexander Wong a28wong@uwaterloo.ca William Bishop wdbishop@uwaterloo.ca Department of Electrical and Computer Engineering University

More information

CBERS Program Update Jacie 2011. Frederico dos Santos Liporace AMS Kepler liporace@amskepler.com

CBERS Program Update Jacie 2011. Frederico dos Santos Liporace AMS Kepler liporace@amskepler.com CBERS Program Update Jacie 2011 Frederico dos Santos Liporace AMS Kepler liporace@amskepler.com Overview CBERS 3 and 4 characteristics Differences from previous CBERS satellites (CBERS 1/2/2B) Geometric

More information

y = Xβ + ε B. Sub-pixel Classification

y = Xβ + ε B. Sub-pixel Classification Sub-pixel Mapping of Sahelian Wetlands using Multi-temporal SPOT VEGETATION Images Jan Verhoeye and Robert De Wulf Laboratory of Forest Management and Spatial Information Techniques Faculty of Agricultural

More information

Applications to Data Smoothing and Image Processing I

Applications to Data Smoothing and Image Processing I Applications to Data Smoothing and Image Processing I MA 348 Kurt Bryan Signals and Images Let t denote time and consider a signal a(t) on some time interval, say t. We ll assume that the signal a(t) is

More information

Experiment #1, Analyze Data using Excel, Calculator and Graphs.

Experiment #1, Analyze Data using Excel, Calculator and Graphs. Physics 182 - Fall 2014 - Experiment #1 1 Experiment #1, Analyze Data using Excel, Calculator and Graphs. 1 Purpose (5 Points, Including Title. Points apply to your lab report.) Before we start measuring

More information

Synchronization of sampling in distributed signal processing systems

Synchronization of sampling in distributed signal processing systems Synchronization of sampling in distributed signal processing systems Károly Molnár, László Sujbert, Gábor Péceli Department of Measurement and Information Systems, Budapest University of Technology and

More information

Two hours UNIVERSITY OF MANCHESTER SCHOOL OF COMPUTER SCIENCE. M.Sc. in Advanced Computer Science. Friday 18 th January 2008.

Two hours UNIVERSITY OF MANCHESTER SCHOOL OF COMPUTER SCIENCE. M.Sc. in Advanced Computer Science. Friday 18 th January 2008. COMP60321 Two hours UNIVERSITY OF MANCHESTER SCHOOL OF COMPUTER SCIENCE M.Sc. in Advanced Computer Science Computer Animation Friday 18 th January 2008 Time: 09:45 11:45 Please answer any THREE Questions

More information

Resolution Enhancement of images with Interpolation and DWT-SWT Wavelet Domain Components

Resolution Enhancement of images with Interpolation and DWT-SWT Wavelet Domain Components Resolution Enhancement of images with Interpolation and DWT-SWT Wavelet Domain Components Mr. G.M. Khaire 1, Prof. R.P.Shelkikar 2 1 PG Student, college of engg, Osmanabad. 2 Associate Professor, college

More information

Optical Metrology. Third Edition. Kjell J. Gasvik Spectra Vision AS, Trondheim, Norway JOHN WILEY & SONS, LTD

Optical Metrology. Third Edition. Kjell J. Gasvik Spectra Vision AS, Trondheim, Norway JOHN WILEY & SONS, LTD 2008 AGI-Information Management Consultants May be used for personal purporses only or by libraries associated to dandelon.com network. Optical Metrology Third Edition Kjell J. Gasvik Spectra Vision AS,

More information

Map World Forum Hyderabad, India Introduction: High and very high resolution space images: GIS Development

Map World Forum Hyderabad, India Introduction: High and very high resolution space images: GIS Development Very high resolution satellite images - competition to aerial images Dr. Karsten Jacobsen Leibniz University Hannover, Germany jacobsen@ipi.uni-hannover.de Introduction: Very high resolution images taken

More information

Build Panoramas on Android Phones

Build Panoramas on Android Phones Build Panoramas on Android Phones Tao Chu, Bowen Meng, Zixuan Wang Stanford University, Stanford CA Abstract The purpose of this work is to implement panorama stitching from a sequence of photos taken

More information

Computed Tomography Resolution Enhancement by Integrating High-Resolution 2D X-Ray Images into the CT reconstruction

Computed Tomography Resolution Enhancement by Integrating High-Resolution 2D X-Ray Images into the CT reconstruction Digital Industrial Radiology and Computed Tomography (DIR 2015) 22-25 June 2015, Belgium, Ghent - www.ndt.net/app.dir2015 More Info at Open Access Database www.ndt.net/?id=18046 Computed Tomography Resolution

More information

SMARTSCAN hardware test results for smart optoelectronic image correction for pushbroom cameras

SMARTSCAN hardware test results for smart optoelectronic image correction for pushbroom cameras SMARTSCAN hardware test results for smart optoelectronic image correction for pushbroom cameras Valerij Tchernykh a, Sergei Dyblenko a, Klaus Janschek a, Wolfgang Göhler b, Bernd Harnisch c a Technsiche

More information

Some elements of photo. interpretation

Some elements of photo. interpretation Some elements of photo Shape Size Pattern Color (tone, hue) Texture Shadows Site Association interpretation Olson, C. E., Jr. 1960. Elements of photographic interpretation common to several sensors. Photogrammetric

More information

Refractive Index Measurement Principle

Refractive Index Measurement Principle Refractive Index Measurement Principle Refractive index measurement principle Introduction Detection of liquid concentrations by optical means was already known in antiquity. The law of refraction was

More information

Computer Graphics. Geometric Modeling. Page 1. Copyright Gotsman, Elber, Barequet, Karni, Sheffer Computer Science - Technion. An Example.

Computer Graphics. Geometric Modeling. Page 1. Copyright Gotsman, Elber, Barequet, Karni, Sheffer Computer Science - Technion. An Example. An Example 2 3 4 Outline Objective: Develop methods and algorithms to mathematically model shape of real world objects Categories: Wire-Frame Representation Object is represented as as a set of points

More information

Segmentation of building models from dense 3D point-clouds

Segmentation of building models from dense 3D point-clouds Segmentation of building models from dense 3D point-clouds Joachim Bauer, Konrad Karner, Konrad Schindler, Andreas Klaus, Christopher Zach VRVis Research Center for Virtual Reality and Visualization, Institute

More information

Integer Computation of Image Orthorectification for High Speed Throughput

Integer Computation of Image Orthorectification for High Speed Throughput Integer Computation of Image Orthorectification for High Speed Throughput Paul Sundlie Joseph French Eric Balster Abstract This paper presents an integer-based approach to the orthorectification of aerial

More information

How To Make An Orthophoto

How To Make An Orthophoto ISSUE 2 SEPTEMBER 2014 TSA Endorsed by: CLIENT GUIDE TO DIGITAL ORTHO- PHOTOGRAPHY The Survey Association s Client Guides are primarily aimed at other professionals such as engineers, architects, planners

More information

From Pixel to Info-Cloud News at Leica Geosystems JACIE Denver, 31 March 2011 Ruedi Wagner Hexagon Geosystems, Geospatial Solutions Division.

From Pixel to Info-Cloud News at Leica Geosystems JACIE Denver, 31 March 2011 Ruedi Wagner Hexagon Geosystems, Geospatial Solutions Division. From Pixel to Info-Cloud News at Leica Geosystems JACIE Denver, 31 March 2011 Ruedi Wagner Hexagon Geosystems, Geospatial Solutions Division What else can I do with my sensor/data? Earth to Image Image

More information

MODIS IMAGES RESTORATION FOR VNIR BANDS ON FIRE SMOKE AFFECTED AREA

MODIS IMAGES RESTORATION FOR VNIR BANDS ON FIRE SMOKE AFFECTED AREA MODIS IMAGES RESTORATION FOR VNIR BANDS ON FIRE SMOKE AFFECTED AREA Li-Yu Chang and Chi-Farn Chen Center for Space and Remote Sensing Research, National Central University, No. 300, Zhongda Rd., Zhongli

More information

MULTIPURPOSE USE OF ORTHOPHOTO MAPS FORMING BASIS TO DIGITAL CADASTRE DATA AND THE VISION OF THE GENERAL DIRECTORATE OF LAND REGISTRY AND CADASTRE

MULTIPURPOSE USE OF ORTHOPHOTO MAPS FORMING BASIS TO DIGITAL CADASTRE DATA AND THE VISION OF THE GENERAL DIRECTORATE OF LAND REGISTRY AND CADASTRE MULTIPURPOSE USE OF ORTHOPHOTO MAPS FORMING BASIS TO DIGITAL CADASTRE DATA AND THE VISION OF THE GENERAL DIRECTORATE OF LAND REGISTRY AND CADASTRE E.ÖZER, H.TUNA, F.Ç.ACAR, B.ERKEK, S.BAKICI General Directorate

More information

LIDAR and Digital Elevation Data

LIDAR and Digital Elevation Data LIDAR and Digital Elevation Data Light Detection and Ranging (LIDAR) is being used by the North Carolina Floodplain Mapping Program to generate digital elevation data. These highly accurate topographic

More information

KEYWORDS: image classification, multispectral data, panchromatic data, data accuracy, remote sensing, archival data

KEYWORDS: image classification, multispectral data, panchromatic data, data accuracy, remote sensing, archival data Improving the Accuracy of Historic Satellite Image Classification by Combining Low-Resolution Multispectral Data with High-Resolution Panchromatic Data Daniel J. Getman 1, Jonathan M. Harbor 2, Chris J.

More information

Solving Simultaneous Equations and Matrices

Solving Simultaneous Equations and Matrices Solving Simultaneous Equations and Matrices The following represents a systematic investigation for the steps used to solve two simultaneous linear equations in two unknowns. The motivation for considering

More information

We can display an object on a monitor screen in three different computer-model forms: Wireframe model Surface Model Solid model

We can display an object on a monitor screen in three different computer-model forms: Wireframe model Surface Model Solid model CHAPTER 4 CURVES 4.1 Introduction In order to understand the significance of curves, we should look into the types of model representations that are used in geometric modeling. Curves play a very significant

More information

CHAPTER 3: DIGITAL IMAGING IN DIAGNOSTIC RADIOLOGY. 3.1 Basic Concepts of Digital Imaging

CHAPTER 3: DIGITAL IMAGING IN DIAGNOSTIC RADIOLOGY. 3.1 Basic Concepts of Digital Imaging Physics of Medical X-Ray Imaging (1) Chapter 3 CHAPTER 3: DIGITAL IMAGING IN DIAGNOSTIC RADIOLOGY 3.1 Basic Concepts of Digital Imaging Unlike conventional radiography that generates images on film through

More information

How To Fuse A Point Cloud With A Laser And Image Data From A Pointcloud

How To Fuse A Point Cloud With A Laser And Image Data From A Pointcloud REAL TIME 3D FUSION OF IMAGERY AND MOBILE LIDAR Paul Mrstik, Vice President Technology Kresimir Kusevic, R&D Engineer Terrapoint Inc. 140-1 Antares Dr. Ottawa, Ontario K2E 8C4 Canada paul.mrstik@terrapoint.com

More information

JPEG Image Compression by Using DCT

JPEG Image Compression by Using DCT International Journal of Computer Sciences and Engineering Open Access Research Paper Volume-4, Issue-4 E-ISSN: 2347-2693 JPEG Image Compression by Using DCT Sarika P. Bagal 1* and Vishal B. Raskar 2 1*

More information

Appendix C - Risk Assessment: Technical Details. Appendix C - Risk Assessment: Technical Details

Appendix C - Risk Assessment: Technical Details. Appendix C - Risk Assessment: Technical Details Appendix C - Risk Assessment: Technical Details Page C1 C1 Surface Water Modelling 1. Introduction 1.1 BACKGROUND URS Scott Wilson has constructed 13 TUFLOW hydraulic models across the London Boroughs

More information

Investigation of Color Aliasing of High Spatial Frequencies and Edges for Bayer-Pattern Sensors and Foveon X3 Direct Image Sensors

Investigation of Color Aliasing of High Spatial Frequencies and Edges for Bayer-Pattern Sensors and Foveon X3 Direct Image Sensors Investigation of Color Aliasing of High Spatial Frequencies and Edges for Bayer-Pattern Sensors and Foveon X3 Direct Image Sensors Rudolph J. Guttosch Foveon, Inc. Santa Clara, CA Abstract The reproduction

More information

Multi scale random field simulation program

Multi scale random field simulation program Multi scale random field simulation program 1.15. 2010 (Updated 12.22.2010) Andrew Seifried, Stanford University Introduction This is a supporting document for the series of Matlab scripts used to perform

More information

JPEG compression of monochrome 2D-barcode images using DCT coefficient distributions

JPEG compression of monochrome 2D-barcode images using DCT coefficient distributions Edith Cowan University Research Online ECU Publications Pre. JPEG compression of monochrome D-barcode images using DCT coefficient distributions Keng Teong Tan Hong Kong Baptist University Douglas Chai

More information