VOXEL BASED SEGMENTATION OF LARGE AIRBORNE TOPOBATHYMETRIC LIDAR DATA

Size: px
Start display at page:

Download "VOXEL BASED SEGMENTATION OF LARGE AIRBORNE TOPOBATHYMETRIC LIDAR DATA"

Transcription

1 The Internatonal Archves of the Photogrammetry, Remote Sensng and Spatal Informaton Scences, Volume XLII-1/W1, 2017 VOXEL BASED SEGMENTATION OF LARGE AIRBORNE TOPOBATHYMETRIC LIDAR DATA R. Boerner,, L. Hoegner, U. Stlla Photogrammetry and Remote Sensng, Techncal Unversty of Munch Munch, Germany - (rchard.boerner, ludwg.hoegner, stlla)@tum.de Commsson II, WG II/3 KEY WORDS: Pont cloud, large-scale dataset, Segmentaton, Classfcaton, Ground extracton, Voxel structure ABSTRACT: Pont cloud segmentaton and classfcaton s currently a research hghlght. Methods n ths feld create labelled data, where each pont has addtonal class nformaton. Current approaches are to generate a graph on the bass of all ponts n the pont cloud, calculate or learn descrptors and tran a matcher for the descrptor to the correspondng classes. Snce these approaches need to look on each pont n the pont cloud teratvely, they result n long calculaton tmes for large pont clouds. Therefore, large pont clouds need a generalzaton, to save computaton tme. One knd of generalzaton s to cluster the raw ponts nto a 3D grd structure, whch s represented by small volume unts (.e. voxels) used for further processng. Ths paper ntroduces a method to use such a voxel structure to cluster a large pont cloud nto ground and non-ground ponts. The proposed method for ground detecton frst marks ground voxels wth a regon growng approach. In a second step non ground voxels are searched and fltered n the ground segment to reduce effects of over-segmentatons. Ths flter uses the probablty that a voxel mostly consst of last pulses and a dscrete gradent n a local neghbourhood. The result s the ground label as a frst classfcaton result and connected segments of non-ground ponts. The test area of the rver Mangfall n Bavara, Germany, s used for the frst processng. 1. INTRODUCTION The European drectve forces the creaton of change maps of rver areas (European Unon, 2000, 2007). To create these maps, the cheapest and fastest way s to use arborne LDAR wth a green laser. Ths technque measures a set of ponts mappng the water surface, rver ground and the rver waterfront. Such a set of ponts s called topobathymetrc pont cloud. Creatng change maps of rver areas needs a change detecton of topobathymetrc pont clouds whch determnes mssng or new areas between two tmes (e.g. caused by depostons or drfts of the rver ground). To mplement such a change detecton on the bass of topobathymetrc pont clouds, the frst step s a segmentaton and classfcaton. Class labels lke buldng, vegetaton, water, wet ground and dry ground wll be used for the change detecton task by defnng thresholds for a change sgnfcance. For example, the ground under the water surface (. e. wet ground) changes wth a hgher probablty as the dry ground, because of the rver s morphodynamc. Furthermore, the most mportant classes for the analyss of topobathymetrc pont clouds are water and ground. The water class must be known to correct the nfluence of dfferent lght refracton characterstcs of water and ar (Mandlburger et al., 2015). A frst classfcaton s acheved by a segmentaton of the pont cloud nto ground and non-ground ponts. Such ground detecton approaches use a regon growng whch s computatonal expensve n the case of a huge number of ponts n the scanned data. To save computaton tme, t s necessary to generalze the pont cloud whch can be done wth a structure of volume clusters. These so called voxels generalze the pont cloud by summarzng ponts, whch are nsde the same volume part. The proposed segmentaton uses a regon growng approach on the bass of a Correspondng author voxel structure. Ths method s able to process large-scale arborne LDAR data wth the am of creatng segments lke ground and non ground. The focus of the approach s a fast computaton even f the pont cloud data becomes large. The voxel structure, used for ths approach, s generated wth an octree and the tme consumed for the computaton depends only on the sze of the ntal boundng box. Therefore the computaton cost s almost ndependent of the number of ponts n the pont cloud. Ths paper s structured as follows: Secton 2 wll sparsely revew some state of the art approaches of the topc pont cloud segmentaton and classfcaton. Secton 3 wll ntroduces the proposed method and explan how to use t for ground detecton and segmentaton tasks. The used data wll be llustrated and characterzed n secton 4. Afterwards, secton 5 shows frst results of the proposed approach and the used data, whch s ntroduced before. At the end, secton 6 gves a short summary. 2. RELATED WORK The classfcaton task can be dvded nto two major parts: the segmentaton and the use of these segments for a matchng of class labels. The am of the segmentaton s to create regons of connected ponts. Most state of the art approaches are pont based approaches. That means each pont of the pont cloud needs to be processed. Such pont based segmentaton approaches can be fnd n Rutznger et al. (2008); Shapovalov et al. (2010); Zhang et al. (2016). Rutznger et al. (2008) use a regon growng approach based on the echo wdth of the pulses nsde the laser beam. They have the am to classfy the pont cloud nto vegetaton and non-vegetaton ponts. Therefore, they use the property of vegetaton to create a hgh echo wdth. do: /sprs-archves-xlii-1-w

2 The Internatonal Archves of the Photogrammetry, Remote Sensng and Spatal Informaton Scences, Volume XLII-1/W1, 2017 Zhang et al. (2016) buld an undrected graph of each non terran pont to ts k-nearest neghbours. To create segments on the bass of ths graph, they determne the local maxma of the ponts heght value and perform a graph cut at ths local maxma. Ths graph cut clusters the whole graph nto smaller parts, whch are normalzed by a predefned threshold for the number of ponts of each segment. Shapovalov et al. (2010) use a machne learnng approach to get the class labels for each pont. A Markov random feld s used to buld a graph on the base of all ponts. The connecton of nodes n the graph s determned by unary and parwse potentals. The unary potental can be seen as the descrptor for a sngle pont and the parwse potental as the descrptor for an edge n the graph. Shapovalov et al. (2010) use for the unary potental spectral and drectonal features, spn mages, angular spn mages and dstrbutons of heghts. Ther parwse potental depends on the angle between normals, the dfference n alttudes and the dfference n postons of two neghboured ponts. The unary potental s computed wth a random forest classfer and the parwse potental wth the Naïve Bayes classfer. The fnal class label for each pont s dentfed wth the Markov random feld nference A smlar approach, adoptng condtonal random felds for pont cloud classfcaton, s propsed by Nemeyer et al. (2014). They obtan the unary and parwse potental wth lnear models traned wth the random forest algorthm. These models use a long lst of attrbutes lke ntensty, echo numbers, heght of a sngle pont above DTM, resduals from a local plane fttng, and others. Zhang et al. (2016) tran SCLDA-based features for ther pont wse descrptors and match these descrptors to a class label wth the AdaBoost classfer. Retberger et al. (2009) show how to segment pont clouds nto tree crown and tree stem segments by usng a graph cut approach. Prevous work for segmentaton uses a modellng of the geometry sampled wth a voxel structure (Xu et al., 2017). Ths paper ntroduces a graph based segmentaton of a local fully connected affnty graph. Instead of a par of voxels the used affnty graph consders all voxels n the local neghourhood. Insde ths graph, voxels are connected n dependence on ther spatal dstance, shape smlarty and surface connectvty correspondng to smoothness and convexty crterons. Ths method shows sutable results for segmentaton of buldng elements by recognzng geometrc prmtves. Furthermore, a supervoxel approach for segmentaton of outdoor scenes s shown n Xu et al. (2016). Ths uses a connecton judgement dependent on egenvalue based geometrc features. Ths features are used to calculate smlartes between two voxels. Ths approach also creates good results for clusterng pont clouds nto geometrc prmtves, but also shows dffcultes n case of vegetaton. Unfortunately, large scale arborne LIDAR data s drawn by few geometrc elements (.e. only buldngs and flat ground parts can be modelled wth geometrc prmtves). Therefore, further development s needed for dealng wth non urban areas. Ajaz et al. (2013) combne voxels to one segment f the voxels are close n poston and ther ntensty- or colour dfferences are lower than a predefned threshold. To match the voxel segments to a class label, they use the surface normal, the heght dfference between geometrcal - and barycentre, geometrcal shape, color, and ntensty. The proposed approach n ths paper s based on ths voxel segmentaton used by Ajaz et al. (2013) but uses another ground detecton approach whch s more sutable for large scale areas and non flat terran. 3. METHOD The proposed method for pont cloud segmentaton depends on a voxelsaton of the pont cloud. These volume clusters (.e. voxels) are needed to generalze the nput data and therefore reduce processng tme. The generalsaton clusters the whole volume of the pont cloud nto smaller parts, whch nclude several ponts. Therefore, the algorthm only needs to process the volume parts, whose number s lower than the number of ponts. The am of the proposed method s to segment the data nto ground and non-ground areas. For non-flat terrans some condtons are defned and flters are used to create the ground segment. These condtons and flters are explaned n secton 3.1. The used segmentaton approach for the non-ground voxels wll be ntroduced n secton Ground Extracton For pont cloud segmentaton the ground can be used as a separator between the segments (Ajaz et al., 2013). Especally n the case of arborne data, the ground needs to be extracted to get non connected segments. One method for ground extracton s to use a condton lke the ground s flat. Wth ths condton, heght hstograms are analysed to detect a threshold and the ponts under ths threshold are marked as ground ponts (Hebel and Stlla, 2009). Ths leads to problems n hlly terrans, where the ground can be hgher than some buldngs. An alternatve soluton s to use a regon growng algorthm wth the heght dfference as a smlarty crteron (Hebel and Stlla, 2012). Such a pont wse regon growng s of low effcency f the pont cloud data grows. For the proposed ground extracton, both methods are combned and adopted to the voxel space. A schematc summary of the ground detecton s shown n Fgure 1 whch wll be explaned n the followng. An Octree s used to create the voxel structure. Furthermore, a spatal ID s used to defne neghbourng voxels and to search n an ordered lst for a voxel of gven coordnates. The man attrbute of ground voxels s, that they are the lowest ones n a local neghbourhood. Therefore, the man dea for a fast voxel based ground detecton s to search for the voxel to each x-y- coordnate wth the lowest z value. By the use of the octree, ths means that wthn an teraton over all x and y coordnates the ground voxel s found as the frst exstng voxel nsde the teraton from z = 0 to z = 2 l. A voxel can be seen as a bloated pont or as a pont group. Therefore, markng only the lowest voxels s lke creatng samplng ponts n a contnuous ground functon. Fgure 2a llustrates ths nterpretaton as a samplng functon. All voxels have the same sze and nclude dfferent szed areas dependng on the voxel samplng. By checkng only the lowest voxels, the contnuous ground functon s transformed to a step functon n the voxel space. Ths could lead to holes n the ground layer (Fgure 2a). To avod these holes, addtonal voxels are added to the ground f they fulfl the followng three condtons: frst: they are occuped; second: there s at least one neghbour wth hgher or equal z-value marked as ground (see Fgure 2b); For the thrd condton, the boundng box over the ponts nsde a voxel (sub boundng box) s used. If the sub boundng boxes of do: /sprs-archves-xlii-1-w

3 The Internatonal Archves of the Photogrammetry, Remote Sensng and Spatal Informaton Scences, Volume XLII-1/W1, 2017 (a) (b) (c) Fgure 2. The three steps of the ground detecton. (a) frst step: The lowest exstng voxels to each x-y-coordnate (blue ones) are marked as ground voxels. Ths can be nterpreted as creatng samplng ponts of a contnuous ground functon (black graph). The blue arrows show the search drecton along the z axs and dotted voxels are non exstng voxels. (b) second step: addng voxels where at least one neghbour s marked as ground and have hgher or equal z-values. (c) thrd step: Look f there are sub boundng boxes (black) of the ground voxels whch don t touch each other (green arrows). In ths case, the next voxles along z are added to the ground (marked n green). Fgure 1. Schematc workflow of the ground detecton. Recangles show processng steps and ellpses the output of the processng step. The gradnt calculaton s dvded nto ts sub processng steps whch are shown n the blue box. two neghbourng ground voxels wth same heght do not touch each over (ther dstance s smaller than a threshold), the next voxels along z are added, as well (see Fgure 2c). The proposed approach can be regarded as a voxel based regon growng where step one (Fgure 2a) detects seed voxels. Afterwards, the regon growng s performed between these seeds by lookng at the z coordnates of the voxel and determnng voxels to be added to the ground segment (Fgures 2b and 2c). Roofs and trees create scan shadows nsde the ground layer whch enables the algorthm to select roof or tree voxels as seeds. Therefore, the ground s over segmented by ncludng roof and tree voxels. Voxels contanng tree ponts can be selected from ths over segmented ground by checkng the pulse type of all ponts (p ) n each voxel. Through the number of returns and the return number, t s possble to determne pulse classes, ncludng frst, last and mddle pulses (Rutznger et al., 2008). Ths s adopted to the pont set nsde a sngle voxel. The probablty of a voxel to be a voxel consstng of last pulses (to be a ground voxel) s calculated by: where rn p prob last = (1) nor p prob last = probablty of last pulse wth prop last [0, 1] nor p = number of returns of the beam to pont = return number of pont rn p Last pulses are the ones, where the return number s equal to the number of returns (Rutznger et al., 2008). Therefore, ths probablty gets a value of 1.0 for a voxel ncludng only last pulses. The probablty s smaller than 1.0 f there are other pulse classes nsde the voxel. Ths behavour s used to defne a threshold whch determnes voxels ncludng mostly last pulses. Voxels whch do not nclude mostly last pulses are marked as non-ground voxels. Voxels whch nclude roof ponts fulfl ths condton, too. They need another flter method. Ths method depends on the assump- do: /sprs-archves-xlii-1-w

4 The Internatonal Archves of the Photogrammetry, Remote Sensng and Spatal Informaton Scences, Volume XLII-1/W1, 2017 ton that roofs fly over the ground of ther local area. The attrbute fly symbolzes that there are non exstng voxels between the roof and the ground. To search for these roof voxels, a gradent s calculated based on the dscrete samplng of the voxels. Ths gradent s defned by the bggest dfference n heght from the current voxel to the closets neghbourng voxels. The closest neghbourng voxels are searched n the lst of ground voxels to gven x- y-coordnates. A horzontal threshold s used to gnore neghbours nsde ths lst, whch are to far away from the current voxel. If the ground s flat n the current neghbourhood, the gradent s close to zero, because there s no dfference n the heght coordnates. In case that the current voxel s a roof voxel, the local gradent detects a sgnfcant dfference of the z-coordnates (Fgure 4). The gradent calculaton s based on the center ponts of the sub boundng boxes of neghbourng voxels. These sub boundng boxes are further used to detect facades, whch need to be gnored for the gradent calculaton. Facades of buldngs are detected by lookng at the center ponts of the neghbourng voxels sub boundng boxes. If the x-y-coordnates of a center pont of a vertcal neghbour s nsde the horzontal footprnt of the current sub boundng box, ths neghbour s marked as facade and therefore not consdered n the gradent calculaton. Ths facade detecton s shown n Fgure 3. Fgure 4 shows ths gradent flter n profle on an example of a roof. Fgure 4. Profle of the gradent calculaton, green lne: ground, red lne: buldng. Blue boxes shows the voxel from the octree and black boxes the sub boundng boxes. The horzontal dstance defnes usable neghbours and the vertcal dstance defnes the gradent value. these pulse classes can be calculated wth: n prob sngle = (2) nor p n prob frst = (3) rn p prob last = (4) nor p rn p Fgure 3. Handlng of facade elemets, green lne: ground, red lne: buldng, green pont: center of the sub boundng box. In case of a neghbour n the vertcal drecton whch ncludes a facade, the sub boundng box s center s horzontal nsde the current sub boundng box. Such facade ncludng neghbours are excluded of the lst of neghbours. 3.2 Segmentaton The result of the ground detecton are two segments: the ground segment and the non-ground segment. The next step s to cluster the non-ground segment nto smaller parts. The result of ths segmentaton should be sutable for a further classfcaton task. Therefore, voxels belongng to one segment should have same attrbutes. For such segmentaton, a regon growng approach dependng on ntensty dfferences as proposed by Ajaz et al. (2013). Addtonally the pulse class of the voxel s used. Wth n = number of ponts, prob sngle = probablty of sngle pulse, prob frst = probablty of frst pulse and prob last = probablty of last pulse, These probabltes are wthn the range of [0,1]. If the voxel mostly consst of ponts wth the searched pulse class, the probablty s close to 1. A segmentaton based on the pulse class can be created by puttng neghbourng voxels together whch have the same pulse class. A sngle voxel s matched to the pulse class where the probablty s above a threshold. The same threshold s used for all probabltes and f all of these probabltes are below ths threshold, the voxel consst of mddle pulses. 4. DATA The proposed method s tested on a dataset of the Mangfall area n Bavra, Germany (Fgure 5). Ths area was scanned wth a VQ 820G scanner and reaches from the Tegernsee to the hghway A8. Approxmately 200 Mo ponts were scanned wthn three flght strps of approxmately 500 m wdth and 17 km length. A rotatng mult facet mrror s used as the scan mechansm whch ensures an ncdence angle of 20 wth respect to the flght drecton and an accuracy of the ncdence angle up to 1. The beam dvergence s approxmately 1 mrad whch creates a 50 cm footprnt by a flght heght of 500 m (Stenbacher et al., 2012). The scanner recognses a maxmum of 4 pulses nsde the same laser beam. Furthermore, the scanner uses a wavelength of about 532 nm. Therefore, the proposed data are topobathymetrc data. Insde a sngle flght strp a pont resoluton of 4 dm on the ground was obtaned and the laser beam penetrates the water up to a depth of 5 m. do: /sprs-archves-xlii-1-w

5 The Internatonal Archves of the Photogrammetry, Remote Sensng and Spatal Informaton Scences, Volume XLII-1/W1, 2017 n the returnng sgnal, the GPS tme of the returnng sgnal, the scan angle rank of the laser beam and two flags whch ndcates the flght strp edges and the scan drecton. 5. RESULTS Fgure 5. The scanned regon (Photos from Google maps). In the Background: whole Germany and parts of Europe, n the zoomed part (red rectangle): the scanned Mangfall area (marked n green) from the Tegernsee n the south to the hghway n the north. Frst algorthmc tests are performed on the Tegernsee part of the proposed data (secton 4). Ths part s shown n Fgure 6 and conssts of more than 4 mo ponts. The area has a length of 1.4 km and a wdth of 400 m. A ground truth (GT) was manually labelled and used for the evaluaton. Fgure 7 shows the raw data and the ground ponts nsde the ground truth. (a) (b) (a) Fgure 7. Manually labelled Ground Truth. (a): complete pont cloud, (b): ground layer. For the evaluaton of the runtme, dfferent voxel szes are used. Varyng voxel szes result n dfferent maxmum levels of the used octree (Table 1). To reduce the processng tme, the whole data set s dvded nto sx smaller parts of equal horzontal dmensons of 500 m by 400 m. These parts are processed n parallel. The resultng accuraces are shown n Fgure 8. The runtme evaluaton uses the followng parameters: Heght threshold whch determnes the voxels to delete n the gradent chan (Tz ): 6 m (b) Fgure 6. Regon of the Tegernsee. (a): Google Maps Screenshot, (b): Scanned data wth the ponts ntensty as grey value Besde the ntensty (Fgure 6) other recognsed pont attrbutes are the return number of a sngle pulse, the number of returns Horzontal threshold, whch determnes the neghbours to use(th ): 0.5 vdag, where vdag s the length of the voxel s horzontal dagonal. Th s further addressed as the factor n front of vdag. Number of teratons for the gradent chan: 30 m / vdag. Ths choce results n a length of 40 m for the gradent chan. Threshold whch determnes small gradents: 0.5 m; do: /sprs-archves-xlii-1-w

6 The Internatonal Archves of the Photogrammetry, Remote Sensng and Spatal Informaton Scences, Volume XLII-1/W1, 2017 maxmum Voxel sze vx = 20 m vy = 20 m vz = 2m vx = 10 m vy = 10 m vz = 1m vx = 5 m vy = 5 m vz = 1m vx = 3 m vy = 3 m vz = 1m maxmum octree level (sngle thread) total processng tme s s s s Table 1. Computaton tme, evaluated on an Intel Core HQ CPU Fgure 11 shows a comparson of the nfluence of two major parameters Tz and Th of the used flter. The used maxmum voxel szes are 10 m x 10 m x 1 m and 3 m x 3 m x 1 m. The functon graphs of these two maxmum voxel szes look smlar whch means, that the nfluence of Tz and Th behaves the same. The stronger generalsaton by larger voxels and the resultng elmnaton of more ponts of the ground layer s shown by the offset and bgger dfferences between the two senstvty graphs. In general t can be sad, that a lower Tz wth hgher Th results n a hgher senstvty of the non-ground segment. Ths confguraton results n a stronger flter and therefore n more detected outlers. The lower senstvty of the ground layer can be explaned by a stronger flter, too. Snce steep slopes and roofs are very smlar n the scanner data (both have bg heght dfferences n a small area), a stronger flter wll delete the ponts of steep slopes as well as roof ponts. Therefore, the senstvtes are correlated n a negatve manner. If the senstvty of the non-ground layer gets bgger, the senstvty of the ground layer gets lower. The nfluence of Th depends on the value of Tz. If Tz s selected to be lower, Th changes the senstvtes wth a stronger nfluence. A vsual result of the proposed method s shown n Fgure 9. Ths fgure shows the area of the northern brdge across the rver (see Fgure 7) wth a vew drecton from north to south. The used maxmum voxel dmenson s 10 m x 10 m x 1 m and the used flter parameters are: Tz = 6 m, Th = 0.5. Fgure 8. Senstvty, dependent on the runtme. Dfferent Voxel szes are symbolzed by dfferent run tmes. Fgure 11 shows that a maxmum voxel sze of 10 m x 10 m x 1 m creates the best senstvtes. If the voxel sze s selected as a smaller or larger one, the senstvty becomes lower. Ths has dfferent reasons: In the case of larger voxels, the pont cloud s more generalzed. Therefore, the selecton of a voxel to be a non-ground voxel wll excse more ponts of the ground layer. Ths s shown by a strong fall of the functon for the detected ground ponts. In contrast to larger voxels, smaller voxels preserve more detals n the pont cloud generalsaton. In the case of smaller voxels, the scan shadows of buldngs nsde the ground layer are preserved as well and more seed voxels are selected on roofs. Due to more detals, t s possble that the gradent gets wth small steps to the ground and therefore preserve these wrongly detected ground voxels. In other words, the wrongly detected ground s not detected non-ground, whch explans the decrease of the non-ground senstvty. Especally the z-dmenson becomes very small wth hgher octree levels, because the ntal boundng box has a smaller z-dmenson than x- or y- dmenson. Voxels wth very small z-dmensons create a sparse heght samplng of the ground layer and therefore create unoccuped voxels between two ground voxels. The regon growng s aborted at these unoccuped voxels and the samplng of the ground layer s less complete, too. Snce fgure 11 shows the senstvtes of both classes, the accuraces can be estmated as well. The absolute number of ground ponts n the GT-data s: and the absolute number of non-ground ponts: By usng ths values to calculate the accuraces of the two classes, t turns out, that the accuracy of the one class s close to the senstvty of the other class. Therefore, the followng evaluaton of the flter method uses only the senstvty values. Fgure 9. Results of the ground detecton. Top: raw data, mddle: result of our approach, bottom: ground truth Ths area was selected, because t shows some remanng roof ponts n the ground layer. The area ncludes steep slopes below vegetaton as well as water and rver bed ponts. Both confguratons can be handled wth the proposed method as t can be seen n the fgure. Fgure 10 shows vsually results of the segmentaton of the nonground segment. Due to mssng ground truth data, t s not possble to do a numercal evaluaton lke for the ground detecton. However, the results show a dvson between the classes vegetaton, water, and buldng whch s a sutable result for a future classfcaton task. do: /sprs-archves-xlii-1-w

7 The Internatonal Archves of the Photogrammetry, Remote Sensng and Spatal Informaton Scences, Volume XLII-1/W1, 2017 REFERENCES Fgure 10. Result of the segmentaton of the non-ground segment. The maxmum Voxel dmenson s x,y < 20m, z < 2m. The segments n the pont clouds are colour coded: whte: ground, others: randomly dfferent color. 6. SUMMARY Ths paper ntroduces a geometrc segmentaton approach for arborne mult-response LIDAR data. Snce such arborne data can become very large (a large amount of ponts s scanned), a voxel structure s used to generalze the data and therefore reduce processng tme. Ths voxel structure s used for a ground segmentaton. The proposed ground detecton s able to detect the ground of a hlly terran as well as the ground below vegetaton and water surfaces. By usng the voxel generalzaton, the ground detecton s almost ndependent of the number of ponts nsde the pont cloud. The expermented results revealed that the performance and processng tme depend on the used voxel sze. Some over and under segmentatons of the ground stll exst. Under segmentatons are characterzed by small non-ground areas surrounded by ground ponts. Over segmentatons are characterzed by ground areas surrounded by roof ponts. Ths phenomenon wll be used to detect and correct the over and under segmentatons n the future by checkng the class labels of the local neghbourhood. The segmentaton results of non-ground areas (Fgure 10) are created by a segmentaton dependent on the voxel pulse classes: sngle, frst, mddle or last pulse. Ths segmentaton shows a cut of vegetaton areas nto tree crown top ponts and other tree ponts. A combnaton of pulse class and ntensty dfference should be consdered for the segmentaton n future work. Furthermore, the segmentaton of non-ground areas wll be used for a classfcaton task, whch matches each segment to the class labels: buldng, vegetaton and water. ACKNOWLEDGEMENTS Ths research s funded by Bayersche Forschungsstrftung, project Schrtthaltende 3D-Rekonstrukton und -Analyse (AZ ), sub project Änderungsdetekton n Punktwolken. The dataset s provded by our project partner StenbacherConsult. Ajaz, A. K., Checchn, P. and Trassoudane, L., Segmentaton based classfcaton of 3D urban pont clouds: A supervoxel based approach wth evaluaton. Remote Sensng 5(4), pp European Unon, Drectve 2000/60/EC of the European Parlament and of the Councl of 23 October 2000 establshng a framework for Communty acton n the feld of water polcy. Nov. 2016). European Unon, Drectve 2007/60/EC of the European Parlament and of the Councl of 23 October 2007 on the assessment and management of flood rsks. Nov. 2016). Hebel, M. and Stlla, U., Automatsche Koregstrerung von ALS-Daten aus mehreren Schräganschten städtscher Quartere. Photogrammetre Fernerkundung Geonformaton 3, pp Hebel, M. and Stlla, U., Smultaneous calbraton of ALS systems and algnment of multvew LDAR scans of urban areas. IEEE Transactons on Geoscence and Remote Sensng 5(6), pp Mandlburger, G., Hauer, C., Weser, M. and Pfefer, N., Topo-bathymetrc LDAR for montorng rver morphodynamcs and nstream habtats - a case study at the pelach rver. Remote Sensng 7(5), pp Nemeyer, J., Rottenstener, F. and Soergel, U., Contextual classfcaton of ldar data and buldng object detecton n urban areas. ISPRS journal of photogrammetry and remote sensng 87, pp Retberger, J., Schnörr, J., Krzystek, P. and Stlla, U., D segmentaton of sngle trees explotng full waveform ldar data. ISPRS Journal of Photogrammetry and Remote Sensng 64(6), pp Rutznger, M., Höfle, B., Hollaus, B. and Pfefer, N., Object-based pont cloud analyss of full-waveform arborne laser scannng data for urban vegetaton classfcaton. Sensors 8(8), pp Shapovalov, R., Velzhev, A. and Barnova, O., Nonassocatve markov networks for 3D pont cloud classfcaton. The Internatonal Archves of the Photogrammetry, Remote Sensng and Spatal Informaton Scences. Stenbacher, F., Pfenngbauer, M., Aufleger, M. and Ullrch, A., Hgh resoluton arborne shallow water mappng. In: Internatonal Archves of the Photogrammetry, Remote Sensng and Spatal Informaton Scences, Proceedngs of the XXII ISPRS Congress, Vol. 39, p. B1. Xu, Y., Tuttas, S. and Stlla, U., Segmentaton of 3d outdoor scenes usng herarchcal clusterng structure and perceptual groupng laws. In: th IAPR Workshop on Pattern Recognton n Remote Sensng (PRRS), pp Xu, Y., Tuttas, S., Hoegner, L. and Stlla, U., Geometrc prmtve extracton from pont clouds of constructon stes usng vgs. IEEE Geoscence and Remote Sensng Letters 14(3), pp Zhang, Z., Zhang, L., Tong, X., Mathopoulos, P. T., Guo, B., Huang, X., Wang, Z. and Wang, Y., A multlevel pontcluster-based dscrmnatve feature for ALS pont cloud classfcaton. IEEE Transactons on Geoscence and Remote Sensng 54(6), pp do: /sprs-archves-xlii-1-w

8 The Internatonal Archves of the Photogrammetry, Remote Sensng and Spatal Informaton Scences, Volume XLII-1/W1, 2017 maxmum Voxel dmenson: 3 m x 3 m x 1 m maxmum Voxel dmenson: 10 m x 10 m x 1 m Fgure 11. Influence of the parameters Th and Tz to the ground detecton. The two columns show dfferent maxmum Voxel dmensons (see header) do: /sprs-archves-xlii-1-w

Content Based Image Retrieval Using 2-D Discrete Wavelet with Texture Feature with Different Classifiers

Content Based Image Retrieval Using 2-D Discrete Wavelet with Texture Feature with Different Classifiers IOSR Journal of Electroncs and Communcaton Engneerng (IOSR-JECE) e-issn: 78-834,p- ISSN: 78-8735.Volume 9, Issue, Ver. IV (Mar - Apr. 04), PP 0-07 Content Based Image Retreval Usng -D Dscrete Wavelet wth

More information

Shape Representation Robust to the Sketching Order Using Distance Map and Direction Histogram

Shape Representation Robust to the Sketching Order Using Distance Map and Direction Histogram Shape Representaton Robust to the Sketchng Order Usng Dstance Map and Drecton Hstogram Department of Computer Scence Yonse Unversty Kwon Yun CONTENTS Revew Topc Proposed Method System Overvew Sketch Normalzaton

More information

A Fast Visual Tracking Algorithm Based on Circle Pixels Matching

A Fast Visual Tracking Algorithm Based on Circle Pixels Matching A Fast Vsual Trackng Algorthm Based on Crcle Pxels Matchng Zhqang Hou hou_zhq@sohu.com Chongzhao Han czhan@mal.xjtu.edu.cn Ln Zheng Abstract: A fast vsual trackng algorthm based on crcle pxels matchng

More information

Edge Detection in Noisy Images Using the Support Vector Machines

Edge Detection in Noisy Images Using the Support Vector Machines Edge Detecton n Nosy Images Usng the Support Vector Machnes Hlaro Gómez-Moreno, Saturnno Maldonado-Bascón, Francsco López-Ferreras Sgnal Theory and Communcatons Department. Unversty of Alcalá Crta. Madrd-Barcelona

More information

AUTOMATING POST-PROCESSING OF TERRESTRIAL LASER SCANNING POINT CLOUDS FOR ROAD FEATURE SURVEYS

AUTOMATING POST-PROCESSING OF TERRESTRIAL LASER SCANNING POINT CLOUDS FOR ROAD FEATURE SURVEYS Internatonal Archves of Photogrammetry, Remote Sensng and Spatal Informaton Scences, Vol. XXXVIII, Part 5 Commsson V Symposum, Newcastle upon Tyne, UK. 2010 AUTOMATING POST-PROCESSING OF TERRESTRIAL LASER

More information

A Binarization Algorithm specialized on Document Images and Photos

A Binarization Algorithm specialized on Document Images and Photos A Bnarzaton Algorthm specalzed on Document mages and Photos Ergna Kavalleratou Dept. of nformaton and Communcaton Systems Engneerng Unversty of the Aegean kavalleratou@aegean.gr Abstract n ths paper, a

More information

Improvement of Spatial Resolution Using BlockMatching Based Motion Estimation and Frame. Integration

Improvement of Spatial Resolution Using BlockMatching Based Motion Estimation and Frame. Integration Improvement of Spatal Resoluton Usng BlockMatchng Based Moton Estmaton and Frame Integraton Danya Suga and Takayuk Hamamoto Graduate School of Engneerng, Tokyo Unversty of Scence, 6-3-1, Nuku, Katsuska-ku,

More information

MULTISPECTRAL IMAGES CLASSIFICATION BASED ON KLT AND ATR AUTOMATIC TARGET RECOGNITION

MULTISPECTRAL IMAGES CLASSIFICATION BASED ON KLT AND ATR AUTOMATIC TARGET RECOGNITION MULTISPECTRAL IMAGES CLASSIFICATION BASED ON KLT AND ATR AUTOMATIC TARGET RECOGNITION Paulo Quntlano 1 & Antono Santa-Rosa 1 Federal Polce Department, Brasla, Brazl. E-mals: quntlano.pqs@dpf.gov.br and

More information

A NEW APPROACH FOR SUBWAY TUNNEL DEFORMATION MONITORING: HIGH-RESOLUTION TERRESTRIAL LASER SCANNING

A NEW APPROACH FOR SUBWAY TUNNEL DEFORMATION MONITORING: HIGH-RESOLUTION TERRESTRIAL LASER SCANNING A NEW APPROACH FOR SUBWAY TUNNEL DEFORMATION MONITORING: HIGH-RESOLUTION TERRESTRIAL LASER SCANNING L Jan a, Wan Youchuan a,, Gao Xanjun a a School of Remote Sensng and Informaton Engneerng, Wuhan Unversty,129

More information

Image Alignment CSC 767

Image Alignment CSC 767 Image Algnment CSC 767 Image algnment Image from http://graphcs.cs.cmu.edu/courses/15-463/2010_fall/ Image algnment: Applcatons Panorama sttchng Image algnment: Applcatons Recognton of object nstances

More information

A Fast Content-Based Multimedia Retrieval Technique Using Compressed Data

A Fast Content-Based Multimedia Retrieval Technique Using Compressed Data A Fast Content-Based Multmeda Retreval Technque Usng Compressed Data Borko Furht and Pornvt Saksobhavvat NSF Multmeda Laboratory Florda Atlantc Unversty, Boca Raton, Florda 3343 ABSTRACT In ths paper,

More information

Machine Learning 9. week

Machine Learning 9. week Machne Learnng 9. week Mappng Concept Radal Bass Functons (RBF) RBF Networks 1 Mappng It s probably the best scenaro for the classfcaton of two dataset s to separate them lnearly. As you see n the below

More information

Outline. Discriminative classifiers for image recognition. Where in the World? A nearest neighbor recognition example 4/14/2011. CS 376 Lecture 22 1

Outline. Discriminative classifiers for image recognition. Where in the World? A nearest neighbor recognition example 4/14/2011. CS 376 Lecture 22 1 4/14/011 Outlne Dscrmnatve classfers for mage recognton Wednesday, Aprl 13 Krsten Grauman UT-Austn Last tme: wndow-based generc obect detecton basc ppelne face detecton wth boostng as case study Today:

More information

Hierarchical clustering for gene expression data analysis

Hierarchical clustering for gene expression data analysis Herarchcal clusterng for gene expresson data analyss Gorgo Valentn e-mal: valentn@ds.unm.t Clusterng of Mcroarray Data. Clusterng of gene expresson profles (rows) => dscovery of co-regulated and functonally

More information

IMPLEMENTATION OF 3D POINT CLOUDS SEGMENTATION BASED ON PLANE GROWING

IMPLEMENTATION OF 3D POINT CLOUDS SEGMENTATION BASED ON PLANE GROWING IMPLEMENTATION OF 3D POINT CLOUDS SEGMENTATION BASED ON PLANE GROWING METHOD Małgorzata Jarząbek-Rychard 1 Abstract In the recent years we can observe growng demand for the extracton of physcal objects

More information

FEATURE EXTRACTION. Dr. K.Vijayarekha. Associate Dean School of Electrical and Electronics Engineering SASTRA University, Thanjavur

FEATURE EXTRACTION. Dr. K.Vijayarekha. Associate Dean School of Electrical and Electronics Engineering SASTRA University, Thanjavur FEATURE EXTRACTION Dr. K.Vjayarekha Assocate Dean School of Electrcal and Electroncs Engneerng SASTRA Unversty, Thanjavur613 41 Jont Intatve of IITs and IISc Funded by MHRD Page 1 of 8 Table of Contents

More information

Data Mining: Model Evaluation

Data Mining: Model Evaluation Data Mnng: Model Evaluaton Aprl 16, 2013 1 Issues: Evaluatng Classfcaton Methods Accurac classfer accurac: predctng class label predctor accurac: guessng value of predcted attrbutes Speed tme to construct

More information

Corner-Based Image Alignment using Pyramid Structure with Gradient Vector Similarity

Corner-Based Image Alignment using Pyramid Structure with Gradient Vector Similarity Journal of Sgnal and Informaton Processng, 013, 4, 114-119 do:10.436/jsp.013.43b00 Publshed Onlne August 013 (http://www.scrp.org/journal/jsp) Corner-Based Image Algnment usng Pyramd Structure wth Gradent

More information

ANALYSIS OF FULL-WAVEFORM LIDAR DATA FOR CLASSIFICATION OF URBAN AREAS

ANALYSIS OF FULL-WAVEFORM LIDAR DATA FOR CLASSIFICATION OF URBAN AREAS ANALYSIS OF FULL-WAVEFORM LIDAR DATA FOR CLASSIFICATION OF URBAN AREAS C. Mallet a, U. Soergel b, F. Bretar a a MATIS Laboratory - Insttut Géographque Natonal, -4 av. Pasteur 94165 Sant-Mandé, France -

More information

The Research of Ellipse Parameter Fitting Algorithm of Ultrasonic Imaging Logging in the Casing Hole

The Research of Ellipse Parameter Fitting Algorithm of Ultrasonic Imaging Logging in the Casing Hole Appled Mathematcs, 04, 5, 37-3 Publshed Onlne May 04 n ScRes. http://www.scrp.org/journal/am http://dx.do.org/0.436/am.04.584 The Research of Ellpse Parameter Fttng Algorthm of Ultrasonc Imagng Loggng

More information

Parallelism for Nested Loops with Non-uniform and Flow Dependences

Parallelism for Nested Loops with Non-uniform and Flow Dependences Parallelsm for Nested Loops wth Non-unform and Flow Dependences Sam-Jn Jeong Dept. of Informaton & Communcaton Engneerng, Cheonan Unversty, 5, Anseo-dong, Cheonan, Chungnam, 330-80, Korea. seong@cheonan.ac.kr

More information

Histogram of Template for Pedestrian Detection

Histogram of Template for Pedestrian Detection PAPER IEICE TRANS. FUNDAMENTALS/COMMUN./ELECTRON./INF. & SYST., VOL. E85-A/B/C/D, No. xx JANUARY 20xx Hstogram of Template for Pedestran Detecton Shaopeng Tang, Non Member, Satosh Goto Fellow Summary In

More information

Steps for Computing the Dissimilarity, Entropy, Herfindahl-Hirschman and. Accessibility (Gravity with Competition) Indices

Steps for Computing the Dissimilarity, Entropy, Herfindahl-Hirschman and. Accessibility (Gravity with Competition) Indices Steps for Computng the Dssmlarty, Entropy, Herfndahl-Hrschman and Accessblty (Gravty wth Competton) Indces I. Dssmlarty Index Measurement: The followng formula can be used to measure the evenness between

More information

Lecture 5: Multilayer Perceptrons

Lecture 5: Multilayer Perceptrons Lecture 5: Multlayer Perceptrons Roger Grosse 1 Introducton So far, we ve only talked about lnear models: lnear regresson and lnear bnary classfers. We noted that there are functons that can t be represented

More information

An Image Fusion Approach Based on Segmentation Region

An Image Fusion Approach Based on Segmentation Region Rong Wang, L-Qun Gao, Shu Yang, Yu-Hua Cha, and Yan-Chun Lu An Image Fuson Approach Based On Segmentaton Regon An Image Fuson Approach Based on Segmentaton Regon Rong Wang, L-Qun Gao, Shu Yang 3, Yu-Hua

More information

LAND COVER CLASSIFICATION FROM FULL-WAVEFORM LIDAR DATA BASED ON SUPPORT VECTOR MACHINES

LAND COVER CLASSIFICATION FROM FULL-WAVEFORM LIDAR DATA BASED ON SUPPORT VECTOR MACHINES LAND COVER CLASSIFICATION FROM FULL-WAVEFORM LIDAR DATA BASED ON SUPPORT VECTOR MACHINES M. Zhou a, *, C.R. LI a, L. Ma a, H.C. Guan a a Key Laboratory of Quanttatve Remote Sensng Informaton Technology,

More information

Outline. Type of Machine Learning. Examples of Application. Unsupervised Learning

Outline. Type of Machine Learning. Examples of Application. Unsupervised Learning Outlne Artfcal Intellgence and ts applcatons Lecture 8 Unsupervsed Learnng Professor Danel Yeung danyeung@eee.org Dr. Patrck Chan patrckchan@eee.org South Chna Unversty of Technology, Chna Introducton

More information

SLAM Summer School 2006 Practical 2: SLAM using Monocular Vision

SLAM Summer School 2006 Practical 2: SLAM using Monocular Vision SLAM Summer School 2006 Practcal 2: SLAM usng Monocular Vson Javer Cvera, Unversty of Zaragoza Andrew J. Davson, Imperal College London J.M.M Montel, Unversty of Zaragoza. josemar@unzar.es, jcvera@unzar.es,

More information

Machine Learning: Algorithms and Applications

Machine Learning: Algorithms and Applications 14/05/1 Machne Learnng: Algorthms and Applcatons Florano Zn Free Unversty of Bozen-Bolzano Faculty of Computer Scence Academc Year 011-01 Lecture 10: 14 May 01 Unsupervsed Learnng cont Sldes courtesy of

More information

R s s f. m y s. SPH3UW Unit 7.3 Spherical Concave Mirrors Page 1 of 12. Notes

R s s f. m y s. SPH3UW Unit 7.3 Spherical Concave Mirrors Page 1 of 12. Notes SPH3UW Unt 7.3 Sphercal Concave Mrrors Page 1 of 1 Notes Physcs Tool box Concave Mrror If the reflectng surface takes place on the nner surface of the sphercal shape so that the centre of the mrror bulges

More information

Programming in Fortran 90 : 2017/2018

Programming in Fortran 90 : 2017/2018 Programmng n Fortran 90 : 2017/2018 Programmng n Fortran 90 : 2017/2018 Exercse 1 : Evaluaton of functon dependng on nput Wrte a program who evaluate the functon f (x,y) for any two user specfed values

More information

Image Representation & Visualization Basic Imaging Algorithms Shape Representation and Analysis. outline

Image Representation & Visualization Basic Imaging Algorithms Shape Representation and Analysis. outline mage Vsualzaton mage Vsualzaton mage Representaton & Vsualzaton Basc magng Algorthms Shape Representaton and Analyss outlne mage Representaton & Vsualzaton Basc magng Algorthms Shape Representaton and

More information

Multi-view 3D Position Estimation of Sports Players

Multi-view 3D Position Estimation of Sports Players Mult-vew 3D Poston Estmaton of Sports Players Robbe Vos and Wlle Brnk Appled Mathematcs Department of Mathematcal Scences Unversty of Stellenbosch, South Afrca Emal: vosrobbe@gmal.com Abstract The problem

More information

ALTERNATIVE METHODOLOGIES FOR THE ESTIMATION OF LOCAL POINT DENSITY INDEX: MOVING TOWARDS ADAPTIVE LIDAR DATA PROCESSING

ALTERNATIVE METHODOLOGIES FOR THE ESTIMATION OF LOCAL POINT DENSITY INDEX: MOVING TOWARDS ADAPTIVE LIDAR DATA PROCESSING Internatonal Archves of the Photogrammetry, Remote Sensng and Spatal Informaton Scences, Volume XXXIX-B3, 2012 XXII ISPRS Congress, 25 August 01 September 2012, Melbourne, Australa ALTERNATIVE METHODOLOGIES

More information

User Authentication Based On Behavioral Mouse Dynamics Biometrics

User Authentication Based On Behavioral Mouse Dynamics Biometrics User Authentcaton Based On Behavoral Mouse Dynamcs Bometrcs Chee-Hyung Yoon Danel Donghyun Km Department of Computer Scence Department of Computer Scence Stanford Unversty Stanford Unversty Stanford, CA

More information

PERFORMANCE EVALUATION FOR SCENE MATCHING ALGORITHMS BY SVM

PERFORMANCE EVALUATION FOR SCENE MATCHING ALGORITHMS BY SVM PERFORMACE EVALUAIO FOR SCEE MACHIG ALGORIHMS BY SVM Zhaohu Yang a, b, *, Yngyng Chen a, Shaomng Zhang a a he Research Center of Remote Sensng and Geomatc, ongj Unversty, Shangha 200092, Chna - yzhac@63.com

More information

Unsupervised Learning

Unsupervised Learning Pattern Recognton Lecture 8 Outlne Introducton Unsupervsed Learnng Parametrc VS Non-Parametrc Approach Mxture of Denstes Maxmum-Lkelhood Estmates Clusterng Prof. Danel Yeung School of Computer Scence and

More information

APPLICATION OF AN AUGMENTED REALITY SYSTEM FOR DISASTER RELIEF

APPLICATION OF AN AUGMENTED REALITY SYSTEM FOR DISASTER RELIEF APPLICATION OF AN AUGMENTED REALITY SYSTEM FOR DISASTER RELIEF Johannes Leebmann Insttute of Photogrammetry and Remote Sensng, Unversty of Karlsruhe (TH, Englerstrasse 7, 7618 Karlsruhe, Germany - leebmann@pf.un-karlsruhe.de

More information

Fitting: Deformable contours April 26 th, 2018

Fitting: Deformable contours April 26 th, 2018 4/6/08 Fttng: Deformable contours Aprl 6 th, 08 Yong Jae Lee UC Davs Recap so far: Groupng and Fttng Goal: move from array of pxel values (or flter outputs) to a collecton of regons, objects, and shapes.

More information

TN348: Openlab Module - Colocalization

TN348: Openlab Module - Colocalization TN348: Openlab Module - Colocalzaton Topc The Colocalzaton module provdes the faclty to vsualze and quantfy colocalzaton between pars of mages. The Colocalzaton wndow contans a prevew of the two mages

More information

Subspace clustering. Clustering. Fundamental to all clustering techniques is the choice of distance measure between data points;

Subspace clustering. Clustering. Fundamental to all clustering techniques is the choice of distance measure between data points; Subspace clusterng Clusterng Fundamental to all clusterng technques s the choce of dstance measure between data ponts; D q ( ) ( ) 2 x x = x x, j k = 1 k jk Squared Eucldean dstance Assumpton: All features

More information

IMPROVING AND EXTENDING THE INFORMATION ON PRINCIPAL COMPONENT ANALYSIS FOR LOCAL NEIGHBORHOODS IN 3D POINT CLOUDS

IMPROVING AND EXTENDING THE INFORMATION ON PRINCIPAL COMPONENT ANALYSIS FOR LOCAL NEIGHBORHOODS IN 3D POINT CLOUDS IMPROVING AND EXTENDING THE INFORMATION ON PRINCIPAL COMPONENT ANALYSIS FOR LOCAL NEIGHBORHOODS IN 3D POINT CLOUDS Davd Belton Cooperatve Research Centre for Spatal Informaton (CRC-SI) The Insttute for

More information

An Entropy-Based Approach to Integrated Information Needs Assessment

An Entropy-Based Approach to Integrated Information Needs Assessment Dstrbuton Statement A: Approved for publc release; dstrbuton s unlmted. An Entropy-Based Approach to ntegrated nformaton Needs Assessment June 8, 2004 Wllam J. Farrell Lockheed Martn Advanced Technology

More information

Skew Angle Estimation and Correction of Hand Written, Textual and Large areas of Non-Textual Document Images: A Novel Approach

Skew Angle Estimation and Correction of Hand Written, Textual and Large areas of Non-Textual Document Images: A Novel Approach Angle Estmaton and Correcton of Hand Wrtten, Textual and Large areas of Non-Textual Document Images: A Novel Approach D.R.Ramesh Babu Pyush M Kumat Mahesh D Dhannawat PES Insttute of Technology Research

More information

Multi-scale Conditional Random Fields for Over-segmented Irregular 3D Point Clouds Classification

Multi-scale Conditional Random Fields for Over-segmented Irregular 3D Point Clouds Classification Mult-scale ondtonal Random Felds for Over-segmented Irregular 3D Pont louds lassfcaton Ee Hu Lm Insttute for Vson System Engneerng Monash Unversty, layton VI Australa Eehu.lm@eng.monash.edu.au Abstract

More information

Face Detection with Deep Learning

Face Detection with Deep Learning Face Detecton wth Deep Learnng Yu Shen Yus122@ucsd.edu A13227146 Kuan-We Chen kuc010@ucsd.edu A99045121 Yzhou Hao y3hao@ucsd.edu A98017773 Mn Hsuan Wu mhwu@ucsd.edu A92424998 Abstract The project here

More information

A Gradient Difference based Technique for Video Text Detection

A Gradient Difference based Technique for Video Text Detection A Gradent Dfference based Technque for Vdeo Text Detecton Palaahnakote Shvakumara, Trung Quy Phan and Chew Lm Tan School of Computng, Natonal Unversty of Sngapore {shva, phanquyt, tancl }@comp.nus.edu.sg

More information

A Probabilistic Approach to Detect Urban Regions from Remotely Sensed Images Based on Combination of Local Features

A Probabilistic Approach to Detect Urban Regions from Remotely Sensed Images Based on Combination of Local Features A Probablstc Approach to Detect Urban Regons from Remotely Sensed Images Based on Combnaton of Local Features Berl Sırmaçek German Aerospace Center (DLR) Remote Sensng Technology Insttute Weßlng, 82234,

More information

Lecture #15 Lecture Notes

Lecture #15 Lecture Notes Lecture #15 Lecture Notes The ocean water column s very much a 3-D spatal entt and we need to represent that structure n an economcal way to deal wth t n calculatons. We wll dscuss one way to do so, emprcal

More information

Lecture 13: High-dimensional Images

Lecture 13: High-dimensional Images Lec : Hgh-dmensonal Images Grayscale Images Lecture : Hgh-dmensonal Images Math 90 Prof. Todd Wttman The Ctadel A grayscale mage s an nteger-valued D matrx. An 8-bt mage takes on values between 0 and 55.

More information

Classifier Selection Based on Data Complexity Measures *

Classifier Selection Based on Data Complexity Measures * Classfer Selecton Based on Data Complexty Measures * Edth Hernández-Reyes, J.A. Carrasco-Ochoa, and J.Fco. Martínez-Trndad Natonal Insttute for Astrophyscs, Optcs and Electroncs, Lus Enrque Erro No.1 Sta.

More information

A Gradient Difference based Technique for Video Text Detection

A Gradient Difference based Technique for Video Text Detection 2009 10th Internatonal Conference on Document Analyss and Recognton A Gradent Dfference based Technque for Vdeo Text Detecton Palaahnakote Shvakumara, Trung Quy Phan and Chew Lm Tan School of Computng,

More information

A Modified Median Filter for the Removal of Impulse Noise Based on the Support Vector Machines

A Modified Median Filter for the Removal of Impulse Noise Based on the Support Vector Machines A Modfed Medan Flter for the Removal of Impulse Nose Based on the Support Vector Machnes H. GOMEZ-MORENO, S. MALDONADO-BASCON, F. LOPEZ-FERRERAS, M. UTRILLA- MANSO AND P. GIL-JIMENEZ Departamento de Teoría

More information

The Research of Support Vector Machine in Agricultural Data Classification

The Research of Support Vector Machine in Agricultural Data Classification The Research of Support Vector Machne n Agrcultural Data Classfcaton Le Sh, Qguo Duan, Xnmng Ma, Me Weng College of Informaton and Management Scence, HeNan Agrcultural Unversty, Zhengzhou 45000 Chna Zhengzhou

More information

AN APPROACH FOR FILTERING LIDAR DATA IN COASTAL VEGETATED AREAS USING INTENSITY INFORMATION AND MULTIPLE ECHOES

AN APPROACH FOR FILTERING LIDAR DATA IN COASTAL VEGETATED AREAS USING INTENSITY INFORMATION AND MULTIPLE ECHOES AN APPROACH FOR FILTERING LIDAR DATA IN COASTAL VEGETATED AREAS USING INTENSITY INFORMATION AND MULTIPLE ECHOES J. Goepfert*, U. Soergel, C. Hepke, A. Brzank Insttute of Photogrammetry and GeoInformaton,

More information

A Multi-step Strategy for Shape Similarity Search In Kamon Image Database

A Multi-step Strategy for Shape Similarity Search In Kamon Image Database A Mult-step Strategy for Shape Smlarty Search In Kamon Image Database Paul W.H. Kwan, Kazuo Torach 2, Kesuke Kameyama 2, Junbn Gao 3, Nobuyuk Otsu 4 School of Mathematcs, Statstcs and Computer Scence,

More information

Multi-Resolution Geometric Fusion

Multi-Resolution Geometric Fusion Internatonal Conference on Recent Advances n 3-D Dgtal Imagng and Modellng, Ottawa, Canada May 12 15, 1997 Mult-Resoluton Geometrc Fuson Adran Hlton and John Illngworth Centre for Vson, Speech and Sgnal

More information

Learning-Based Top-N Selection Query Evaluation over Relational Databases

Learning-Based Top-N Selection Query Evaluation over Relational Databases Learnng-Based Top-N Selecton Query Evaluaton over Relatonal Databases Lang Zhu *, Wey Meng ** * School of Mathematcs and Computer Scence, Hebe Unversty, Baodng, Hebe 071002, Chna, zhu@mal.hbu.edu.cn **

More information

Detection of an Object by using Principal Component Analysis

Detection of an Object by using Principal Component Analysis Detecton of an Object by usng Prncpal Component Analyss 1. G. Nagaven, 2. Dr. T. Sreenvasulu Reddy 1. M.Tech, Department of EEE, SVUCE, Trupath, Inda. 2. Assoc. Professor, Department of ECE, SVUCE, Trupath,

More information

Face Recognition University at Buffalo CSE666 Lecture Slides Resources:

Face Recognition University at Buffalo CSE666 Lecture Slides Resources: Face Recognton Unversty at Buffalo CSE666 Lecture Sldes Resources: http://www.face-rec.org/algorthms/ Overvew of face recognton algorthms Correlaton - Pxel based correspondence between two face mages Structural

More information

LECTURE : MANIFOLD LEARNING

LECTURE : MANIFOLD LEARNING LECTURE : MANIFOLD LEARNING Rta Osadchy Some sldes are due to L.Saul, V. C. Raykar, N. Verma Topcs PCA MDS IsoMap LLE EgenMaps Done! Dmensonalty Reducton Data representaton Inputs are real-valued vectors

More information

Support Vector Machines

Support Vector Machines /9/207 MIST.6060 Busness Intellgence and Data Mnng What are Support Vector Machnes? Support Vector Machnes Support Vector Machnes (SVMs) are supervsed learnng technques that analyze data and recognze patterns.

More information

Range images. Range image registration. Examples of sampling patterns. Range images and range surfaces

Range images. Range image registration. Examples of sampling patterns. Range images and range surfaces Range mages For many structured lght scanners, the range data forms a hghly regular pattern known as a range mage. he samplng pattern s determned by the specfc scanner. Range mage regstraton 1 Examples

More information

Cluster Analysis of Electrical Behavior

Cluster Analysis of Electrical Behavior Journal of Computer and Communcatons, 205, 3, 88-93 Publshed Onlne May 205 n ScRes. http://www.scrp.org/ournal/cc http://dx.do.org/0.4236/cc.205.350 Cluster Analyss of Electrcal Behavor Ln Lu Ln Lu, School

More information

Unsupervised Learning and Clustering

Unsupervised Learning and Clustering Unsupervsed Learnng and Clusterng Why consder unlabeled samples?. Collectng and labelng large set of samples s costly Gettng recorded speech s free, labelng s tme consumng 2. Classfer could be desgned

More information

Local Quaternary Patterns and Feature Local Quaternary Patterns

Local Quaternary Patterns and Feature Local Quaternary Patterns Local Quaternary Patterns and Feature Local Quaternary Patterns Jayu Gu and Chengjun Lu The Department of Computer Scence, New Jersey Insttute of Technology, Newark, NJ 0102, USA Abstract - Ths paper presents

More information

CS 534: Computer Vision Model Fitting

CS 534: Computer Vision Model Fitting CS 534: Computer Vson Model Fttng Sprng 004 Ahmed Elgammal Dept of Computer Scence CS 534 Model Fttng - 1 Outlnes Model fttng s mportant Least-squares fttng Maxmum lkelhood estmaton MAP estmaton Robust

More information

Parallel matrix-vector multiplication

Parallel matrix-vector multiplication Appendx A Parallel matrx-vector multplcaton The reduced transton matrx of the three-dmensonal cage model for gel electrophoress, descrbed n secton 3.2, becomes excessvely large for polymer lengths more

More information

Scan Conversion & Shading

Scan Conversion & Shading Scan Converson & Shadng Thomas Funkhouser Prnceton Unversty C0S 426, Fall 1999 3D Renderng Ppelne (for drect llumnaton) 3D Prmtves 3D Modelng Coordnates Modelng Transformaton 3D World Coordnates Lghtng

More information

Automatic Correction of DEM Surface Errors

Automatic Correction of DEM Surface Errors Journal of Geographc Informaton System, 2017, 9, 326-338 http://www.scrp.org/journal/jgs ISSN Onlne: 2151-1969 ISSN Prnt: 2151-1950 Automatc Correcton of DEM Surface Errors Ahmed F. Elaksher Cvl Engneerng

More information

Fuzzy Logic Based RS Image Classification Using Maximum Likelihood and Mahalanobis Distance Classifiers

Fuzzy Logic Based RS Image Classification Using Maximum Likelihood and Mahalanobis Distance Classifiers Research Artcle Internatonal Journal of Current Engneerng and Technology ISSN 77-46 3 INPRESSCO. All Rghts Reserved. Avalable at http://npressco.com/category/jcet Fuzzy Logc Based RS Image Usng Maxmum

More information

Detection of hand grasping an object from complex background based on machine learning co-occurrence of local image feature

Detection of hand grasping an object from complex background based on machine learning co-occurrence of local image feature Detecton of hand graspng an object from complex background based on machne learnng co-occurrence of local mage feature Shnya Moroka, Yasuhro Hramoto, Nobutaka Shmada, Tadash Matsuo, Yoshak Shra Rtsumekan

More information

Feature-based image registration using the shape context

Feature-based image registration using the shape context Feature-based mage regstraton usng the shape context LEI HUANG *, ZHEN LI Center for Earth Observaton and Dgtal Earth, Chnese Academy of Scences, Bejng, 100012, Chna Graduate Unversty of Chnese Academy

More information

Scan Conversion & Shading

Scan Conversion & Shading 1 3D Renderng Ppelne (for drect llumnaton) 2 Scan Converson & Shadng Adam Fnkelsten Prnceton Unversty C0S 426, Fall 2001 3DPrmtves 3D Modelng Coordnates Modelng Transformaton 3D World Coordnates Lghtng

More information

AUTOMATIC ROAD EXTRACTION FROM HIGH RESOLUTION SATELLITE IMAGES USING NEURAL NETWORKS, TEXTURE ANALYSIS, FUZZY CLUSTERING AND GENETIC ALGORITHMS

AUTOMATIC ROAD EXTRACTION FROM HIGH RESOLUTION SATELLITE IMAGES USING NEURAL NETWORKS, TEXTURE ANALYSIS, FUZZY CLUSTERING AND GENETIC ALGORITHMS AUTOMATIC ROAD EXTRACTION FROM HIGH RESOLUTION SATELLITE IMAGES USING NEURAL NETWORKS, TEXTURE ANALYSIS, FUZZY CLUSTERING AND GENETIC ALGORITHMS M Mokhtarzade a, *, M J Valadan Zoej b, H Ebad b a Dept

More information

Active Contours/Snakes

Active Contours/Snakes Actve Contours/Snakes Erkut Erdem Acknowledgement: The sldes are adapted from the sldes prepared by K. Grauman of Unversty of Texas at Austn Fttng: Edges vs. boundares Edges useful sgnal to ndcate occludng

More information

Novel Pattern-based Fingerprint Recognition Technique Using 2D Wavelet Decomposition

Novel Pattern-based Fingerprint Recognition Technique Using 2D Wavelet Decomposition Mathematcal Methods for Informaton Scence and Economcs Novel Pattern-based Fngerprnt Recognton Technque Usng D Wavelet Decomposton TUDOR BARBU Insttute of Computer Scence of the Romanan Academy T. Codrescu,,

More information

VISUAL SELECTION OF SURFACE FEATURES DURING THEIR GEOMETRIC SIMULATION WITH THE HELP OF COMPUTER TECHNOLOGIES

VISUAL SELECTION OF SURFACE FEATURES DURING THEIR GEOMETRIC SIMULATION WITH THE HELP OF COMPUTER TECHNOLOGIES UbCC 2011, Volume 6, 5002981-x manuscrpts OPEN ACCES UbCC Journal ISSN 1992-8424 www.ubcc.org VISUAL SELECTION OF SURFACE FEATURES DURING THEIR GEOMETRIC SIMULATION WITH THE HELP OF COMPUTER TECHNOLOGIES

More information

MOTION BLUR ESTIMATION AT CORNERS

MOTION BLUR ESTIMATION AT CORNERS Gacomo Boracch and Vncenzo Caglot Dpartmento d Elettronca e Informazone, Poltecnco d Mlano, Va Ponzo, 34/5-20133 MILANO boracch@elet.polm.t, caglot@elet.polm.t Keywords: Abstract: Pont Spread Functon Parameter

More information

A PATTERN RECOGNITION APPROACH TO IMAGE SEGMENTATION

A PATTERN RECOGNITION APPROACH TO IMAGE SEGMENTATION 1 THE PUBLISHING HOUSE PROCEEDINGS OF THE ROMANIAN ACADEMY, Seres A, OF THE ROMANIAN ACADEMY Volume 4, Number 2/2003, pp.000-000 A PATTERN RECOGNITION APPROACH TO IMAGE SEGMENTATION Tudor BARBU Insttute

More information

A Deflected Grid-based Algorithm for Clustering Analysis

A Deflected Grid-based Algorithm for Clustering Analysis A Deflected Grd-based Algorthm for Clusterng Analyss NANCY P. LIN, CHUNG-I CHANG, HAO-EN CHUEH, HUNG-JEN CHEN, WEI-HUA HAO Department of Computer Scence and Informaton Engneerng Tamkang Unversty 5 Yng-chuan

More information

TRAFFIC CLASSIFICATION AND SPEED ESTIMATION IN TIME SERIES OF AIRBORNE OPTICAL REMOTE SENSING IMAGES

TRAFFIC CLASSIFICATION AND SPEED ESTIMATION IN TIME SERIES OF AIRBORNE OPTICAL REMOTE SENSING IMAGES TRAFFIC CLASSIFICATION AND SPEED ESTIMATION IN TIME SERIES OF AIRBORNE OPTICAL REMOTE SENSING IMAGES G. Palubnskas * and P. Renartz German Aerospace Center DLR, 82234 Wesslng, Germany Gntautas.Palubnskas@dlr.de

More information

A Clustering Algorithm for Key Frame Extraction Based on Density Peak

A Clustering Algorithm for Key Frame Extraction Based on Density Peak Journal of Computer and Communcatons, 2018, 6, 118-128 http://www.scrp.org/ournal/cc ISSN Onlne: 2327-5227 ISSN Prnt: 2327-5219 A Clusterng Algorthm for Key Frame Extracton Based on Densty Peak Hong Zhao

More information

Fast Feature Value Searching for Face Detection

Fast Feature Value Searching for Face Detection Vol., No. 2 Computer and Informaton Scence Fast Feature Value Searchng for Face Detecton Yunyang Yan Department of Computer Engneerng Huayn Insttute of Technology Hua an 22300, Chna E-mal: areyyyke@63.com

More information

The Greedy Method. Outline and Reading. Change Money Problem. Greedy Algorithms. Applications of the Greedy Strategy. The Greedy Method Technique

The Greedy Method. Outline and Reading. Change Money Problem. Greedy Algorithms. Applications of the Greedy Strategy. The Greedy Method Technique //00 :0 AM Outlne and Readng The Greedy Method The Greedy Method Technque (secton.) Fractonal Knapsack Problem (secton..) Task Schedulng (secton..) Mnmum Spannng Trees (secton.) Change Money Problem Greedy

More information

Learning the Kernel Parameters in Kernel Minimum Distance Classifier

Learning the Kernel Parameters in Kernel Minimum Distance Classifier Learnng the Kernel Parameters n Kernel Mnmum Dstance Classfer Daoqang Zhang 1,, Songcan Chen and Zh-Hua Zhou 1* 1 Natonal Laboratory for Novel Software Technology Nanjng Unversty, Nanjng 193, Chna Department

More information

Load Balancing for Hex-Cell Interconnection Network

Load Balancing for Hex-Cell Interconnection Network Int. J. Communcatons, Network and System Scences,,, - Publshed Onlne Aprl n ScRes. http://www.scrp.org/journal/jcns http://dx.do.org/./jcns.. Load Balancng for Hex-Cell Interconnecton Network Saher Manaseer,

More information

Fitting & Matching. Lecture 4 Prof. Bregler. Slides from: S. Lazebnik, S. Seitz, M. Pollefeys, A. Effros.

Fitting & Matching. Lecture 4 Prof. Bregler. Slides from: S. Lazebnik, S. Seitz, M. Pollefeys, A. Effros. Fttng & Matchng Lecture 4 Prof. Bregler Sldes from: S. Lazebnk, S. Setz, M. Pollefeys, A. Effros. How do we buld panorama? We need to match (algn) mages Matchng wth Features Detect feature ponts n both

More information

Accounting for the Use of Different Length Scale Factors in x, y and z Directions

Accounting for the Use of Different Length Scale Factors in x, y and z Directions 1 Accountng for the Use of Dfferent Length Scale Factors n x, y and z Drectons Taha Soch (taha.soch@kcl.ac.uk) Imagng Scences & Bomedcal Engneerng, Kng s College London, The Rayne Insttute, St Thomas Hosptal,

More information

ESTIMATION OF INTERIOR ORIENTATION AND ECCENTRICITY PARAMETERS OF A HYBRID IMAGING AND LASER SCANNING SENSOR

ESTIMATION OF INTERIOR ORIENTATION AND ECCENTRICITY PARAMETERS OF A HYBRID IMAGING AND LASER SCANNING SENSOR ESTIMATION OF INTERIOR ORIENTATION AND ECCENTRICITY PARAMETERS OF A HYBRID IMAGING AND LASER SCANNING SENSOR A. Wendt a, C. Dold b a Insttute for Appled Photogrammetry and Geonformatcs, Unversty of Appled

More information

AUTOMATED REGISTRATION OF UNORGANISED POINT CLOUDS FROM TERRESTRIAL LASER SCANNERS

AUTOMATED REGISTRATION OF UNORGANISED POINT CLOUDS FROM TERRESTRIAL LASER SCANNERS AUTOMATED REGISTRATION OF UNORGANISED POINT CLOUDS FROM TERRESTRIAL LASER SCANNERS Kwang-Ho Bae and Derek D. Lcht Department of Spatal Scences, Curtn Unversty of Technology, GPO Box U1987, Perth, WA, 6845,

More information

BioTechnology. An Indian Journal FULL PAPER. Trade Science Inc.

BioTechnology. An Indian Journal FULL PAPER. Trade Science Inc. [Type text] [Type text] [Type text] ISSN : 0974-74 Volume 0 Issue BoTechnology 04 An Indan Journal FULL PAPER BTAIJ 0() 04 [684-689] Revew on Chna s sports ndustry fnancng market based on market -orented

More information

An efficient method to build panoramic image mosaics

An efficient method to build panoramic image mosaics An effcent method to buld panoramc mage mosacs Pattern Recognton Letters vol. 4 003 Dae-Hyun Km Yong-In Yoon Jong-Soo Cho School of Electrcal Engneerng and Computer Scence Kyungpook Natonal Unv. Abstract

More information

BOOSTING CLASSIFICATION ACCURACY WITH SAMPLES CHOSEN FROM A VALIDATION SET

BOOSTING CLASSIFICATION ACCURACY WITH SAMPLES CHOSEN FROM A VALIDATION SET 1 BOOSTING CLASSIFICATION ACCURACY WITH SAMPLES CHOSEN FROM A VALIDATION SET TZU-CHENG CHUANG School of Electrcal and Computer Engneerng, Purdue Unversty, West Lafayette, Indana 47907 SAUL B. GELFAND School

More information

Module Management Tool in Software Development Organizations

Module Management Tool in Software Development Organizations Journal of Computer Scence (5): 8-, 7 ISSN 59-66 7 Scence Publcatons Management Tool n Software Development Organzatons Ahmad A. Al-Rababah and Mohammad A. Al-Rababah Faculty of IT, Al-Ahlyyah Amman Unversty,

More information

Machine Learning. Topic 6: Clustering

Machine Learning. Topic 6: Clustering Machne Learnng Topc 6: lusterng lusterng Groupng data nto (hopefully useful) sets. Thngs on the left Thngs on the rght Applcatons of lusterng Hypothess Generaton lusters mght suggest natural groups. Hypothess

More information

Intelligent Information Acquisition for Improved Clustering

Intelligent Information Acquisition for Improved Clustering Intellgent Informaton Acquston for Improved Clusterng Duy Vu Unversty of Texas at Austn duyvu@cs.utexas.edu Mkhal Blenko Mcrosoft Research mblenko@mcrosoft.com Prem Melvlle IBM T.J. Watson Research Center

More information

Feature Reduction and Selection

Feature Reduction and Selection Feature Reducton and Selecton Dr. Shuang LIANG School of Software Engneerng TongJ Unversty Fall, 2012 Today s Topcs Introducton Problems of Dmensonalty Feature Reducton Statstc methods Prncpal Components

More information

MULTISPECTRAL REMOTE SENSING IMAGE CLASSIFICATION WITH MULTIPLE FEATURES

MULTISPECTRAL REMOTE SENSING IMAGE CLASSIFICATION WITH MULTIPLE FEATURES MULISPECRAL REMOE SESIG IMAGE CLASSIFICAIO WIH MULIPLE FEAURES QIA YI, PIG GUO, Image Processng and Pattern Recognton Laboratory, Bejng ormal Unversty, Bejng 00875, Chna School of Computer Scence and echnology,

More information

High-Boost Mesh Filtering for 3-D Shape Enhancement

High-Boost Mesh Filtering for 3-D Shape Enhancement Hgh-Boost Mesh Flterng for 3-D Shape Enhancement Hrokazu Yagou Λ Alexander Belyaev y Damng We z Λ y z ; ; Shape Modelng Laboratory, Unversty of Azu, Azu-Wakamatsu 965-8580 Japan y Computer Graphcs Group,

More information