Stereo Vision-based Subpixel Level Free Space Boundary Detection Using Modified u-disparity and Preview Dynamic Programming

Size: px
Start display at page:

Download "Stereo Vision-based Subpixel Level Free Space Boundary Detection Using Modified u-disparity and Preview Dynamic Programming"

Transcription

1 2015 IEEE Intelligent Vehicles Symposium (IV) June 28 - July 1, COEX, Seoul, Korea Stereo Vision-base Subpixel Level Free Space Bounary Detection Using Moifie u-isparity an Preview Dynamic Programming Ho Gi Jung, Senior member, IEEE, an Jae Kyu Suhr, Member, IEEE Abstract As free space bounary efine as the bounary between the closest obstacles an a roa surface provies information about rivable space an obstacles, it has been one of the most important research topics in the automotive fiel. This paper proposes a metho enhancing the accuracy of u-isparity-base free space bounary estimation to the subpixel level. The conventional metho etects peak series by exploiting ynamic programming in u-isparity mae by accumulating isparity maps eping on the u coorinate. It assumes that the bigger accumulation value of the u-isparity of a position an the smaller vertical coorinate change between the position an its previous column, the higher is the possibility that the position belongs to peak series. However, as the conventional metho consiers only vertical coorinate change with respect to the previous column, it has a problem that even a straight line will be penalize if it is not seen to be horizontal. To aress this problem, this paper proposes preview ynamic programming, which is moifie to consier the slope change with the previous an next column. Aitionally, to solve the problem that a slope smaller than 45 cannot be represente by integer coorinates, this paper proposes moifie u-isparity, which uses average coorinates weighte by u-isparity values within a fixe size winow. Through qualitative evaluations with an open ataset, it is confirme that the propose metho significantly mitigates the quantization noise of free space bounary estimate by the conventional metho. I. INTRODUCTION Thanks to the great progress of electronic harware an computer vision, application cases of ense stereo vision are increasing in the automotive fiel [1]. As forwar stereo vision provies information to multiple applications such as forwar vehicle etection, peestrian etection, roa curvature preiction, an sensor fusion-base localization, application-wise ata processing will be inefficient as a lot of common operations will be repeate multiple times. To solve this problem, meium level representation has been evelope [2] that processes common operations an provies the results to multiple application systems. It inclues an elevation map [3], occupancy gri [4], an stixel, which is being researche most actively. Stixel represents the forwar scene with sticks having a fixe with an consists of sequential phases such as roa profile estimation, free space bounary estimation, obstacle height estimation, static stixel generation, an ynamic stixel generation [2]. Roa profile estimation, assuming the H. G. Jung is with the Department of Automotive Engineering, Hanyang University, Seoul, Korea ( hogijung@hanyang.ac.kr). J. K. Suhr is with the Research Institute of Automotive Control an Electronics, Hanyang University, Seoul, Korea. horizontal height variation of a roa is relatively small, estimates the vertical height of the roa in the riving irection. It coul be implemente by etecting peak series in v-isparity. Free space bounary estimation etects the bounary between the roa surface an obstacles. It coul be implemente by etecting peak series in u-isparity. Obstacle height estimation etects the upper bounaries of obstacles an coul be implemente by a membership voting metho assuming that the isparity values of an obstacle in the vertical irection shoul be almost the same. Base on the etecte free space bounary an obstacle height, static stixel generation constructs stixels by bining areas of a fixe with an assigning their representative isparity values to them. Dynamic stixel generation as motion-relate information to the static stixels. u-isparity-base free space bounary estimation exploits two assumptions. First, as isparity values of a sie surface of obstacles, which is expecte to be vertical to the groun surface, are almost the same, they will form a peak in u-isparity, which consists of isparity histograms of each u coorinate. Secon, as the free space bounary of consecutive stixels is smooth, the vertical coorinate change of the peaks will be small. Generally, ynamic programming (DP) reflecting these two assumptions on the cost is use to etect peak series in the u-isparity. To etect the secon obstacle behin the first obstacle contacting the free space, multi-layer stixel is also propose [5]. It assumes that the vertical profile of each column has a shape consisting of an oblique line, a vertical line an another vertical line corresponing to the roa surface, the first obstacle, an the secon obstacle, respectively. This paper starts from a critical min that, in conventional u-isparity-base free space bounary estimation, the smoothness term of DP penalizes even a straight obstacle bounary if it is not seen as horizontal. As a solution, this paper proposes that a slope change in the consecutive three columns shoul be consiere instea of a vertical coorinate change (or Z-epth change) in the consecutive two columns in -u space (or u-isparity), of which the horizontal an vertical axis is about the u coorinate an isparity inex, respectively. To implement the iea, this paper proposes a preview DP which simultaneously consiers the previous an next columns of the current position. Aitionally, even when three columns are simultaneously consiere, if positions in u-isparity are represente by integer coorinates, the slope of the peak series cannot be smaller than 45 an the improvement by the preview DP is limite. To aress this problem, this paper proposes moifie u-isparity which uses the center of gravity (CG) of a winow with a fixe size in u-isparity as the new coorinate. It mitigates the quantization /15/$ IEEE 449

2 % Forwar Phase C U,1,1 M 1,1 for u=2:u max min C C U p p, u 1 p1: max arg min M C U p p, u 1 p1: max Figure 1. Principle of the conventional metho. noise cause by integer coorinates in u-isparity an enhances the accuracy of the etecte free space bounary to the subpixel level. II. CONVENTIONAL METHOD Conventional u-isparity-base free space bounary estimation [2] exploits two assumptions. First, as the camera is installe parallel to the groun surface an the sie surfaces of obstacles are perpicular to it, pixels in a column within an obstacle are suppose to have almost the same isparity value. That is, an obstacle will form a peak series in u-isparity, which represents the pixel number having a specific isparity value for each column. Secon, as an obstacle has a smooth bounary, isparity values of the peak series in consecutive columns are suppose to have a small change. The conventional metho exploits DP to etect the peak series in u-isparity. Positions in the input image or XZ plane (X: lateral irection, Z: longituinal irection) corresponing to the peak series is referre to as the free space bounary as it is the bounary between the rivable space an obstacles. DP is one of the representative methos which can eterministically solve a problem efine recursively [6]. To hanle the problem at han, it uses the u-isparity value multiplie by a minus sign as its ata term an the absolute change of isparity inexes (or corresponing Z-epths) as its smoothness term, respectively. The vertical axis is assume to be about the isparity inex instea of isparity because the isparity can be treate in the resolution less than 1 pixel. Fig. 1 shows the principle of the conventional metho. The vertical an horizontal otte lines epict the u coorinates an isparity inexes in u-isparity, respectively. u-isparity U,u enotes the number of pixels whose isparity inex is in the u-th column. As the larger value means a higher possibility that the position (,u) belongs to the peak series, ata term -U,u is ae to the cost of paths passing through the position. The absolute change of vertical coorinates between two positions, (p,u-1) in the previous column an (,u) in the current column, measures the iscontinuity of a path passing through the two positions. As the smaller value means the higher possibility, the smoothness term % Backwar Phase s u arg m in C m ax 1: for u=u max -1:-1:1 s M u su 1, u 1 m ax Figure 2. MATLAB-like pseuo coe of the conventional metho. Figure 3. Free space bounary example estimate by the conventional metho. p (1) is ae to the cost of the path passing through the two positions, (p,u-1) an (,u). Fig. 2 shows the MATLAB-like pseuo coe of the conventional metho. C,u an M,u enotes the optimal cost an the previous isparity inex corresponing to it when the position (,u) belongs to the peak series. During the forwar phase, as the optimal path up to the previous column is suppose to be known the optimal path of the current position (,u) can be set to the previous isparity inex p which minimizes the sum of the optimal cost up to the previous column C p,u-1 an weighte sum of ata term -U,u an smoothness term -p. Where, ω enotes a weighting factor controlling the contribution of the ata term an smoothness term. In the backwar phase, starting from the position having the minimum cost in the last column, isparity inex S u of free space bounary in each column can be etermine by recursively following the optimal previous isparity inex M,u. Fig. 3 shows an example of free space bounary estimate by the conventional metho. 450

3 Figure 5. Examples of moifie u-isparity. Figure 4. The effect of quantization noise in u-isparity: an oblique line with a graual slope is represente by a combination of horizontal an 45 -slope lines. III. PROPOSED METHOD The conventional metho has two rawbacks. First, if the smoothness term of DP is efine as the absolute change of isparity inexes, it oes not properly reflect the assumption that the bounary of an obstacle shoul be smooth. That is, if a vehicle is locate in the riving irection as shown in Fig. 4, its sie surface will appear as an oblique line in u-isparity an will increase cost by the absolute change of isparity inexes. In other wors, even when an obstacle bounary is a straight line, it will increase cost by a ifferent amount accoring to its slope in u-isparity. Secon, as isparity inex an u coorinate is represente by an integer, an oblique line with a graual slope is represente by a combination of horizontal an 45 -slope lines. It is because, as shown in Fig. 1, the smallest slope of a path between two positions in consecutive columns is 45 except 0. As even a small ifference in u-isparity makes a significant ifference in the XZ plane if the position is far away, such a ifference, or quantization error, can isturb accurate estimation of the rivable space. Aitionally, when stixel motion is estimate by matching stixels of the consecutive two images [7], although its effect on the magnitue of motion coul be ignorable, its effect on the irection of motion shoul be seriously consiere because a relatively stable obstacle might have unstable coorinate on the bounary of the rouning operation. Consequently, it coul egrae the stixel clustering-base stixel segmentation [8] as the irection of motion is an important feature in the clustering. To aress these problems, this paper proposes a preview DP exploiting slope change as the smoothness term an moifie u-isparity approximating subpixel-level coorinate. To mitigate the effect of the quantization error cause by representing a position in u-isparity with integer coorinates, this paper proposes to use moifie u coorinate u an moifie isparity inex, corresponing to the CG of a winow with a fixe size in u-isparity, instea of u coorinate an isparity inex as new coorinates. They are referre to as moifie u-isparity. u an is efine as in (2) an (3), respectively: average u an weighte by u-isparity value of all positions within a winow which is centere on a position (,u) in u-isparity an whose sie length is 2W+1. Where, the resultant value is restricte to the bounary of rouning operation. W u W u U j i W j u W u m in m ax, u 0.5, u 0.5 W u W U j i W j u W W u W U j i W j u W m in m ax, 0.5, 0.5 W u W U j i W j u W Fig. 5 shows an example of moifie u-isparity efine in this way. The horizontal an vertical axis is about the u coorinate an isparity inex, respectively, an the area epicte by a square correspons to a position in u-isparity. Notice that the figure enlarges a portion of u-isparity rather than the input image. The intensity epicts the u-isparity value: the arker the area the higher the accumulation. If a position of u-isparity (,u), corresponing to the center of the square, is represente by integer coorinates, it is har to properly represent an oblique peak series with a graual slope as shown in Fig. 5. The peak series will be epicte by a combination of horizontal an 45 -slope lines, which inevitably inclues significant quantization noise. The re ots in Fig. 5 epict positions whose horizontal an vertical coorinate is u an, respectively. In this case, W=2. Three ots esignate by arrows show that the moifie u-isparity can represent the path of the peak series more properly. The moifie u-isparity seems to approximate the true peak position as a general peak in u-isparity is istribute over a wie area of u-isparity an the CG is the best estimator. In (2) an (3), moifie u-isparity is restricte to the bounary of the rouning operation. It is because the resultant value is suppose to lose the meaning of the coorinate of a position in u-isparity when it crosses over the bounary. Moifie u-isparities locate above an below those esignate by arrows show examples of this case. We can recognize that the moifie u-isparities in the positions where they are going to enter properly represent the peak series. Therefore, new coorinates crossing over the rouning operation oes not seem to be require. This paper proposes to use the absolute change of slope as a smoothness term instea of the absolute change of isparity inex such that a straight line of the obstacle bounary will not (2) (3) 451

4 % Forwar Phase for n=1: max C U,1, n,1 M 1,1, n increase the smoothness term. As the conventional DP cannot implement such types of smoothness term, this paper proposes a variation of DP consiering also the next column, which will be referre to as the preview DP. Fig. 6 shows the principle of the propose metho. Like Fig. 1, the vertical an horizontal otte lines epict u coorinates an isparity inexes in u-isparity, respectively. u-isparity U,u enotes the u-isparity value of a position (,u) in u-isparity. In Fig. 1, only the previous position (p,u-1) is consiere, but in Fig. 6 the next position (n,u+1) is also consiere. The propose metho exploits the absolute change of slopes of two lines, one from a position of the previous column to the current position an the other from the current position to a position in the next column, n, u 1 u u u u p, u 1 n, u 1 p, u 1 as the smoothness term. Figure 6. Principle of the propose metho. Fig. 7 shows the MATLAB-like pseuo coe of the propose metho. C,u,n an M,u,n enotes the optimal cost an the previous isparity inex corresponing to it assuming that a position (,u) is connecte to the position (n,u+1) in the next column. Meanwhile, as the propose metho oes not consier only the previous column but also the next column, it cannot etermine the optimal path passing through the current position using only information until the current position. We notice that, if the next position is assume, the optimal previous position (p,u-1) passing through the current position an the assume next position can be etermine. That is, although the next position of the optimal path cannot be etermine on the current position, the optimal path for each next position is eterministic. On the current position, the optimal path for each next position passing through the current position is recore, an the ecision is postpone to the next column. Overall structures of the forwar an backwar phase are almost the same as those of the conventional metho. The major ifference is that C,u,n an M,u,n for each potential next position n are calculate in the main loop of the forwar phase. Where, notice the meaning of the term C p,u-1, : among all paths passing through a position (p,u-1) in the previous column, (4) for u=1:u max for n=1: max C C U m in n, u 1 p, u 1, n p, u 1, p1: u u u u max n, u 1 p, u 1 only the path assuming the current position (,u) as the next position is consiere. Fig. 8. shows an example of free space bounary estimate by the conventional an propose methos. The blue an re soli line epicts the results of the conventional an propose methos, respectively. The results of the propose metho is similar to those of the conventional metho in a large scale. However, when enlarging the lower right part (area marke by a otte rectangle) of the image, we can recognize that the propose metho reuces most parts of the quantization noise of the conventional metho. IV. EXPERIMENTS This paper qualitatively evaluates the propose metho by applying it to the Daimler Urban Scene Segmentation Benchmark Dataset [9]. The use ataset consists of 500 stereo image pairs with corresponing ense isparity maps. The isparity maps are obtaine by semi-global matching stereo [10] at a resolution of an ownloae from the ataset homepage [11]. To the best of our knowlege, n, u 1 M, n arg m in C U p, u 1, u u u u p1: max m in C C U,1 p, u 1, m ax m ax m ax p1: arg m in M C U m ax,1 p, u m ax 1, p1: % Backwar Phase s u arg m in C u s m ax 1: M u m ax 1 su, u m ax m ax,1 for u=u max -2:-1:1 s M u su1, u 1, su2, m ax,1 p, u 1 n, u 1 p, u 1 Figure 7. MATLAB-like pseuo coe of the propose metho. 452

5 (a) left input image Figure 8. Comparison of free space bounary estimate by the conventional an propose metho. (b) isparity map there has been no previous research estimating the free space bounary in subpixel level accuracy. Therefore, there is no preceent about how to input groun truth in subpixel level accuracy an what kin of measures are proper for quantitative evaluation. We hope we can evise a reasonable quantitative evaluation metho in the near future an share it. It is inclue in the further stuy in the conclusion. Fig. 9 shows the first example of the experimental results. Figs. 9(a) an (b) show the left input image an isparity map, respectively; (c) shows the u-isparity an free space bounary estimate by the propose metho; an () epicts the free space bounary estimate by the conventional an propose metho on the left input image. The blue an re soli line shows the results of the conventional an propose methos, respectively. Where, free space bounary estimate in u-isparity is projecte onto the left input image exploiting the vertical roa profile, which is estimate by our metho exploiting Hough transform an DP [12]. As mentione previously, the propose metho shows similar results to the conventional metho in a large scale. To verify the effect of the propose metho, the right sie of the secon preceing vehicle in Fig. 9 is enlarge. Fig. 10(a) is the result when the u-isparity of Fig. 9(c) is enlarge an Fig. 10(b) is the result when the input image of Fig. 9() is enlarge. Although quantization noise remains because of the resolution of the u-isparity, we can recognize that the propose metho can represent oblique lines more properly than the conventional metho. In particular, in the portion where the peak series is almost horizontal, we can recognize that the proper slope is estimate exploiting the surrouning information. Fig. 11 shows the secon example of the experimental results. Fig. 11(a) shows the free space bounary estimate by the conventional an propose methos. Figs. 11(b) an (c) enlarge the u-isparity an input image corresponing to the yellow otte rectangle in (a), respectively. We can recognize (c) u-isparity an free space bounary estimate by the propose metho () free space bounary estimate by the conventional (blue line) an propose metho(re line). Figure 9. Experimental result example 1. (a) enlarge u-isparity (b) enlarge input image Fig. 10. Enlarge view of the right sie of the secon preceing vehicle in Fig

6 (a) free space bounaries estimate by the conventional (blue) an propose metho (re) in the input image. evaluation is conucte. As the propose metho is just a potential iea, we think a lot of aitional research is require. Further stuy inclues the following topics: 1) the input metho of the groun truth of the free space bounary in subpixel level accuracy, 2) mathematical valiation of the moifie u-isparity, 3) quantitative evaluation of the free space bounary in the XZ plane exploiting range sensor ata, 4) quantitative evaluation of the improvement of stixel matching-base stixel motion estimation, an 5) algorithm improvement for the reuction of execution time or harware implementation using a graphics processing unit (GPU) or fiel programmable gate array (FPGA). (b) enlarge u-isparity corresponing to the yellow otte rectangle (c) enlarge input image corresponing to the yellow otte rectangle Figure 11. Experimental result example 2. that the portion represente by a combination of horizontal an 45 -slope lines is represente by lines with a graual slope. V. CONCLUSION This paper proposes moifie u-isparity an preview DP to estimate the free space bounary in the accuracy of subpixel level. By qualitative evaluations using an open ataset, it is confirme that the propose metho can significantly mitigate the problem of the conventional metho. We expect that such an effect will improve rivable space estimation in the XZ plane, motion estimation by stixel matching, an stixel segmentation using the motion. However, as there is no preceent as to how to input the groun truth of the free space bounary in subpixel level accuracy, the propose metho cannot be quantitatively evaluate. Instea, only qualitative REFERENCES [1] J. Ziegler, P. Ber, M. Schreiber, H. Lategahn, T. Strauss, C. Stiller, T. Dang, U. Franke, N. Appenrot, C. G. Keller, E. Kaus, R. G. Herrtwich, C. Rabe, D. Pfeiffer, F. Linner, F. Stein, F. Erbs, M. Enzweiler, C. Knoppel, J. Hipp, M. Haueis, M. Trepte, C. Brenk, A. Tamke, M. Ghanaat, M. Braun, A. Joos, H. Fritz, H. Mock, M. Hein an E. Zeeb, Making Bertha Drive? An Autonomous Journey on a Historic Route, IEEE Intelligent Transportation Systems Magazine, Vol.6, No.2, pp.8-20, summer [2] Davi Pfeiffer an Uwe Franke, Moeling Dynamic 3D Environments by Means of The Stixel Worl, IEEE Intelligent Transportation Systems Magazine, vol. 3, no. 3, pp , fall [3] Florin Oniga, an Sergiu Neevsch Processing Dense Stereo Data Using Elevation Maps: Roa Surface, Traffic Isle, an Obstacle Detection, IEEE Transactions on Vehicular Technology, Vol.59, No.3, pp , Mar [4] Thien-Nghia Nguyen, Bern Michaelis, Ayoub Al-Hama Michael Tornow an Marc-Michael Meinecke, Stereo-Camera-Base Urban Environment Perception Using Occupancy Gri an Object Tracking, IEEE Transactions on Intelligent Transportation Systems, Vol.13, No.1, pp , Mar [5] Davi Pfeiffer, Uwe Franke, Towars a Global Optimal Multi-Layer Stixel Representation of Dense 3D Data, Proceeings of the British Machine Vision Conference, University of Dunee, 29 Aug. 2 Sep. 2011, pp [6] C. H. Papaimitriou an U. V. Vaziran 6. Dynamic programming, Algorithms, July 18, 2006, pp [7] Bertan Günyel, Rorigo Benenson, Rau Timofte, an Luc Van Gool, Stixels Motion Estimation without Optical Flow Computation, 12th European Conference on Computer Vision, Firenze, Italy, 7-13 Oct. 2012, Lecture Notes in Computer Science, vol. 7577, pp [8] Frierich Erbs, Beate Schwarz, Uwe Franke, Stixmentation Probabilistic Stixel base Traffic Scene Labelling, Proceeings of the British Machine Vision Conference, University of Surrey, 3-7 Sep. 2012, pp [9] Timo Scharwächter, Markus Enzweiler, Uwe Franke, Stefan Roth, Efficient Multi-cue Scene Segmentation, 35th German Conference on Pattern Recognition (GCPR 2013), Saarbrücker, Germany, 3-6 Sep. 2013, Lecture Notes in Computer Science, vol. 8142, pp [10] Hirschmuller, H., Stereo Processing by Semi-global Matching an Mutual Information, IEEE Transactions on Pattern Analysis an Machine Intelligence, vol. 30, no. 2, pp , Feb [11] Daimler Urban Scene Segmentation Benchmark Dataset, available at accesse on 31 Dec [12] Jae kyu Suhr, Ho Gi Jung, Dense Stereo-base Robust Vertical Roa Profile Estimation Using Hough Transform an Dynamic Programming, IEEE Transactions on Intelligent Transportation Systems, online publishe on 4 Dec

Noise-resilient Road Surface and Free Space Estimation Using Dense Stereo

Noise-resilient Road Surface and Free Space Estimation Using Dense Stereo 2013 IEEE Intelligent Vehicles Symposium (IV) June 23-26, 2013, Gold Coast, Australia Noise-resilient Road Surface and Free Space Estimation Using Dense Stereo Jae Kyu Suhr, Member, IEEE, and Ho Gi Jung,

More information

Using the disparity space to compute occupancy grids from stereo-vision

Using the disparity space to compute occupancy grids from stereo-vision The 2010 IEEE/RSJ International Conference on Intelligent Robots an Systems October 18-22, 2010, Taipei, Taiwan Using the isparity space to compute occupancy gris from stereo-vision Mathias Perrollaz,

More information

Dense Disparity Estimation in Ego-motion Reduced Search Space

Dense Disparity Estimation in Ego-motion Reduced Search Space Dense Disparity Estimation in Ego-motion Reuce Search Space Luka Fućek, Ivan Marković, Igor Cvišić, Ivan Petrović University of Zagreb, Faculty of Electrical Engineering an Computing, Croatia (e-mail:

More information

Fast Window Based Stereo Matching for 3D Scene Reconstruction

Fast Window Based Stereo Matching for 3D Scene Reconstruction The International Arab Journal of Information Technology, Vol. 0, No. 3, May 203 209 Fast Winow Base Stereo Matching for 3D Scene Reconstruction Mohamma Mozammel Chowhury an Mohamma AL-Amin Bhuiyan Department

More information

Refinement of scene depth from stereo camera ego-motion parameters

Refinement of scene depth from stereo camera ego-motion parameters Refinement of scene epth from stereo camera ego-motion parameters Piotr Skulimowski, Pawel Strumillo An algorithm for refinement of isparity (epth) map from stereoscopic sequences is propose. The metho

More information

Real Time On Board Stereo Camera Pose through Image Registration*

Real Time On Board Stereo Camera Pose through Image Registration* 28 IEEE Intelligent Vehicles Symposium Einhoven University of Technology Einhoven, The Netherlans, June 4-6, 28 Real Time On Boar Stereo Camera Pose through Image Registration* Fai Dornaika French National

More information

Multimodal Stereo Image Registration for Pedestrian Detection

Multimodal Stereo Image Registration for Pedestrian Detection Multimoal Stereo Image Registration for Peestrian Detection Stephen Krotosky an Mohan Trivei Abstract This paper presents an approach for the registration of multimoal imagery for peestrian etection when

More information

CAMERAS AND GRAVITY: ESTIMATING PLANAR OBJECT ORIENTATION. Zhaoyin Jia, Andrew Gallagher, Tsuhan Chen

CAMERAS AND GRAVITY: ESTIMATING PLANAR OBJECT ORIENTATION. Zhaoyin Jia, Andrew Gallagher, Tsuhan Chen CAMERAS AND GRAVITY: ESTIMATING PLANAR OBJECT ORIENTATION Zhaoyin Jia, Anrew Gallagher, Tsuhan Chen School of Electrical an Computer Engineering, Cornell University ABSTRACT Photography on a mobile camera

More information

Robust Camera Calibration for an Autonomous Underwater Vehicle

Robust Camera Calibration for an Autonomous Underwater Vehicle obust Camera Calibration for an Autonomous Unerwater Vehicle Matthew Bryant, Davi Wettergreen *, Samer Aballah, Alexaner Zelinsky obotic Systems Laboratory Department of Engineering, FEIT Department of

More information

Image Segmentation using K-means clustering and Thresholding

Image Segmentation using K-means clustering and Thresholding Image Segmentation using Kmeans clustering an Thresholing Preeti Panwar 1, Girhar Gopal 2, Rakesh Kumar 3 1M.Tech Stuent, Department of Computer Science & Applications, Kurukshetra University, Kurukshetra,

More information

Shift-map Image Registration

Shift-map Image Registration Shift-map Image Registration Svärm, Linus; Stranmark, Petter Unpublishe: 2010-01-01 Link to publication Citation for publishe version (APA): Svärm, L., & Stranmark, P. (2010). Shift-map Image Registration.

More information

6.823 Computer System Architecture. Problem Set #3 Spring 2002

6.823 Computer System Architecture. Problem Set #3 Spring 2002 6.823 Computer System Architecture Problem Set #3 Spring 2002 Stuents are strongly encourage to collaborate in groups of up to three people. A group shoul han in only one copy of the solution to the problem

More information

Lab work #8. Congestion control

Lab work #8. Congestion control TEORÍA DE REDES DE TELECOMUNICACIONES Grao en Ingeniería Telemática Grao en Ingeniería en Sistemas e Telecomunicación Curso 2015-2016 Lab work #8. Congestion control (1 session) Author: Pablo Pavón Mariño

More information

Particle Swarm Optimization Based on Smoothing Approach for Solving a Class of Bi-Level Multiobjective Programming Problem

Particle Swarm Optimization Based on Smoothing Approach for Solving a Class of Bi-Level Multiobjective Programming Problem BULGARIAN ACADEMY OF SCIENCES CYBERNETICS AND INFORMATION TECHNOLOGIES Volume 17, No 3 Sofia 017 Print ISSN: 1311-970; Online ISSN: 1314-4081 DOI: 10.1515/cait-017-0030 Particle Swarm Optimization Base

More information

Shift-map Image Registration

Shift-map Image Registration Shift-map Image Registration Linus Svärm Petter Stranmark Centre for Mathematical Sciences, Lun University {linus,petter}@maths.lth.se Abstract Shift-map image processing is a new framework base on energy

More information

EFFICIENT STEREO MATCHING BASED ON A NEW CONFIDENCE METRIC. Won-Hee Lee, Yumi Kim, and Jong Beom Ra

EFFICIENT STEREO MATCHING BASED ON A NEW CONFIDENCE METRIC. Won-Hee Lee, Yumi Kim, and Jong Beom Ra th European Signal Processing Conference (EUSIPCO ) Bucharest, omania, August 7-3, EFFICIENT STEEO MATCHING BASED ON A NEW CONFIDENCE METIC Won-Hee Lee, Yumi Kim, an Jong Beom a Department of Electrical

More information

Comparison of Methods for Increasing the Performance of a DUA Computation

Comparison of Methods for Increasing the Performance of a DUA Computation Comparison of Methos for Increasing the Performance of a DUA Computation Michael Behrisch, Daniel Krajzewicz, Peter Wagner an Yun-Pang Wang Institute of Transportation Systems, German Aerospace Center,

More information

Online Appendix to: Generalizing Database Forensics

Online Appendix to: Generalizing Database Forensics Online Appenix to: Generalizing Database Forensics KYRIACOS E. PAVLOU an RICHARD T. SNODGRASS, University of Arizona This appenix presents a step-by-step iscussion of the forensic analysis protocol that

More information

Skyline Community Search in Multi-valued Networks

Skyline Community Search in Multi-valued Networks Syline Community Search in Multi-value Networs Rong-Hua Li Beijing Institute of Technology Beijing, China lironghuascut@gmail.com Jeffrey Xu Yu Chinese University of Hong Kong Hong Kong, China yu@se.cuh.eu.h

More information

SMART IMAGE PROCESSING OF FLOW VISUALIZATION

SMART IMAGE PROCESSING OF FLOW VISUALIZATION SMAR IMAGE PROCESSING OF FLOW VISUALIZAION H Li (A Rinoshika) 1, M akei, M Nakano 1, Y Saito 3 an K Horii 4 1 Department of Mechanical Systems Engineering, Yamagata University, Yamagata 99-851, JAPAN Department

More information

Computer Graphics Chapter 7 Three-Dimensional Viewing Viewing

Computer Graphics Chapter 7 Three-Dimensional Viewing Viewing Computer Graphics Chapter 7 Three-Dimensional Viewing Outline Overview of Three-Dimensional Viewing Concepts The Three-Dimensional Viewing Pipeline Three-Dimensional Viewing-Coorinate Parameters Transformation

More information

Cluster Center Initialization Method for K-means Algorithm Over Data Sets with Two Clusters

Cluster Center Initialization Method for K-means Algorithm Over Data Sets with Two Clusters Available online at www.scienceirect.com Proceia Engineering 4 (011 ) 34 38 011 International Conference on Avances in Engineering Cluster Center Initialization Metho for K-means Algorithm Over Data Sets

More information

Exploring Context with Deep Structured models for Semantic Segmentation

Exploring Context with Deep Structured models for Semantic Segmentation 1 Exploring Context with Deep Structure moels for Semantic Segmentation Guosheng Lin, Chunhua Shen, Anton van en Hengel, Ian Rei between an image patch an a large backgroun image region. Explicitly moeling

More information

Politehnica University of Timisoara Mobile Computing, Sensors Network and Embedded Systems Laboratory. Testing Techniques

Politehnica University of Timisoara Mobile Computing, Sensors Network and Embedded Systems Laboratory. Testing Techniques Politehnica University of Timisoara Mobile Computing, Sensors Network an Embee Systems Laboratory ing Techniques What is testing? ing is the process of emonstrating that errors are not present. The purpose

More information

Offloading Cellular Traffic through Opportunistic Communications: Analysis and Optimization

Offloading Cellular Traffic through Opportunistic Communications: Analysis and Optimization 1 Offloaing Cellular Traffic through Opportunistic Communications: Analysis an Optimization Vincenzo Sciancalepore, Domenico Giustiniano, Albert Banchs, Anreea Picu arxiv:1405.3548v1 [cs.ni] 14 May 24

More information

Figure 1: Schematic of an SEM [source: ]

Figure 1: Schematic of an SEM [source:   ] EECI Course: -9 May 1 by R. Sanfelice Hybri Control Systems Eelco van Horssen E.P.v.Horssen@tue.nl Project: Scanning Electron Microscopy Introuction In Scanning Electron Microscopy (SEM) a (bunle) beam

More information

Message Transport With The User Datagram Protocol

Message Transport With The User Datagram Protocol Message Transport With The User Datagram Protocol User Datagram Protocol (UDP) Use During startup For VoIP an some vieo applications Accounts for less than 10% of Internet traffic Blocke by some ISPs Computer

More information

Bends, Jogs, And Wiggles for Railroad Tracks and Vehicle Guide Ways

Bends, Jogs, And Wiggles for Railroad Tracks and Vehicle Guide Ways Ben, Jogs, An Wiggles for Railroa Tracks an Vehicle Guie Ways Louis T. Klauer Jr., PhD, PE. Work Soft 833 Galer Dr. Newtown Square, PA 19073 lklauer@wsof.com Preprint, June 4, 00 Copyright 00 by Louis

More information

An Algorithm for Building an Enterprise Network Topology Using Widespread Data Sources

An Algorithm for Building an Enterprise Network Topology Using Widespread Data Sources An Algorithm for Builing an Enterprise Network Topology Using Wiesprea Data Sources Anton Anreev, Iurii Bogoiavlenskii Petrozavosk State University Petrozavosk, Russia {anreev, ybgv}@cs.petrsu.ru Abstract

More information

A Duality Based Approach for Realtime TV-L 1 Optical Flow

A Duality Based Approach for Realtime TV-L 1 Optical Flow A Duality Base Approach for Realtime TV-L 1 Optical Flow C. Zach 1, T. Pock 2, an H. Bischof 2 1 VRVis Research Center 2 Institute for Computer Graphics an Vision, TU Graz Abstract. Variational methos

More information

Yet Another Parallel Hypothesis Search for Inverse Entailment Hiroyuki Nishiyama and Hayato Ohwada Faculty of Sci. and Tech. Tokyo University of Scien

Yet Another Parallel Hypothesis Search for Inverse Entailment Hiroyuki Nishiyama and Hayato Ohwada Faculty of Sci. and Tech. Tokyo University of Scien Yet Another Parallel Hypothesis Search for Inverse Entailment Hiroyuki Nishiyama an Hayato Ohwaa Faculty of Sci. an Tech. Tokyo University of Science, 2641 Yamazaki, Noa-shi, CHIBA, 278-8510, Japan hiroyuki@rs.noa.tus.ac.jp,

More information

On Effectively Determining the Downlink-to-uplink Sub-frame Width Ratio for Mobile WiMAX Networks Using Spline Extrapolation

On Effectively Determining the Downlink-to-uplink Sub-frame Width Ratio for Mobile WiMAX Networks Using Spline Extrapolation On Effectively Determining the Downlink-to-uplink Sub-frame With Ratio for Mobile WiMAX Networks Using Spline Extrapolation Panagiotis Sarigianniis, Member, IEEE, Member Malamati Louta, Member, IEEE, Member

More information

MORA: a Movement-Based Routing Algorithm for Vehicle Ad Hoc Networks

MORA: a Movement-Based Routing Algorithm for Vehicle Ad Hoc Networks : a Movement-Base Routing Algorithm for Vehicle A Hoc Networks Fabrizio Granelli, Senior Member, Giulia Boato, Member, an Dzmitry Kliazovich, Stuent Member Abstract Recent interest in car-to-car communications

More information

Chapter 5 Proposed models for reconstituting/ adapting three stereoscopes

Chapter 5 Proposed models for reconstituting/ adapting three stereoscopes Chapter 5 Propose moels for reconstituting/ aapting three stereoscopes - 89 - 5. Propose moels for reconstituting/aapting three stereoscopes This chapter offers three contributions in the Stereoscopy area,

More information

A shortest path algorithm in multimodal networks: a case study with time varying costs

A shortest path algorithm in multimodal networks: a case study with time varying costs A shortest path algorithm in multimoal networks: a case stuy with time varying costs Daniela Ambrosino*, Anna Sciomachen* * Department of Economics an Quantitative Methos (DIEM), University of Genoa Via

More information

Transient analysis of wave propagation in 3D soil by using the scaled boundary finite element method

Transient analysis of wave propagation in 3D soil by using the scaled boundary finite element method Southern Cross University epublications@scu 23r Australasian Conference on the Mechanics of Structures an Materials 214 Transient analysis of wave propagation in 3D soil by using the scale bounary finite

More information

Generalized Edge Coloring for Channel Assignment in Wireless Networks

Generalized Edge Coloring for Channel Assignment in Wireless Networks Generalize Ege Coloring for Channel Assignment in Wireless Networks Chun-Chen Hsu Institute of Information Science Acaemia Sinica Taipei, Taiwan Da-wei Wang Jan-Jan Wu Institute of Information Science

More information

Exploring Context with Deep Structured models for Semantic Segmentation

Exploring Context with Deep Structured models for Semantic Segmentation APPEARING IN IEEE TRANSACTIONS ON PATTERN ANALYSIS AND MACHINE INTELLIGENCE, APRIL 2017. 1 Exploring Context with Deep Structure moels for Semantic Segmentation Guosheng Lin, Chunhua Shen, Anton van en

More information

Loop Scheduling and Partitions for Hiding Memory Latencies

Loop Scheduling and Partitions for Hiding Memory Latencies Loop Scheuling an Partitions for Hiing Memory Latencies Fei Chen Ewin Hsing-Mean Sha Dept. of Computer Science an Engineering University of Notre Dame Notre Dame, IN 46556 Email: fchen,esha @cse.n.eu Tel:

More information

An Adaptive Routing Algorithm for Communication Networks using Back Pressure Technique

An Adaptive Routing Algorithm for Communication Networks using Back Pressure Technique International OPEN ACCESS Journal Of Moern Engineering Research (IJMER) An Aaptive Routing Algorithm for Communication Networks using Back Pressure Technique Khasimpeera Mohamme 1, K. Kalpana 2 1 M. Tech

More information

A multiple wavelength unwrapping algorithm for digital fringe profilometry based on spatial shift estimation

A multiple wavelength unwrapping algorithm for digital fringe profilometry based on spatial shift estimation University of Wollongong Research Online Faculty of Engineering an Information Sciences - Papers: Part A Faculty of Engineering an Information Sciences 214 A multiple wavelength unwrapping algorithm for

More information

Research Article Inviscid Uniform Shear Flow past a Smooth Concave Body

Research Article Inviscid Uniform Shear Flow past a Smooth Concave Body International Engineering Mathematics Volume 04, Article ID 46593, 7 pages http://x.oi.org/0.55/04/46593 Research Article Invisci Uniform Shear Flow past a Smooth Concave Boy Abullah Mura Department of

More information

Dual Arm Robot Research Report

Dual Arm Robot Research Report Dual Arm Robot Research Report Analytical Inverse Kinematics Solution for Moularize Dual-Arm Robot With offset at shouler an wrist Motivation an Abstract Generally, an inustrial manipulator such as PUMA

More information

WLAN Indoor Positioning Based on Euclidean Distances and Fuzzy Logic

WLAN Indoor Positioning Based on Euclidean Distances and Fuzzy Logic WLAN Inoor Positioning Base on Eucliean Distances an Fuzzy Logic Anreas TEUBER, Bern EISSFELLER Institute of Geoesy an Navigation, University FAF, Munich, Germany, e-mail: (anreas.teuber, bern.eissfeller)@unibw.e

More information

Queueing Model and Optimization of Packet Dropping in Real-Time Wireless Sensor Networks

Queueing Model and Optimization of Packet Dropping in Real-Time Wireless Sensor Networks Queueing Moel an Optimization of Packet Dropping in Real-Time Wireless Sensor Networks Marc Aoun, Antonios Argyriou, Philips Research, Einhoven, 66AE, The Netherlans Department of Computer an Communication

More information

Using Ray Tracing for Site-Specific Indoor Radio Signal Strength Analysis 1

Using Ray Tracing for Site-Specific Indoor Radio Signal Strength Analysis 1 Using Ray Tracing for Site-Specific Inoor Raio Signal Strength Analysis 1 Michael Ni, Stephen Mann, an Jay Black Computer Science Department, University of Waterloo, Waterloo, Ontario, NL G1, Canaa Abstract

More information

A Neural Network Model Based on Graph Matching and Annealing :Application to Hand-Written Digits Recognition

A Neural Network Model Based on Graph Matching and Annealing :Application to Hand-Written Digits Recognition ITERATIOAL JOURAL OF MATHEMATICS AD COMPUTERS I SIMULATIO A eural etwork Moel Base on Graph Matching an Annealing :Application to Han-Written Digits Recognition Kyunghee Lee Abstract We present a neural

More information

Modifying ROC Curves to Incorporate Predicted Probabilities

Modifying ROC Curves to Incorporate Predicted Probabilities Moifying ROC Curves to Incorporate Preicte Probabilities Cèsar Ferri DSIC, Universitat Politècnica e València Peter Flach Department of Computer Science, University of Bristol José Hernánez-Orallo DSIC,

More information

Improving Spatial Reuse of IEEE Based Ad Hoc Networks

Improving Spatial Reuse of IEEE Based Ad Hoc Networks mproving Spatial Reuse of EEE 82.11 Base A Hoc Networks Fengji Ye, Su Yi an Biplab Sikar ECSE Department, Rensselaer Polytechnic nstitute Troy, NY 1218 Abstract n this paper, we evaluate an suggest methos

More information

Multi-camera tracking algorithm study based on information fusion

Multi-camera tracking algorithm study based on information fusion International Conference on Avance Electronic Science an Technolog (AEST 016) Multi-camera tracking algorithm stu base on information fusion a Guoqiang Wang, Shangfu Li an Xue Wen School of Electronic

More information

Sampling the Disparity Space Image

Sampling the Disparity Space Image Accepte for publication, June 2003. To appear in IEEE Transactions on Pattern Analysis an Machine Intelligence (PAMI) Sampling the Disparity Space Image Richar Szeliski Daniel Scharstein Microsoft Research

More information

Coupling the User Interfaces of a Multiuser Program

Coupling the User Interfaces of a Multiuser Program Coupling the User Interfaces of a Multiuser Program PRASUN DEWAN University of North Carolina at Chapel Hill RAJIV CHOUDHARY Intel Corporation We have evelope a new moel for coupling the user-interfaces

More information

Estimating Velocity Fields on a Freeway from Low Resolution Video

Estimating Velocity Fields on a Freeway from Low Resolution Video Estimating Velocity Fiels on a Freeway from Low Resolution Vieo Young Cho Department of Statistics University of California, Berkeley Berkeley, CA 94720-3860 Email: young@stat.berkeley.eu John Rice Department

More information

Estimation of large-amplitude motion and disparity fields: Application to intermediate view reconstruction

Estimation of large-amplitude motion and disparity fields: Application to intermediate view reconstruction c 2000 SPIE. Personal use of this material is permitte. However, permission to reprint/republish this material for avertising or promotional purposes or for creating new collective works for resale or

More information

Curvature-based Curb Detection Method in Urban Environments using Stereo and Laser

Curvature-based Curb Detection Method in Urban Environments using Stereo and Laser 2015 IEEE Intelligent Vehicles Symposium (IV) June 28 - July 1, 2015. COEX, Seoul, Korea Curvature-based Curb Detection Method in Urban Environments using Stereo and Laser C. Fernández, D. F. Llorca, C.

More information

Comparative Study of Projection/Back-projection Schemes in Cryo-EM Tomography

Comparative Study of Projection/Back-projection Schemes in Cryo-EM Tomography Comparative Stuy of Projection/Back-projection Schemes in Cryo-EM Tomography Yu Liu an Jong Chul Ye Department of BioSystems Korea Avance Institute of Science an Technology, Daejeon, Korea ABSTRACT In

More information

Calculation on diffraction aperture of cube corner retroreflector

Calculation on diffraction aperture of cube corner retroreflector November 10, 008 / Vol., No. 11 / CHINESE OPTICS LETTERS 8 Calculation on iffraction aperture of cube corner retroreflector Song Li (Ó Ø, Bei Tang (», an Hui Zhou ( ï School of Electronic Information,

More information

filtering LETTER An Improved Neighbor Selection Algorithm in Collaborative Taek-Hun KIM a), Student Member and Sung-Bong YANG b), Nonmember

filtering LETTER An Improved Neighbor Selection Algorithm in Collaborative Taek-Hun KIM a), Student Member and Sung-Bong YANG b), Nonmember 107 IEICE TRANS INF & SYST, VOLE88 D, NO5 MAY 005 LETTER An Improve Neighbor Selection Algorithm in Collaborative Filtering Taek-Hun KIM a), Stuent Member an Sung-Bong YANG b), Nonmember SUMMARY Nowaays,

More information

EXPERIMENTAL VALIDATION OF HIGH SPEED HAZARD AVOIDANCE CONTROL FOR UNMANNED GROUND VEHICLES. Matthew Spenko, Steven Dubowsky, and Karl Iagnemma

EXPERIMENTAL VALIDATION OF HIGH SPEED HAZARD AVOIDANCE CONTROL FOR UNMANNED GROUND VEHICLES. Matthew Spenko, Steven Dubowsky, and Karl Iagnemma EXPERIMENTAL VALIDATION OF HIGH SPEED HAZARD AVOIDANCE CONTROL FOR UNMANNED GROUND VEHICLES Matthew Spenko, Steven Dubowsky, an Karl Iagnemma Massachusetts Institute of Technology, Department of Mechanical

More information

Solution Representation for Job Shop Scheduling Problems in Ant Colony Optimisation

Solution Representation for Job Shop Scheduling Problems in Ant Colony Optimisation Solution Representation for Job Shop Scheuling Problems in Ant Colony Optimisation James Montgomery, Carole Faya 2, an Sana Petrovic 2 Faculty of Information & Communication Technologies, Swinburne University

More information

Non-Uniform Sensor Deployment in Mobile Wireless Sensor Networks

Non-Uniform Sensor Deployment in Mobile Wireless Sensor Networks 01 01 01 01 01 00 01 01 Non-Uniform Sensor Deployment in Mobile Wireless Sensor Networks Mihaela Carei, Yinying Yang, an Jie Wu Department of Computer Science an Engineering Floria Atlantic University

More information

MR DAMPER OPTIMAL PLACEMENT FOR SEMI-ACTIVE CONTROL OF BUILDINGS USING AN EFFICIENT MULTI- OBJECTIVE BINARY GENETIC ALGORITHM

MR DAMPER OPTIMAL PLACEMENT FOR SEMI-ACTIVE CONTROL OF BUILDINGS USING AN EFFICIENT MULTI- OBJECTIVE BINARY GENETIC ALGORITHM 24th International Symposium on on Automation & Robotics in in Construction (ISARC 2007) Construction Automation Group I.I.T. Maras MR DAMPER OPTIMAL PLACEMENT FOR SEMI-ACTIVE CONTROL OF BUILDINGS USING

More information

Towards a Low-Power Accelerator of Many FPGAs for Stencil Computations

Towards a Low-Power Accelerator of Many FPGAs for Stencil Computations 2012 Thir International Conference on Networking an Computing Towars a Low-Power Accelerator of Many FPGAs for Stencil Computations Ryohei Kobayashi Tokyo Institute of Technology, Japan E-mail: kobayashi@arch.cs.titech.ac.jp

More information

Computer Organization

Computer Organization Computer Organization Douglas Comer Computer Science Department Purue University 250 N. University Street West Lafayette, IN 47907-2066 http://www.cs.purue.eu/people/comer Copyright 2006. All rights reserve.

More information

Classifying Facial Expression with Radial Basis Function Networks, using Gradient Descent and K-means

Classifying Facial Expression with Radial Basis Function Networks, using Gradient Descent and K-means Classifying Facial Expression with Raial Basis Function Networks, using Graient Descent an K-means Neil Allrin Department of Computer Science University of California, San Diego La Jolla, CA 9237 nallrin@cs.ucs.eu

More information

Finite Automata Implementations Considering CPU Cache J. Holub

Finite Automata Implementations Considering CPU Cache J. Holub Finite Automata Implementations Consiering CPU Cache J. Holub The finite automata are mathematical moels for finite state systems. More general finite automaton is the noneterministic finite automaton

More information

We are IntechOpen, the world s leading publisher of Open Access books Built by scientists, for scientists. International authors and editors

We are IntechOpen, the world s leading publisher of Open Access books Built by scientists, for scientists. International authors and editors We are IntechOpen, the worl s leaing publisher of Open Access books Built by scientists, for scientists 3,800 116,000 120M Open access books available International authors an eitors Downloas Our authors

More information

Video-based Characters Creating New Human Performances from a Multi-view Video Database

Video-based Characters Creating New Human Performances from a Multi-view Video Database Vieo-base Characters Creating New Human Performances from a Multi-view Vieo Database Feng Xu Yebin Liu? Carsten Stoll? James Tompkin Gaurav Bharaj? Qionghai Dai Hans-Peter Seiel? Jan Kautz Christian Theobalt?

More information

Non-Uniform Sensor Deployment in Mobile Wireless Sensor Networks

Non-Uniform Sensor Deployment in Mobile Wireless Sensor Networks 0 0 0 0 0 0 0 0 on-uniform Sensor Deployment in Mobile Wireless Sensor etworks Mihaela Carei, Yinying Yang, an Jie Wu Department of Computer Science an Engineering Floria Atlantic University Boca Raton,

More information

Lakshmish Ramanna University of Texas at Dallas Dept. of Electrical Engineering Richardson, TX

Lakshmish Ramanna University of Texas at Dallas Dept. of Electrical Engineering Richardson, TX Boy Sensor Networks to Evaluate Staning Balance: Interpreting Muscular Activities Base on Inertial Sensors Rohith Ramachanran Richarson, TX 75083 rxr057100@utallas.eu Gaurav Prahan Dept. of Computer Science

More information

Classical Mechanics Examples (Lagrange Multipliers)

Classical Mechanics Examples (Lagrange Multipliers) Classical Mechanics Examples (Lagrange Multipliers) Dipan Kumar Ghosh Physics Department, Inian Institute of Technology Bombay Powai, Mumbai 400076 September 3, 015 1 Introuction We have seen that the

More information

Generalized Edge Coloring for Channel Assignment in Wireless Networks

Generalized Edge Coloring for Channel Assignment in Wireless Networks TR-IIS-05-021 Generalize Ege Coloring for Channel Assignment in Wireless Networks Chun-Chen Hsu, Pangfeng Liu, Da-Wei Wang, Jan-Jan Wu December 2005 Technical Report No. TR-IIS-05-021 http://www.iis.sinica.eu.tw/lib/techreport/tr2005/tr05.html

More information

Evolutionary Optimisation Methods for Template Based Image Registration

Evolutionary Optimisation Methods for Template Based Image Registration Evolutionary Optimisation Methos for Template Base Image Registration Lukasz A Machowski, Tshilizi Marwala School of Electrical an Information Engineering University of Witwatersran, Johannesburg, South

More information

Local Path Planning with Proximity Sensing for Robot Arm Manipulators. 1. Introduction

Local Path Planning with Proximity Sensing for Robot Arm Manipulators. 1. Introduction Local Path Planning with Proximity Sensing for Robot Arm Manipulators Ewar Cheung an Vlaimir Lumelsky Yale University, Center for Systems Science Department of Electrical Engineering New Haven, Connecticut

More information

Colour Segmentation-based Computation of Dense Optical Flow with Application to Video Object Segmentation

Colour Segmentation-based Computation of Dense Optical Flow with Application to Video Object Segmentation ÖGAI Journal 24/1 11 Colour Segmentation-based Computation of Dense Optical Flow with Application to Video Object Segmentation Michael Bleyer, Margrit Gelautz, Christoph Rhemann Vienna University of Technology

More information

Random Clustering for Multiple Sampling Units to Speed Up Run-time Sample Generation

Random Clustering for Multiple Sampling Units to Speed Up Run-time Sample Generation DEIM Forum 2018 I4-4 Abstract Ranom Clustering for Multiple Sampling Units to Spee Up Run-time Sample Generation uzuru OKAJIMA an Koichi MARUAMA NEC Solution Innovators, Lt. 1-18-7 Shinkiba, Koto-ku, Tokyo,

More information

Navigation Around an Unknown Obstacle for Autonomous Surface Vehicles Using a Forward-Facing Sonar

Navigation Around an Unknown Obstacle for Autonomous Surface Vehicles Using a Forward-Facing Sonar Navigation Aroun an nknown Obstacle for Autonomous Surface Vehicles sing a Forwar-Facing Sonar Patrick A. Plonski, Joshua Vaner Hook, Cheng Peng, Narges Noori, Volkan Isler Abstract A robotic boat is moving

More information

d 3 d 4 d d d d d d d d d d d 1 d d d d d d

d 3 d 4 d d d d d d d d d d d 1 d d d d d d Proceeings of the IASTED International Conference Software Engineering an Applications (SEA') October 6-, 1, Scottsale, Arizona, USA AN OBJECT-ORIENTED APPROACH FOR MANAGING A NETWORK OF DATABASES Shu-Ching

More information

On Board 6D Visual Sensors for Intersection Driving Assistance Systems

On Board 6D Visual Sensors for Intersection Driving Assistance Systems On Board 6D Visual Sensors for Intersection Driving Assistance Systems S. Nedevschi, T. Marita, R. Danescu, F. Oniga, S. Bota, I. Haller, C. Pantilie, M. Drulea, C. Golban Sergiu.Nedevschi@cs.utcluj.ro

More information

Optimizing the quality of scalable video streams on P2P Networks

Optimizing the quality of scalable video streams on P2P Networks Optimizing the quality of scalable vieo streams on PP Networks Paper #7 ASTRACT The volume of multimeia ata, incluing vieo, serve through Peer-to-Peer (PP) networks is growing rapily Unfortunately, high

More information

Supporting Fully Adaptive Routing in InfiniBand Networks

Supporting Fully Adaptive Routing in InfiniBand Networks XIV JORNADAS DE PARALELISMO - LEGANES, SEPTIEMBRE 200 1 Supporting Fully Aaptive Routing in InfiniBan Networks J.C. Martínez, J. Flich, A. Robles, P. López an J. Duato Resumen InfiniBan is a new stanar

More information

CS 106 Winter 2016 Craig S. Kaplan. Module 01 Processing Recap. Topics

CS 106 Winter 2016 Craig S. Kaplan. Module 01 Processing Recap. Topics CS 106 Winter 2016 Craig S. Kaplan Moule 01 Processing Recap Topics The basic parts of speech in a Processing program Scope Review of syntax for classes an objects Reaings Your CS 105 notes Learning Processing,

More information

Technical Report TR Navigation Around an Unknown Obstacle for Autonomous Surface Vehicles Using a Forward-Facing Sonar

Technical Report TR Navigation Around an Unknown Obstacle for Autonomous Surface Vehicles Using a Forward-Facing Sonar Technical Report Department of Computer Science an Engineering niversity of Minnesota 4-192 Keller Hall 2 nion Street SE Minneapolis, MN 55455-159 SA TR 15-5 Navigation Aroun an nknown Obstacle for Autonomous

More information

Ground Plane Detection with a Local Descriptor

Ground Plane Detection with a Local Descriptor Ground Plane Detection with a Local Descriptor Kangru Wang, Lei Qu, Lili Chen, Yuzhang Gu, Dongchen Zhu, Xiaolin Zhang Shanghai Institute of Microsystem and Information Technology (SIMIT), Chinese Academy

More information

Detecting Overlapping Communities from Local Spectral Subspaces

Detecting Overlapping Communities from Local Spectral Subspaces Detecting Overlapping Communities from Local Spectral Subspaces Kun He, Yiwei Sun Huazhong University of Science an Technology Wuhan 430074, China Email: {brooklet60, yiweisun}@hust.eu.cn Davi Binel, John

More information

New Version of Davies-Bouldin Index for Clustering Validation Based on Cylindrical Distance

New Version of Davies-Bouldin Index for Clustering Validation Based on Cylindrical Distance New Version of Davies-Boulin Inex for lustering Valiation Base on ylinrical Distance Juan arlos Roas Thomas Faculta e Informática Universia omplutense e Mari Mari, España correoroas@gmail.com Abstract

More information

NEW METHOD FOR FINDING A REFERENCE POINT IN FINGERPRINT IMAGES WITH THE USE OF THE IPAN99 ALGORITHM 1. INTRODUCTION 2.

NEW METHOD FOR FINDING A REFERENCE POINT IN FINGERPRINT IMAGES WITH THE USE OF THE IPAN99 ALGORITHM 1. INTRODUCTION 2. JOURNAL OF MEDICAL INFORMATICS & TECHNOLOGIES Vol. 13/009, ISSN 164-6037 Krzysztof WRÓBEL, Rafał DOROZ * fingerprint, reference point, IPAN99 NEW METHOD FOR FINDING A REFERENCE POINT IN FINGERPRINT IMAGES

More information

State Indexed Policy Search by Dynamic Programming. Abstract. 1. Introduction. 2. System parameterization. Charles DuHadway

State Indexed Policy Search by Dynamic Programming. Abstract. 1. Introduction. 2. System parameterization. Charles DuHadway State Inexe Policy Search by Dynamic Programming Charles DuHaway Yi Gu 5435537 503372 December 4, 2007 Abstract We consier the reinforcement learning problem of simultaneous trajectory-following an obstacle

More information

EFFICIENT ON-LINE TESTING METHOD FOR A FLOATING-POINT ADDER

EFFICIENT ON-LINE TESTING METHOD FOR A FLOATING-POINT ADDER FFICINT ON-LIN TSTING MTHOD FOR A FLOATING-POINT ADDR A. Droz, M. Lobachev Department of Computer Systems, Oessa State Polytechnic University, Oessa, Ukraine Droz@ukr.net, Lobachev@ukr.net Abstract In

More information

Investigation into a new incremental forming process using an adjustable punch set for the manufacture of a doubly curved sheet metal

Investigation into a new incremental forming process using an adjustable punch set for the manufacture of a doubly curved sheet metal 991 Investigation into a new incremental forming process using an ajustable punch set for the manufacture of a oubly curve sheet metal S J Yoon an D Y Yang* Department of Mechanical Engineering, Korea

More information

Genetic Fuzzy Logic Control Technique for a Mobile Robot Tracking a Moving Target

Genetic Fuzzy Logic Control Technique for a Mobile Robot Tracking a Moving Target .IJCSI.org 67 Genetic Fuzzy Logic Control Technique for a Mobile Robot Tracking a Moving Target Karim Benbouaballah an Zhu Qi-an College of Automation, Harbin Engineering University Harbin, 151, China

More information

IEEE JOURNAL ON SELECTED AREAS IN COMMUNICATIONS, VOL. 31, NO. 4, APRIL

IEEE JOURNAL ON SELECTED AREAS IN COMMUNICATIONS, VOL. 31, NO. 4, APRIL IEEE JOURNAL ON SELECTED AREAS IN COMMUNICATIONS, VOL. 1, NO. 4, APRIL 01 74 Towar Efficient Distribute Algorithms for In-Network Binary Operator Tree Placement in Wireless Sensor Networks Zongqing Lu,

More information

Here are a couple of warnings to my students who may be here to get a copy of what happened on a day that you missed.

Here are a couple of warnings to my students who may be here to get a copy of what happened on a day that you missed. Preface Here are my online notes for my Calculus I course that I teach here at Lamar University. Despite the fact that these are my class notes, they shoul be accessible to anyone wanting to learn Calculus

More information

NAND flash memory is widely used as a storage

NAND flash memory is widely used as a storage 1 : Buffer-Aware Garbage Collection for Flash-Base Storage Systems Sungjin Lee, Dongkun Shin Member, IEEE, an Jihong Kim Member, IEEE Abstract NAND flash-base storage evice is becoming a viable storage

More information

Indexing the Edges A simple and yet efficient approach to high-dimensional indexing

Indexing the Edges A simple and yet efficient approach to high-dimensional indexing Inexing the Eges A simple an yet efficient approach to high-imensional inexing Beng Chin Ooi Kian-Lee Tan Cui Yu Stephane Bressan Department of Computer Science National University of Singapore 3 Science

More information

STEREOSCOPIC ROBOT VISION SYSTEM

STEREOSCOPIC ROBOT VISION SYSTEM Palinko Oskar, ipl. eng. Facult of Technical Sciences, Department of Inustrial Sstems Engineering an Management, 21 000 Novi Sa, Dositej Obraovic Square 6, Serbia & Montenegro STEREOSCOPIC ROBOT VISION

More information

Almost Disjunct Codes in Large Scale Multihop Wireless Network Media Access Control

Almost Disjunct Codes in Large Scale Multihop Wireless Network Media Access Control Almost Disjunct Coes in Large Scale Multihop Wireless Network Meia Access Control D. Charles Engelhart Anan Sivasubramaniam Penn. State University University Park PA 682 engelhar,anan @cse.psu.eu Abstract

More information

AN INVESTIGATION OF FOCUSING AND ANGULAR TECHNIQUES FOR VOLUMETRIC IMAGES BY USING THE 2D CIRCULAR ULTRASONIC PHASED ARRAY

AN INVESTIGATION OF FOCUSING AND ANGULAR TECHNIQUES FOR VOLUMETRIC IMAGES BY USING THE 2D CIRCULAR ULTRASONIC PHASED ARRAY AN INVESTIGATION OF FOCUSING AND ANGULAR TECHNIQUES FOR VOLUMETRIC IMAGES BY USING THE D CIRCULAR ULTRASONIC PHASED ARRAY S. Monal Lonon South Bank University; Engineering an Design 103 Borough Roa, Lonon

More information

Sensor Fusion-Based Parking Assist System

Sensor Fusion-Based Parking Assist System Sensor Fusion-Based Parking Assist System 2014-01-0327 Jaeseob Choi, Eugene Chang, Daejoong Yoon, and Seongsook Ryu Hyundai & Kia Corp. Hogi Jung and Jaekyu Suhr Hanyang Univ. Published 04/01/2014 CITATION:

More information

Using Vector and Raster-Based Techniques in Categorical Map Generalization

Using Vector and Raster-Based Techniques in Categorical Map Generalization Thir ICA Workshop on Progress in Automate Map Generalization, Ottawa, 12-14 August 1999 1 Using Vector an Raster-Base Techniques in Categorical Map Generalization Beat Peter an Robert Weibel Department

More information