Optimization of Image Processing in Video-based Traffic Monitoring

Size: px
Start display at page:

Download "Optimization of Image Processing in Video-based Traffic Monitoring"

Transcription

1 Optimization of Image Proessing in Vieo-base Traffi Monitoring Fei Zhu, Jiamin Ning, Yong Ren, Jingyu Peng Shool of Computer Siene an Tehnology, Soohow University, Suzhou, Jiangsu, 5006, P.R.China Applie Tehnology College of Soohow University, Suzhou, Jiangsu, 535, P.R.China, phone: zhufei@sua.eu.n Abstrat The vieo-base traffi monitoring systems have been wiely use. The system usually reas real time monitoring vieo an onverts them into images for proessing. However, suh systems are often limite by image proessing algorithms an on t behavior as expete. We hereby stuy optimization approahes for ifferent image proessing stages. As getting a binary image is important an funamental to image proessing, we first present an aaptive threshols approah for binary onversion. The approah hooses threshols aoring to eah pixel an its spae information. Then we introue a three-imension Gaussian filter for enoising. We also propose a Gaussian moel base bakgroun generation approah so that we an upate bakgroun at any time, thus getting ri of a major limitation of bakgroun subtration approah. Moving objets shaow etetion an removing mehanism is also ae in. We put forwar a burst noise eliminating algorithm that uses several ontinuous frames to wipe off suen noise in real worl monitoring. Finally, we assert that removal of the refletion light ban is to alleviate negative effet from high-energy refletion light. We onlue that aing in white light will reue olor saturation. In the area affete by refletion light ban, there are muh more white light involve than other area. Base on the onlusion, we use Gaussian moel an an improve four iretion Sobel operator to ahieve refletion light ban elimination from image. Inex Terms Digital images, image proessing, image quality, image olor analysis. I. INTRODUCTION The rapi evelopment of image proessing failitates the appliation of vieo-base monitoring systems in ifferent omains an areas. Vieo-base traffi monitoring system, a typial kin of wiely use monitoring system, an ahieve automati surveillane by vieo obtaine from monitoring system []. However, many vieo-base traffi monitoring systems, although their onveniene an low ost, on t perform as well as expete. Most vieo-base traffi monitoring systems involve image proessing, inluing image graying, binary onversion, an enoising []. Image proessing is an essential part to the monitoring system. Optimizing image proessing is able to Manusript reeive Marh 9, 0; aepte May 7, 0. This work was supporte by the natural siene founation of Jiangsu Provine uner Grant No. BK0375. improve monitoring effet. We hereby fous on optimization of the vieo-base traffi monitoring system, mainly in image proessing optimization. We will talk about optimization for image proessing in ifferent phrases of proessing routine. In the first setion, we present an aaptive threshols approah for binary onversion. Next, we will introue a three-imension Gaussian filter to remove noise in the image. As a most popular approah, bakgroun subtration, although being effetive, is usually limite by bakgroun real time etetion. We take avantage of a Gaussian moel to generate bakgroun with whih we an refresh the bakgroun ynamially at any time. We also put forwar a burst noise eliminating algorithm to remove its interferene. Finally, we use a novel approah to erase refletion light ban whih tens to isturb monitoring baly. II. BINARY CONVERSION WITH ADAPTIVE THRESHOLDS As olor information of an image is not so muh of use, images are usually onverte to binary ones. Image binary onversion is so important that sometimes it largely etermines affet final result. In a binary image, typially blak an white are use for eah pixel. White is often use to represent foregroun objets an blak is for bakgroun ones. The simplest metho of binary onversion is by threshol [3]. Eah pixel is set to if its gray value is not less than some threshol or otherwise set to 0, as () f x, y, g x, y threshol, 0, otherwise, where g(x, y) is the gray value of pixel (x, y). We an see that threshol is a key to arry on image segmentation. An ieal threshol is the one that remains as muh feature information as possible [4]. Aaptive threshol, whih take the position information of the pixel into onsieration, is a better solution than a single preefine threshol. We arry out image binary onversion with aaptive threshols metho, as follows [5]. Step : Segment the image into foregroun part an bakgroun part with (). Set eah pixel of whih grey value is less than threshol to 0; otherwise it will be set to () 9

2 threshol N LiP Li i N i i N i L h Li h Li, () where h(l i ) represents the ourrene of the gray value L i, an P(L i ) is its ourrene probability. Step : Get threshol by (3). Set eah pixel of whih gray value is less than threshol to 0; otherwise set it to :,,,,,, f x y f x y f x y,,,,,, f x, y f x, y f x, y, f x y f x y f x y u f x y f x y f x y,,,, f x y f x y f x y v f x y f x y f x y, (3) u threshol, v where f(x,y) is the gray value of pixel (x,y) an θ is minor sign less integral. Step 3: Get an aaptive winow A of pixel (x,y). Get a loal aaptive threshol 3. Set eah pixel of whih gray value is less than threshol 3 to 0; otherwise it will be set to f x, y threshol 3, (4) M where M is the total pixel number of A. The following two figures are onverte by threshol. The left one is proesse by a single preefine threshol metho an the right one is proesse by our aaptive threshols metho. We an see the segmente objets in the right image are istint, but they are fuzzy in the left one, espeially for the vehile in the enter of the image. Fig.. The left one is proesse by onversional single threshol metho an the right one is proesse by aaptive threshols metho. Obviously the right one is more istint than the left one. III. DENOISING WITH THREE-DIMENSION GAUSSIAN FILTERING Binary onverte images usually have lots of noise. Hene we nee image enoising to reue negative effet ause by noise. There are many ommonly use algorithms, suh as neighborhoo averaging, meian filtering an Gaussian filtering. A. Neighborhoo Averaging Filtering Neighborhoo averaging filtering (NAF) [6] assigns average gray value of a pixel an its neighborhoo pixels to the pixel, as (5) g x, y (, ), M f x y (5) x, y S where S is oorinate set of neighborhoo pixels, an M is total number of pixels in S. NAF approah works goo in most ases but it tens to make image fuzzy. B. Meian Filtering With meian filtering (MF) [7], gray value of eah original pixel will be replae with the meian value of a preefine winow W. (6) shows how to get meian value. MF approah an keep etails of image an protet ege from being fuzzy. However the image is still possible to get fuzzy. g( x, y) meian { f ( x k, y l), k, l W}. (6) C. Gaussian Filtering Gaussian Filter [8] is a linear smoothing filter whose weight relies on shape of Gaussian funtion. Gaussian filter works espeially effiient in removing the noise with normal istribution (Gaussian istribution) [8].One-imension Gaussian funtion is as (7) g x x sigma e, (7) where sigma etermines with of Gaussian funtion. D. Three-imension Gaussian Filtering In our experiment [9], we use a three-imension Gaussian filter (3DGF), with the kernel funtion: W 3 sigma, xw sigma f x e, (8) sigma f x, f i g x iw where W is the with of Gaussian funtion. Data ontext winow [-3 sigma, 3 sigma] overs most filter oeffiient. We teste filtering using the three approahes with ifferent parameters. Table I shows the proessing time, an Fig. shows filtering effets. TABLE I. PROCESSING TIME OF THREE APPROACHES WITH DIFFERENT PARAMETERS. SIZE OF TESTING IMAGE: CPU:INTEL CORE I GHZ. MEMORY: 8GB. Approah Time(s) NAF(3 3) 0.5 MF(3 3) 0.6 GF(sigma=0.065) DGF(sigma=0.065)

3 a) NAF (winow size:3 3) b) MF (winow size: 3 3) ) GF (sigma=0.065) ) 3DGF (sigma=0.065) Fig.. Denoising effets of three approahes with ifferent parameters. As we oul see, GF ha least proessing time an 3DGF took seon plae. As for the effet, 3DGF, the best one, ientifie the ars as well as lines of traffi lanes in the enter of images; while two ars an some part of the traffi lanes were so inistint in resulting image by GF. In general, 3DGF ha the best ost effiieny. IV. DYNAMIC BACKGROUND REFRESHING Bakgroun subtration is a pratial approah to etet moving objet in vieo monitoring [0]. However, in pratie, environmental fators will isturb monitoring. For example, sun light illumination variation an ifferent weather onitions make environmental bakgrouns so ifferent. As a result, onventional bakgroun subtration without bakgroun refreshing perioially an ynamially usually oes not work well in real worl. We here introue a ynami bakgroun refreshing metho so as to alleviate impat from environment. A. Bakgroun Detetion We fin the bakgroun of monitoring vieo, taken as a whole, tens to hange graually within a ertain time perio rather than suenly an sharply. The hange pixels generally pertain to a Gaussian istribution with mean value μ an variane σ. We hereby utilize Gaussian funtion to moel ifferent states of a pixel throughout all time perios. Consequently, given time t, the states of pixel (x, y) are a time sequene vetor. Eah pixel is subjet to Gaussian istribution P z t e xu, z I x, y, k, x,, M; y,, N; k,, t, (8) where I is an image sequene an (x, y, k) represents the pixel (x, y) of frame k. We use the moel to fit the new oming frame of pixel. Given a pixel, if the values of H (hue), S (saturation), an V (brightness) omponents [] are all between μ an σ, it will be set as a bakgroun pixel; otherwise it is a foregroun one. However, in HSV [] moel, if the value of S omponent is less than some threshol, the image will be regare as a monohromi one. As a result, H omponent beomes not so useful an olor preision of the image reflete by omponent of S rops with ereasing of V omponent value. Hene, we an see that H omponent is only involve in some eiate ases, S omponent is use to exam whether the image is hromati or monohromi, an V omponent is essential all through the proessing. Let H, S, V be the H, S, an V omponent value of a pixel respetively; let H, S, V be the H, S, an V omponent value of a new oming pixel respetively; let S T be a threshol of saturation; let σ be the stanar eviation. We an use the following riterion to examine whether the oming pixel is a bakgroun one or a foregroun one. There are altogether four kins of ases: Case : if both S an S are less than S T, we will hek whether variation of V omponent is not more than variane σ. If true, the pixel is regare as a bak one. Conition: ( S ST ) AND ( S ST ) ; Criterion: V V. Case : if S is less than S T an S is greater than S T, we will hek whether both variation of V omponent an variation of S omponent are not more than variane σ. If true, the pixel is regare as a bak one. Conition: ( S ST) AND ( S ST) ; Criterion: V V AND S S. Case 3: if S is less than S T an S is less than S T, we will hek whether both variation of V omponent an variation of S omponent are not more than variane σ. If true, the pixel is regare as a bak one. Conition: ( S ST) AND ( S ST) ; Criterion: V V AND S S. Case 4: if both S an S are greater than S T, we will hek whether variation of V omponent, variation of S omponent, an value of S multiply osine the variation of H omponent are not more than variane σ. If true, the pixel is regare as a bak one. Conition: ( S ST) AND ( S ST) ; Criterion: V V AND S S AND S os H H. After bakgroun etetion, those unmathe pixels will be kept unhange an those mathe ones will be upate by the (9): x, max min, x, where σ min is a threshol of noise, α represents the moel learning rate, an x enotes the omponents of H, S an V. As the initial istribution of pixels is unknown, we set the omponent values of the pixels in first frame to be the mean (9) 93

4 value of Gaussian istribution an variane to be zero. After that we save values of H, S an V omponents, as well as orresponing mean values an variane values. Then we will ompare the values with the save ol values. Finally we will upate the ones whih have the same values as the save ol values, an leave alone others. B. shaow etetion The shaow of the moving objets will make objet separation omponent inorretly etet objet along with its shaow as moving objet. If the subsequent proessing is base on etete moving objet, it will result in mistake []. Hene, we nee to etet an remove the shaow of moving objets. We fin that ompare with the objet part, the shaow part is arker an has less olor. By this riterion, we put forwar an approah to etet an remove the shaow of moving objets. We ompare the value of the bakgroun pixel with that of shaow pixel. If the variation of H omponent value an the variation of S omponent value are both less than some given threshol, it an be etermine as a shaow pixel. The riterion is showe as follows. V That is, give a pixel (x, y), if an S S Ts, V an H H TH, we will set S omponent value of (x, y) to ; otherwise we will set it to 0. Here T s an T h enote the threshols of S omponent an H omponent respetively. As the V omponent value of the pixel in shaowe area is generally less than that of the pixel in unshaowe area, γ an β are less than. Meanwhile β is use to measure the strength of brightness. The greater β shows the brighter the light the pixel has. By this, we an remove the shaow of moving objets. The following figures show us the effet of getting separate moving objets with shaow removing. Fig. 3. The left figure is snapshot from monitoring system in urban roa. The right figure is the greye image after separating moving objets an removing it shaow. Fig. 4. The left figure is snapshot monitoring system in highway. The right figure is the greye image after separating moving objets an removing it shaow. The left two figures are snapshots from monitoring system in urban roa an in highway. The right figures are orresponing greye image after separating moving objets an removing it shaow. We an see that the moving objets are effetely ientifie an separate; the shaows are also remove. V. BURST NOISE ELIMINATING Burst noise, suh as flying bir an falling leaves, is an unexpete an suen interferene from outsie an usually exists for a very short time span [0]. Due to the harateristi that most of the burst noise merely exists in several ontinuous frames, we will take avantage of several anterior an posterior frames to remove the burst noise. First, we get subtration of urrent frame F n an previous frame Fn-, namely Dif t. Then we get subtration of urrent frame an urrent bakgroun, namely Dif b. We an see that Dif b inlues urrent moving objets an noise. As the time span between two ontinuous frames is very short, the burst noise woul generally exist in both frames. Therefore we an remove the burst noise by their subtration. Thus, Dift only has relative moving information. After that, we get moving objets an bakgroun frames Dif t an Dif b. The algorithm that segments moving objets from image with burst noise removing is shown as follows. Step : Get frame subtration Dif t Dif b. Dif x, y F x, y F x, y. (0) t n n Step : Get subtration of urrent frame an bakgroun Dif x, y F x, y B x, y. () b n Step 3: Given pixel (x, y), if Dif b (x, y) an Dif t (x, y) are both, it is regaring as a moving pixel an will be set to ;otherwise it will be set to 0. Step 4: Repeately eal with eah pixel in the frame with step to step 3. Step 5: Get total movement value by summing up the results returne from step 4. Step 6: If the total movement is greater than the preetermine threshol, it will be treate as a moving objet; otherwise it is a non-moving one. VI. REFLECTION LIGHT BAND ERASING Many objets, suh as groun an water, an reflet light. Yet these refletions an be ignore as they perturb monitoring so slightly. However, light ban, whih is ause by highly refletive objets suh as glass, is a kin of lustere refletion light with high energy. It will isturb monitoring very muh [], [5], [9], as it is often inorretly regare as moving objets. Here we will introue an approah to remove the refletion of highly refletive objets. We have foun that a light ban has an obvious ege with symmetrial brightness, whih is the part with highest energy in refletion light. After binary onversion, the variation of light aroun light ban will beome more istint. We an see the istinguishing hange of brightness in Fig. 5. Inee, it is 94

5 neither environment hange of light, nor shae, an nor burst noise. Fig. 5. The image with refletion light ban. Few of existing bakgroun upating algorithms an shaow eliminating algorithms an eal with the refletion light ban [],[],[0]. In our approah, we regar removal of the refletion light ban as eliminating high-energy part of image. We have foun that the low-beam of ar healamp is asymmetri on both sies of the referene axis while the full-beam of ar healamp is symmetri. In fat, the brightness of reflete light is with a graient istribution. In partiular, the graient istribution of the part that is not affete by the refletion is uniform an similar to the graient istribution of the bakgroun. Deteting the ege of light ban is an important an funamental step of light ban eliminating. There are many operators for ege etetion algorithm, suh as Canny operator [], Sobel operator [3], an Prewitt operator [3]. As the Canny ege etetor uses a multi-stage algorithm, although usually returning goo results, it is more time onsuming than some other ones [4]. Both Sobel operator an Prewitt operator are isrete ifferentiation operators. The Prewitt operator uses averaging filtering [3] to ompute an approximation of the graient of the image intensity funtion; while the Sobel operator uses weighte filtering [3] to get an approximation of the opposite of the graient of the image intensity funtion. Taking into aount of brightness variation an real-time proessing requirement, we here use improve four iretion Sobel operator [5] to a weight to the pixels near the enter an the pixels near the ege highlight so as to get the graient approximation of brightness funtion, thus improving auray an fastening the operating spee. The improve four iretion Sobel operator for onvolution operation are given in Table II. TABLE II. IMPROVED FOUR-DIRECTION SOBEL OPERATOR FOR CONVOLUTION OPERATION We utilize the above Sobel operators to get eah graient omponent of V omponents of bakgroun image an pening image, as (): V x y V x y V x y V x y V x y V x y V x y V x y V x y V x y V x y V x y gx 3* V x, y 0* V x, y 3* V x, y 3*, 0*, 3*,, g y 3* V x, y 0* V x, y 3* V x, y 3*, 0*, 3*,, gl 3* V x, y 0* V x, y 3* V x, y 3*, 0*, 3*,, gr 3* V x, y 0* V x, y 3* V x, y 3*, 0*, 3*,, where g x, g y, g l, an g r are graient omponents for x-iretion, y-iretion, left iagonal iretion an right iagonal iretion. We use g x, g y, g l, an g r to get x an y iretion graient an iagonal iretion graient, as (3): G g g G g g x y l r,. (3) As brightness graient istribution of the light ause by iffuse refletion is ifferent from the one ause by full refletion, we an then we an test whether a given region is affete by full refletion light, as (4) t t b b G G G G threshol, (4) where G t enotes the testing image, an G b represents the bakgroun. When a full refletion light omes, we examine the variation between V omponent graient of the region an that of the bakgroun. As the energy istribution of the full refletion light rapi elines with the expansion of range of irraiation, while at the same time the iffuse refletion light elines in a slower spee rate, along with iretional harateristis of the full refletion light, it is more effetive to separate bakgroun an foregroun by using graient ifferene of the two iretions than by using graient of single iretion. As we have known it will ause a large variation of the bakgroun saturation if the target light is projete to the bakgroun. We onlue that the saturation of the testing image, S t, is greater than that of the bakgroun one, S b. Aing in white light will reue olor saturation. When using bakgroun subtration to extrat moving objets, we take avantage of the above jugment rule. If the following onitions are satisfie, we an onsier the image is affete by full refletion light rather than moving objet t t b b G G G G threshol. (5) Fig. 6 shows us the effet of refletion light ban erasing. The left one is image of Fig. 6 is the binary onverte image 95

6 an the right one is the orresponing generate greye image. We an see that most of isturbing refletion light ban is eliminate. we utilize the harateristis of H, S an V omponent of refletion light ban an onlue that removal of the refletion light ban is eliminating high-energy part of image. Base on the rule, we propose an approah to remove refletion light ban. The experiments show that the optimization approahes an algorithms prove to improve effeteness an effiieny of system. Fig. 6. The image that is after refletion light ban erasing. However, we an see from Fig. 6 that although most of refletion light ban is remove, the ege pixels that are near the light ban are also orroe. To solve the problem, we use Canny algorithm [] to etet the ege of the refletion light ban. The left figure of Fig. 7 is the ege etete by Canny before refletion light ban erasing; the right figure of Fig. 7 is the ege etete by Canny after refletion light ban erasing. Fig. 7 shows us that Canny algorithm an eal with ege orrosion. Fig. 7. The left figure is the ege etete by Canny algorithm before refletion light ban erasing; the right figure is the ege etete by Canny algorithm after refletion light ban erasing. VII. CONCLUSIONS A vieo-base traffi monitoring system must be apable of working in various weather an illumination onitions. However, it has a lot of prerequisites an onstraints. In this paper, we fous on optimizing image proessing in vieo-base traffi monitoring. We first improve the threshol-base image binary onversion approah. Different from onventional approah, out aaptive threshol take into spae information as well an proves to be a better one. Then we make a traeoff between time ost an effet, introuing a three-imension Gaussian filtering enoising approah. We use a Gaussian moel to generate bakgroun, so that we an refresh bakgroun any time, thus throwing away a major limitation of bakgroun subtration approah. At same time, we also introue metho to etet an remove shaow of moving objets so that the separate moving objets will not be isturbe by their shaows. As burst noise will often interfere monitoring, we, taking avantage of the harateristi that most of the burst noise merely exists in several ontinuous frames, put forwar an algorithm to remove burst noise by several anterior an posterior frames. Aiming at eliminating refletion light ban, 96 REFERENCES [] P. Kumar, S. Ranganath, W. M. Huang, K. Sengupta, Framework for real-time behavior interpretation from traffi vieo, IEEE Transations on Intelligent Transportation Systems, vol. 6, no., pp , 005. [Online]. Available: [] J. Zhou, D. Gao, D. Zhang, Moving Vehile Detetion for Automati Traffi Monitoring, IEEE Transations on Vehiular Tehnology, vol. 56, no.. pp. 5 59, 007. [Online]. Available: [3] H. Zhang, J. E. Fritts, S. A. Golman, Image segmentation evaluation: A survey of unsupervise methos, Computer Vision an Image Unerstaning, vol. 0, no., pp , 008. [Online]. Available: [4] O. Miller, A. Averbuh, Color image segmentation base on aaptive loal threshols, Image an Vision Computing, vol. 3, no., pp , 005. [Online]. Available: [5] F. Zhu, A Vieo-Base Traffi Congestion Monitoring System Using Aaptive Bakgroun Subtration, in Pro. of the ISECS, IEEE, 009, pp [6] D. Barash, Nonlinear iffusion filtering on extene neighborhoo, Applie Numerial Mathematis, vol. 5, no, pp., 005. [Online]. Available: [7] W. W. Boles, M. Kanefsky, M. Simaan, A reue ege istortion meian filtering algorithm for binary images, Signal Proessing, vol., no., pp , 990. [Online]. Available: [8] P. F. Johannes, D. Haeyer, Gaussian filtering of images: A regularization approah, Signal Proessing, vol. 8, no, pp. 69 8, 989. [Online]. Available: [9] F. Zhu, L.Y. Li, An Optimize Vieo-Base Traffi Congestion Monitoring System, in Pro. of the Knowlege Disovery an Data Mining, IEEE, 00, pp [0] C. C. Chiu, M. Y. Ku, L. Y. Liang, A Robust Objet Segmentation System Using a Probability-Base Bakgroun Extration Algorithm, IEEE Transations on Ciruits an Systems for Vieo Tehnology, vol. 0, no 4, pp , 00. [Online]. Available: [] T. F. Chan, S. H. Kang, J. H. Shen, Total Variation Denoising an Enhanement of Color Images Base on the CB an HSV Color Moels, Journal of Visual Communiation an Image Representation, vol., no. 4, pp , 00. [Online]. Available: [] J. Canny, A Computational Approah To Ege Detetion, IEEE Trans. Pattern Analysis an Mahine Intelligene, vol. 8, no. 6, pp ,986, [3] I. E. Abou, W.K. Pratt, "Quantitative esign an evaluation of enhanement/thresholing ege etetors, IEEE Transations on Image Proessing, Vol. 67. No. 5, pp , 979. [4] L. J. Ding, A. Goshtasby, On the Canny ege etetor, Pattern Reognition, vol. 34, no. 3, pp. 7 75, 0. [5] H. Fari, E. P. Simonelli, Differentiation of isrete multi-imensional signals, IEEE Transations on Image Proessing, vol. 3, no. 4, pp , 00. [Online]. Available:

Unsupervised Segmentation of Stereoscopic Video Objects: Proposal. and Comparison of Two Depth-Based Approaches

Unsupervised Segmentation of Stereoscopic Video Objects: Proposal. and Comparison of Two Depth-Based Approaches Unsupervise Segmentation of Stereosopi Vieo Objets: Proposal an Comparison of Two Depth-Base Approahes Klimis S. Ntalianis an Athanasios S.Drigas Net Meia Lab, NCSR Demokritos, Athens, Greee E-mail: kntal@image.ntua.gr

More information

LAB 4: Operations on binary images Histograms and color tables

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

More information

An Efficient Image Distortion Correction Method for an X-ray Digital Tomosynthesis System

An Efficient Image Distortion Correction Method for an X-ray Digital Tomosynthesis System An Effiient Image Distortion Corretion Metho for an X-ray Digital Tomosynthesis System J.Y. Kim Dept. of Mehatronis Engineering, Tongmyong University of Information Tehnology, 55 Yongang-ong, Nam-gu, Busan

More information

The Thresholding MLEM Algorithm

The Thresholding MLEM Algorithm Journal of Meial an Biologial Engineering, 24(2: 85-9 85 The Thresholing MLEM Algorithm Keh-Shih Chuang, Meei-Ling Jan,2 Jay Wu Sharon Chen Yu-Ching Ni Ying-Kai Fu 2 epartment of Nulear Siene, National

More information

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

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

More information

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

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

More information

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

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

More information

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

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

More information

PLANE-BASED CAMERA CALIBRATION WITHOUT DIRECT OPTIMIZATION ALGORITHMS. Jorge A. Sánchez, Eduardo A. Destefanis, Luis R. Canali

PLANE-BASED CAMERA CALIBRATION WITHOUT DIRECT OPTIMIZATION ALGORITHMS. Jorge A. Sánchez, Eduardo A. Destefanis, Luis R. Canali PLANE-BASED CAMERA CALIBRAION WIHOU DIREC OPIMIZAION ALGORIHMS Jorge A. Sánhez, Euaro A. Destefanis, Luis R. Canali Centro e Investigaión en Informátia para Ingeniería, Univ. enológia Naional, Faulta Regional

More information

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

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

More information

Chromaticity-matched Superimposition of Foreground Objects in Different Environments

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

More information

FUZZY WATERSHED FOR IMAGE SEGMENTATION

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

More information

Learning Spatiotemporal Features for Infrared Action Recognition with 3D Convolutional Neural Networks

Learning Spatiotemporal Features for Infrared Action Recognition with 3D Convolutional Neural Networks Learning Spatiotemporal Features for Infrare Ation Reognition with 3D Convolutional Neural Networks Zhuolin Jiang, Viktor Rozgi, Sanar Aali Raytheon BBN Tehnologies, Cambrige, MA, 02138 {zjiang, vrozgi,

More information

LARGE-SCALE INVERSE MICROWAVE BACKSCATTER MODELING OF SEA ICE

LARGE-SCALE INVERSE MICROWAVE BACKSCATTER MODELING OF SEA ICE LARGE-SCALE INVERSE MICROWAVE BACKSCATTER MODELING OF SEA ICE Quinn P Remun Mirowave Earth Remote Sensing Laboratory Brigham Young University Provo Utah Abstrat Polar sea ie harateristi provie important

More information

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

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

More information

Multitarget Data Association with Higher-Order Motion Models

Multitarget Data Association with Higher-Order Motion Models Multitarget Data Assoiation with Higher-Orer Motion Moels Robert T. Collins The Pennsylvania State University University Park, PA 16802, USA Abstrat We present an iterative approximate solution to the

More information

OPERATING INSTRUCTIONS FOR. COPA (Computer Aided Photoelastic Analysis) PROGRAMME: VERSION 3. Philip Siegmann & Eann Patterson

OPERATING INSTRUCTIONS FOR. COPA (Computer Aided Photoelastic Analysis) PROGRAMME: VERSION 3. Philip Siegmann & Eann Patterson OPERATNG NSTRUCTONS FOR COPA (Computer Aie Photoelasti Analysis) PROGRAMME: VERSON 3 Philip Siegmann & Eann Patterson ntroution This oument aompanies a new piee of software initially proue in the Experimental

More information

New Fuzzy Object Segmentation Algorithm for Video Sequences *

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

More information

3D Drone-Cell Deployment Optimization for Drone Assisted Radio Access Networks

3D Drone-Cell Deployment Optimization for Drone Assisted Radio Access Networks 3D Drone-Cell Deployment Optimization for Drone Assiste Raio Aess Networks (Invite Paper) Weisen Shi, Junling Li, Wenhao Xu, Haibo Zhou, Ning Zhang, an Xuemin (Sherman) Shen, Department of Eletrial an

More information

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

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

More information

A Full-Featured, Error Resilient, Scalable Wavelet Video Codec Based on the Set Partitioning in Hierarchical Trees (SPIHT) Algorithm

A Full-Featured, Error Resilient, Scalable Wavelet Video Codec Based on the Set Partitioning in Hierarchical Trees (SPIHT) Algorithm A Full-Feature, Error Resilient, Salable Wavelet Vieo Coe Base on the Set Partitioning in Hierarhial Trees (SPIHT) Algorithm Sungae Cho an William A. Pearlman Center for Next Generation Vieo Researh Rensselaer

More information

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

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

More information

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

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

More information

Conflicts Analysis for Inter-Enterprise Business Process Model

Conflicts Analysis for Inter-Enterprise Business Process Model Conflits Analysis for nter-enterprise Business Proess Moel Wei DNG, Zhong TAN, Jian WANG, Jun ZHU, Haiqi LANG,Lei ZHANG {ingw, tianz, wangwj, zhujun, lianghq, lzhang}@n.ibm.om BM China Researh Lab, BM

More information

Solutions to Tutorial 2 (Week 9)

Solutions to Tutorial 2 (Week 9) The University of Syney Shool of Mathematis an Statistis Solutions to Tutorial (Week 9) MATH09/99: Disrete Mathematis an Graph Theory Semester, 0. Determine whether eah of the following sequenes is the

More information

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

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

More information

Relevance for Computer Vision

Relevance for Computer Vision The Geometry of ROC Spae: Understanding Mahine Learning Metris through ROC Isometris, by Peter A. Flah International Conferene on Mahine Learning (ICML-23) http://www.s.bris.a.uk/publiations/papers/74.pdf

More information

Detecting Outliers in High-Dimensional Datasets with Mixed Attributes

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

More information

Fast Elliptic Curve Algorithm of Embedded Mobile Equipment

Fast Elliptic Curve Algorithm of Embedded Mobile Equipment Send Orders for Reprints to reprints@benthamsiene.net 8 The Open Eletrial & Eletroni Engineering Journal, 0, 7, 8-4 Fast Ellipti Curve Algorithm of Embedded Mobile Equipment Open Aess Lihong Zhang *, Shuqian

More information

arxiv: v2 [cs.hc] 28 Apr 2018

arxiv: v2 [cs.hc] 28 Apr 2018 Clustrophile 2: Guie Visual Clustering Analysis Maro Cavallo an Çağatay Demiralp a arxiv:1804.03048v2 [s.hc] 28 Apr 2018 Fig. 1: Clustrophile 2 is an interative tool for guie exploratory lustering analysis.

More information

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

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

More information

13.1 Numerical Evaluation of Integrals Over One Dimension

13.1 Numerical Evaluation of Integrals Over One Dimension 13.1 Numerial Evaluation of Integrals Over One Dimension A. Purpose This olletion of subprograms estimates the value of the integral b a f(x) dx where the integrand f(x) and the limits a and b are supplied

More information

KERNEL SPARSE REPRESENTATION WITH LOCAL PATTERNS FOR FACE RECOGNITION

KERNEL SPARSE REPRESENTATION WITH LOCAL PATTERNS FOR FACE RECOGNITION KERNEL SPARSE REPRESENTATION WITH LOCAL PATTERNS FOR FACE RECOGNITION Cuiui Kang 1, Shengai Liao, Shiming Xiang 1, Chunhong Pan 1 1 National Laboratory of Pattern Reognition, Institute of Automation, Chinese

More information

Patch Volumes: Segmentation-based Consistent Mapping with RGB-D Cameras

Patch Volumes: Segmentation-based Consistent Mapping with RGB-D Cameras Path Volumes: Segmentation-base Consistent Mapping with RGB-D Cameras Peter Henry an Dieter Fox University of Washington Computer Siene & Engineering Seattle, Washington peter@s.washington.eu fox@s.washington.eu

More information

The influence of defeated arguments in defeasible argumentation

The influence of defeated arguments in defeasible argumentation The influene of efeate arguments in efeasible argumentation Bart Verheij University of Limburg, Department of Metajuriia P.O. Box 616, 6200 MD Maastriht, The Netherlans fax: +31 43 256538 email: bart.verheij@metajur.rulimburg.nl

More information

Multi-hop Fast Conflict Resolution Algorithm for Ad Hoc Networks

Multi-hop Fast Conflict Resolution Algorithm for Ad Hoc Networks Multi-hop Fast Conflit Resolution Algorithm for Ad Ho Networks Shengwei Wang 1, Jun Liu 2,*, Wei Cai 2, Minghao Yin 2, Lingyun Zhou 2, and Hui Hao 3 1 Power Emergeny Center, Sihuan Eletri Power Corporation,

More information

Transition Detection Using Hilbert Transform and Texture Features

Transition Detection Using Hilbert Transform and Texture Features Amerian Journal of Signal Proessing 1, (): 35-4 DOI: 1.593/.asp.1.6 Transition Detetion Using Hilbert Transform and Texture Features G. G. Lashmi Priya *, S. Domni Department of Computer Appliations, National

More information

E200 ORT series Torque Transducer 10mNm to 500Nm

E200 ORT series Torque Transducer 10mNm to 500Nm E200 ORT series Torque Transuer 10mNm to 500Nm E200 ORT Series Optial Rotary Torque Transuer The E200 ORT Series (Optial Rotary Torque) Transuer offers, in onjuntion with an E201/2 Display Interfae, an

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

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

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

More information

Australian Journal of Basic and Applied Sciences. A new Divide and Shuffle Based algorithm of Encryption for Text Message

Australian Journal of Basic and Applied Sciences. A new Divide and Shuffle Based algorithm of Encryption for Text Message ISSN:1991-8178 Australian Journal of Basi and Applied Sienes Journal home page: www.ajbasweb.om A new Divide and Shuffle Based algorithm of Enryption for Text Message Dr. S. Muthusundari R.M.D. Engineering

More information

Optimization of Two-Stage Cylindrical Gear Reducer with Adaptive Boundary Constraints

Optimization of Two-Stage Cylindrical Gear Reducer with Adaptive Boundary Constraints 5 JOURNAL OF SOFTWARE VOL. 8 NO. 8 AUGUST Optimization of Two-Stage Cylindrial Gear Reduer with Adaptive Boundary Constraints Xueyi Li College of Mehanial and Eletroni Engineering Shandong University of

More information

Gray Codes for Reflectable Languages

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

More information

Dynamic Restoration in Multi-layer IP/MPLS-over- Flexgrid Networks

Dynamic Restoration in Multi-layer IP/MPLS-over- Flexgrid Networks Dynami Restoration in Multi-layer IP/MPLS-over- Flexgri Networks Alberto Castro, Luis Velaso, Jaume Comellas, an Gabriel Junyent Universitat Politènia e Catalunya (UPC), Barelona, Spain E-mail: aastro@a.up.eu

More information

Model Based Approach for Content Based Image Retrievals Based on Fusion and Relevancy Methodology

Model Based Approach for Content Based Image Retrievals Based on Fusion and Relevancy Methodology The International Arab Journal of Information Tehnology, Vol. 12, No. 6, November 15 519 Model Based Approah for Content Based Image Retrievals Based on Fusion and Relevany Methodology Telu Venkata Madhusudhanarao

More information

Learning Non-Linear Reconstruction Models for Image Set Classification

Learning Non-Linear Reconstruction Models for Image Set Classification Testing Training Learning Non-Linear Reonstrution Moels for Image Set Classifiation Munawar Hayat, Mohamme Bennamoun, Senian An Shool of Computer Siene an Software Enginnering The University of Western

More information

Accommodations of QoS DiffServ Over IP and MPLS Networks

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

More information

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

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

More information

Inverse Design of Urban Procedural Models

Inverse Design of Urban Procedural Models Inverse Design of Uran Proeural Moels Carlos A. Vanegas Purue University U.C. Berkeley Ignaio Garia-Dorao Purue University Daniel G. Aliaga Purue University Development site Paul Waell U.C. Berkeley Non-optimize

More information

Image-based Automatic Object Localisation in ispace Environment

Image-based Automatic Object Localisation in ispace Environment Magyar Kutatók 10. Nemzetközi Szimpóziuma 10 th International Symposium of Hungarian Researhers on Computational Intelligene an Informatis Image-base Automati Objet Loalisation in ispae Environment Péter

More information

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

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

More information

Partial Character Decoding for Improved Regular Expression Matching in FPGAs

Partial Character Decoding for Improved Regular Expression Matching in FPGAs Partial Charater Deoding for Improved Regular Expression Mathing in FPGAs Peter Sutton Shool of Information Tehnology and Eletrial Engineering The University of Queensland Brisbane, Queensland, 4072, Australia

More information

Boosted Random Forest

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

More information

Figure 1. LBP in the field of texture analysis operators.

Figure 1. LBP in the field of texture analysis operators. L MEHODOLOGY he loal inary pattern (L) texture analysis operator is defined as a gray-sale invariant texture measure, derived from a general definition of texture in a loal neighorhood. he urrent form

More information

Anchoring quartet-based phylogenetic distances and applications to species tree reconstruction

Anchoring quartet-based phylogenetic distances and applications to species tree reconstruction Anhoring quartet-base phylogeneti istanes an appliations to speies tree reonstrution Erfan Sayyari an Siavash Mirarab Department of Eletrial an Computer Engineering University of California at San Diego

More information

A scheme for racquet sports video analysis with the combination of audio-visual information

A scheme for racquet sports video analysis with the combination of audio-visual information A sheme for raquet sports video analysis with the ombination of audio-visual information Liyuan Xing a*, Qixiang Ye b, Weigang Zhang, Qingming Huang a and Hua Yu a a Graduate Shool of the Chinese Aadamy

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

Video Data and Sonar Data: Real World Data Fusion Example

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

More information

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

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

More information

Predicting Project Outcome Leveraging Socio-Technical Network Patterns

Predicting Project Outcome Leveraging Socio-Technical Network Patterns 203 7th European Conferene on Software Maintenane an Reengineering Preiting Projet Outome Leveraging Soio-Tehnial Network Patterns Dii Surian, Yuan Tian, Davi Lo, Hong Cheng an Ee-Peng Lim Shool of Information

More information

arxiv: v1 [cs.db] 13 Sep 2017

arxiv: v1 [cs.db] 13 Sep 2017 An effiient lustering algorithm from the measure of loal Gaussian distribution Yuan-Yen Tai (Dated: May 27, 2018) In this paper, I will introdue a fast and novel lustering algorithm based on Gaussian distribution

More information

Algorithms, Mechanisms and Procedures for the Computer-aided Project Generation System

Algorithms, Mechanisms and Procedures for the Computer-aided Project Generation System Algorithms, Mehanisms and Proedures for the Computer-aided Projet Generation System Anton O. Butko 1*, Aleksandr P. Briukhovetskii 2, Dmitry E. Grigoriev 2# and Konstantin S. Kalashnikov 3 1 Department

More information

Segmentation of brain MR image using fuzzy local Gaussian mixture model with bias field correction

Segmentation of brain MR image using fuzzy local Gaussian mixture model with bias field correction IOSR Journal of VLSI and Signal Proessing (IOSR-JVSP) Volume 2, Issue 2 (Mar. Apr. 2013), PP 35-41 e-issn: 2319 4200, p-issn No. : 2319 4197 Segmentation of brain MR image using fuzzy loal Gaussian mixture

More information

Using Augmented Measurements to Improve the Convergence of ICP

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

More information

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

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

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

More information

An Optimized Approach on Applying Genetic Algorithm to Adaptive Cluster Validity Index

An Optimized Approach on Applying Genetic Algorithm to Adaptive Cluster Validity Index IJCSES International Journal of Computer Sienes and Engineering Systems, ol., No.4, Otober 2007 CSES International 2007 ISSN 0973-4406 253 An Optimized Approah on Applying Geneti Algorithm to Adaptive

More information

Evolutionary Feature Synthesis for Image Databases

Evolutionary Feature Synthesis for Image Databases Evolutionary Feature Synthesis for Image Databases Anlei Dong, Bir Bhanu, Yingqiang Lin Center for Researh in Intelligent Systems University of California, Riverside, California 92521, USA {adong, bhanu,

More information

Color Image Fusion for Concealed Weapon Detection

Color Image Fusion for Concealed Weapon Detection In: E.M. Carapezza (Ed.), Sensors, and ommand, ontrol, ommuniations, and intelligene (C3I) tehnologies for homeland defense and law enforement II, SPIE-571 (pp. 372-379). Bellingham, WA., USA: The International

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

Cluster-Based Cumulative Ensembles

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

More information

Searching for Entities: When Retrieval Meets Extraction

Searching for Entities: When Retrieval Meets Extraction Searhing for Entities: When Retrieval Meets Extration Qi Li, Daqing He Shool of Information Sienes, University of Pittsburgh Pittsburgh, Pennsylvania, U. S. {qili, aqing}@sis.pitt.eu Abstrat. Retrieving

More information

Pipelined Multipliers for Reconfigurable Hardware

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

More information

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

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

More information

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

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

More information

A Plane Tracker for AEC-automation Applications

A Plane Tracker for AEC-automation Applications A Plane Tracker for AEC-automation Applications Chen Feng *, an Vineet R. Kamat Department of Civil an Environmental Engineering, University of Michigan, Ann Arbor, USA * Corresponing author (cforrest@umich.eu)

More information

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

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

More information

Expert Systems with Applications

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

More information

Electromagnetic Waves

Electromagnetic Waves Eletromagneti Waves Physis 6C Eletromagneti (EM) waves are produed by an alternating urrent in a wire. As the harges in the wire osillate bak and forth, the eletri field around them osillates as well,

More information

NOISE is inevitable in any image-capturing process. Even

NOISE is inevitable in any image-capturing process. Even IEEE TRANSACTIONS ON PATTERN ANALYSIS AND MACHINE INTELLIGENCE, VOL. 34, NO. 7, JULY 2012 1329 Differene-Based Image Noise Modeling Using Skellam Distribution Youngbae Hwang, Member, IEEE, Jun-Sik Kim,

More information

Design of High Speed Mac Unit

Design of High Speed Mac Unit Design of High Speed Ma Unit 1 Harish Babu N, 2 Rajeev Pankaj N 1 PG Student, 2 Assistant professor Shools of Eletronis Engineering, VIT University, Vellore -632014, TamilNadu, India. 1 harishharsha72@gmail.om,

More information

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

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

More information

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

Detection and Recognition of Non-Occluded Objects using Signature Map

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

More information

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

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

More information

CleanUp: Improving Quadrilateral Finite Element Meshes

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

More information

RANGE DOPPLER ALGORITHM FOR BISTATIC SAR PROCESSING BASED ON THE IMPROVED LOFFELD S BISTATIC FORMULA

RANGE DOPPLER ALGORITHM FOR BISTATIC SAR PROCESSING BASED ON THE IMPROVED LOFFELD S BISTATIC FORMULA Progress In Eletromagnetis Researh Letters, Vol. 27, 161 169, 2011 RANGE DOPPLER ALGORITHM FOR ISTATIC SAR PROCESSING ASED ON THE IMPROVED LOFFELD S ISTATIC FORMULA X. Wang 1, * and D. Y. Zhu 2 1 Nanjing

More information

Fuzzy Pre-semi-closed Sets

Fuzzy Pre-semi-closed Sets BULLETIN of the Malaysian Mathematial Sienes Soiety http://mathusmmy/bulletin Bull Malays Math Si So () 1() (008), Fuzzy Pre-semi-losed Sets 1 S Murugesan and P Thangavelu 1 Department of Mathematis, Sri

More information

A DYNAMIC ACCESS CONTROL WITH BINARY KEY-PAIR

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

More information

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

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

More information

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

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

More information

Outline: Software Design

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

More information

1 Disjoint-set data structure.

1 Disjoint-set data structure. CS 124 Setion #4 Union-Fin, Greey Algorithms 2/20/17 1 Disjoint-set ata struture. 1.1 Operations Disjoint-set ata struture enale us to effiiently perform operations suh as plaing elements into sets, querying

More information

Rapid, accurate particle tracking by calculation of radial symmetry centers

Rapid, accurate particle tracking by calculation of radial symmetry centers Rapid, aurate partile traing by alulation of radial symmetry enters Raghuveer Parthasarathy Supplementary Text and Figures Supplementary Figures Supplementary Figure 1 Supplementary Figure Supplementary

More information

Denoising and Edge Detection Using Sobelmethod

Denoising and Edge Detection Using Sobelmethod International OPEN ACCESS Journal Of Modern Engineering Research (IJMER) Denoising and Edge Detection Using Sobelmethod P. Sravya 1, T. Rupa devi 2, M. Janardhana Rao 3, K. Sai Jagadeesh 4, K. Prasanna

More information

User-level Fairness Delivered: Network Resource Allocation for Adaptive Video Streaming

User-level Fairness Delivered: Network Resource Allocation for Adaptive Video Streaming User-level Fairness Delivered: Network Resoure Alloation for Adaptive Video Streaming Mu Mu, Steven Simpson, Arsham Farshad, Qiang Ni, Niholas Rae Shool of Computing and Communiations, Lanaster University

More information

RAC 2 E: Novel Rendezvous Protocol for Asynchronous Cognitive Radios in Cooperative Environments

RAC 2 E: Novel Rendezvous Protocol for Asynchronous Cognitive Radios in Cooperative Environments 21st Annual IEEE International Symposium on Personal, Indoor and Mobile Radio Communiations 1 RAC 2 E: Novel Rendezvous Protool for Asynhronous Cognitive Radios in Cooperative Environments Valentina Pavlovska,

More information

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

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

More information

-z c = c T - c T B B-1 A 1 - c T B B-1 b. x B B -1 A 0 B -1 b. (a) (b) Figure 1. Simplex Tableau in Matrix Form

-z c = c T - c T B B-1 A 1 - c T B B-1 b. x B B -1 A 0 B -1 b. (a) (b) Figure 1. Simplex Tableau in Matrix Form 3. he Revised Simple Method he LP min, s.t. A = b ( ),, an be represented by Figure (a) below. At any Simple step, with known and -, the Simple tableau an be represented by Figure (b) below. he minimum

More information

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

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

More information