SEGMENTATION OF IMAGERY USING NETWORK SNAKES

Size: px
Start display at page:

Download "SEGMENTATION OF IMAGERY USING NETWORK SNAKES"

Transcription

1 SEGMENTATION OF IMAGERY USING NETWORK SNAKES Matthias Butenuth Institute of Photogrammetry and GeoInformation, Leibniz Universität Hannover Nienburger Str. 1, Hannover, Germany KEY WORDS: Segmentation, Imagery, Snakes, Network, Topology, Shape ABSTRACT: A new methodology for the segmentation of imagery using network snakes is presented in this paper. Snakes are a well known tehnique, but usually are limited to losed objet boundaries. Enhaning traditional snakes the fous is on objets forming a network respetively being adjaent with only one boundary in between. In addition, the fous is on linear objets with opeon-fixed endings. The internal energy ontrolling the shape of the objet ontours during the energy minimization proess is defined for nodes with different degrees to enable the exploitation of the objet topology. Exemplary results of two different appliations demonstrate the funtionality and transferability of the proposed methodology: First, field boundaries are extrated from high resolution satellite imagery. The seond example from the medial setor deals with the delineation of adjaent ells in mirosopi ell imagery. Conluding remarks are given at the end to point out further investigations. 1. INTRODUCTION The segmentation of imagery is a well known problem in image proessing and omputer vision. One important methodology to delineate objets preisely are ative ontours, first introdued by (Kass et al., 1988). Ative ontours are a sophistiated image proessing tehnique ombining image features with shape onstraints in an energy minimization proess. Parametri ative ontours, often alled snakes (Kass et al., 1988; Blake and Isard, 1998), have a rigid topology, in ontrary to geometri ative ontours (Malladi et al., 1995; Caselles et al., 1997), whih are able to hange their topology due to flexible level sets and thus allow for extrating foreground objets without prior knowledge about their shape. Numerous approahes using snakes have been presented to detet different objets in many kinds of imagery, for example refer to medial image segmentation (MInerney and Terzopoulos, 1996; Suri et al., 2002), 3D deformable surfae models (Cohen and Cohen, 1993), the extration of roads using sale spae and snakes (Laptev et al., 2000) or the displaement of lines in artographi generalization tasks (Burghardt and Meier, 1997). Most of these approahes require losed ontours, whih desribe the boundary of an objet separately a limitation onerning linear objets with opeon-fixed endings and a limitation regarding objets, whih form a network and thus interat with eah other during the optimization proess. A new methodology of parametri ative ontours to overome these restritions is presented in this paper, alled network snakes. In the literature, only a limited amount of work an be found regarding ative ontours beyond expliitly or impliitly represented losed objet boundaries. Trihedral orners imposing onstraints of 90 degree angles between the three edges ending at the orner are used to extrat buildings in (Fua et al., 2000). An extension of parametri ative ontours, whih ombines the ability to handle transiently touhing objets and exerts topologial ontrol is given in (Zimmer and Olivio- Marin, 2005). An adaptive adjaeny graph onsisting of a network of ative ontours was firstly introdued in (Jasiobedzki, 1993) and afterwards utilized in (Dikinson et al., 1994) to trak 3D objets. The authors introdue onstraints in the form of springs to onnet the ontour ends, but the approah does not enable the definition of a unique nodal point inluding a geometrial ontrol of the ontours up to the nodal point. In ontrary, the methodology presented in this paper is able to handle objets with a giveetwork topology, but without the neessity of introduing any partiular onstraints. Possible appliations using network snakes are, for example, the extration of road networks, field boundaries as well as adjaent ells. For these purposes parametri ative ontours are more appliable than level set tehniques, sine the image-dependent energy terms of parametri ative ontours are defined speifially to individual objets. Multiple level sets as well as multiple parametri ative ontours are not suitable, beause they an interset or overlay eah other losing the orret topology. However, parametri ative ontours need an initialization to start the energy minimization proess. The required information an be taken from an initial segmentation or from a GIS, as long as a orret topology an be assumed. The next setion outlines traditional snakes, while Setion 3 fouses on the enhanements onerning network snakes. In Setion 4 exemplary results of two different appliations are presented to demonstrate the potential and the transferability of the proposed methodology: At first, the extration of field boundaries from high resolution satellite imagery is depited. Field boundaries have beome objets of inreasing interest during the last few years. Appliation areas are geo-sientifi questions suh as the derivation of potential wind erosion risk fields and appliations in the agriultural setor, for instane preision farming or the monitoring of subsidies. Work on the extration of field boundaries exists but is limited, for example refer to (Torre and Radeva, 2000; Aplin and Atkinson, 2004), but neither a fully automati solutioor the exploitation of the topology is used. The seond exemplary result highlighted in Setion 4 is the extration of adjaent ells in mirosopi ell imagery. Medial image segmentation has reeived a large attention, in partiular the delineation of ells for highthroughout biologial researh and drug disovery (Suri et al., 2002; Jones et al., 2005). However, the fous is mostly on

2 single ells not taking into aount the neighborhood. Finally, onluding remarks are given and further investigations are disussed in Setion TRADITIONAL SNAKES In this setion, parametri ative ontours are summarized in order to provide a basis for a disussion of their pros and ons onerning the enhanements ontained in Setion 3. Traditional snakes (Kass et al., 1988) are defined as a parametri urve () s ( x() s, y() s ) v =, (1) where s is the ar length and x and y are the image oordinates of the 2D-urve. In the simplest way, the image energy an be written as the image intensity itself with s ) I( v( s) ) E img =, (2) where I represents the image. In the literature, the image energy is often defined as E img s ) I ( v( s) ) 2 =. (3) I(v(s)) is the norm or magnitude of the gradient image at the oordinates x(s) and y(s). In pratie, the image energy E img (v(s)) is omputed by integrating the values I(v(s)), taken from preomputed gradient magnitude images along the line segments, that onnet the verties of the ontour. The internal energy is defined as E int ( ()) 2 2 v s = 1 () s v () s + β () s v () s 2 α s ss, (4) where v s and v ss are the first and seond derivative of v with respet to s. The funtion α(s) ontrols the first-order term of the internal energy: the elastiity. When the aim is to minimize E int (v(s)) and v(s) is allowed to move, large values of α(s) let the ontour beome very straight between two points. The funtion β(s) ontrols the seond-order term: the rigidity. Large values of β(s) let the ontour beome smooth, small values allow the generation of orners. α(s) and β(s) need to be predefined based on the modeled shape harateristis of the objet of interest. The total energy of the snake defined as 1 * snake = Esnake s )ds 0 1 = img int + 0 E E * snake, to be minimized, is [ E s ) + E ( v( s) ) E ( v( s) )]ds The additional external energy E on (v(s)) is introdued in (Kass et al., 1988) as an external onstrained fore, whih provides the on. (5) opportunity for individual fores at partiular parts or points of the ontour. With onstant weight parameters α(s) = α and β(s) = β a minimum of the total energy in Equation 5 an be derived by solving the Euler equation: E img v s ) () s () s + β v () s = 0 α v. (6) ss The derivatives are approximated with finite differenes sine they aot be omputed analytially. Converted to vetor notation with v i = (x i, y i ) and with E img (v(s)) / v(s) = f v (v) the Euler equations read α ssss ( vi vi ) αi+ 1( vi+ 1 vi ) 1( vi 2 2 vi + vi ) 2βi ( vi 2vi + v + 1 ) + 1( vi 2 vi v + 2 ) () = 0 i + β i i + β i i + f v v and an be rewritten in matrix form as () = 0 Av + f v v. (8) A is a pentadiagonal matrix, whih depends only on the funtions α and β. Equation 8 an be solved iteratively by introduing a step size γ multiplied with the negative time derivatives v / t, whih are disretized by v t v t 1. It is assumed that f v (v) is onstant during a time step, i.e. f v (v t ) f v (v t-1 ), yielding an expliit Euler step regarding the image energy. In ontrast, the internal energy is an impliit Euler step due to their speifiation by the banded matrix A. The resulting equation is ( v ) = ( v v ) t + f v t t t (7) Av γ. (9) The time derivatives vanish at the equilibrium ending up in Equation 8. Finally, a solution an be derived by matrix inversion: ( A + I) ( γ v κ f ( v )) vt = t v t γ, (10) where I is the identity matrix and κ is an additional parameter in order to ontrol the weight between internal and image energy. A requirement of traditional snakes is the neessity to have an initialization lose to the true objet boundary. Additional terms to inrease the apture range of the image fores and thus bridge larger gaps between initialization and true objet boundary, for example the balloon model (Cohen, 1991), are only appliable, when the bakground is relatively homogeneous and no disturbing strutures hinder the movement of the snake. Sine these onditions aot be guaranteed in general, a solution without suh additional terms is preferred in this work. Instead, strong internal energies are used ontaining the modeled shape harateristis of the objet of interest to be relatively independent of the initialization and those parts of the image energies, whih represent disturbing strutures.

3 3. NETWORK SNAKES In order to enhane traditional snakes to be able to deal with network topologies and open endings of ontours, a loser look to the internal energy E int (v(s)) ontrolling the shape part of the urve is required. The minimization of the internal energy during the optimization proess is only defined for losed objet boundaries, i.e. v 0 = v n (Kass et al., 1988), beause the derivatives are approximated with finite differenes (f. Equation 7). Most of the approahes to be found in the literature use losed ontours or define fixed end points when using open ontours. This proess requires orret end points before starting the snake optimization, whih often aot be guaranteed. Similarly, network topologies represented by single ontours ending in ommoodal points require predefined orret nodal points. In this work a new definition of snakes is given, ahieving a solution using image features and shape onstraints without fixed end or nodal points. At first, the topology of the initial ontour has to be derived. In addition to the nodes with a degree ρ(v) = 2 of the preliminary ontour v(s) eah node with a degree ρ(v) 2 has to be set up. Nodes with a degree ρ(v) = 1 define the end points and nodes with a degree ρ(v) 3 define the nodal points of the ontour (f. Fig. 1 for an example). Consequently, the ontrol of the total energy at the ommon nodal point v n = v a n = v b n = v n is defined for network snakes as follows: β β β ( va va ) β ( v ) + ( ) = 0 a v a f 2 v v a a ( vb vb ) β ( v ) + ( ) = 0 b v b f 2 v v b b ( v v ) β ( v v ) + f ( v ) = 0 n n n n 2 v (11) All three ontours interset in the ommoodal point without interating onerning their partiular shape. The energy definition of Equation 11 allows for a minimization proess ontrolling the shape of eah ontour separately, though ending in one ommon point exploiting the network topology. The matrix A of Equation 8 is adapted aordingly at the nodal points and their neighbors to fulfill the new definition of the internal energy, i.e. omitting some parts of the banded struture and/or filling up some additional parts to build further onnetions between different parts of the ontour. The definition of the internal energy for nodes with a degree ρ(v) > 3 is straightforward to the proposed method above, i.e. adding further parts to Equation 11. Similarly, the new internal energy is defined at the end points of a ontour: only one part of Equation 11 is needed, beause only one ontour without onnetion to other parts of the ontour is available. The adaptation of the matrix A is analogous ompared to nodal points. Thus, the ontrol of the shape is feasible by the end of the ontour without fixing the end points. Snakes have the tendeny to shorten during the energy minimization due to the first term (α-term) of Equation 4. A shortening of ontours with an open ending an be avoided by haining the end points at the image border allowing for movement only along the image borders (f. Fig. 1). Alternatively, the ontour an be hained at a topologially neighbored objet allowing for movement only along the objet border. When there are no neighbored objets to allow for haining the open endings of the ontour, a possible idea ould be the introdution of an external onstraint fore regarding a onstant length of the ontour. Figure 1. Topology of a network snake Imposing the network topology in the energy minimization proess auses a problem when solving Equations 7 and 8: the derivatives approximated by finite differenes are not defined for nodes with a degree ρ(v) = 1 or ρ(v) 3, beause the required neighboring nodes are either not available (ρ(v) = 1) or existing multiple times (ρ(v) 3). Thus, the shape ontrol an not be aomplished at these parts of the ontour in a traditional way. Let v a, v b and v represent three ontours, eah ending in a ommoodal point v n with a degree ρ(v) = 3. Regarding Equation 7, the first term, weighted by the parameter α, aot support the ontrol of the internal energy during the energy minimization proess in the viinity of v n when using network snakes: the finite differenes of the first term approximating the derivatives are only available for the two nodes v n-1 and v n, but not for v n+1. Thus, no shape ontrol is possible and the first term is not onsidered. The seond term of the internal energy, weighted by the parameter β, is rewritten using the available finite differenes ontrolling the urvature of the ontour. 4. EXEMPLARY RESULTS Results onerning the funtionality and apability of network snakes are presented in this setion. Two different appliations are shown to point out the transferability of the methodology: the extration of field boundaries from high resolution satellite imagery and the extration of ells from mirosopi ell imagery. 4.1 Extration of Field Boundaries The delineation of field boundaries within the omplex environment of vegetation is aomplished with olor satellite images having a resolution of two meters. The strategy for extrating the objets of interest is divided into two parts: First, a segmentation is arried out in a oarse sale to derive the topology taking into aount a somewhat inaurate geometrial position. The topology of the segmentation, however, is assumed to be orret. In a seond step, network snakes are used to improve the preliminary results exploiting the loal image features and the objet topology.

4 The initial segmentation of the imagery is briefly outlined below, for details refer to (Butenuth and Heipke, 2005). The use of prior knowledge from a GIS enables a partition of the image sene: Field boundaries are only loated within the open landsape and, in addition, the road network desribes already fixed field boundaries, beause fields naturally end at these objets. Within these regions of interest a multi-hannel region growing is performed using the RGB- and IR-hannels of the image resulting in an initial segmentation of the image (f. Fig. 2a, blak lines). Note, that the geometrial orretness of the segmentation has been artifiially degraded to emphasize the following steps in a better way. The result of the segmentation is used to derive the topology (f. Fig. 2b) and to initialize the network snake. Sine the objets to be extrated are rather straight, the parameter β is set to a large value ompared to α. Thus, image noise and small disturbanes have relatively small effets and, in addition, relatively oarse initial values of the ontour an be used. The open endings of the ontour are hained to the image borders, and are allowed for movement only along the borderline. In Figure 2 the apability of the network snake is highlighted: the ontours and in partiular the nodal points with a degree ρ(v) 3 and the end points move to the orret result, although the initialization is rather poor. The underlying image onsists of the standard a) b) ) d) Figure 2. Extration of field boundaries from high resolution satellite imagery (400 H 400 pixels): a) initialization of the network snake (blak); b) topology; ) initialization (blak), movement (thin blak) and result of the snake (white); d) result superimposed on the intensity hannel of the CIR-image

5 a) b) ) d) e) f) Figure 3. Extration of ells from mirosopi ell imagery (135 H 135 pixels): a) ell image; b) ell nulei and derived initialization (gray); ) initialization of the network snake (blak); d) topology; e) initialization (blak), movement (thin blak) and result of the snake (white ); f) result superimposed on ell image [imagery provided by Evote Tehnologies] deviation of the image intensities of the CIR-image within a quadrati mask, beause high values typially belong to field boundaries. Regarding the area around the nodal points, in partiular the point with a degree ρ(v) = 4, the internal energy and the exploitation of the topology speify the movement of the ontour during the first iteration steps, beause the values of the image energy are without effet. Step by step, the inverted image energy helps with small values pushing the ontour respetively the nodal points to the orret solution during the minimization proess. The final result is depited in Figure 2d superimposed on the satellite image. The geometrial orretness is in most parts onvining, only the tree rows on the left side prevent a learly defined field boundary and, thus, the image energy aot support the energy minimization proess in an optimal manner. However, the example demonstrates, network snakes are a powerful methodology to delineate objets preisely exploiting their topology. 4.2 Extration of Cells The delineation of adjaent ells in mirosopi ell imagery is the seond example presented in this setion. Figure 3a shows a mirosopi image of stained ytoplasm, whih fluoresed during the data apture. The depited image has a size of about 20 H 20 mirometers. Again, the strategy for extrating the objets of interest is divided into two parts: At first, a oarse objet ontour is needed to initialize the proessing and to derive the topology. In a subsequent step the geometrial orretness of the initial objet ontour is optimized using network snakes. The ell nulei are muh easier to detet than the boundaries of the ytoplasm (ell membrane), beause they are well defined against the bakground (f. Fig. 3b). The bakground of the ell nulei image is segmented followed by a alulation of the skeleton (f. Fig. 3b, gray line). Due to the fat, that eah ell nuleus is loated within the assoiated ell membrane, the skeleton an be used to initialize the network snake having a orret topology even though the geometrial orretness is not very high. Before starting the optimization proess, the objet ontour is thinned out taking into aount an equal distane between eah node (f. Fig. 3, blak line). The topology of the objet ontour is derived to set up the network snake (f. Fig 3d). Sine the objets to be extrated have a speifi urvature, the parameter β ontrolling the internal energy of the energy minimization proess is not set to suh a large value ompared to the extration of mostly straight field boundaries (f. Setion 4.1), yet is set again larger than α. A histogram linearization of the original image is aomplished to ease the optimization, beause the enhaned ontrast of the image helps to push the ontour to the orret solution. In Figure 3e the optimization proess is highlighted: Starting from the initialization (blak line) the movement of the network snake (thin blak line) is depited resulting in extrated ell boundaries (white line). In Figure 3f the final result is

6 superimposed on the ell image. The optimization proess works well, although there is strong image noise and in parts the image intensities aot help yielding the orret result. In the lower right part of the image one ell is not delineated ompletely, beause the initialization is too far away and the image energy is not able to push the ontour to the true objet boundary. 5. CONCLUSIONS A new segmentation methodology to delineate objets preisely from imagery using network snakes is presented in this paper. Using traditional snakes, adjaent objets, whih influene eah other and objets forming a network or having open endings are not defined due to the representation of the internal energy. In ontrary, network snakes exploit the topology of the objets of interest during the energy minimization proess omprising a omplete shape ontrol of the ontours. The exploitation of the topology turns out to be a powerful method to deal with noise and disturbanes in the imagery. The obtained objet ontours represent a superior geometrial solution when interating with eah other ompared to traditional snakes. Different results onerning the extration of field boundaries from high resolution satellite imagery and the extration of ells from mirosopi ell imagery demonstrate the potential and the transferability of the proposed methodology. In addition, the two examples emphasize, the requirement of a given orret topology an be ahieved in partiular appliations. However, when the assumption of a given orret topology aot be guaranteed, an additional intervention omprising the global view of the optimized network has to be onsidered to insert or delete parts of the ontour. Possible further appliations are the delineation of other objets suh as road networks, and other topis suh as the update of GIS-data with an already given topology. In addition, the ontrol of the internal energy an be improved hoosing varying values of the parameters α and β, if the modeled objet shape has these harateristis. A further interesting question is the behavior of the iteration proess: are there dependenies of the initialization, internal energy and image harateristis and an they be exploited? For example, if the objet of interest has other shape harateristis than the image disturbanes or noise, the ontrol of the internal energy and the exploitation of the topology an allow for a relatively oarse initialization. Investigations regarding this problem an give speifi answers about the required quality of the image data and the initialization. REFERENCES Aplin, P. and Atkinson, P. M., Prediting Missing Field Boundaries to Inrease Per-Field Classifiation Auray. Photogrammetri Engineering & Remote Sensing, Vol. 70, No. 1, pp Blake, A. and Isard, M., Ative Contours. Springer, Berlin Heidelberg New York, 351 p. Burghardt, D. and Meier, S., Cartographi Displaement Using the Snake Conept. In: Förstner, Plümer (eds.), Semanti Modeling for the Aquisition of Topographi Information from Images and Maps, Basel, Birkhäuser Verlag, pp Butenuth, M. and Heipke, C., Network Snakes-Supported Extration of Field Boundaries from Imagery. In: Kropatsh, Sablatnig, Hanbury (eds.), Leture Notes in Computer Siene, Vol. 3663, Springer Verlag, pp Caselles, V., Kimmel, R. and Sapiro, G., Geodesi Ative Contours. International Journal of Computer Vision, Vol. 22, No. 1, pp Cohen, L. D. and Cohen, I., Finite Element Methods for Ative Contour Models and Balloons for 2-D and 3-D Images. IEEE Transations on Pattern Analysis and Mahine Intelligene, Vol. 15, No. 11, pp Cohen, L. D., On Ative Contour Models and Balloons. CVGIP: Image Understanding, Vol. 53, No. 2, pp Dikinson, S. J., Jasiobedzki, P., Olofsson, G. and Christensen, H. I., Qualitative Traking of 3-D Objets using Ative Contour Networks. Proeedings IEEE Conferene on Computer Vision and Pattern Reognition, Seattle, pp Fua, P., Grün, A. and Li, H., Optimization-Based Approahes to Feature Extration from Aerial Images. In: Dermanis, Grün, Sanso (eds.), Geomati Methods for the Analysis of Data in the Earth Sienes, Leture Notes in Earth Siene, Vol. 95, Springer, pp Jasiobedzki, P., Adaptive Adjaeny Graphs. SPIE, Vol Geometri Methods in Computer Vision II, San Diego, pp Jones, T. R., Carpenter, A. and Golland, P., Voronoi- Based Segmentation of Cells on Image Manifolds. In: Liu, Jiang, Zhang (eds.), Leture Notes in Computer Siene, Vol. 3765, Springer, pp Kass, M., Witkin, A. and Terzopoulus, D., Snakes: Ative Contour Models. International Journal of Computer Vision, Vol. 1, pp Laptev, I., Mayer, H., Lindeberg, T., Ekstein, W., Steger, C. and Baumgartner, A., Automati Extration of Roads from Aerial Images Based on Sale Spae and Snakes. Mahine Vision and Appliations, No. 12, pp Malladi, R., Sethian, J. A. and Vemuri, B. C., Shape Modeling with Front Propagation: A Level Set Approah. IEEE Transations on Pattern Analysis and Mahine Intelligene, Vol. 17, No. 2, pp MInerney, T. and Terzopoulos, D., Deformable Models in Medial Image Analysis: A Survey. Medial Image Analysis, Vol. 1(2), pp Suri, J. S., Kamaledin Setarehdan, S. and Singh, S., Advaned Algorithmi Approahes to Medial Image Segmentation: State-of-the-Art Appliations in Cardiology, Neurology, Mammography and Pathology. Springer Verlag, 668 p. Torre, M. and Radeva, P., Agriultural Field Extration from Aerial Images Using a Region Competition Algorithm. International Arhives of Photogrammetry and Remote Sensing, Vol. XXXIII, Amsterdam, No. B2, pp Zimmer, C. and Olivio-Marin, J. C., Coupled Parametri Ative Contours. IEEE Transations on Pattern Analysis and Mahine Intelligene, Vol. 27, No. 11, pp

Network Snakes for the Segmentation of Adjacent Cells in Confocal Images

Network Snakes for the Segmentation of Adjacent Cells in Confocal Images Network Snakes for the Segmentation of Adjacent Cells in Confocal Images Matthias Butenuth 1 and Fritz Jetzek 2 1 Institut für Photogrammetrie und GeoInformation, Leibniz Universität Hannover, 30167 Hannover

More information

A Novel Validity Index for Determination of the Optimal Number of Clusters

A Novel Validity Index for Determination of the Optimal Number of Clusters IEICE TRANS. INF. & SYST., VOL.E84 D, NO.2 FEBRUARY 2001 281 LETTER A Novel Validity Index for Determination of the Optimal Number of Clusters Do-Jong KIM, Yong-Woon PARK, and Dong-Jo PARK, Nonmembers

More information

Network Snakes-Supported Extraction of Field Boundaries from Imagery

Network Snakes-Supported Extraction of Field Boundaries from Imagery Network Snakes-Supported Extraction of Field Boundaries from Imagery Matthias Butenuth and Christian Heipke Institute of Photogrammetry and GeoInformation, University of Hannover, Nienburger Str. 1, 30167

More information

Chromaticity-matched Superimposition of Foreground Objects in Different Environments

Chromaticity-matched Superimposition of Foreground Objects in Different Environments FCV216, the 22nd Korea-Japan Joint Workshop on Frontiers of Computer Vision Chromatiity-mathed Superimposition of Foreground Objets in Different Environments Yohei Ogura Graduate Shool of Siene and Tehnology

More information

Discrete sequential models and CRFs. 1 Case Study: Supervised Part-of-Speech Tagging

Discrete sequential models and CRFs. 1 Case Study: Supervised Part-of-Speech Tagging 0-708: Probabilisti Graphial Models 0-708, Spring 204 Disrete sequential models and CRFs Leturer: Eri P. Xing Sribes: Pankesh Bamotra, Xuanhong Li Case Study: Supervised Part-of-Speeh Tagging The supervised

More information

特集 Road Border Recognition Using FIR Images and LIDAR Signal Processing

特集 Road Border Recognition Using FIR Images and LIDAR Signal Processing デンソーテクニカルレビュー Vol. 15 2010 特集 Road Border Reognition Using FIR Images and LIDAR Signal Proessing 高木聖和 バーゼル ファルディ Kiyokazu TAKAGI Basel Fardi ヘンドリック ヴァイゲル Hendrik Weigel ゲルド ヴァニーリック Gerd Wanielik This paper

More information

Detection and Recognition of Non-Occluded Objects using Signature Map

Detection and Recognition of Non-Occluded Objects using Signature Map 6th WSEAS International Conferene on CIRCUITS, SYSTEMS, ELECTRONICS,CONTROL & SIGNAL PROCESSING, Cairo, Egypt, De 9-31, 007 65 Detetion and Reognition of Non-Oluded Objets using Signature Map Sangbum Park,

More information

Extracting Partition Statistics from Semistructured Data

Extracting Partition Statistics from Semistructured Data Extrating Partition Statistis from Semistrutured Data John N. Wilson Rihard Gourlay Robert Japp Mathias Neumüller Department of Computer and Information Sienes University of Strathlyde, Glasgow, UK {jnw,rsg,rpj,mathias}@is.strath.a.uk

More information

Video Data and Sonar Data: Real World Data Fusion Example

Video Data and Sonar Data: Real World Data Fusion Example 14th International Conferene on Information Fusion Chiago, Illinois, USA, July 5-8, 2011 Video Data and Sonar Data: Real World Data Fusion Example David W. Krout Applied Physis Lab dkrout@apl.washington.edu

More information

Outline: Software Design

Outline: Software Design Outline: Software Design. Goals History of software design ideas Design priniples Design methods Life belt or leg iron? (Budgen) Copyright Nany Leveson, Sept. 1999 A Little History... At first, struggling

More information

We P9 16 Eigenray Tracing in 3D Heterogeneous Media

We P9 16 Eigenray Tracing in 3D Heterogeneous Media We P9 Eigenray Traing in 3D Heterogeneous Media Z. Koren* (Emerson), I. Ravve (Emerson) Summary Conventional two-point ray traing in a general 3D heterogeneous medium is normally performed by a shooting

More information

Unsupervised Stereoscopic Video Object Segmentation Based on Active Contours and Retrainable Neural Networks

Unsupervised Stereoscopic Video Object Segmentation Based on Active Contours and Retrainable Neural Networks Unsupervised Stereosopi Video Objet Segmentation Based on Ative Contours and Retrainable Neural Networks KLIMIS NTALIANIS, ANASTASIOS DOULAMIS, and NIKOLAOS DOULAMIS National Tehnial University of Athens

More information

Exploring the Commonality in Feature Modeling Notations

Exploring the Commonality in Feature Modeling Notations Exploring the Commonality in Feature Modeling Notations Miloslav ŠÍPKA Slovak University of Tehnology Faulty of Informatis and Information Tehnologies Ilkovičova 3, 842 16 Bratislava, Slovakia miloslav.sipka@gmail.om

More information

FUZZY WATERSHED FOR IMAGE SEGMENTATION

FUZZY WATERSHED FOR IMAGE SEGMENTATION FUZZY WATERSHED FOR IMAGE SEGMENTATION Ramón Moreno, Manuel Graña Computational Intelligene Group, Universidad del País Vaso, Spain http://www.ehu.es/winto; {ramon.moreno,manuel.grana}@ehu.es Abstrat The

More information

Abstract. Key Words: Image Filters, Fuzzy Filters, Order Statistics Filters, Rank Ordered Mean Filters, Channel Noise. 1.

Abstract. Key Words: Image Filters, Fuzzy Filters, Order Statistics Filters, Rank Ordered Mean Filters, Channel Noise. 1. Fuzzy Weighted Rank Ordered Mean (FWROM) Filters for Mixed Noise Suppression from Images S. Meher, G. Panda, B. Majhi 3, M.R. Meher 4,,4 Department of Eletronis and I.E., National Institute of Tehnology,

More information

NONLINEAR BACK PROJECTION FOR TOMOGRAPHIC IMAGE RECONSTRUCTION. Ken Sauer and Charles A. Bouman

NONLINEAR BACK PROJECTION FOR TOMOGRAPHIC IMAGE RECONSTRUCTION. Ken Sauer and Charles A. Bouman NONLINEAR BACK PROJECTION FOR TOMOGRAPHIC IMAGE RECONSTRUCTION Ken Sauer and Charles A. Bouman Department of Eletrial Engineering, University of Notre Dame Notre Dame, IN 46556, (219) 631-6999 Shool of

More information

timestamp, if silhouette(x, y) 0 0 if silhouette(x, y) = 0, mhi(x, y) = and mhi(x, y) < timestamp - duration mhi(x, y), else

timestamp, if silhouette(x, y) 0 0 if silhouette(x, y) = 0, mhi(x, y) = and mhi(x, y) < timestamp - duration mhi(x, y), else 3rd International Conferene on Multimedia Tehnolog(ICMT 013) An Effiient Moving Target Traking Strateg Based on OpenCV and CAMShift Theor Dongu Li 1 Abstrat Image movement involved bakground movement and

More information

Plot-to-track correlation in A-SMGCS using the target images from a Surface Movement Radar

Plot-to-track correlation in A-SMGCS using the target images from a Surface Movement Radar Plot-to-trak orrelation in A-SMGCS using the target images from a Surfae Movement Radar G. Golino Radar & ehnology Division AMS, Italy ggolino@amsjv.it Abstrat he main topi of this paper is the formulation

More information

A DYNAMIC ACCESS CONTROL WITH BINARY KEY-PAIR

A DYNAMIC ACCESS CONTROL WITH BINARY KEY-PAIR Malaysian Journal of Computer Siene, Vol 10 No 1, June 1997, pp 36-41 A DYNAMIC ACCESS CONTROL WITH BINARY KEY-PAIR Md Rafiqul Islam, Harihodin Selamat and Mohd Noor Md Sap Faulty of Computer Siene and

More information

Shape Outlier Detection Using Pose Preserving Dynamic Shape Models

Shape Outlier Detection Using Pose Preserving Dynamic Shape Models Shape Outlier Detetion Using Pose Preserving Dynami Shape Models Chan-Su Lee Ahmed Elgammal Department of Computer Siene, Rutgers University, Pisataway, NJ 8854 USA CHANSU@CS.RUTGERS.EDU ELGAMMAL@CS.RUTGERS.EDU

More information

A Unified Subdivision Scheme for Polygonal Modeling

A Unified Subdivision Scheme for Polygonal Modeling EUROGRAPHICS 2 / A. Chalmers and T.-M. Rhyne (Guest Editors) Volume 2 (2), Number 3 A Unified Subdivision Sheme for Polygonal Modeling Jérôme Maillot Jos Stam Alias Wavefront Alias Wavefront 2 King St.

More information

A {k, n}-secret Sharing Scheme for Color Images

A {k, n}-secret Sharing Scheme for Color Images A {k, n}-seret Sharing Sheme for Color Images Rastislav Luka, Konstantinos N. Plataniotis, and Anastasios N. Venetsanopoulos The Edward S. Rogers Sr. Dept. of Eletrial and Computer Engineering, University

More information

New Fuzzy Object Segmentation Algorithm for Video Sequences *

New Fuzzy Object Segmentation Algorithm for Video Sequences * JOURNAL OF INFORMATION SCIENCE AND ENGINEERING 24, 521-537 (2008) New Fuzzy Obet Segmentation Algorithm for Video Sequenes * KUO-LIANG CHUNG, SHIH-WEI YU, HSUEH-JU YEH, YONG-HUAI HUANG AND TA-JEN YAO Department

More information

An Alternative Approach to the Fuzzifier in Fuzzy Clustering to Obtain Better Clustering Results

An Alternative Approach to the Fuzzifier in Fuzzy Clustering to Obtain Better Clustering Results An Alternative Approah to the Fuzziier in Fuzzy Clustering to Obtain Better Clustering Results Frank Klawonn Department o Computer Siene University o Applied Sienes BS/WF Salzdahlumer Str. 46/48 D-38302

More information

Trajectory Tracking Control for A Wheeled Mobile Robot Using Fuzzy Logic Controller

Trajectory Tracking Control for A Wheeled Mobile Robot Using Fuzzy Logic Controller Trajetory Traking Control for A Wheeled Mobile Robot Using Fuzzy Logi Controller K N FARESS 1 M T EL HAGRY 1 A A EL KOSY 2 1 Eletronis researh institute, Cairo, Egypt 2 Faulty of Engineering, Cairo University,

More information

Smooth Trajectory Planning Along Bezier Curve for Mobile Robots with Velocity Constraints

Smooth Trajectory Planning Along Bezier Curve for Mobile Robots with Velocity Constraints Smooth Trajetory Planning Along Bezier Curve for Mobile Robots with Veloity Constraints Gil Jin Yang and Byoung Wook Choi Department of Eletrial and Information Engineering Seoul National University of

More information

Gray Codes for Reflectable Languages

Gray Codes for Reflectable Languages Gray Codes for Refletable Languages Yue Li Joe Sawada Marh 8, 2008 Abstrat We lassify a type of language alled a refletable language. We then develop a generi algorithm that an be used to list all strings

More information

Algorithms for External Memory Lecture 6 Graph Algorithms - Weighted List Ranking

Algorithms for External Memory Lecture 6 Graph Algorithms - Weighted List Ranking Algorithms for External Memory Leture 6 Graph Algorithms - Weighted List Ranking Leturer: Nodari Sithinava Sribe: Andi Hellmund, Simon Ohsenreither 1 Introdution & Motivation After talking about I/O-effiient

More information

The Minimum Redundancy Maximum Relevance Approach to Building Sparse Support Vector Machines

The Minimum Redundancy Maximum Relevance Approach to Building Sparse Support Vector Machines The Minimum Redundany Maximum Relevane Approah to Building Sparse Support Vetor Mahines Xiaoxing Yang, Ke Tang, and Xin Yao, Nature Inspired Computation and Appliations Laboratory (NICAL), Shool of Computer

More information

Graph-Based vs Depth-Based Data Representation for Multiview Images

Graph-Based vs Depth-Based Data Representation for Multiview Images Graph-Based vs Depth-Based Data Representation for Multiview Images Thomas Maugey, Antonio Ortega, Pasal Frossard Signal Proessing Laboratory (LTS), Eole Polytehnique Fédérale de Lausanne (EPFL) Email:

More information

Pipelined Multipliers for Reconfigurable Hardware

Pipelined Multipliers for Reconfigurable Hardware Pipelined Multipliers for Reonfigurable Hardware Mithell J. Myjak and José G. Delgado-Frias Shool of Eletrial Engineering and Computer Siene, Washington State University Pullman, WA 99164-2752 USA {mmyjak,

More information

Boundary Correct Real-Time Soft Shadows

Boundary Correct Real-Time Soft Shadows Boundary Corret Real-Time Soft Shadows Bjarke Jakobsen Niels J. Christensen Bent D. Larsen Kim S. Petersen Informatis and Mathematial Modelling Tehnial University of Denmark {bj, nj, bdl}@imm.dtu.dk, kim@deadline.dk

More information

Drawing lines. Naïve line drawing algorithm. drawpixel(x, round(y)); double dy = y1 - y0; double dx = x1 - x0; double m = dy / dx; double y = y0;

Drawing lines. Naïve line drawing algorithm. drawpixel(x, round(y)); double dy = y1 - y0; double dx = x1 - x0; double m = dy / dx; double y = y0; Naïve line drawing algorithm // Connet to grid points(x0,y0) and // (x1,y1) by a line. void drawline(int x0, int y0, int x1, int y1) { int x; double dy = y1 - y0; double dx = x1 - x0; double m = dy / dx;

More information

3-D IMAGE MODELS AND COMPRESSION - SYNTHETIC HYBRID OR NATURAL FIT?

3-D IMAGE MODELS AND COMPRESSION - SYNTHETIC HYBRID OR NATURAL FIT? 3-D IMAGE MODELS AND COMPRESSION - SYNTHETIC HYBRID OR NATURAL FIT? Bernd Girod, Peter Eisert, Marus Magnor, Ekehard Steinbah, Thomas Wiegand Te {girod eommuniations Laboratory, University of Erlangen-Nuremberg

More information

A Partial Sorting Algorithm in Multi-Hop Wireless Sensor Networks

A Partial Sorting Algorithm in Multi-Hop Wireless Sensor Networks A Partial Sorting Algorithm in Multi-Hop Wireless Sensor Networks Abouberine Ould Cheikhna Department of Computer Siene University of Piardie Jules Verne 80039 Amiens Frane Ould.heikhna.abouberine @u-piardie.fr

More information

Capturing Large Intra-class Variations of Biometric Data by Template Co-updating

Capturing Large Intra-class Variations of Biometric Data by Template Co-updating Capturing Large Intra-lass Variations of Biometri Data by Template Co-updating Ajita Rattani University of Cagliari Piazza d'armi, Cagliari, Italy ajita.rattani@diee.unia.it Gian Lua Marialis University

More information

Detecting Moving Targets in Clutter in Airborne SAR via Keystoning and Multiple Phase Center Interferometry

Detecting Moving Targets in Clutter in Airborne SAR via Keystoning and Multiple Phase Center Interferometry Deteting Moving Targets in Clutter in Airborne SAR via Keystoning and Multiple Phase Center Interferometry D. M. Zasada, P. K. Sanyal The MITRE Corp., 6 Eletroni Parkway, Rome, NY 134 (dmzasada, psanyal)@mitre.org

More information

FOREGROUND OBJECT EXTRACTION USING FUZZY C MEANS WITH BIT-PLANE SLICING AND OPTICAL FLOW

FOREGROUND OBJECT EXTRACTION USING FUZZY C MEANS WITH BIT-PLANE SLICING AND OPTICAL FLOW FOREGROUND OBJECT EXTRACTION USING FUZZY C EANS WITH BIT-PLANE SLICING AND OPTICAL FLOW SIVAGAI., REVATHI.T, JEGANATHAN.L 3 APSG, SCSE, VIT University, Chennai, India JRF, DST, Dehi, India. 3 Professor,

More information

Adaptive Implicit Surface Polygonization using Marching Triangles

Adaptive Implicit Surface Polygonization using Marching Triangles Volume 20 (2001), Number 2 pp. 67 80 Adaptive Impliit Surfae Polygonization using Marhing Triangles Samir Akkouhe Eri Galin L.I.G.I.M L.I.G.I.M Eole Centrale de Lyon Université Claude Bernard Lyon 1 B.P.

More information

Stable Road Lane Model Based on Clothoids

Stable Road Lane Model Based on Clothoids Stable Road Lane Model Based on Clothoids C Gakstatter*, S Thomas**, Dr P Heinemann*, Prof Gudrun Klinker*** *Audi Eletronis Venture GmbH, **Leibniz Universität Hannover, ***Tehnishe Universität Münhen

More information

Supplementary Material: Geometric Calibration of Micro-Lens-Based Light-Field Cameras using Line Features

Supplementary Material: Geometric Calibration of Micro-Lens-Based Light-Field Cameras using Line Features Supplementary Material: Geometri Calibration of Miro-Lens-Based Light-Field Cameras using Line Features Yunsu Bok, Hae-Gon Jeon and In So Kweon KAIST, Korea As the supplementary material, we provide detailed

More information

TUMOR DETECTION IN MRI BRAIN IMAGE SEGMENTATION USING PHASE CONGRUENCY MODIFIED FUZZY C MEAN ALGORITHM

TUMOR DETECTION IN MRI BRAIN IMAGE SEGMENTATION USING PHASE CONGRUENCY MODIFIED FUZZY C MEAN ALGORITHM TUMOR DETECTION IN MRI BRAIN IMAGE SEGMENTATION USING PHASE CONGRUENCY MODIFIED FUZZY C MEAN ALGORITHM M. Murugeswari 1, M.Gayathri 2 1 Assoiate Professor, 2 PG Sholar 1,2 K.L.N College of Information

More information

Comparing Images Under Variable Illumination

Comparing Images Under Variable Illumination ( This paper appeared in CVPR 8. IEEE ) Comparing Images Under Variable Illumination David W. Jaobs Peter N. Belhumeur Ronen Basri NEC Researh Institute Center for Computational Vision and Control The

More information

ASSESSMENT OF TWO CHEAP CLOSE-RANGE FEATURE EXTRACTION SYSTEMS

ASSESSMENT OF TWO CHEAP CLOSE-RANGE FEATURE EXTRACTION SYSTEMS ASSESSMENT OF TWO CHEAP CLOSE-RANGE FEATURE EXTRACTION SYSTEMS Ahmed Elaksher a, Mohammed Elghazali b, Ashraf Sayed b, and Yasser Elmanadilli b a Shool of Civil Engineering, Purdue University, West Lafayette,

More information

Dr.Hazeem Al-Khafaji Dept. of Computer Science, Thi-Qar University, College of Science, Iraq

Dr.Hazeem Al-Khafaji Dept. of Computer Science, Thi-Qar University, College of Science, Iraq Volume 4 Issue 6 June 014 ISSN: 77 18X International Journal of Advaned Researh in Computer Siene and Software Engineering Researh Paper Available online at: www.ijarsse.om Medial Image Compression using

More information

Automatic Physical Design Tuning: Workload as a Sequence Sanjay Agrawal Microsoft Research One Microsoft Way Redmond, WA, USA +1-(425)

Automatic Physical Design Tuning: Workload as a Sequence Sanjay Agrawal Microsoft Research One Microsoft Way Redmond, WA, USA +1-(425) Automati Physial Design Tuning: Workload as a Sequene Sanjay Agrawal Mirosoft Researh One Mirosoft Way Redmond, WA, USA +1-(425) 75-357 sagrawal@mirosoft.om Eri Chu * Computer Sienes Department University

More information

Performance Improvement of TCP on Wireless Cellular Networks by Adaptive FEC Combined with Explicit Loss Notification

Performance Improvement of TCP on Wireless Cellular Networks by Adaptive FEC Combined with Explicit Loss Notification erformane Improvement of TC on Wireless Cellular Networks by Adaptive Combined with Expliit Loss tifiation Masahiro Miyoshi, Masashi Sugano, Masayuki Murata Department of Infomatis and Mathematial Siene,

More information

Dubins Path Planning of Multiple UAVs for Tracking Contaminant Cloud

Dubins Path Planning of Multiple UAVs for Tracking Contaminant Cloud Proeedings of the 17th World Congress The International Federation of Automati Control Dubins Path Planning of Multiple UAVs for Traking Contaminant Cloud S. Subhan, B.A. White, A. Tsourdos M. Shanmugavel,

More information

Face and Facial Feature Tracking for Natural Human-Computer Interface

Face and Facial Feature Tracking for Natural Human-Computer Interface Fae and Faial Feature Traking for Natural Human-Computer Interfae Vladimir Vezhnevets Graphis & Media Laboratory, Dept. of Applied Mathematis and Computer Siene of Mosow State University Mosow, Russia

More information

An Edge-based Clustering Algorithm to Detect Social Circles in Ego Networks

An Edge-based Clustering Algorithm to Detect Social Circles in Ego Networks JOURNAL OF COMPUTERS, VOL. 8, NO., OCTOBER 23 2575 An Edge-based Clustering Algorithm to Detet Soial Cirles in Ego Networks Yu Wang Shool of Computer Siene and Tehnology, Xidian University Xi an,77, China

More information

Semi-Supervised Affinity Propagation with Instance-Level Constraints

Semi-Supervised Affinity Propagation with Instance-Level Constraints Semi-Supervised Affinity Propagation with Instane-Level Constraints Inmar E. Givoni, Brendan J. Frey Probabilisti and Statistial Inferene Group University of Toronto 10 King s College Road, Toronto, Ontario,

More information

Performance of Histogram-Based Skin Colour Segmentation for Arms Detection in Human Motion Analysis Application

Performance of Histogram-Based Skin Colour Segmentation for Arms Detection in Human Motion Analysis Application World Aademy of Siene, Engineering and Tehnology 8 009 Performane of Histogram-Based Skin Colour Segmentation for Arms Detetion in Human Motion Analysis Appliation Rosalyn R. Porle, Ali Chekima, Farrah

More information

Extraction of Field Boundaries and Wind Erosion Obstacles from Aerial Imagery 1

Extraction of Field Boundaries and Wind Erosion Obstacles from Aerial Imagery 1 Extraction of Field Boundaries and Wind Erosion Obstacles from Aerial Imagery 1 MATTHIAS BUTENUTH 2 Abstract: In this paper work on image analysis methods extracting field boundaries and wind erosion obstacles

More information

PARAMETRIC SAR IMAGE FORMATION - A PROMISING APPROACH TO RESOLUTION-UNLIMITED IMAGING. Yesheng Gao, Kaizhi Wang, Xingzhao Liu

PARAMETRIC SAR IMAGE FORMATION - A PROMISING APPROACH TO RESOLUTION-UNLIMITED IMAGING. Yesheng Gao, Kaizhi Wang, Xingzhao Liu 20th European Signal Proessing Conferene EUSIPCO 2012) Buharest, Romania, August 27-31, 2012 PARAMETRIC SAR IMAGE FORMATION - A PROMISING APPROACH TO RESOLUTION-UNLIMITED IMAGING Yesheng Gao, Kaizhi Wang,

More information

Accommodations of QoS DiffServ Over IP and MPLS Networks

Accommodations of QoS DiffServ Over IP and MPLS Networks Aommodations of QoS DiffServ Over IP and MPLS Networks Abdullah AlWehaibi, Anjali Agarwal, Mihael Kadoh and Ahmed ElHakeem Department of Eletrial and Computer Department de Genie Eletrique Engineering

More information

A Coarse-to-Fine Classification Scheme for Facial Expression Recognition

A Coarse-to-Fine Classification Scheme for Facial Expression Recognition A Coarse-to-Fine Classifiation Sheme for Faial Expression Reognition Xiaoyi Feng 1,, Abdenour Hadid 1 and Matti Pietikäinen 1 1 Mahine Vision Group Infoteh Oulu and Dept. of Eletrial and Information Engineering

More information

BioTechnology. An Indian Journal FULL PAPER. Trade Science Inc. Improvement of low illumination image enhancement algorithm based on physical mode

BioTechnology. An Indian Journal FULL PAPER. Trade Science Inc. Improvement of low illumination image enhancement algorithm based on physical mode [Type text] [Type text] [Type text] ISSN : 0974-7435 Volume 10 Issue 22 BioTehnology 2014 An Indian Journal FULL PAPER BTAIJ, 10(22), 2014 [13995-14001] Improvement of low illumination image enhanement

More information

Calculation of typical running time of a branch-and-bound algorithm for the vertex-cover problem

Calculation of typical running time of a branch-and-bound algorithm for the vertex-cover problem Calulation of typial running time of a branh-and-bound algorithm for the vertex-over problem Joni Pajarinen, Joni.Pajarinen@iki.fi Otober 21, 2007 1 Introdution The vertex-over problem is one of a olletion

More information

Measurement of the stereoscopic rangefinder beam angular velocity using the digital image processing method

Measurement of the stereoscopic rangefinder beam angular velocity using the digital image processing method Measurement of the stereosopi rangefinder beam angular veloity using the digital image proessing method ROMAN VÍTEK Department of weapons and ammunition University of defense Kouniova 65, 62 Brno CZECH

More information

Time delay estimation of reverberant meeting speech: on the use of multichannel linear prediction

Time delay estimation of reverberant meeting speech: on the use of multichannel linear prediction University of Wollongong Researh Online Faulty of Informatis - apers (Arhive) Faulty of Engineering and Information Sienes 7 Time delay estimation of reverberant meeting speeh: on the use of multihannel

More information

Defect Detection and Classification in Ceramic Plates Using Machine Vision and Naïve Bayes Classifier for Computer Aided Manufacturing

Defect Detection and Classification in Ceramic Plates Using Machine Vision and Naïve Bayes Classifier for Computer Aided Manufacturing Defet Detetion and Classifiation in Cerami Plates Using Mahine Vision and Naïve Bayes Classifier for Computer Aided Manufaturing 1 Harpreet Singh, 2 Kulwinderpal Singh, 1 Researh Student, 2 Assistant Professor,

More information

Learning Convention Propagation in BeerAdvocate Reviews from a etwork Perspective. Abstract

Learning Convention Propagation in BeerAdvocate Reviews from a etwork Perspective. Abstract CS 9 Projet Final Report: Learning Convention Propagation in BeerAdvoate Reviews from a etwork Perspetive Abstrat We look at the way onventions propagate between reviews on the BeerAdvoate dataset, and

More information

Improved Vehicle Classification in Long Traffic Video by Cooperating Tracker and Classifier Modules

Improved Vehicle Classification in Long Traffic Video by Cooperating Tracker and Classifier Modules Improved Vehile Classifiation in Long Traffi Video by Cooperating Traker and Classifier Modules Brendan Morris and Mohan Trivedi University of California, San Diego San Diego, CA 92093 {b1morris, trivedi}@usd.edu

More information

What are Cycle-Stealing Systems Good For? A Detailed Performance Model Case Study

What are Cycle-Stealing Systems Good For? A Detailed Performance Model Case Study What are Cyle-Stealing Systems Good For? A Detailed Performane Model Case Study Wayne Kelly and Jiro Sumitomo Queensland University of Tehnology, Australia {w.kelly, j.sumitomo}@qut.edu.au Abstrat The

More information

Introduction to Seismology Spring 2008

Introduction to Seismology Spring 2008 MIT OpenCourseWare http://ow.mit.edu 1.510 Introdution to Seismology Spring 008 For information about iting these materials or our Terms of Use, visit: http://ow.mit.edu/terms. 1.510 Leture Notes 3.3.007

More information

A New RBFNDDA-KNN Network and Its Application to Medical Pattern Classification

A New RBFNDDA-KNN Network and Its Application to Medical Pattern Classification A New RBFNDDA-KNN Network and Its Appliation to Medial Pattern Classifiation Shing Chiang Tan 1*, Chee Peng Lim 2, Robert F. Harrison 3, R. Lee Kennedy 4 1 Faulty of Information Siene and Tehnology, Multimedia

More information

Methods for Multi-Dimensional Robustness Optimization in Complex Embedded Systems

Methods for Multi-Dimensional Robustness Optimization in Complex Embedded Systems Methods for Multi-Dimensional Robustness Optimization in Complex Embedded Systems Arne Hamann, Razvan Rau, Rolf Ernst Institute of Computer and Communiation Network Engineering Tehnial University of Braunshweig,

More information

Multi-Piece Mold Design Based on Linear Mixed-Integer Program Toward Guaranteed Optimality

Multi-Piece Mold Design Based on Linear Mixed-Integer Program Toward Guaranteed Optimality INTERNATIONAL CONFERENCE ON MANUFACTURING AUTOMATION (ICMA200) Multi-Piee Mold Design Based on Linear Mixed-Integer Program Toward Guaranteed Optimality Stephen Stoyan, Yong Chen* Epstein Department of

More information

Rotation Invariant Spherical Harmonic Representation of 3D Shape Descriptors

Rotation Invariant Spherical Harmonic Representation of 3D Shape Descriptors Eurographis Symposium on Geometry Proessing (003) L. Kobbelt, P. Shröder, H. Hoppe (Editors) Rotation Invariant Spherial Harmoni Representation of 3D Shape Desriptors Mihael Kazhdan, Thomas Funkhouser,

More information

Plumber: a method for a multi-scale decomposition of 3D shapes into tubular primitives and bodies

Plumber: a method for a multi-scale decomposition of 3D shapes into tubular primitives and bodies ACM Symposium on Solid Modeling and Appliations (2004) P. Brunet, N. Patrikalakis (Editors) Plumber: a method for a multi-sale deomposition of 3D shapes into tubular primitives and bodies M. Mortara G.

More information

A MULTI-SCALE CURVE MATCHING TECHNIQUE FOR THE ASSESSMENT OF ROAD ALIGNMENTS USING GPS/INS DATA

A MULTI-SCALE CURVE MATCHING TECHNIQUE FOR THE ASSESSMENT OF ROAD ALIGNMENTS USING GPS/INS DATA 6th International Symposium on Mobile Mapping Tehnology, Presidente Prudente, São Paulo, Brazil, July 1-4, 009 A MULTI-SCALE CURVE MATCHING TECHNIQUE FOR THE ASSESSMENT OF ROAD ALIGNMENTS USING GPS/INS

More information

An Automatic Laser Scanning System for Accurate 3D Reconstruction of Indoor Scenes

An Automatic Laser Scanning System for Accurate 3D Reconstruction of Indoor Scenes An Automati Laser Sanning System for Aurate 3D Reonstrution of Indoor Senes Danrong Li, Honglong Zhang, and Zhan Song Shenzhen Institutes of Advaned Tehnology Chinese Aademy of Sienes Shenzhen, Guangdong

More information

Boosted Random Forest

Boosted Random Forest Boosted Random Forest Yohei Mishina, Masamitsu suhiya and Hironobu Fujiyoshi Department of Computer Siene, Chubu University, 1200 Matsumoto-ho, Kasugai, Aihi, Japan {mishi, mtdoll}@vision.s.hubu.a.jp,

More information

LAB 4: Operations on binary images Histograms and color tables

LAB 4: Operations on binary images Histograms and color tables LAB 4: Operations on binary images Histograms an olor tables Computer Vision Laboratory Linköping University, Sween Preparations an start of the lab system You will fin a ouple of home exerises (marke

More information

Weak Dependence on Initialization in Mixture of Linear Regressions

Weak Dependence on Initialization in Mixture of Linear Regressions Proeedings of the International MultiConferene of Engineers and Computer Sientists 8 Vol I IMECS 8, Marh -6, 8, Hong Kong Weak Dependene on Initialization in Mixture of Linear Regressions Ryohei Nakano

More information

Cracked Hole Finite Element Modeling

Cracked Hole Finite Element Modeling Craked Hole Finite Element Modeling (E-20-F72) Researh Report Submitted to: Lokheed Martin, Program Manager: Dr. Stephen P. Engelstad Prinipal Investigator: Dr. Rami M. Haj-Ali Shool of Civil and Environmental

More information

CleanUp: Improving Quadrilateral Finite Element Meshes

CleanUp: Improving Quadrilateral Finite Element Meshes CleanUp: Improving Quadrilateral Finite Element Meshes Paul Kinney MD-10 ECC P.O. Box 203 Ford Motor Company Dearborn, MI. 8121 (313) 28-1228 pkinney@ford.om Abstrat: Unless an all quadrilateral (quad)

More information

Cluster-Based Cumulative Ensembles

Cluster-Based Cumulative Ensembles Cluster-Based Cumulative Ensembles Hanan G. Ayad and Mohamed S. Kamel Pattern Analysis and Mahine Intelligene Lab, Eletrial and Computer Engineering, University of Waterloo, Waterloo, Ontario N2L 3G1,

More information

Creating Adaptive Web Sites Through Usage-Based Clustering of URLs

Creating Adaptive Web Sites Through Usage-Based Clustering of URLs Creating Adaptive Web Sites Through Usage-Based Clustering of URLs Bamshad Mobasher Dept. of Computer Siene, DePaul University, Chiago, IL mobasher@s.depaul.edu Robert Cooley, Jaideep Srivastava Dept.

More information

From indoor GIS maps to path planning for autonomous wheelchairs

From indoor GIS maps to path planning for autonomous wheelchairs From indoor GIS maps to path planning for autonomous wheelhairs Jérôme Guzzi and Gianni A. Di Caro Abstrat This work fouses on how to ompute trajetories for an autonomous wheelhair based on indoor GIS

More information

Gradient based progressive probabilistic Hough transform

Gradient based progressive probabilistic Hough transform Gradient based progressive probabilisti Hough transform C.Galambos, J.Kittler and J.Matas Abstrat: The authors look at the benefits of exploiting gradient information to enhane the progressive probabilisti

More information

System-Level Parallelism and Throughput Optimization in Designing Reconfigurable Computing Applications

System-Level Parallelism and Throughput Optimization in Designing Reconfigurable Computing Applications System-Level Parallelism and hroughput Optimization in Designing Reonfigurable Computing Appliations Esam El-Araby 1, Mohamed aher 1, Kris Gaj 2, arek El-Ghazawi 1, David Caliga 3, and Nikitas Alexandridis

More information

And, the (low-pass) Butterworth filter of order m is given in the frequency domain by

And, the (low-pass) Butterworth filter of order m is given in the frequency domain by Problem Set no.3.a) The ideal low-pass filter is given in the frequeny domain by B ideal ( f ), f f; =, f > f. () And, the (low-pass) Butterworth filter of order m is given in the frequeny domain by B

More information

Detecting Outliers in High-Dimensional Datasets with Mixed Attributes

Detecting Outliers in High-Dimensional Datasets with Mixed Attributes Deteting Outliers in High-Dimensional Datasets with Mixed Attributes A. Koufakou, M. Georgiopoulos, and G.C. Anagnostopoulos 2 Shool of EECS, University of Central Florida, Orlando, FL, USA 2 Dept. of

More information

Contents Contents...I List of Tables...VIII List of Figures...IX 1. Introduction Information Retrieval... 8

Contents Contents...I List of Tables...VIII List of Figures...IX 1. Introduction Information Retrieval... 8 Contents Contents...I List of Tables...VIII List of Figures...IX 1. Introdution... 1 1.1. Internet Information...2 1.2. Internet Information Retrieval...3 1.2.1. Doument Indexing...4 1.2.2. Doument Retrieval...4

More information

Abstract A method for the extrusion of arbitrary polygon meshes is introduced. This method can be applied to model a large class of complex 3-D

Abstract A method for the extrusion of arbitrary polygon meshes is introduced. This method can be applied to model a large class of complex 3-D Abstrat A method for the extrusion of arbitrary polygon meshes is introdued. This method an be applied to model a large lass of omplex 3-D losed surfaes. It onsists of defining a (typially small) set of

More information

Multivariate Texture-based Segmentation of Remotely Sensed. Imagery for Extraction of Objects and Their Uncertainty

Multivariate Texture-based Segmentation of Remotely Sensed. Imagery for Extraction of Objects and Their Uncertainty Multivariate Texture-based Segmentation of Remotely Sensed Imagery for Extration of Objets and Their Unertainty Arko Luieer*, Alfred Stein* & Peter Fisher** * International Institute for Geo-Information

More information

Active Compliant Motion Control for Grinding Robot

Active Compliant Motion Control for Grinding Robot Proeedings of the 17th World Congress The International Federation of Automati Control Ative Compliant Motion Control for Grinding Robot Juyi Park*, Soo Ho Kim* and Sungkwun Kim** *Daewoo Shipbuilding

More information

Particle Swarm Optimization for the Design of High Diffraction Efficient Holographic Grating

Particle Swarm Optimization for the Design of High Diffraction Efficient Holographic Grating Original Artile Partile Swarm Optimization for the Design of High Diffration Effiient Holographi Grating A.K. Tripathy 1, S.K. Das, M. Sundaray 3 and S.K. Tripathy* 4 1, Department of Computer Siene, Berhampur

More information

HIGHER ORDER full-wave three-dimensional (3-D) large-domain techniques in

HIGHER ORDER full-wave three-dimensional (3-D) large-domain techniques in FACTA UNIVERSITATIS (NIŠ) SER.: ELEC. ENERG. vol. 21, no. 2, August 2008, 209-220 Comparison of Higher Order FEM and MoM/SIE Approahes in Analyses of Closed- and Open-Region Eletromagneti Problems Milan

More information

SAND Unlimited Release Printed November 1995 Updated November 29, :26 PM EXODUS II: A Finite Element Data Model

SAND Unlimited Release Printed November 1995 Updated November 29, :26 PM EXODUS II: A Finite Element Data Model SAND92-2137 Unlimited Release Printed November 1995 Updated November 29, 2006 12:26 PM EXODUS II: A Finite Element Data Model Gregory D. Sjaardema (updated version) Larry A. Shoof, Vitor R. Yarberry Computational

More information

Constructing Transaction Serialization Order for Incremental. Data Warehouse Refresh. Ming-Ling Lo and Hui-I Hsiao. IBM T. J. Watson Research Center

Constructing Transaction Serialization Order for Incremental. Data Warehouse Refresh. Ming-Ling Lo and Hui-I Hsiao. IBM T. J. Watson Research Center Construting Transation Serialization Order for Inremental Data Warehouse Refresh Ming-Ling Lo and Hui-I Hsiao IBM T. J. Watson Researh Center July 11, 1997 Abstrat In typial pratie of data warehouse, the

More information

Automatic Extraction of Field Boundaries from Aerial Imagery

Automatic Extraction of Field Boundaries from Aerial Imagery Automatic Extraction of Field Boundaries from Aerial Imagery Matthias Butenuth, Bernd-Michael Straub, and Christian Heipke Institute of Photogrammetry and GeoInformation, University of Hannover, Nienburger

More information

Expert Systems with Applications

Expert Systems with Applications Expert Systems with Appliations 39 (2012) 2842 2855 Contents lists available at SiVerse SieneDiret Expert Systems with Appliations journal homepage: www.elsevier.om/loate/eswa An automated vision system

More information

Modeling of Wire Electrochemical Machining

Modeling of Wire Electrochemical Machining A publiation of 91 CHEMICAL ENGINEERING TRANSACTIONS VOL. 41, 214 Guest Editors: Simonetta Palmas, Mihele Masia, Annalisa Vaa Copyright 214, AIDIC Servizi S.r.l., ISBN 978-88-9568-32-7; ISSN 2283-9216

More information

Colouring contact graphs of squares and rectilinear polygons de Berg, M.T.; Markovic, A.; Woeginger, G.

Colouring contact graphs of squares and rectilinear polygons de Berg, M.T.; Markovic, A.; Woeginger, G. Colouring ontat graphs of squares and retilinear polygons de Berg, M.T.; Markovi, A.; Woeginger, G. Published in: nd European Workshop on Computational Geometry (EuroCG 06), 0 Marh - April, Lugano, Switzerland

More information

arxiv: v1 [cs.gr] 10 Apr 2015

arxiv: v1 [cs.gr] 10 Apr 2015 REAL-TIME TOOL FOR AFFINE TRANSFORMATIONS OF TWO DIMENSIONAL IFS FRACTALS ELENA HADZIEVA AND MARIJA SHUMINOSKA arxiv:1504.02744v1 s.gr 10 Apr 2015 Abstrat. This work introdues a novel tool for interative,

More information

Using Augmented Measurements to Improve the Convergence of ICP

Using Augmented Measurements to Improve the Convergence of ICP Using Augmented Measurements to Improve the onvergene of IP Jaopo Serafin, Giorgio Grisetti Dept. of omputer, ontrol and Management Engineering, Sapienza University of Rome, Via Ariosto 25, I-0085, Rome,

More information

A radiometric analysis of projected sinusoidal illumination for opaque surfaces

A radiometric analysis of projected sinusoidal illumination for opaque surfaces University of Virginia tehnial report CS-21-7 aompanying A Coaxial Optial Sanner for Synhronous Aquisition of 3D Geometry and Surfae Refletane A radiometri analysis of projeted sinusoidal illumination

More information

OFF-LINE ROBOT VISION SYSTEM PROGRAMMING USING A COMPUTER AIDED DESIGN SYSTEM S. SRIDARAN. Thesis submitted to the Faculty of the

OFF-LINE ROBOT VISION SYSTEM PROGRAMMING USING A COMPUTER AIDED DESIGN SYSTEM S. SRIDARAN. Thesis submitted to the Faculty of the OFF-LINE ROBOT VISION SYSTEM PROGRAMMING USING A COMPUTER AIDED DESIGN SYSTEM by S. SRIDARAN Thesis submitted to the Faulty of the Virginia Polytehni Institute and State University in partial fulfillment

More information