Multi-Target Tracking In Clutter

Size: px
Start display at page:

Download "Multi-Target Tracking In Clutter"

Transcription

1 Multi-Target Tracking In Clutter John N. Sander-Reed, Mary Jo Duncan, W.B. Boucher, W. Michael Dimmler, Shawn O Keefe ABSTRACT A high frame rate (0 Hz), multi-target, video tracker ha been developed and ued in an operational environment. The tracker i able to track multiple target imultaneouly, while providing fine-track track error on a uer elected target. The ytem i able to accommodate real-world iue uch a enor bad pixel and natural background clutter. Several fine track mode are available, including centroid, leading edge, and correlation. The tracker provide ub-pixel track accuracy againt both reolved and unreolved target. The ytem ha been extenively teted againt radiometrically correct cloud cene and ha been uccefully integrated in a tracking ytem to provide multi-target tracking of real target viewed againt terrain and cloud background. Keyword: tracking, multi-target, clutter, electro-optic. INTRODUCTION A high frame rate, preciion, electro-optical image-baed tracker ha been developed to perform general purpoe, multitarget, ground-to-air tracking. The tracker accept target cueing from a wide area urveillance ytem and perform target acquiition and tracking to provide high tability, ub-pixel tracking. The tracker build on previou experience with imaging tracker for preciion tracking ytem and preciion pointing and tracking work -4. The tracker can maintain track on everal object in the FOV at one time. The ytem i deigned to track both reolved and unreolved target againt natural cloud background 5. While target mut have ome local contrat, the target Signal to Noie Ratio (SNR) over the entire image may be much le than. The tracker algorithm include proceing for background clutter uppreion, enor defect compenation, and ub-pixel, fine track proceing on the primary target. The fine track proceing can provide a centroid, edge, or correlation track. The tracker accept -bit digital imagery at 0 frame per econd with a latency of le than one frame time.. ALGORITHM DESCRIPTION.. Proceing Stage The tracker ha three primary proceing tage: Data input and caling, Target detection and gate izing, and Fine track poition etimation. The input tage accept -bit digital imagery and cale it to 8-bit for proceing. An optional bad pixel removal algorithm can be run on thi data. Next, an edge enhancement operation i applied to the entire image. Thi tend to highlight harp edge of a target, while uppreing bright background region, uch a cloud. Cloud edge are alo enhanced but thee are uually not a harp a man-made target and hence are not enhanced a much. The mean and tandard deviation of the edge enhanced image are computed and ued to et a threhold. The reult i a lit of pixel above the threhold. An alternative bad pixel removal algorithm can be applied at thi point (only one or the other can be applied, not both). The pixel are now paed through a multi-frame coincidence check. The coincidence check aume that the target i moving relative to the background, and hence any background edge which paed the threhold operation will tend to move acro the image at a fater rate than edge pixel from a target. Since the target i being tracked (either by the wide area urveillance ytem or by the tracker), it hould remain relatively tationary. Pixel which pa the coincidence check are declared target pixel and clumped to form dicrete target. A minimum and maximum target ize threhold i applied to the dicrete target and target which are either too large or too mall are rejected. Once the target have been identified, track gate are placed around the individual target. The track gate are Jack.Sander-Reed@boeing.com; phone (505) ; fax (505) ; Boeing-SVS, Inc. 44 The 5 Way NE, Albuquerque, NM 8709 SPIE 474 April, 00

2 dynamically ized to the target. At thi point, multiple target have been identified and located to approximately pixel accuracy. Fine track proceing i performed only on the primary target. The poition of the remaining target i etimated a the center of the bounding box for each target, baed on the edge pixel which paed the coincidence check. Fine track proceing ue the original 8-bit grey cale pixel (before edge enhancement) located within the primary target track gate. The mean and tandard deviation of thee pixel i computed and ued to et a threhold. The centroid of the pixel above threhold i computed. If centroid fine track i the elected fine track mode, thi i the etimated target location. If leading edge fine track i elected, a leading edge algorithm i ued to find the edge of the target in the direction of gimbal motion. If correlation tracking i elected, a template baed on a temporally weighted average of the target from the previou frame i ued a a correlation map to find the target location in the current frame. Whichever method i ued to determine the fine track poition, the difference between thi poition and the center of the image i computed a the track error which i ent to the ret of the control ytem, external to the tracker. A block diagram of the algorithm i hown in Figure. Image 8 Bit Scaling Edge Enhancement Threhold Hitory Map Coincidence Check Clump & Size Threhold Place Track Gate Fine Track - Centroid - Leading Edge - Correlation Track Error Figure. Track algorithm block diagram The following ection decribe each tep of the algorithm in more detail. There i alo a dicuion of the tracker mode logic... Data Input and Scaling... Data Scaling The tracker accept -bit grey cale digital imagery, but procee only 8-bit imagery. Therefore the input tage ha to cale the imagery from to 8 bit. A Look-Up Table (LUT) having 4096 entrie (indexed 0 to 4095) with value between 0 and 55 i ued. Each incoming -bit pixel ha a value between 0 and Thi value i ued a the index into the table. The pixel value i replaced with the value in the LUT at that location, reulting in a value between 0 and 55, thu giving an 8-bit reult. The LUT begin a a divide by 6 LUT (hift right 4 bit), picking the mot ignificant 8 bit of the incoming image. The LUT i adjuted baed on the tatitic of the current 8-bit image. Once the -bit image ha paed through the current LUT, the image mean i computed to determine if it i too large or too mall. If the mean i greater than 5, the SPIE 474 April, 00

3 LUT hift i increaed by (equivalent to divide by more than the current LUT). If the image mean i le than 3, the LUT hift i decreaed by (equivalent to divide by le than the current LUT). For thi reaon the algorithm i called a bit-picker. The new LUT will be applied to the next incoming -bit image.... Bad Pixel Removal Two different bad pixel rejection cheme were implemented in the tracker, one in the data input ection and one, decribed later, applied after edge enhancement and threholding. Thee two technique are excluive, either one or the other i elected at compile time. The camera ha built-in bad pixel rejection, which eliminate pixel which are alway on and pixel which are alway off. The camera alo ha a two point flat field correction which compenate for pixel-to-pixel non-uniformitie in the dark current and reponivity. If the camera view a uniform cene, immediately after the two-point flat field calibration i performed the camera output a uniform image in which all pixel are randomly cattered about the image mean with a mall tandard deviation. However, due to the manufacturing proce, ome pixel are untable over time and the output from thee pixel drift higher or lower than the other pixel in the cene. The tracker need to be able to identify and eliminate thee pixel o they do not lead to fale detection. The input tage bad pixel removal ue a Rank Value Filter (RVF) combined with a lit of bad pixel location. Two copie of the unproceed 8-bit image are generated. A rank value filter i applied to one copy of the image. The RVF generate a lit of pixel value for the current pixel, and the urrounding pixel (typically a 3x3 or 5x5 region), and order the lit from brightet to darket. The value at the current pixel i replaced with the econd brightet value in the lit. The effect i imilar to a median filter and can be ued to remove impule noie, uch a bad pixel. The hardware RVF can only be applied to the entire image, not to individual pixel or region. However, if the RVF were applied to the entire image, it would alo remove ingle pixel target. Therefore, a bad pixel map i ued to copy value only at bad pixel location from the rank value filtered image to the unproceed 8-bit image. Thi unproceed image in which only bad pixel location have been replaced by RVF value i the image paed to the ret of the proceing chain. The bad pixel map ued to decide which location to copy i generated a decribed for the alternative bad pixel removal technique, in the threholding ection..3. Target Detection and Gate Sizing Target detection require uppreion of background clutter (cloud) and ignal enhancement of the target. In order to perform thi, we rely on two phenomena: Firt, the (man made) target will tend to have harper edge than the natural cloud background, and Second, in mot cae, the target will be moving relative to the background. Note that thi applie even in the cae of a rocket launched at the tracker ince the rocket will fly a parabolic trajectory. In thi cae the target will be een to rie vertically againt the background, and only in the terminal tage of flight will it have no motion relative to the background. The proceing tage conit of edge enhancement, threholding, a multi-frame coincidence check, clutering to form dicrete target, application of target ize threhold, and track gate placement and izing..3.. Edge Enhancement A modified Sobel edge enhancement i ued. The tandard Sobel edge enhancement ue the two 3x3 convolution kernel given in equation (). 0 S = 0 S = () 0 The reult are added in quadrature o that the Sobel image S, may be written a hown in equation (): ( I S ) + ( I ) S =, () S where I Si repreent the convolution of the image I with the Sobel kernel S i. The tandard Sobel kernel reult in pixel at a tep function edge in an image (note that thi reult in an unbiaed indication of the edge location). If an image with identical row coniting of pixel value ( ) i paed through the Sobel edge enhancement operation, the reult will be an image with identical row coniting of pixel value ( ). SPIE 474 April, 00 3

4 In order to reduce the number of edge pixel ued in later proceing, a modified pair of convolution kernel were developed. 0 K = 0 0 K =. (3) Thee kernel have the property of producing only a ingle pixel in the edge enhanced image, rather than two, thu reducing the number of edge pixel ued in later proceing. The price i a half pixel bia in the edge location. Rather than performing the quadrature addition of the tandard Sobel enhancement, we imply add the two convolution image and take the abolute value: K = I K + I. (4) K For the example image above, the new kernel reult in an edge enhanced image with identical row coniting of pixel value ( )..3.. Threholding The mean (µ ) and tandard deviation (σ ) of the edge enhanced image are computed. A threhold (T ) i computed with a uer upplied parameter (α ): T = α σ + µ. (5) Alternatively, an abolute threhold value can be elected by the uer. The threhold i applied to the edge enhanced image and a lit of the location of all pixel above the threhold i generated. An alternative bad pixel removal algorithm can be applied at thi point. A bad pixel map i generated by viewing a uniform cene. The tandard proceing chain i applied through the threhold operation. Any detection are placed in the bad pixel map. Thi bad pixel map i then ued during normal tracking operation. During normal proceing, the lit of detection i compared with the bad pixel map. Any detection at the ame pixel coordinate a an entry in the bad pixel map are removed from the detection lit. The choice of which bad pixel removal algorithm, to ue (thi one or the input tage algorithm) i a compile time option Coincidence Check The coincidence check i ued to differentiate any cloud edge which pa the threhold detection, from legitimate target edge, baed on motion in the image. The aumption i that the target i being tracked (either by the wide area urveillance ytem or by the tracker), and hence i relatively tationary in the image, while the background (cloud) appear to lew acro the image. The maximum allowable motion for a target edge i pixel per frame. An edge ha to pa the coincidence check for even conecutive frame to be declared a target. The coincidence check i implemented uing a hitory map, which ha the ame dimenion a the image. Each pixel location in the hitory map contain the number of conecutive frame in which an edge ha been oberved at that location. Initially, the hitory map conit of all zero. A each ucceive frame i proceed, the current lit of detection i ued to create a new hitory map. A value of one i placed at the location of each of the current detection. Now the old hitory map i canned in a pixel radiu about each of the current detection. If a non-zero entry i found in the old hitory map within thi pixel earch radiu, the value i added to the detection pixel in the new hitory map. The effect i to move the hitory count to the current detection location. Since the new hitory map only ha entrie at the location of current detection, a econd effect i to eliminate any entrie in the old hitory map that are not mapped to a current detection. Thee effect are hown in Figure with the earch area hown in grey. SPIE 474 April, 00 4

5 = Old Hitory Current Detection New Hitory Figure. Coincidence check hitory map update Target detection pixel are only declared at location for which the hitory map contain a value of 7 or greater. Thu it take at leat 7 frame for a new target to be declared. The lit of hitory map location having a value of 7 or greater i paed to the next tage of proceing for clumping into dicrete target. Note that while there i a 7 frame latency in acquiring a new target, track error are generated uing data from the current frame and thu there are no multi-frame latency or filtering effect in the track error. While the coincidence check work well once a table track ha been etablihed on a target, the proce of bringing a target to the center of the image can caue a problem for the coincidence check. The external control ytem attempt to minimize the difference between the detected target poition and the center of the image. When a target i initially detected it may be anywhere in the image. Upon detecting the target, the control ytem i capable of rapidly moving the gimbal to bring the target to the center of the image. Thi may reult in target motion much greater than pixel per frame. The tracker accept an input from the control ytem which indicate how many pixel the target i expected to move in the next frame. Thi i ued to hift the hitory map, prior to creating a new hitory map baed on current edge detection. Since the gimbal i moving at approximately a contant rate to keep the target tationary during acquiition, thi input ignal i an acceleration term Clumping and Size Threhold The lit of pixel which pa the coincidence check are now clutered to form a few dicrete target. Pixel are clumped in rectangular region. Pixel which are within 4 pixel of each other are combined into a ingle target. The minimum and maximum extent of each clump are computed, in both the x and y direction. Minimum and maximum ize threhold are applied to the clump and ued to reject clump which are either too large or too mall. The minimum and maximum ize threhold pecify the x and y extent of the target, a oppoed to total number of pixel Gate Placement and Sizing A track-gate ize i computed for each of the target. The track gate i uppoed to be ized to leave a 5 pixel buffer around the target, but due to hardware limitation, only 9 preet track gate ize are available. Baed on the computed track gate ize, the next larger track gate i ued. If multiple target are initially preent, the larget i elected a the primary target. It i maintained a the primary target in ubequent frame, even if it i no longer the larget target. If the primary target diappear (i not detected) the ytem enter coat mode (decribed later) until the target i again detected, the operator command the ytem out of coat mode, or the ytem time out of coat mode. If a target other than the primary target i not detected, it track gate i immediately available for reaignment to other target a they appear..4. Fine Track Proceing Fine track proceing i performed on the primary target only. For centroid and leading edge fine track proceing, the original 8-bit imagery (without edge enhancement) i ued. The mean (µ) and tandard deviation (σ) of the pixel within SPIE 474 April, 00 5

6 the track gate are computed. A threhold (T) i determined in a manner imilar to that with the edge enhanced image. The uer can pecify an abolute grey cale threhold, or a threhold baed on the image tatitic and a uer parameter (α): T = ασ + µ. (6) In either cae, the centroid of the pixel above threhold i computed. Thi i the target fine track centroid poition. Leading edge fine track proceing i an extenion of the centroid fine track. A line i computed from the centroid location, in the direction of gimbal motion (or alternatively, in an angle pecified by the operator). Now, beginning where thi line interect the track gate, a econd line i computed, perpendicular to the firt. Thi econd line i moved backward, toward the centroid location, until ome point on the line firt interect a target pixel. The point where the econd (perpendicular) line interect the firt (gimbal motion) line, when thi occur, i declared the leading edge. Note (figure 3) that thi point may not correpond to a phyical point on the target at all. Gimbal Motion Target Centroid Etimated Leading Edge Poition Figure 3. Leading edge poition etimation Unlike the centroid and leading edge fine track algorithm, the correlation algorithm ue the lit of edge pixel ued to form the target. The correlation template i a tatic template, generated when the ytem firt enter correlation fine track mode. The template i the lit of edge pixel in the primary target at that time. Thi template i correlated with the lit of edge pixel for the primary target in each ubequent frame in order to determine the correlation fine track poition..5. Mode Logic There are four primary mode for the tracker (in addition to tartup and hutdown mode). Thee are Standby, Acquire, Track, and Coat. During Standby mode, input i ignored and no track error are generated. The ytem i commanded from Standby to Acquire mode. In Acquire, the ytem earche for target. Once at leat one target ha been identified, the ytem enter Track mode and attempt to fine track the primary target. The ytem remain in Track mode until commanded to a different mode (Standby or Acquire), or until the primary target i lot. If the primary target i lot, the ytem enter Coat mode. In the tandard verion of the tracker, the ytem remain in Coat mode until either the target i reacquired, or the operator command the tracker back to Standby or Acquire mode. However, other verion of the tracker eventually time-out of Coat mode and automatically re-enter Acquire mode. If multiple target are preent, the operator can command the tracker to change primary target from the current target to another operator deignated target. Statu output indicate the mode (Standby, Acquire, Track, or Coat), and if the ytem i in track mode, whether the track error i from the edge enhanced image (coare track) or from fine track proceing..6. Improvement Several improvement to the current algorithm may be conidered. The current coincidence check reject edge pixel moving at more than pixel per frame. A more robut implementation might determine the overall background motion, SPIE 474 April, 00 6

7 and reject edge pixel moving within pixel per frame of thi motion. Thi would provide more background pecific clutter uppreion while allowing greater target motion during acquiition, or greater relative target motion. Currently the track gate are contrained to be rectangle aligned with the image frame. The ability to ue rotated, rectangular track gate would allow the gate ize to be reduced for extended target, and hence provide both better background uppreion in fine track mode and allow object to be more cloely paced and till ditinguihed. The leading edge fine track algorithm hould be modified uch that it declare either the interection point of the perpendicular line with the object, or the firt target pixel on the gimbal motion vector to be the leading edge. Ideally, the operator could chooe which point would be reported. 3. REAL-TIME IMPLEMENTATION The tracker accept bit digital imagery and a frame rate of 0 Hz over a digital data interface. An alternative verion of the tracker ha been developed which accept analog video at a 60 Hz frame rate. Actual gimbal pointing and rate information i tranmitted to the tracker over a erial link. Track error output are ent over a eparate erial link. Another bi-directional erial link provide the command and control interface. The hardware conit primarily of an image proceing board and a general purpoe CPU board. Mot of the algorithm i written in general purpoe C code, with ome hardware pecific code. 4. SUMMARY A high frame rate (0 Hz), multi-target, video tracker ha been developed and ued in an operational environment. The tracker i able to track multiple target imultaneouly, while providing fine-track track error on a uer elected target. The ytem i able to accommodate real-world iue uch a enor bad pixel and natural background clutter. Several fine track mode are available, including centroid, leading edge, and correlation. The tracker provide ub-pixel track accuracy againt both reolved and unreolved target. The ytem ha been extenively teted againt radiometrically correct cloud cene and ha been uccefully integrated into a ytem tracking multiple live target. REFERENCES. P. Merritt, M. Kramer, Field Tet of active tracking of a ballitic miile in the boot phae, Proc SPIE, 3086, April M. Schulthe, S. Baugh, T. Schneeberger, Control Sytem Conideration for a Preciion Pointing and Tracking Experiment on a High Altitude Balloon 3th International Federation of Automatic Control, September -6, 994, Palo Alto California. 3. W.B. Boucher, M.R. Michnovicz, Dynamic Range Selection in Image Proceing Hardware to Maximize SNR while Avoiding Image Saturation, Proc SPIE, 369, April, S. Chodo, Track loop bandwidth, enor ample frequency, and track loop delay, Proc SPIE, 3365, April "Scene generation for tracking mall target againt cloud background", J.N. Sander-Reed, W.M. Dimmler, Proc. SPIE, 4376, April 00. SPIE 474 April, 00 7

Performance of a Robust Filter-based Approach for Contour Detection in Wireless Sensor Networks

Performance of a Robust Filter-based Approach for Contour Detection in Wireless Sensor Networks Performance of a Robut Filter-baed Approach for Contour Detection in Wirele Senor Network Hadi Alati, William A. Armtrong, Jr., and Ai Naipuri Department of Electrical and Computer Engineering The Univerity

More information

Laboratory Exercise 6

Laboratory Exercise 6 Laboratory Exercie 6 Adder, Subtractor, and Multiplier The purpoe of thi exercie i to examine arithmetic circuit that add, ubtract, and multiply number. Each type of circuit will be implemented in two

More information

Universität Augsburg. Institut für Informatik. Approximating Optimal Visual Sensor Placement. E. Hörster, R. Lienhart.

Universität Augsburg. Institut für Informatik. Approximating Optimal Visual Sensor Placement. E. Hörster, R. Lienhart. Univerität Augburg à ÊÇÅÍÆ ËÀǼ Approximating Optimal Viual Senor Placement E. Hörter, R. Lienhart Report 2006-01 Januar 2006 Intitut für Informatik D-86135 Augburg Copyright c E. Hörter, R. Lienhart Intitut

More information

Chapter 13 Non Sampling Errors

Chapter 13 Non Sampling Errors Chapter 13 Non Sampling Error It i a general aumption in the ampling theory that the true value of each unit in the population can be obtained and tabulated without any error. In practice, thi aumption

More information

3D MODELLING WITH LINEAR APPROACHES USING GEOMETRIC PRIMITIVES

3D MODELLING WITH LINEAR APPROACHES USING GEOMETRIC PRIMITIVES MAKARA, TEKNOLOGI, VOL. 9, NO., APRIL 5: 3-35 3D MODELLING WITH LINEAR APPROACHES USING GEOMETRIC PRIMITIVES Mochammad Zulianyah Informatic Engineering, Faculty of Engineering, ARS International Univerity,

More information

/06/$ IEEE 364

/06/$ IEEE 364 006 IEEE International ympoium on ignal Proceing and Information Technology oie Variance Etimation In ignal Proceing David Makovoz IPAC, California Intitute of Technology, MC-0, Paadena, CA, 95 davidm@ipac.caltech.edu;

More information

Computer Arithmetic Homework Solutions. 1 An adder for graphics. 2 Partitioned adder. 3 HDL implementation of a partitioned adder

Computer Arithmetic Homework Solutions. 1 An adder for graphics. 2 Partitioned adder. 3 HDL implementation of a partitioned adder Computer Arithmetic Homework 3 2016 2017 Solution 1 An adder for graphic In a normal ripple carry addition of two poitive number, the carry i the ignal for a reult exceeding the maximum. We ue thi ignal

More information

Analyzing Hydra Historical Statistics Part 2

Analyzing Hydra Historical Statistics Part 2 Analyzing Hydra Hitorical Statitic Part Fabio Maimo Ottaviani EPV Technologie White paper 5 hnode HSM Hitorical Record The hnode i the hierarchical data torage management node and ha to perform all the

More information

Comparison of Methods for Horizon Line Detection in Sea Images

Comparison of Methods for Horizon Line Detection in Sea Images Comparion of Method for Horizon Line Detection in Sea Image Tzvika Libe Evgeny Gerhikov and Samuel Koolapov Department of Electrical Engineering Braude Academic College of Engineering Karmiel 2982 Irael

More information

Drawing Lines in 2 Dimensions

Drawing Lines in 2 Dimensions Drawing Line in 2 Dimenion Drawing a traight line (or an arc) between two end point when one i limited to dicrete pixel require a bit of thought. Conider the following line uperimpoed on a 2 dimenional

More information

Laboratory Exercise 6

Laboratory Exercise 6 Laboratory Exercie 6 Adder, Subtractor, and Multiplier The purpoe of thi exercie i to examine arithmetic circuit that add, ubtract, and multiply number. Each circuit will be decribed in VHL and implemented

More information

A SIMPLE IMPERATIVE LANGUAGE THE STORE FUNCTION NON-TERMINATING COMMANDS

A SIMPLE IMPERATIVE LANGUAGE THE STORE FUNCTION NON-TERMINATING COMMANDS A SIMPLE IMPERATIVE LANGUAGE Eventually we will preent the emantic of a full-blown language, with declaration, type and looping. However, there are many complication, o we will build up lowly. Our firt

More information

How to Select Measurement Points in Access Point Localization

How to Select Measurement Points in Access Point Localization Proceeding of the International MultiConference of Engineer and Computer Scientit 205 Vol II, IMECS 205, March 8-20, 205, Hong Kong How to Select Meaurement Point in Acce Point Localization Xiaoling Yang,

More information

DAROS: Distributed User-Server Assignment And Replication For Online Social Networking Applications

DAROS: Distributed User-Server Assignment And Replication For Online Social Networking Applications DAROS: Ditributed Uer-Server Aignment And Replication For Online Social Networking Application Thuan Duong-Ba School of EECS Oregon State Univerity Corvalli, OR 97330, USA Email: duongba@eec.oregontate.edu

More information

CENTER-POINT MODEL OF DEFORMABLE SURFACE

CENTER-POINT MODEL OF DEFORMABLE SURFACE CENTER-POINT MODEL OF DEFORMABLE SURFACE Piotr M. Szczypinki Iintitute of Electronic, Technical Univerity of Lodz, Poland Abtract: Key word: Center-point model of deformable urface for egmentation of 3D

More information

MAT 155: Describing, Exploring, and Comparing Data Page 1 of NotesCh2-3.doc

MAT 155: Describing, Exploring, and Comparing Data Page 1 of NotesCh2-3.doc MAT 155: Decribing, Exploring, and Comparing Data Page 1 of 8 001-oteCh-3.doc ote for Chapter Summarizing and Graphing Data Chapter 3 Decribing, Exploring, and Comparing Data Frequency Ditribution, Graphic

More information

Gray-level histogram. Intensity (grey-level) transformation, or mapping. Use of intensity transformations:

Gray-level histogram. Intensity (grey-level) transformation, or mapping. Use of intensity transformations: Faculty of Informatic Eötvö Loránd Univerity Budapet, Hungary Lecture : Intenity Tranformation Image enhancement by point proceing Spatial domain and frequency domain method Baic Algorithm for Digital

More information

SLA Adaptation for Service Overlay Networks

SLA Adaptation for Service Overlay Networks SLA Adaptation for Service Overlay Network Con Tran 1, Zbigniew Dziong 1, and Michal Pióro 2 1 Department of Electrical Engineering, École de Technologie Supérieure, Univerity of Quebec, Montréal, Canada

More information

On successive packing approach to multidimensional (M-D) interleaving

On successive packing approach to multidimensional (M-D) interleaving On ucceive packing approach to multidimenional (M-D) interleaving Xi Min Zhang Yun Q. hi ankar Bau Abtract We propoe an interleaving cheme for multidimenional (M-D) interleaving. To achieved by uing a

More information

Hassan Ghaziri AUB, OSB Beirut, Lebanon Key words Competitive self-organizing maps, Meta-heuristics, Vehicle routing problem,

Hassan Ghaziri AUB, OSB Beirut, Lebanon Key words Competitive self-organizing maps, Meta-heuristics, Vehicle routing problem, COMPETITIVE PROBABIISTIC SEF-ORGANIZING MAPS FOR ROUTING PROBEMS Haan Ghaziri AUB, OSB Beirut, ebanon ghaziri@aub.edu.lb Abtract In thi paper, we have applied the concept of the elf-organizing map (SOM)

More information

A User-Attention Based Focus Detection Framework and Its Applications

A User-Attention Based Focus Detection Framework and Its Applications A Uer-Attention Baed Focu Detection Framework and It Application Chia-Chiang Ho, Wen-Huang Cheng, Ting-Jian Pan, Ja-Ling Wu Communication and Multimedia Laboratory, Department of Computer Science and Information

More information

Motion Control (wheeled robots)

Motion Control (wheeled robots) 3 Motion Control (wheeled robot) Requirement for Motion Control Kinematic / dynamic model of the robot Model of the interaction between the wheel and the ground Definition of required motion -> peed control,

More information

3D SMAP Algorithm. April 11, 2012

3D SMAP Algorithm. April 11, 2012 3D SMAP Algorithm April 11, 2012 Baed on the original SMAP paper [1]. Thi report extend the tructure of MSRF into 3D. The prior ditribution i modified to atify the MRF property. In addition, an iterative

More information

Focused Video Estimation from Defocused Video Sequences

Focused Video Estimation from Defocused Video Sequences Focued Video Etimation from Defocued Video Sequence Junlan Yang a, Dan Schonfeld a and Magdi Mohamed b a Multimedia Communication Lab, ECE Dept., Univerity of Illinoi, Chicago, IL b Phyical Realization

More information

A New Approach to Pipeline FFT Processor

A New Approach to Pipeline FFT Processor A ew Approach to Pipeline FFT Proceor Shouheng He and Mat Torkelon Department of Applied Electronic, Lund Univerity S- Lund, SWEDE email: he@tde.lth.e; torkel@tde.lth.e Abtract A new VLSI architecture

More information

The norm Package. November 15, Title Analysis of multivariate normal datasets with missing values

The norm Package. November 15, Title Analysis of multivariate normal datasets with missing values The norm Package November 15, 2003 Verion 1.0-9 Date 2002/05/06 Title Analyi of multivariate normal dataet with miing value Author Ported to R by Alvaro A. Novo . Original by Joeph

More information

How to. write a paper. The basics writing a solid paper Different communities/different standards Common errors

How to. write a paper. The basics writing a solid paper Different communities/different standards Common errors How to write a paper The baic writing a olid paper Different communitie/different tandard Common error Reource Raibert eay My grammar point Article on a v. the Bug in writing Clarity Goal Conciene Calling

More information

Reporting Checklist for Nature Neuroscience

Reporting Checklist for Nature Neuroscience Correponding Author: Manucript Number: Manucript Type: Jeremy Elman NNBC48172A Brief Communication Reporting Checklit for Nature Neurocience # Figure: 2 # Figure: 5 # Table: 6 # Video: 0 Thi checklit i

More information

Laboratory Exercise 6

Laboratory Exercise 6 Laboratory Exercie 6 Adder, Subtractor, and Multiplier The purpoe of thi exercie i to examine arithmetic circuit that add, ubtract, and multiply number. Each circuit will be decribed in Verilog and implemented

More information

Maneuverable Relays to Improve Energy Efficiency in Sensor Networks

Maneuverable Relays to Improve Energy Efficiency in Sensor Networks Maneuverable Relay to Improve Energy Efficiency in Senor Network Stephan Eidenbenz, Luka Kroc, Jame P. Smith CCS-5, MS M997; Lo Alamo National Laboratory; Lo Alamo, NM 87545. Email: {eidenben, kroc, jpmith}@lanl.gov

More information

Security Analysis of the Efficient Chaos Pseudo-random Number Generator Applied to Video Encryption

Security Analysis of the Efficient Chaos Pseudo-random Number Generator Applied to Video Encryption Journal of Electronic Teting (2018) 34:709 715 http://doi.org/10.1007/10836-018-5767-0 Security Analyi of the Efficient Chao Peudo-random Number Generator Applied to Video Encryption Dragan Lambić 1 Alekandar

More information

Markov Random Fields in Image Segmentation

Markov Random Fields in Image Segmentation Preented at SSIP 2011, Szeged, Hungary Markov Random Field in Image Segmentation Zoltan Kato Image Proceing & Computer Graphic Dept. Univerity of Szeged Hungary Zoltan Kato: Markov Random Field in Image

More information

[N309] Feedforward Active Noise Control Systems with Online Secondary Path Modeling. Muhammad Tahir Akhtar, Masahide Abe, and Masayuki Kawamata

[N309] Feedforward Active Noise Control Systems with Online Secondary Path Modeling. Muhammad Tahir Akhtar, Masahide Abe, and Masayuki Kawamata he 32nd International Congre and Expoition on Noie Control Engineering Jeju International Convention Center, Seogwipo, Korea, Augut 25-28, 2003 [N309] Feedforward Active Noie Control Sytem with Online

More information

Performance Evaluation of an Advanced Local Search Evolutionary Algorithm

Performance Evaluation of an Advanced Local Search Evolutionary Algorithm Anne Auger and Nikolau Hanen Performance Evaluation of an Advanced Local Search Evolutionary Algorithm Proceeding of the IEEE Congre on Evolutionary Computation, CEC 2005 c IEEE Performance Evaluation

More information

Representations and Transformations. Objectives

Representations and Transformations. Objectives Repreentation and Tranformation Objective Derive homogeneou coordinate tranformation matrice Introduce tandard tranformation - Rotation - Tranlation - Scaling - Shear Scalar, Point, Vector Three baic element

More information

Design of a Stewart Platform for General Machining Using Magnetic Bearings

Design of a Stewart Platform for General Machining Using Magnetic Bearings eign of a Stewart Platform for eneral Machining Uing Magnetic earing Jeff Pieper epartment of Mechanical and Manufacturing Engineering Univerity of algary algary lberta anada N N4 pieper@ucalgary.ca Preented

More information

Lecture 14: Minimum Spanning Tree I

Lecture 14: Minimum Spanning Tree I COMPSCI 0: Deign and Analyi of Algorithm October 4, 07 Lecture 4: Minimum Spanning Tree I Lecturer: Rong Ge Scribe: Fred Zhang Overview Thi lecture we finih our dicuion of the hortet path problem and introduce

More information

Minimum congestion spanning trees in bipartite and random graphs

Minimum congestion spanning trees in bipartite and random graphs Minimum congetion panning tree in bipartite and random graph M.I. Otrovkii Department of Mathematic and Computer Science St. John Univerity 8000 Utopia Parkway Queen, NY 11439, USA e-mail: otrovm@tjohn.edu

More information

Distributed Packet Processing Architecture with Reconfigurable Hardware Accelerators for 100Gbps Forwarding Performance on Virtualized Edge Router

Distributed Packet Processing Architecture with Reconfigurable Hardware Accelerators for 100Gbps Forwarding Performance on Virtualized Edge Router Ditributed Packet Proceing Architecture with Reconfigurable Hardware Accelerator for 100Gbp Forwarding Performance on Virtualized Edge Router Satohi Nihiyama, Hitohi Kaneko, and Ichiro Kudo Abtract To

More information

Key Terms - MinMin, MaxMin, Sufferage, Task Scheduling, Standard Deviation, Load Balancing.

Key Terms - MinMin, MaxMin, Sufferage, Task Scheduling, Standard Deviation, Load Balancing. Volume 3, Iue 11, November 2013 ISSN: 2277 128X International Journal of Advanced Reearch in Computer Science and Software Engineering Reearch Paper Available online at: www.ijarce.com Tak Aignment in

More information

E-APPLAB #1

E-APPLAB #1 E-APPLAB-93-069850 #1 Ultrafat tomography experiment etup at D-1 Beamline at CHESS The experiment etup conit of three major part: x-ray ource, injection chambe and detecto a hown chematically in Fig. EPAPS1a.

More information

(A)ATSR RE-ANALYSIS FOR CLIMATE - CLOUD CLEARING METHODOLOGY

(A)ATSR RE-ANALYSIS FOR CLIMATE - CLOUD CLEARING METHODOLOGY (A)ATSR RE-ANALYSIS FOR CLIMATE - CLOUD CLEARING METHODOLOGY Chri Old, Chri Merchant Univerity of Edinburgh, The Crew Building, Wet Main Road, Edinburgh, EH9 3JN, United Kingdom Email: cold@ed.ac.uk Email:

More information

SIMIT 7. Component Type Editor (CTE) User manual. Siemens Industrial

SIMIT 7. Component Type Editor (CTE) User manual. Siemens Industrial SIMIT 7 Component Type Editor (CTE) Uer manual Siemen Indutrial Edition January 2013 Siemen offer imulation oftware to plan, imulate and optimize plant and machine. The imulation- and optimizationreult

More information

Keywords: Defect detection, linear phased array transducer, parameter optimization, phased array ultrasonic B-mode imaging testing.

Keywords: Defect detection, linear phased array transducer, parameter optimization, phased array ultrasonic B-mode imaging testing. Send Order for Reprint to reprint@benthamcience.ae 488 The Open Automation and Control Sytem Journal, 2014, 6, 488-492 Open Acce Parameter Optimization of Linear Phaed Array Tranducer for Defect Detection

More information

Delaunay Triangulation: Incremental Construction

Delaunay Triangulation: Incremental Construction Chapter 6 Delaunay Triangulation: Incremental Contruction In the lat lecture, we have learned about the Lawon ip algorithm that compute a Delaunay triangulation of a given n-point et P R 2 with O(n 2 )

More information

Operational Semantics Class notes for a lecture given by Mooly Sagiv Tel Aviv University 24/5/2007 By Roy Ganor and Uri Juhasz

Operational Semantics Class notes for a lecture given by Mooly Sagiv Tel Aviv University 24/5/2007 By Roy Ganor and Uri Juhasz Operational emantic Page Operational emantic Cla note for a lecture given by Mooly agiv Tel Aviv Univerity 4/5/7 By Roy Ganor and Uri Juhaz Reference emantic with Application, H. Nielon and F. Nielon,

More information

Anisotropic filtering on normal field and curvature tensor field using optimal estimation theory

Anisotropic filtering on normal field and curvature tensor field using optimal estimation theory Aniotropic filtering on normal field and curvature tenor field uing optimal etimation theory Min Liu Yuhen Liu and Karthik Ramani Purdue Univerity, Wet Lafayette, Indiana, USA Email: {liu66 liu28 ramani}@purdue.edu

More information

Laboratory Exercise 6

Laboratory Exercise 6 Laboratory Exercie 6 Adder, Subtractor, and Multiplier a a The purpoe of thi exercie i to examine arithmetic circuit that add, ubtract, and multiply number. Each b c circuit will be decribed in Verilog

More information

(12) Patent Application Publication (10) Pub. No.: US 2011/ A1

(12) Patent Application Publication (10) Pub. No.: US 2011/ A1 (19) United State US 2011 0316690A1 (12) Patent Application Publication (10) Pub. No.: US 2011/0316690 A1 Siegman (43) Pub. Date: Dec. 29, 2011 (54) SYSTEMAND METHOD FOR IDENTIFYING ELECTRICAL EQUIPMENT

More information

An Active Stereo Vision System Based on Neural Pathways of Human Binocular Motor System

An Active Stereo Vision System Based on Neural Pathways of Human Binocular Motor System Journal of Bionic Engineering 4 (2007) 185 192 An Active Stereo Viion Sytem Baed on Neural Pathway of Human Binocular Motor Sytem Yu-zhang Gu 1, Makoto Sato 2, Xiao-lin Zhang 2 1. Department of Advanced

More information

Increasing Throughput and Reducing Delay in Wireless Sensor Networks Using Interference Alignment

Increasing Throughput and Reducing Delay in Wireless Sensor Networks Using Interference Alignment Int. J. Communication, Network and Sytem Science, 0, 5, 90-97 http://dx.doi.org/0.436/ijcn.0.50 Publihed Online February 0 (http://www.scirp.org/journal/ijcn) Increaing Throughput and Reducing Delay in

More information

Dynamically Reconfigurable Neuron Architecture for the Implementation of Self- Organizing Learning Array

Dynamically Reconfigurable Neuron Architecture for the Implementation of Self- Organizing Learning Array Dynamically Reconfigurable Neuron Architecture for the Implementation of Self- Organizing Learning Array Januz A. Starzyk,Yongtao Guo, and Zhineng Zhu School of Electrical Engineering & Computer Science

More information

SIMIT 7. What's New In SIMIT V7.1? Manual

SIMIT 7. What's New In SIMIT V7.1? Manual SIMIT 7 What' New In SIMIT V7.1? Manual Edition January 2013 Siemen offer imulation oftware to plan, imulate and optimize plant and machine. The imulation- and optimization-reult are only non-binding uggetion

More information

Practical Analog and Digital Filter Design

Practical Analog and Digital Filter Design Practical Analog and Digital Filter Deign Artech Houe, Inc. Le Thede 004 Thi text i dedicated to my wife who keep me grounded, and to my grandchildren who know no bound. Content Preface xi Chapter Introduction

More information

Contents. shortest paths. Notation. Shortest path problem. Applications. Algorithms and Networks 2010/2011. In the entire course:

Contents. shortest paths. Notation. Shortest path problem. Applications. Algorithms and Networks 2010/2011. In the entire course: Content Shortet path Algorithm and Network 21/211 The hortet path problem: Statement Verion Application Algorithm (for ingle ource p problem) Reminder: relaxation, Dijktra, Variant of Dijktra, Bellman-Ford,

More information

A Study of a Variable Compression Ratio and Displacement Mechanism Using Design of Experiments Methodology

A Study of a Variable Compression Ratio and Displacement Mechanism Using Design of Experiments Methodology A Study of a Variable Compreion Ratio and Diplacement Mechanim Uing Deign of Experiment Methodology Shugang Jiang, Michael H. Smith, Maanobu Takekohi Abtract Due to the ever increaing requirement for engine

More information

Knowledge-Based Control For Space Time Adaptive Processing

Knowledge-Based Control For Space Time Adaptive Processing Knowledge-Baed Control For Space Time Adaptive Proceing Michael C. Wick, Ph.D. Air Force Reearch Laboratory/Senor Directorate 26 Electronic Parkway Rome, NY 13441-4514 USA Email: Michael.Wick@rl.af.mil

More information

Service and Network Management Interworking in Future Wireless Systems

Service and Network Management Interworking in Future Wireless Systems Service and Network Management Interworking in Future Wirele Sytem V. Tountopoulo V. Stavroulaki P. Demeticha N. Mitrou and M. Theologou National Technical Univerity of Athen Department of Electrical Engineering

More information

Modeling and Analysis of Slow CW Decrease for IEEE WLAN

Modeling and Analysis of Slow CW Decrease for IEEE WLAN Modeling and Analyi of Slow CW Decreae for IEEE 82. WLAN Qiang Ni, Imad Aad 2, Chadi Barakat, and Thierry Turletti Planete Group 2 Planete Group INRIA Sophia Antipoli INRIA Rhône-Alpe Sophia Antipoli,

More information

ANALYSIS OF THE FIRST LAYER IN WEIGHTLESS NEURAL NETWORKS FOR 3_DIMENSIONAL PATTERN RECOGNITION

ANALYSIS OF THE FIRST LAYER IN WEIGHTLESS NEURAL NETWORKS FOR 3_DIMENSIONAL PATTERN RECOGNITION ANALYSIS OF THE FIRST LAYER IN WEIGHTLESS NEURAL NETWORKS FOR 3_DIMENSIONAL PATTERN RECOGNITION A. Váque-Nava * Ecuela de Ingeniería. CENTRO UNIVERSITARIO MEXICO. DIVISION DE ESTUDIOS SUPERIORES J. Figueroa

More information

Planning of scooping position and approach path for loading operation by wheel loader

Planning of scooping position and approach path for loading operation by wheel loader 22 nd International Sympoium on Automation and Robotic in Contruction ISARC 25 - September 11-14, 25, Ferrara (Italy) 1 Planning of cooping poition and approach path for loading operation by wheel loader

More information

1Introduction CHAPTER ONE IN THIS CHAPTER. APEX Drive Description and Block Diagram. ➀ Introduction 1

1Introduction CHAPTER ONE IN THIS CHAPTER. APEX Drive Description and Block Diagram. ➀ Introduction 1 CHAPTER ONE Introduction IN THIS CHAPTER Introduction APE Drive Decription and Block Diagram ➀ Introduction INTRODUCTION Thi uer guide decribe three product. APE0 Servo Drive 6A peak, 8A continuou; phae

More information

xy-monotone path existence queries in a rectilinear environment

xy-monotone path existence queries in a rectilinear environment CCCG 2012, Charlottetown, P.E.I., Augut 8 10, 2012 xy-monotone path exitence querie in a rectilinear environment Gregory Bint Anil Mahehwari Michiel Smid Abtract Given a planar environment coniting of

More information

Course Project: Adders, Subtractors, and Multipliers a

Course Project: Adders, Subtractors, and Multipliers a In the name Allah Department of Computer Engineering 215 Spring emeter Computer Architecture Coure Intructor: Dr. Mahdi Abbai Coure Project: Adder, Subtractor, and Multiplier a a The purpoe of thi p roject

More information

( ) subject to m. e (2) L are 2L+1. = s SEG SEG Las Vegas 2012 Annual Meeting Page 1

( ) subject to m. e (2) L are 2L+1. = s SEG SEG Las Vegas 2012 Annual Meeting Page 1 A new imultaneou ource eparation algorithm uing frequency-divere filtering Ying Ji*, Ed Kragh, and Phil Chritie, Schlumberger Cambridge Reearch Summary We decribe a new imultaneou ource eparation algorithm

More information

Trainable Context Model for Multiscale Segmentation

Trainable Context Model for Multiscale Segmentation Trainable Context Model for Multicale Segmentation Hui Cheng and Charle A. Bouman School of Electrical and Computer Engineering Purdue Univerity Wet Lafayette, IN 47907-1285 {hui, bouman}@ ecn.purdue.edu

More information

This article appeared in a journal published by Elsevier. The attached copy is furnished to the author for internal non-commercial research and

This article appeared in a journal published by Elsevier. The attached copy is furnished to the author for internal non-commercial research and Thi article appeared in a journal publihed by Elevier. The attached copy i furnihed to the author for internal non-commercial reearch and education ue, including for intruction at the author intitution

More information

IMPROVED JPEG DECOMPRESSION OF DOCUMENT IMAGES BASED ON IMAGE SEGMENTATION. Tak-Shing Wong, Charles A. Bouman, and Ilya Pollak

IMPROVED JPEG DECOMPRESSION OF DOCUMENT IMAGES BASED ON IMAGE SEGMENTATION. Tak-Shing Wong, Charles A. Bouman, and Ilya Pollak IMPROVED DECOMPRESSION OF DOCUMENT IMAGES BASED ON IMAGE SEGMENTATION Tak-Shing Wong, Charle A. Bouman, and Ilya Pollak School of Electrical and Computer Engineering Purdue Univerity ABSTRACT We propoe

More information

A Linear Interpolation-Based Algorithm for Path Planning and Replanning on Girds *

A Linear Interpolation-Based Algorithm for Path Planning and Replanning on Girds * Advance in Linear Algebra & Matrix Theory, 2012, 2, 20-24 http://dx.doi.org/10.4236/alamt.2012.22003 Publihed Online June 2012 (http://www.scirp.org/journal/alamt) A Linear Interpolation-Baed Algorithm

More information

New DSP to measure acoustic efficiency of road barriers. Part 2: Sound Insulation Index

New DSP to measure acoustic efficiency of road barriers. Part 2: Sound Insulation Index New DSP to meaure acoutic efficiency of road barrier. Part 2: Sound Inulation Index LAMBERTO TRONCHIN 1, KRISTIAN FABBRI 1, JELENA VASILJEVIC 2 1 DIENCA CIARM, Univerity of Bologna, Italy 2 Univerity of

More information

Laboratory Exercise 2

Laboratory Exercise 2 Laoratory Exercie Numer and Diplay Thi i an exercie in deigning cominational circuit that can perform inary-to-decimal numer converion and inary-coded-decimal (BCD) addition. Part I We wih to diplay on

More information

Compressed Sensing Image Processing Based on Stagewise Orthogonal Matching Pursuit

Compressed Sensing Image Processing Based on Stagewise Orthogonal Matching Pursuit Senor & randucer, Vol. 8, Iue 0, October 204, pp. 34-40 Senor & randucer 204 by IFSA Publihing, S. L. http://www.enorportal.com Compreed Sening Image Proceing Baed on Stagewie Orthogonal Matching Puruit

More information

(12) Patent Application Publication (10) Pub. No.: US 2003/ A1

(12) Patent Application Publication (10) Pub. No.: US 2003/ A1 US 2003O196031A1 (19) United State (12) Patent Application Publication (10) Pub. No.: US 2003/0196031 A1 Chen (43) Pub. Date: Oct. 16, 2003 (54) STORAGE CONTROLLER WITH THE DISK Related U.S. Application

More information

A TOPSIS based Method for Gene Selection for Cancer Classification

A TOPSIS based Method for Gene Selection for Cancer Classification Volume 67 No17, April 2013 A TOPSIS baed Method for Gene Selection for Cancer Claification IMAbd-El Fattah,WIKhedr, KMSallam, 1 Department of Statitic, 3 Department of Deciion upport, 2 Department of information

More information

Modeling of underwater vehicle s dynamics

Modeling of underwater vehicle s dynamics Proceeding of the 11th WEA International Conference on YTEM, Agio Nikolao, Crete Iland, Greece, July 23-25, 2007 44 Modeling of underwater vehicle dynamic ANDRZEJ ZAK Department of Radiolocation and Hydrolocation

More information

An Approach to a Test Oracle for XML Query Testing

An Approach to a Test Oracle for XML Query Testing An Approach to a Tet Oracle for XML Query Teting Dae S. Kim-Park, Claudio de la Riva, Javier Tuya Univerity of Oviedo Computing Department Campu of Vieque, /n, 33204 (SPAIN) kim_park@li.uniovi.e, claudio@uniovi.e,

More information

Topics. Lecture 37: Global Optimization. Issues. A Simple Example: Copy Propagation X := 3 B > 0 Y := 0 X := 4 Y := Z + W A := 2 * 3X

Topics. Lecture 37: Global Optimization. Issues. A Simple Example: Copy Propagation X := 3 B > 0 Y := 0 X := 4 Y := Z + W A := 2 * 3X Lecture 37: Global Optimization [Adapted from note by R. Bodik and G. Necula] Topic Global optimization refer to program optimization that encompa multiple baic block in a function. (I have ued the term

More information

Floating Point CORDIC Based Power Operation

Floating Point CORDIC Based Power Operation Floating Point CORDIC Baed Power Operation Kazumi Malhan, Padmaja AVL Electrical and Computer Engineering Department School of Engineering and Computer Science Oakland Univerity, Rocheter, MI e-mail: kmalhan@oakland.edu,

More information

A Practical Model for Minimizing Waiting Time in a Transit Network

A Practical Model for Minimizing Waiting Time in a Transit Network A Practical Model for Minimizing Waiting Time in a Tranit Network Leila Dianat, MASc, Department of Civil Engineering, Sharif Univerity of Technology, Tehran, Iran Youef Shafahi, Ph.D. Aociate Profeor,

More information

UC Berkeley International Conference on GIScience Short Paper Proceedings

UC Berkeley International Conference on GIScience Short Paper Proceedings UC Berkeley International Conference on GIScience Short Paper Proceeding Title A novel method for probabilitic coverage etimation of enor network baed on 3D vector repreentation in complex urban environment

More information

A NEW APPROACH IN MEASURING OF THE ROUGHNESS FOR SURFACE CONSTITUTED WITH MACHINING PROCESS BY MATERIAL REMOVAL

A NEW APPROACH IN MEASURING OF THE ROUGHNESS FOR SURFACE CONSTITUTED WITH MACHINING PROCESS BY MATERIAL REMOVAL International Journal of Mechanical and Production Engineering Reearch and Development (IJMPERD) ISSN 49-689 Vol. 3, Iue, Mar 3, 4-5 TJPRC Pvt. Ltd. A NEW APPROACH IN MEASURING OF THE ROUGHNESS FOR SURFACE

More information

A PROBABILISTIC NOTION OF CAMERA GEOMETRY: CALIBRATED VS. UNCALIBRATED

A PROBABILISTIC NOTION OF CAMERA GEOMETRY: CALIBRATED VS. UNCALIBRATED A PROBABILISTIC NOTION OF CAMERA GEOMETRY: CALIBRATED VS. UNCALIBRATED Jutin Domke and Yianni Aloimono Computational Viion Laboratory, Center for Automation Reearch Univerity of Maryland College Park,

More information

A METHOD OF REAL-TIME NURBS INTERPOLATION WITH CONFINED CHORD ERROR FOR CNC SYSTEMS

A METHOD OF REAL-TIME NURBS INTERPOLATION WITH CONFINED CHORD ERROR FOR CNC SYSTEMS Vietnam Journal of Science and Technology 55 (5) (017) 650-657 DOI: 10.1565/55-518/55/5/906 A METHOD OF REAL-TIME NURBS INTERPOLATION WITH CONFINED CHORD ERROR FOR CNC SYSTEMS Nguyen Huu Quang *, Banh

More information

Spatio-Temporal Monitoring using Contours in Large-scale Wireless Sensor Networks

Spatio-Temporal Monitoring using Contours in Large-scale Wireless Sensor Networks Spatio-Temporal Monitoring uing Contour in Large-cale Wirele Senor Network Hadi Alati Electrical and Computer Engineering Univerit of North Carolina at Charlotte 9 Univerit Cit Boulevard, Charlotte, NC

More information

Routing Definition 4.1

Routing Definition 4.1 4 Routing So far, we have only looked at network without dealing with the iue of how to end information in them from one node to another The problem of ending information in a network i known a routing

More information

Non-linear adaptive three-dimensional imaging with interferenceless coded aperture correlation holography (I-COACH)

Non-linear adaptive three-dimensional imaging with interferenceless coded aperture correlation holography (I-COACH) Vol. 26, No. 14 9 Jul 2018 OPTICS EXPRESS 18143 Non-linear adaptive three-dimenional imaging with interferencele coded aperture correlation holography (I-COACH) MANI R. RAI,* A. VIJAYAKUMAR, AND JOSEPH

More information

Image authentication and tamper detection using fragile watermarking in spatial domain

Image authentication and tamper detection using fragile watermarking in spatial domain International Journal of Advanced Reearch in Computer Engineering & Technology (IJARCET) Volume 6, Iue 7, July 2017, ISSN: 2278 1323 Image authentication and tamper detection uing fragile watermarking

More information

A Kinematic Calibration Method for Industrial Robots Using Autonomous Visual Measurement

A Kinematic Calibration Method for Industrial Robots Using Autonomous Visual Measurement A Kinematic Calibration Method for Indutrial obot Uing Autonomou Viual Meaurement A. Watanabe 1 (3), S. Sakakibara 1, K. Ban 1, M. Yamada 1, G. Shen 1 1 ANUC LD, Yamanahi, Japan Submitted by. Arai (1)

More information

ES205 Analysis and Design of Engineering Systems: Lab 1: An Introductory Tutorial: Getting Started with SIMULINK

ES205 Analysis and Design of Engineering Systems: Lab 1: An Introductory Tutorial: Getting Started with SIMULINK ES05 Analyi and Deign of Engineering Sytem: Lab : An Introductory Tutorial: Getting Started with SIMULINK What i SIMULINK? SIMULINK i a oftware package for modeling, imulating, and analyzing dynamic ytem.

More information

Locating Brain Tumors from MR Imagery Using Symmetry

Locating Brain Tumors from MR Imagery Using Symmetry ocating rain Tumor from M magery Uing Symmetry Nilanjan ay aidya Nath Saha and Matthew obert Graham rown {nray1 baidya mbrown}@cualbertaca epartment of Computing Science Univerity of lberta Canada btract

More information

Stochastic Search and Graph Techniques for MCM Path Planning Christine D. Piatko, Christopher P. Diehl, Paul McNamee, Cheryl Resch and I-Jeng Wang

Stochastic Search and Graph Techniques for MCM Path Planning Christine D. Piatko, Christopher P. Diehl, Paul McNamee, Cheryl Resch and I-Jeng Wang Stochatic Search and Graph Technique for MCM Path Planning Chritine D. Piatko, Chritopher P. Diehl, Paul McNamee, Cheryl Rech and I-Jeng Wang The John Hopkin Univerity Applied Phyic Laboratory, Laurel,

More information

An Algebraic Approach to Adaptive Scalable Overlay Network Monitoring

An Algebraic Approach to Adaptive Scalable Overlay Network Monitoring An Algebraic Approach to Adaptive Scalable Overlay Network Monitoring ABSTRACT Overlay network monitoring enable ditributed Internet application to detect and recover from path outage and period of degraded

More information

CS201: Data Structures and Algorithms. Assignment 2. Version 1d

CS201: Data Structures and Algorithms. Assignment 2. Version 1d CS201: Data Structure and Algorithm Aignment 2 Introduction Verion 1d You will compare the performance of green binary earch tree veru red-black tree by reading in a corpu of text, toring the word and

More information

Web Science and additionality

Web Science and additionality Admin tuff... Lecture 1: EITN01 Web Intelligence and Information Retrieval Meage, lide, handout, lab manual and link: http://www.eit.lth.e/coure/eitn01 Contact: Ander Ardö, Ander.Ardo@eit.lth.e, room:

More information

IMPLEMENTATION OF AREA, VOLUME AND LINE SOURCES

IMPLEMENTATION OF AREA, VOLUME AND LINE SOURCES December 01 ADMS 5 P503I1 IMPEMENTATION OF AREA, VOUME AND INE SOURCES The Met. Office (D J Thomon) and CERC 1. INTRODUCTION ADMS model line ource, and area and volume ource with conve polgon bae area.

More information

Stress-Blended Eddy Simulation (SBES) - A new Paradigm in hybrid RANS-LES Modeling

Stress-Blended Eddy Simulation (SBES) - A new Paradigm in hybrid RANS-LES Modeling Stre-Blended Eddy Simulation (SBES) - A new Paradigm in hybrid RANS-LES Modeling Menter F.R. ANSYS Germany GmbH Introduction It i oberved in many CFD imulation that RANS model how inherent technology limitation

More information

The Implementation of an Adaptive Mechanism in the RTP Packet in Mobile Video Transmission

The Implementation of an Adaptive Mechanism in the RTP Packet in Mobile Video Transmission 2011 International Conference on Information Management and Engineering (ICIME 2011) IPCSIT vol. 52 (2012) (2012) IACSIT Pre, Singapore DOI: 10.7763/IPCSIT.2012.V52.91 The Implementation of an Adaptive

More information

Performance Evaluation of search engines via user efforts measures

Performance Evaluation of search engines via user efforts measures IJCSI International Journal of Computer Science Iue, Vol. 9, Iue 4, No, July 01 www.ijcsi.org 437 Performance Evaluation of earch engine via uer effort meaure Raeh Kumar Goutam 1 and Sanay K. Dwivedi 1

More information

Quadratic Optimal Control of Wireless Sensor Network Deployment

Quadratic Optimal Control of Wireless Sensor Network Deployment 1 Quadratic Optimal Control of Wirele Senor Network Deployment Ratko R. Selmic 1, Jinko Kanno, Jack Buchart 1, and Nichola Richardon 3 1 Department of Electrical Engineering, Department of Mathematic 3

More information

Robust object characterization from lensless microscopy videos

Robust object characterization from lensless microscopy videos Robut object characterization from lenle microcopy video Olivier Flaeur, Loïc Deni, Corinne Fournier, and Éric Thiébaut Univ Lyon, UJM-Saint-Etienne, CNRS, Intitut d Optique Graduate School, Laboratoire

More information