<?xml version="1.0" encoding="UTF-8"?>
<TEI xml:space="preserve" xmlns="http://www.tei-c.org/ns/1.0" 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
xsi:schemaLocation="http://www.tei-c.org/ns/1.0 https://raw.githubusercontent.com/kermitt2/grobid/master/grobid-home/schemas/xsd/Grobid.xsd"
 xmlns:xlink="http://www.w3.org/1999/xlink">
	<teiHeader xml:lang="en">
		<fileDesc>
			<titleStmt>
				<title level="a" type="main">Application of spatial interpolation methods for restoration of partially defined images</title>
			</titleStmt>
			<publicationStmt>
				<publisher/>
				<availability status="unknown"><licence/></availability>
			</publicationStmt>
			<sourceDesc>
				<biblStruct>
					<analytic>
						<author>
							<persName><forename type="first">Y</forename><forename type="middle">D</forename><surname>Vybornova</surname></persName>
							<affiliation key="aff0">
								<orgName type="department">IV International Conference on &quot;Information Technology and Nanotechnology&quot; (ITNT</orgName>
								<address>
									<postCode>2018</postCode>
								</address>
							</affiliation>
							<affiliation key="aff1">
								<orgName type="institution">Samara National Research University</orgName>
								<address>
									<addrLine>Moskovskoe Shosse 34</addrLine>
									<postCode>443086</postCode>
									<settlement>Samara</settlement>
									<country key="RU">Russia</country>
								</address>
							</affiliation>
						</author>
						<title level="a" type="main">Application of spatial interpolation methods for restoration of partially defined images</title>
					</analytic>
					<monogr>
						<imprint>
							<date/>
						</imprint>
					</monogr>
					<idno type="MD5">B3E0D6DAC880255E88B0031D4C32D8B9</idno>
				</biblStruct>
			</sourceDesc>
		</fileDesc>
		<encodingDesc>
			<appInfo>
				<application version="0.7.2" ident="GROBID" when="2023-03-24T04:15+0000">
					<desc>GROBID - A machine learning software for extracting information from scholarly documents</desc>
					<ref target="https://github.com/kermitt2/grobid"/>
				</application>
			</appInfo>
		</encodingDesc>
		<profileDesc>
			<abstract>
<div xmlns="http://www.tei-c.org/ns/1.0"><p>The purpose of this paper is to analyze the practical applicability of spatial interpolation methods in the task of estimating the missing pixels of partially defined images. The paper presents three methods of spatial interpolation: inverse distance weighting, interpolation based on a triangulated irregular network, and kriging. The results of experimental research on these methods are given. Experiments show that all methods demonstrate a high quality of pixel prediction, but the choice of the most appropriate method directly depends on the input data.</p></div>
			</abstract>
		</profileDesc>
	</teiHeader>
	<text xml:lang="en">
		<body>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="1.">Introduction</head><p>Broadly speaking, interpolation is used to obtain intermediate values from a discrete set of known values. In the problem of image processing, the interpolation methods are used to predict the raster cell values when having a limited number of the input data points <ref type="bibr" target="#b0">[1]</ref>.</p><p>The interpolation techniques known today can be classified into deterministic and statistical <ref type="bibr" target="#b1">[2]</ref>. Deterministic methods are based on a function of distance or area. The main advantage of such methods is high processing speed. Statistical methods are based on a function of spatial similarity. The main advantage of these methods is the sensitivity to the multidirectional data. That is why such methods are commonly used to interpolate various kinds of surfaces (for example, to create a digital terrain model).</p><p>In this paper, three methods of spatial interpolation are considered: inverse distance weighting, interpolation based on a triangulated irregular network, and kriging. These methods are used extensively in a wide variety of applied sciences, including geology, hydrology, meteorology and oceanography. However, in relation to image processing field, these methods have not been investigated in detail yet <ref type="bibr" target="#b2">[3]</ref>.</p><p>Our research is devoted to the applicability analysis of the above-mentioned spatial interpolation methods in the task of estimating the missing pixels of partially defined images, i.e. images with a predetermined fraction of unknown pixels.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="2.">Methods of spatial interpolation</head></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="2.1.">Inverse Distance Weighting</head><p>Inverse distance weighting (IDW) is a deterministic algorithm based on the assumption that the predicted value is more influenced by the nearby points than the points located further <ref type="bibr" target="#b3">[4]</ref>.</p><p>Interpolation is performed using the known values from a neighborhood of a given point. It is assumed that each point with a known value (hereinafter, called the reference point) has a local effect decreasing with distance. The points located closer to the estimated position are assigned a greater weight, than those located further:</p><formula xml:id="formula_0">0 1 0 1 0 1 () ( ) ( ) m p ii m i ii m p i j j z s d z s w z s d         </formula><p>, where 0 () zs is an estimated value of a point in a certain location 0 s , and 12 ( ), ( ), , ( )</p><formula xml:id="formula_1">n z s z s z s - reference point values.</formula><p>The weights are proportional to the inverse distance taken to the power of p. Consequently, an increase in distance leads to the fast decrease of weight. The weight decrease rate depends on the value of p. Thus, for p=0, the weights i w are the same, and the predicted value is the average of all measured points. As p increases, weights of the distant points start to decrease rapidly. If the value of p is large, only the nearest neighborhood points will affect the predicted value.</p><p>To speed up the calculations, the weights of the most distant points with little effect can be taken as zero. It is common practice to limit the number of reference points, used to predict an unknown value, by specifying the search area. In this paper, the search area is represented by a circle of a variable radius r.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="2.2.">Kriging</head><p>Kriging <ref type="bibr" target="#b4">[5]</ref> is a statistical interpolation method for prediction of unknown values using the values of the nearby points. Similar to the IDW method, weights are assigned to each point in accordance with the distance to the unknown value. However, here the estimation is performed on the basis of data correlation.</p><p>To date, research on kriging in image processing tasks is limited to several publications <ref type="bibr" target="#b5">[6]</ref><ref type="bibr" target="#b6">[7]</ref><ref type="bibr" target="#b7">[8]</ref>.</p><p>The basic kriging formula is:</p><formula xml:id="formula_2">0 1 ( ) ( ) n ii i z s z s    </formula><p>, where 12 ( ), ( ), , ( ) n z s z s z s are the reference points, and 0 () zs is a value of the point to be evaluated. Also, it should be noted that</p><formula xml:id="formula_3">1 1 n i i     .</formula><p>The main task is to determine the weights i  so as to minimize the variance of the estimate, taking into account the unbiasedness requirement  </p><formula xml:id="formula_4">0 ( ) ( ) 0 E z s z s  .</formula><p>There are several methods of kriging, which differ in the way of obtaining the weight components . i  In this paper, the method of ordinary kriging is considered. This type of kriging is the most common for spatial data modeling, and is considered the best as it minimizes the estimation error variance.</p><p>The estimation process begins with the construction of an empirical variogram, for all pairs of locations separated by distance h:</p><formula xml:id="formula_5">2 (( ( ) ( )) ) () 2 ij average z s z s Vh   .</formula><p>After the spatial description is obtained, in order to make a prediction we need to determine the most appropriate variogram model (a curve that models the empirical variogram trends). In this paper, the following models are considered:</p><p>1) linear:</p><formula xml:id="formula_6">01 () h c c t   ;</formula><p>2) circular:</p><formula xml:id="formula_7">  2 0 1 2 ( ) 1 arcsin h c c t t t       ;</formula><p>3) spherical:</p><formula xml:id="formula_8">3 01 31 () 22 h c c t t           ; 4) exponential:   3 01 ( ) 1 t h c c e      ; 5) gaussian:   2 3 0 1 ( ) 1 t h c c e      ; 6) stable:   3 01 ( ) 1 ,0 2 w t h c c e w        .</formula><p>Here,</p><formula xml:id="formula_9">h t a  , a is a range of influence, 0 c is a nugget, 01 cc  is a threshold.</formula><p>The characteristics for model description are shown in figure <ref type="figure" target="#fig_0">1</ref>. As can be seen from the figure, the nugget is a point at which semivariogram intersects the ordinate axis, and the threshold is the value at which the model starts to equalize. The distance to the threshold is called the range of influence. There is no spatial autocorrelation among points outside the range. The selected model allows to assign weights for the reference points and to estimate the unknown values. It should be noted that there is no universal model suitable for all input data. As a rule, the model is selected experimentally.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="2.3.">Triangulated Irregular Network</head><p>The interpolation method based on a triangulated irregular network (TIN) uses triangulation of data points to produce a two-dimensional function estimating the unknown values within each triangle <ref type="bibr" target="#b8">[9]</ref>.</p><p>Generally, an irregular network is obtained using the Delaunay triangulation <ref type="bibr" target="#b9">[10]</ref>: points are connected with line segments in such a way that for any triangle obtained, all the points, except its vertices, lie outside the circumcircle of this triangle. Compared to other triangulation methods, Delaunay triangulation has several advantages: 1) the resulting triangles are close to equiangular, which makes it possible to reduce the numerical accuracy problems that can potentially arise in case of dividing the surface into long narrow triangles; 2) any point on the surface is located close to the reference point; 3) it does not depend on the point processing order. Thus, triangulation allows to obtain the appropriate reference points for each unknown point. When the triangulated irregular network is constructed, we can accurately estimate the unknown values by applying any standard interpolation method within each triangle.</p><p>In this paper, the triangulated irregular network is constructed using Delaunay triangulation, and interpolation is performed by the following standard methods <ref type="bibr" target="#b10">[11]</ref>:</p><p>1) linear; 2) cubic; 3) nearest neighbour; 4) natural neighbour.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="3.">Experimental results</head><p>The practical applicability of spatial interpolation methods, described in this paper, is demonstrated on the example of binary images. The test images were converted to partially defined by removing 30, 50 and 70 percent of the pixels. The location of pixels to remove was selected using a pseudo-random number generator. The original and the resulting partially defined images are shown in figure <ref type="figure">2</ref>. Here, the undefined pixels are indicated in gray. (f) "Ornament", 30% pixels removed; (g) "Ornament", 50% pixels removed; (h) "Ornament", 70% pixels removed.</p><p>To evaluate the quality of interpolation methods, we calculated the fraction of pixels matched for the original and interpolated images.</p><p>It is necessary to take into account that the image, obtained after interpolation, is halftone, while the original image is binary. To provide an accurate comparison, the resulting halftone images were converted into binary by thresholding. The comparison results for three interpolation methods are given in Table <ref type="table" target="#tab_0">1</ref>.  <ref type="table" target="#tab_0">1</ref> it is evident that in the case of the "Mickey" image, where the object and background are clearly distinguishable, all methods show approximately the same result for certain parameters. For the "Ornament" image, the kriging method demonstrates the best result, while the IDW method proved to be the least accurate. However, in the case of 70% removed pixels, the quality of all interpolation methods decreases significantly for both images.</p><p>The best results for each interpolation method are represented as halftone images in Table <ref type="table" target="#tab_1">2</ref>.  <ref type="table" target="#tab_2">3</ref> also shows the best interpolation results obtained for each method, but the images are converted to binary using the thresholding procedure.</p><p>It can be seen from Tables <ref type="table" target="#tab_2">2 and 3</ref> that in the case of 30% removed pixels, all the methods demonstrate an excellent result, and it is almost impossible to distinguish a small difference in quality. When 50% of the pixels are removed, the interpolation quality for the "Ornament" image slightly decreases. The 70% pixel removal significantly reduces the quality of all methods for both images.</p><p>On the whole, Tables <ref type="table" target="#tab_2">2 and 3</ref> confirm the results of Table <ref type="table" target="#tab_0">1</ref>. Thus, according to the experimental results, it can be concluded that all the investigated methods can be used for interpolation of partially defined images, but it should noted that there is no single interpolation method suitable in all situations: all methods have advantages and disadvantages. In practice, the choice of a particular interpolation method (and also the choice of parameters) should depend on the sample data and the error tolerance. </p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="4.">Conclusion</head><p>In this paper, three spatial interpolation methods are investigated: inverse distance weighting, interpolation based on a triangulated irregular network, and kriging. The practical applicability of these methods in the task of estimating the missing pixels of partially defined images is analyzed. The experiments show that all three methods can be used for solving the image processing problems, but the result of pixel prediction depends on the input data characteristics, such as the number of reference points. Hence, to provide the better results, the interpolation method should be selected separately for each input image.</p></div><figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_0"><head>Figure 1 .</head><label>1</label><figDesc>Figure 1. Range, threshold, and nugget.</figDesc><graphic coords="3,193.77,275.07,221.96,141.70" type="bitmap" /></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_1"><head>Figure 1 .</head><label>1</label><figDesc>Test images: (a) original "Mickey" image; (b) "Mickey", 30% pixels removed; "Mickey", 50% pixels removed; (d) "Mickey", 70% pixels removed; (e) original "Ornament" image;</figDesc></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" type="table" xml:id="tab_0"><head>Table 1 .</head><label>1</label><figDesc>Experimental results.</figDesc><table><row><cell></cell><cell></cell><cell></cell><cell>Mickey</cell><cell></cell><cell></cell><cell>Ornament</cell></row><row><cell></cell><cell>Parametres</cell><cell>30%</cell><cell>50%</cell><cell>70%</cell><cell>30%</cell><cell>50%</cell><cell>70%</cell></row><row><cell>Method</cell><cell></cell><cell></cell><cell></cell><cell></cell><cell></cell><cell></cell></row><row><cell>IDW</cell><cell>p=0, r=inf</cell><cell>0.8522</cell><cell cols="2">0.7756 0.6534</cell><cell>0.8506</cell><cell cols="2">0.7507 0.6489</cell></row><row><cell></cell><cell>p=1, r=inf</cell><cell>0.9917</cell><cell cols="2">0.9854 0.9750</cell><cell>0.8698</cell><cell cols="2">0.7813 0.6819</cell></row><row><cell></cell><cell>p=2, r=inf</cell><cell>0.9966</cell><cell cols="2">0.9954 0.9893</cell><cell>0.9366</cell><cell cols="2">0.8866 0.8120</cell></row><row><cell></cell><cell>p=3, r=inf</cell><cell>0.9973</cell><cell cols="2">0.9957 0.9896</cell><cell>0.9476</cell><cell cols="2">0.9022 0.8313</cell></row><row><cell></cell><cell>p=4, r=inf</cell><cell>0.9972</cell><cell cols="2">0.9952 0.9890</cell><cell>0.9503</cell><cell cols="2">0.9058 0.8340</cell></row><row><cell></cell><cell>p=5, r=inf</cell><cell>0.9969</cell><cell cols="2">0.9950 0.9886</cell><cell>0.9512</cell><cell cols="2">0.9065 0.8345</cell></row><row><cell></cell><cell>p=6, r=inf</cell><cell>0.9968</cell><cell cols="2">0.9951 0.9885</cell><cell>0.9513</cell><cell cols="2">0.9063 0.8344</cell></row><row><cell></cell><cell>p=7, r=inf</cell><cell>0.9968</cell><cell cols="2">0.9949 0.9885</cell><cell>0.9505</cell><cell cols="2">0.9051 0.8334</cell></row><row><cell></cell><cell>p=8, r=inf</cell><cell>0.9968</cell><cell cols="2">0.9947 0.9883</cell><cell>0.9502</cell><cell cols="2">0.9049 0.8337</cell></row><row><cell></cell><cell>p=9, r=inf</cell><cell>0.9966</cell><cell cols="2">0.9944 0.9882</cell><cell>0.9497</cell><cell cols="2">0.9031 0.8328</cell></row><row><cell></cell><cell>p=10, r=inf</cell><cell>0.9966</cell><cell cols="2">0.9943 0.9882</cell><cell>0.9494</cell><cell cols="2">0.9025 0.8327</cell></row><row><cell></cell><cell>p=2, r=0</cell><cell>0.8522</cell><cell cols="2">0.7566 0.6534</cell><cell>0.8506</cell><cell cols="2">0.7507 0.6489</cell></row><row><cell></cell><cell>p=2, r=1</cell><cell>0.9952</cell><cell cols="2">0.9825 0.9077</cell><cell>0.9485</cell><cell cols="2">0.8953 0.8034</cell></row><row><cell></cell><cell>p=2, r=2</cell><cell>0.9974</cell><cell cols="2">0.9957 0.9849</cell><cell>0.9506</cell><cell cols="2">0.9053 0.8340</cell></row><row><cell></cell><cell>p=2, r=3</cell><cell>0.9974</cell><cell cols="2">0.9957 0.9899</cell><cell>0.9449</cell><cell cols="2">0.9000 0.8279</cell></row></table></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" type="table" xml:id="tab_1"><head>Table 2 .</head><label>2</label><figDesc>Interpolation results for best parameters.</figDesc><table><row><cell>%</cell><cell>IDW</cell><cell>TIN</cell><cell>Kriging</cell><cell>IDW</cell><cell>TIN</cell><cell>Kriging</cell></row><row><cell>30</cell><cell></cell><cell></cell><cell></cell><cell></cell><cell></cell><cell></cell></row><row><cell></cell><cell>r=2</cell><cell>natural</cell><cell>exponential</cell><cell>p=6</cell><cell>natural</cell><cell>stable</cell></row><row><cell>50</cell><cell></cell><cell></cell><cell></cell><cell></cell><cell></cell><cell></cell></row><row><cell></cell><cell>r=4</cell><cell>natural</cell><cell>exponential</cell><cell>p=5</cell><cell>natural</cell><cell>stable</cell></row><row><cell>70</cell><cell></cell><cell></cell><cell></cell><cell></cell><cell></cell><cell></cell></row><row><cell></cell><cell>r=9</cell><cell>natural</cell><cell>exponential</cell><cell>p=5</cell><cell>natural</cell><cell>exponential</cell></row><row><cell>Table</cell><cell></cell><cell></cell><cell></cell><cell></cell><cell></cell><cell></cell></row></table></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" type="table" xml:id="tab_2"><head>Table 3 .</head><label>3</label><figDesc>Interpolation results after thresholding.</figDesc><table><row><cell>%</cell><cell>IDW</cell><cell>TIN</cell><cell>Kriging</cell><cell>IDW</cell><cell>TIN</cell><cell>Kriging</cell></row><row><cell>30</cell><cell></cell><cell></cell><cell></cell><cell></cell><cell></cell><cell></cell></row><row><cell></cell><cell>r=2</cell><cell>natural</cell><cell>exponential</cell><cell>p=6</cell><cell>natural</cell><cell>stable</cell></row><row><cell>50</cell><cell></cell><cell></cell><cell></cell><cell></cell><cell></cell><cell></cell></row><row><cell></cell><cell>r=4</cell><cell>natural</cell><cell>exponential</cell><cell>p=5</cell><cell>natural</cell><cell>stable</cell></row><row><cell>70</cell><cell></cell><cell></cell><cell></cell><cell></cell><cell></cell><cell></cell></row><row><cell></cell><cell>r=9</cell><cell>natural</cell><cell>exponential</cell><cell>p=5</cell><cell>natural</cell><cell>exponential</cell></row></table></figure>
		</body>
		<back>
			<div type="references">

				<listBibl>

<biblStruct xml:id="b0">
	<monogr>
		<title level="m" type="main">Digital Image Processing</title>
		<author>
			<persName><forename type="first">R C</forename><surname>Gonzalez</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R E</forename><surname>Woods</surname></persName>
		</author>
		<imprint>
			<date type="published" when="2002">2002</date>
			<publisher>Prentice Hall</publisher>
			<biblScope unit="page">943</biblScope>
			<pubPlace>New Jersey</pubPlace>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b1">
	<analytic>
		<title level="a" type="main">Image interpolation techniques in digital image processing: an overview Int</title>
		<author>
			<persName><forename type="first">S</forename><surname>Fadnavis</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Journal of Engineering Research and Applications</title>
		<imprint>
			<biblScope unit="volume">4</biblScope>
			<biblScope unit="issue">10</biblScope>
			<biblScope unit="page" from="70" to="73" />
			<date type="published" when="2014">2014</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b2">
	<analytic>
		<title level="a" type="main">Image processing, pattern recognition: Hyperspectral remote sensing data compression and protection</title>
		<author>
			<persName><forename type="first">M</forename><forename type="middle">V</forename><surname>Gashnikov</surname></persName>
		</author>
		<author>
			<persName><forename type="first">N</forename><forename type="middle">I</forename><surname>Glumov</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Kuznetsov</surname></persName>
		</author>
		<author>
			<persName><forename type="first">V</forename><forename type="middle">A</forename><surname>Mitekin</surname></persName>
		</author>
		<author>
			<persName><forename type="first">V</forename><surname>Myasnikov</surname></persName>
		</author>
		<author>
			<persName><forename type="first">V V</forename><surname>Sergeev</surname></persName>
		</author>
		<idno type="DOI">10.18287/2412-6179-2016-40-5-689-712</idno>
	</analytic>
	<monogr>
		<title level="j">Computer Optics</title>
		<imprint>
			<biblScope unit="volume">40</biblScope>
			<biblScope unit="issue">5</biblScope>
			<biblScope unit="page" from="689" to="712" />
			<date type="published" when="2016">2016</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b3">
	<analytic>
		<title level="a" type="main">A refinement of inverse distance weighted interpolation</title>
		<author>
			<persName><forename type="first">D F</forename><surname>Watson</surname></persName>
		</author>
		<author>
			<persName><forename type="first">G M</forename><surname>Philip</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Geo-Processing</title>
		<imprint>
			<biblScope unit="volume">2</biblScope>
			<biblScope unit="page" from="315" to="327" />
			<date type="published" when="1985">1985</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b4">
	<analytic>
		<title level="a" type="main">Image interpolation using kriging technique for spatial data</title>
		<author>
			<persName><forename type="first">F A</forename><surname>Jassim</surname></persName>
		</author>
		<author>
			<persName><forename type="first">F H</forename><surname>Altaany</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Canadian Journal on Image Processing and Computer Vision</title>
		<imprint>
			<biblScope unit="volume">4</biblScope>
			<biblScope unit="issue">2</biblScope>
			<biblScope unit="page" from="91" to="96" />
			<date type="published" when="2013">2013</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b5">
	<analytic>
		<title level="a" type="main">Super-resolution image reconstruction employing Kriging interpolation technique</title>
	</analytic>
	<monogr>
		<title level="m">Proc. IEEE Int. Workshop Syst., Signals and Image Processing</title>
				<meeting>IEEE Int. Workshop Syst., Signals and Image essing</meeting>
		<imprint>
			<date type="published" when="2007">2007</date>
			<biblScope unit="volume">1</biblScope>
			<biblScope unit="page" from="144" to="147" />
		</imprint>
	</monogr>
	<note>Panagiotopoulou A and Anastassopoulos V</note>
</biblStruct>

<biblStruct xml:id="b6">
	<analytic>
		<title level="a" type="main">Kriging filters for multidimensional signal processing</title>
		<author>
			<persName><forename type="first">J</forename><surname>Ruiz-Alzola</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Alberola-</forename><surname>Lopez</surname></persName>
		</author>
		<author>
			<persName><forename type="first">C</forename><surname>Westin</surname></persName>
		</author>
		<author>
			<persName><forename type="first">C F</forename></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Signal Processing</title>
		<imprint>
			<biblScope unit="volume">8</biblScope>
			<biblScope unit="page" from="413" to="439" />
			<date type="published" when="2005">2005</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b7">
	<analytic>
		<title level="a" type="main">Chroma interpolation using windowed kriging for colorimage compression-by-network with guaranteed delay</title>
		<author>
			<persName><forename type="first">M</forename><surname>Panggabean</surname></persName>
		</author>
		<author>
			<persName><forename type="first">L</forename><surname>Rønningen</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proc. IEEE EURASIP 17th International Conference on Digital Signal Processing (DSP)</title>
				<meeting>IEEE EURASIP 17th International Conference on Digital Signal essing (DSP)</meeting>
		<imprint>
			<date type="published" when="2011">2011</date>
			<biblScope unit="volume">1</biblScope>
			<biblScope unit="page" from="1" to="6" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b8">
	<analytic>
		<title level="a" type="main">Spatial interpolation Geographical Information Systems: Principles</title>
		<author>
			<persName><forename type="first">L</forename><surname>Mitas</surname></persName>
		</author>
		<author>
			<persName><forename type="first">H</forename><surname>Mitasova</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Techniques, Management and Applications</title>
		<imprint>
			<biblScope unit="volume">1</biblScope>
			<biblScope unit="page" from="481" to="492" />
			<date type="published" when="1999">1999</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b9">
	<analytic>
		<title level="a" type="main">Two algorithms for constructing a Delaunay triangulation</title>
		<author>
			<persName><forename type="first">D T</forename><surname>Lee</surname></persName>
		</author>
		<author>
			<persName><forename type="first">B J</forename><surname>Schachter</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">International Journal of Computer and Information Sciences</title>
		<imprint>
			<biblScope unit="volume">9</biblScope>
			<biblScope unit="issue">3</biblScope>
			<biblScope unit="page" from="219" to="242" />
			<date type="published" when="1980">1980</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b10">
	<analytic>
		<title level="a" type="main">Comparative study regarding the methods of interpolation Recent</title>
		<author>
			<persName><forename type="first">P</forename><forename type="middle">D</forename><surname>Dumitru</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Plopeanu</surname></persName>
		</author>
		<author>
			<persName><forename type="first">D</forename><surname>Badea</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Advances in Geodesy and Geomatics Engineering</title>
		<imprint>
			<biblScope unit="volume">1</biblScope>
			<biblScope unit="page" from="45" to="52" />
			<date type="published" when="2013">2013</date>
		</imprint>
	</monogr>
</biblStruct>

				</listBibl>
			</div>
		</back>
	</text>
</TEI>
