Locating An IRIS From Image Using Canny And Hough Transform

Size: px
Start display at page:

Download "Locating An IRIS From Image Using Canny And Hough Transform"

Transcription

1 Lcating An IRIS Frm Image Using Canny And Hugh Transfrm Prvi Bhatt Abstract: Iris recgnitin, a relatively new bimetric technlgy, has great advantages, such as variability, stability and security, thus it is the mst prmising fr high security envirnments. The prpsed system here is a simple system design and implemented t find the iris frm the image using Hugh Transfrm Algrithm. Canny Edge detectr has been used t get edge image t use it as an input t the Hugh Transfrm. T get the general idea f Hugh Transfrm, the Hugh Transfrm fr circle is als implemented. RGB value f 3-D accumulatr array f peaks f inner circle and uter circle has been perfrmed. And at the end sme suggestins are made t imprve the system and perfrmance gets discussed. Index Terms: 3D Accumulatr, Bimetrics, Canny Edge Detectr, Gaussian Filter, Hugh Transfrm, Iris Recgnitin, MATLAB INTRODUCTION Amng varius bimetric technlgies, such as finger-prints and face, iris recgnitin has a relatively shrt histry f use. There are few large-scale experimental evaluatins reprted in the literature, and essentially nne where the image dataset is available t ther researchers. One cnstraint f current iris recgnitin systems, which is perhaps nt widely appreciated, is that they require substantial user cperatin in rder t acquire an image f sufficient quality fr use. A number f grups have explred iris recgnitin algrithms and sme systems have already been implemented and put int cmmercial practice by cmpanies such as Iridian Technlgies, Inc., whse system is based n the use f Daugman's algrithm. [1]-[4] A typical iris recgnitin system generally cnsists f the fllwing basic mdules: I. image acquisitin, iris lcatin, and pre-prcessing, II iris texture feature extractin and signature encding, and III iris signature matching fr recgnitin r verificatin. This paper is divided in t fur main parts the Intrductin intrduces what is the psitin f bimetrics in tday s wrd and what is the rle f iris recgnitin in the bimetrics wrld. The Canny Edge and Hugh Transfrm present the detail apprach f the prpsed system and discuss issues. At last a cnclusin dne in Cnclusin which als includes the future cnsideratins fr the imprvement f the prpsed slutin. 2. Canny Edge Detectr Hence the errr rate is decreased. Anther aim is t minimise the distance between the edge pixel detected and the riginal edge. T reduce the nises frm the image it is necessary that the algrithm answer t single image. 2.2 Canny in Prpsed Wrk In the prpsed wrk canny algrithm has been used t find the feature pixels in the given image. MATLAB edge () functin has been used. Matlab Edge () Functin takes and intensity r a binary image as its input, and returns binary image f the same size as the size f the input image, with 1 s where the functin finds edges in input image and 0 s elsewhere. 2.3 Experiments with Different Methds Canny is knwn t be mst efficient methd fr edge detectin. But Sbel is als ne f the knwn methds. Frm the cmparisn f Sbel and Canny, findings are, bth are gradient based edge detectrs. Hwever, Canny perfrms an additinal prcessing, with nn-maximum supervisin which eliminates pssible wide ridges that can result frm the Sbel. Furthermre, where Sbel des a simple threshlding, Canny cmbines the threshlding with cntur fllwing t reduce the prbability f false cnturs. And als, Canny was derived as a reasnable apprximatin t an Optimal Edge Detectin, while Sbel was empirically derived. The fllwing figure shws the difference between Sbel methd and Canny methd practically. 2.1 Intrductin Canny edge detectin algrithm is knwn as the mst ppular algrithm fr the edge detectin. The main aim f the canny edge detectin algrithm in this paper is that, the algrithm shuld nt mark the edge which is nt there and it shuld nly mark the real edges. Prvi Bhatt is currently wrking as Sr. Sftware Engineer at Leids (Legacy Lckheed Martin IS&GS), Atanta, GA, USA. Ph-N: , prvy@gmail.cm The fllwing figure shws the difference between Prewitt methd and Canny methd practically. 52

2 By simply incrementing the value stred in each bin fr every feature lying n that shape, an array is built up which shws which shapes fit mst clsely t the data in the image. [8] By finding the bins with the highest value, the mst likely shapes can be extracted. The simple way f finding these peaks is by applying sme frm f threshld, but different techniques may yield better results in different circumstances determining which shapes are fund as well as hw many. In this paper, Hugh Transfrm fr the circles has been used t lcate an iris frm the eye. 2.4 Canny Methd in Detail Output = EDGE (Input, canny ) is the general frm the canny methd.the Edge Functin here will take an intensity image r a binary image as an input. The secnd argument specifies the methd t apply fr finding edges frm the image. Edge functin here will return an array with the values 1 s and 0 s. 1 fr the edge pixel and 0 fr the nnedge pixels. Output = EDGE (Input, canny, THRESH) Here the THRESH argument can me specified as vectr and scaler. If THRESH is a tw-element vectr then first element is lw threshld and secnd element is high threshld. And if THRESH is a scalar then that values is used as a high threshld and 0.4*THRESH is used fr the lw threshld. If THRESH is nt specified then EDGE chses lw and high values autmatically. 3.2 Hugh Transfrm fr Circles The extended versin f Hugh Transfrm can be used fr finding circles frm the image. T detect the circle frm the image radius and center f the circle will be required. Hence r (radius), Xc(x-crdinate f center), Yc(y-crdinate f center). The equatin f the circle is r² = (x Xc)² + (y Yc)² Where r is radius f circle and (Xc,Yc) is center c-rdinates f the circle. Again in xy-space all featured pixels, btained after applying the edge detectin algrithm, will be prcessed. Each edge pixel, residing n the circle will be represented as a circle in the parameterized space. And in parameter space, if the circles cincide at say (Xci,Yci) pint then, that pint is center f the circle in the xy-plane. Output = EDGE (Input, canny, THRESH SIGMA) Here SIGMA is the standard deviatin f the Gaussian filter. The default SIGMA is 1; the size f the filter is chsen autmatically, based n SIGMA. [Output, thresh] = EDGE (Input, canny,.) returns the threshld values as a twelement vectr. 3. HOUGH TRANSFORM 3.1 Intrductin Hugh Transfrm is a technique t extract shapes frm the image. The classical versin f the Hugh transfrm identifies straight lines frm the images, but the extended versin identifies regular r nn-regular shapes frm the image. The transfrm universally used tday was invented by Richard Duda and Peter Hart in 1972, wh called it a "generalized Hugh transfrm" after the related 1962 patent f Paul Hugh. [5] In Hugh Transfrm, input image is taken as binary image, the image t which edge detectin has been Thus the pints which need t be transfrmed are thse which likely t lie n an edge in the image. The transfrm itself is runded int an arbitrary number f bins, each representing an apprximate definitin f a pssible shape fr which transfrmed is perfrmed e.g. Line, Circle etc... Each feature pint in the edge detected image is said t vte fr a set f bins crrespnding t the shapes that cnsist the feature pint. 53

3 Y Yc Pints On The Circle X Figure 4.2(a) [6-7] 4 Pints Of xy-plane Circle cincide in Hugh space Xc Figure 4.2(b) [6-7] Here the circle f fixed radius is described. But if the circle is f unknwn size then the third parameter will be the radius f the circle. Then the circle will be f arbitrary size (Xc,Yc,r). And hence the accumulatr will cast vtes in three-dimensinal accumulatr. 1. The Algrithm fr the Hugh Transfrm can be given as 2. Find all the feature pints in the image (Using any Edge Detectr) 3. Fr each feature pint find the accumulatr 4. Fr each pssibility in the accumulatr that passes thrugh the feature pint. 5. Increment that psitin in the accumulatr 6. Find lcal maxima in the accumulatr. 3.3 Issues with the Hugh Transfrm Orientatin T transfrm straight line, rientatin can be ne f the parameter in the accumulatr array but fr t transfrm circle rientatin is unnecessary. If rientatin parameter is included in the accumulatr array then the accumulatr arrays dimensin will increase and if it is nt included then nly specific rientatin will be included. Accrding t the bjective f this paper, the main fcus is n the Circle Hugh Transfrm and rientatin is unnecessary in circular transfrm. Smthing the Accumulatr A secnd issue is hw t detect peaks in the accumulatr array. If it is straight line then it is easy t find the pick by simply picking the largest value in the accumulatr and map it back. But if it is fr ther shapes then relative maxima shuld be fund. This can be dne by allwing threshld the maxima that is discvered. The vtes in the accumulatr array are nt just fr the sharp line r ther shapes that pass thrugh the feature pint but als fr thse that pass clse by. This casting r smthing fr nearby pssibilities can be dne directly during the vting phase f the transfrm r afterward thrugh a pstprcessing blurring f the accumulatr. Grey-level Vting The discussin s far has been f binary feature pints casting binary vtes. A mre effective way f ding this is t use the full range f grey-level feature detectin and cast vtes prprtinal t the strength f the feature. 3.4 Design and Implementatin f the System The prpsed system has used MATLAB fr Design and Implementatin. Implementatin f Hugh Transfrm fr circles Hugh Transfrm fr circles wrks same as the Hugh Transfrm fr straight lines. But fr lines the parametric space (Hugh Space) is 2-Dimensinal, whilst fr circles the parametric space (Hugh Space) is 3-Dimensinal. The dimensins f the 3-D parametric space will be radius f the circle, x-crdinate f the center circle and y-crdinate f the center f the circle. Algrithm Explanatin: Read image and perfrm image prcessing necessary. Apply canny edge detectr. Initialize 3-D accumulatr array. Find radius and Increment 3-D accumulatr array. Finding Peaks. This steps is perfrm in fllwing steps: Finding peak fr center f the circle. 54

4 Finding peaks frm array f radii. As the prpsed system is t find iris frm the image, the circles lked fr are cncentric circles. Hence if the center f the circles are fund then frm the accumulatr array radii f that particular center c-rdinates are searched and stred. Frm the stred radii, peaks are fund using hill-climbing technique and frm the peaks stred smallest peak is cnsidered as a pupil s radius. Finding RGB values at different Radii Cmparing average RGB values fr authrizatin. Implementatin in the detail can be explained as fllws. Step 1. Read Image In rder t prcess pixel values f the image IMREAD functin f MATLAB has been IMREAD functin will return an array f image data. If image is gray-scale then array returned will be tw-dimensinal and if image is clr image then array returned will be three-dimensinal. Image data here return will be based n the type f the image. In the prpsed system image type is taken as JPEG. Step 2. Perfrm Canny Edge Detectin In rder t perfrm canny edge detectin, image needs t be cnverted in gray-scale image frm RGB image. MATLAB functin rgb2gray has applied t perfrm this task. Rgb2gray functin will return a grayscale intensity image. An EDGE functin with canny as an argument, f MATLAB has been used t perfrm canny edge detectin n the gray scale intensity image returned by the RGB2GRAY functin. EDGE functin will return image data with 1 s and 0 s values. The image data which cntains value ne is an edge pixel and an image data which cntains value zer is a nn-edge pixel. rder t find ut center f the circle, accumulatr array is srted and highest peak is fund frm the srted array. And in rder t find apprpriate radii f the circles, fr every radius in the accumulatr array the values at Xc,Yc Crdinate are stred in ne dimensinal array called r. And then perfrming hill climbing technique peaks frm the nedimensinal array r are fund and saved in array called Peaks. The values in r are then matched with values in Peaks and index fr the matched value is multiplied by Spacing and will be saved in array called Radii. The array Radii cntains all the expected radii f the circles frm the image. The smallest value in array Radii will represent radius f the inner circle and largest value in array Radii will represent radius f the uter circle. Step 6. Finding RGB values at different Radii. After finding the radius f the inner circle, RGB values at different radii are fund and stred. MATLAB s IMPIXEL functin has been used t find RGB values at different Radii. IMPIXEL will return Red, Green and Blue value at a given pixel. Step 7. Cmparing Average RGB Values. After finding RGB values at different psitins average f that values are fund and n that average values the RGB cube is viewed. This is perfrmed by MATLAB s functin VIEW. VIEW set an angle f the view frm where an bserver sees the 3Dplt. Hence if the average RGB value have mre value f red and less value f green and mre value f blue then generated RGB Cube can be viewed frm the angle where red and blue are emphasized and green is less valuable. As the prgram runs thrugh it uses MATLAB s imshw () functin t display the image data in the image frm. Imshw () functin will take image data as an argument and returns an image which is generated frm that image data. Step 3. Initializing an accumulatr array. As here parametric space (Hugh Space) will be 3- Dimensinal, accumulatr array is als 3-Dimensinal array. The 3-Dimensins f the accumulatr array can be described as x-crdinate f the center, y-crdinate f the center and radius f the circle. Accumulatr array can be created by the spacing entered by the user. The size f the accumulatr array will be (MaxRws/Spacing,MaxCls/Spacing,MaxRadius/Spacing). An accumulatr f the specified size is initialized and all the values f the array are set t zer. Step 4. Calculating Radii fr Edge Pixel and Incrementing Accumulatr Space. Fr each image pixel, it is checked that whether it is an edge pixel r nt. If it is an edge pixel then fr each (x,y) in accumulatr array radius is calculated and accumulatr array (xc,yc,r) is incremented. Step 5. Finding peaks in the accumulatr array. In rder t find apprpriate circle it is necessary t find peaks in the accumulatr array. As in the prpsed system, circles needs t be find frm the image f the iris it is bvius that all the circles will be cncentric. Hence first center f the circle is fund and then n that (Xc,Yc) pint f the accumulatr array radii are searched and stred. In Experimental Results & Outputs Image Selectin In general the issues with the iris recgnitin system is t capture a high quality image f the iris while remaining nninvasive t the human peratr. The fllwing shuld be pint f cncern: Desirable t acquire images f the iris with sufficient reslutin and sharpness t supprt recgnitin. It is imprtant t have gd cntrast in the interir iris pattern withut resrting t a level f illuminatin that annys the peratr. Nises in the acquired images shuld be eliminated as much as pssible.t initially check the prgram, JPEG image f circle is created by using the MS- Paint Prgram, and used as an input. An image f tw circle is created using MS-Paint, saved as JPEG and used as a secnd input. An image f tw circle ne is uter and ne is inner, created using MS- Paint, saved as JPEG and used as a third input. An image f triangle is created using MS-Paint, saved as JPEG and used as a furth input. Several images f eye is taken frm the Ggle, which is available free. My eye is taken as input. Other peple s eye is taken as an input. Results As the prgram runs thrugh it prduces eye image at different stage and it als prduces s ther details. 55

5 Images Prduced: Canny Edge Image. Real Image with circles identified. Canny image with circles identified. Image f RGB Cube f Average RGB value fund. Infrmatin Prduced: Display image name. Canny threshld Spacing Centre f the circles. Radius f inner circle. Radius f uter circle. RGB value f the pixel at Nrth f the circle with the radius RGB value f the pixel at Suth f the circle with the radius RGB value f the pixel at East f the circle with the radius RGB value f the pixel at West f the circle with the radius Average RGB value f these 4-Pints. TABLE 1: RESULT DATA Eye7.jp g Eye7- rt. Circles Scale variatin. Test has been perfrmed n an eye image captured at different distances. Imag e Nam e Eye2. Canny Edge Canny With Circles Real Image With Circles RGB Value Cube Input Imag e Canny Thresh ld C4.jp g Spa cing Output Ce nte r f Cir cle 14 2 Ra diu s f Ou ter Cir cle Ra diu s f Inn er Cir cle Avg. RGB Value ( , , ) Eye3. Findings f the prgram: The prgram is tested under different situatins and different image cnditins. The results f all the experiments can be cncluded as fllws. Eye3. Eye9. Eye2. Eye3. Eye7. Eye7 - rt.jp g Evaluatin & Findings f the Prgram ( , , ) ( , , ) ( , , ) ( , , ) ( , , ) ( , , ) Evaluatin: Evaluatin f the prgram has been perfrmed by taking different images in different cnditins and in different envirnment. Rtatin variatin. Test has been perfrmed by rtating an eye image n different angles. Result f canny edge detectr matters. If canny cannt find apprpriate edge pixel frm the image then the Hugh space may nt cntain right infrmatin t prduce an image. Output als depends upn the threshld specified fr canny. If threshld is near 0 image will cntain mre edge pixels and if threshld is near 1 then image will cntain less edge pixels. Centre f the circles. This prgram is running n the assumptin that all the circles that are detected in edge image will have nly ne center. Hence all the circle shuld be cncentric. Spacing. Spacing perfrms crucial rle in every results btained by the prgram. Spacing defines the hugh space. The accumulatr array is quantized in rder t run the prgram faster. Higher the value f Spacing, lwer the size f an accumulatr array and lwer the accuracy. In this prgram the spacing has gne up t 2 pints hence it is shwing much mre accurate results. But pacing 2 ccupies mre memry in prcessing. CONCLUSION AND FUTURE WORK The prpsed system have sme f the critics need t be discuss. Image Name Canny Edge Canny With Circles Real Image With RGB Value Cube 56

6 4.1 Blurred Psitin f the Center The prblem arises if the center psitin fund as a result f Hugh Transfrm is blurred. This may cause the detectin f multiple circles arund the center area with slightly different center where nly ne circles needs t be detected. This prblem can be addressed by clustering the binary frm Hugh Space and detecting the cluster centres. Sme techniques that might slve this prblem are: - LBG algrithm - Neurnal Gas Appraches - RBF (Radial Based Functins) area filling - Bayes Classificatin The result wuld be a smaller number f circle centres. This speeds up the detectin algrithms, give mre precise results. C. Ganzalez & Richard E. Wds. Chapter: 10 Edge Linking and Bundary Detectin. [6] Canny, J., A Cmputatinal Apprach T Edge Detectin, IEEE Trans. Pattern Analysis and Machine Intelligence, 8: (1986). [7] Hugh Transfrm David Yung, January 1993, revised January 1994 Bk: Algrithms Fr Image Prcessing And Cmputer Visin By J. R. Parker. Chapter: 8.4OCR n Fax Images-Printed Characters [8] Intrductin T Cmputer Visin And Image Prcessing By Lung Chi Mai. Department f Pattern Recgnitin and Knwledge Engineering Institute f Infrmatin Technlgy, Hani, Vietnam. 4.2 Limited Accuracy Anther prblem is with the limited accuracy f the used digital grids. They are limited in reslutin and accuracy f a specific grid value. Bth are nn-cntinuus. Fr example: In case much mre than 255 circles are situated within an image the grid value size f the Hugh Space had t be increased frm 8bit t may be 16 bit r mre. Overall this reprt discusses hw Hugh Transfrm can be implemented fr Iris Recgnitin n eye images with ne center by finding and cmparing RGB values f 3D-array with help f Canny Edge Detectr. It als explains its limitatins and hw future wrk can vercme thse limitatins. END SECTIONS 5.1 Appendices Web Appendices available with this paper at the Bimetrics website n IJSTR Online Library. 5.2 Acknwledgement I wuld like t thank Mr. Geff Dwlling (University f Westminster, Harrw, UK) fr supervising my prject. His help enabled me t transfrm his suggestins int implementatins, and his criticisms int cmplete prject. Als withut cntinuus supprt frm family this culd never have been cmpleted. 5.3 Reference [1] Xiamei Liu, Kevin W.Bwyer, Patrick J. Flynn, Experiments with An Imprved Iris Segmentatin Algrithm [2] J.G. Daugman, High cnfidence visual recgnitin f persn by a test f statistical independence, IEEE Trans. PAMI 15, (1993) [3] J.G. Daugman, The imprtance f being randm: statistical principles f iris recgnitin, Patern. Recgnitin 36, (2003). [4] J.G. Daugman, Hw iris recgnitin wrks, IEEE trans. Circuits and Syst. Fr Vide Tech. 14(1),21-30(2004). [5] Bk: Digital Image Prcessing (Secnd Editin) By Rafael 57

a) Which points will be assigned to each center in the first iteration? b) What will be the values of the k new centers (means)?

a) Which points will be assigned to each center in the first iteration? b) What will be the values of the k new centers (means)? CS 378 Cmputer Visin Prblem set 2 Out: Tuesday Sept 22 Due: Mnday Oct 5, by 11:59 PM See the end f this dcument fr submissin instructins. I. Shrt answer prblems [30 pints] 1. Suppse we are using k-means

More information

Hospital Task Scheduling using Constraint Programming

Hospital Task Scheduling using Constraint Programming Hspital Task Scheduling using Cnstraint Prgramming Authr: Chaman Chahal Supervisr: Dr. P. Bse, Schl f Cmputer Science Organizatin: Carletn University Curse: COMP4905 Date: Dec. 11, 2012 1 Abstract Hspitals

More information

PROBABILITY OF DETECTION OF FLAWS IN A GAS TURBINE ENGINE. Gary L. Burkhardt and R.E. Beissner

PROBABILITY OF DETECTION OF FLAWS IN A GAS TURBINE ENGINE. Gary L. Burkhardt and R.E. Beissner PROBABILITY OF DETECTION OF FLAWS IN A GAS TURBINE ENGINE COMPONENT USING ELECTRIC CURRENT PERTURBATION Gary L. Burkhardt and R.E. Beissner Suthwest Research Institute 6220 CUlebra Rad San Antni, Texas

More information

The UNIVERSITY of NORTH CAROLINA at CHAPEL HILL

The UNIVERSITY of NORTH CAROLINA at CHAPEL HILL Yu will learn the fllwing in this lab: The UNIVERSITY f NORTH CAROLINA at CHAPEL HILL Cmp 541 Digital Lgic and Cmputer Design Prf. Mntek Singh Fall 2016 Lab Prject (PART A): Attaching a Display t the Prcessr

More information

1. Give an example of how one can exploit the associative property of convolution to more efficiently filter an image.

1. Give an example of how one can exploit the associative property of convolution to more efficiently filter an image. CS 376 Cmputer Visin Spring 2011 Prblem set 1 Out: Tuesday Feb 1 Due: Mnday Feb 14 11:59 PM See the end f this dcument fr submissin instructins. Visit us during ffice hurs t discuss any questins n the

More information

DXF2DAT 3.0 Professional Designed Computing Systems 848 W. Borton Road Essexville, Michigan 48732

DXF2DAT 3.0 Professional Designed Computing Systems 848 W. Borton Road Essexville, Michigan 48732 Prgram Infrmatin 1 DXF2DAT 3.0 Prfessinal Designed Cmputing Systems 848 W. Brtn Rad Essexville, Michigan 48732 Cntact: (989) 892-4376 website: http://www.famwrk.net General Infrmatin: inf@famwrk.net Technical

More information

Hands-Free Music Tablet

Hands-Free Music Tablet Hands-Free Music Tablet Steven Tmer Nate Decker Grup Website: steve@wasatch.cm milamberftheassembly@yah.cm http://www.cs.utah.edu/~ndecker/ce3992/ Abstract The typical musician handles a great deal f sheet

More information

Puget Sound Company Overview. Purpose of the Project. Solution Overview

Puget Sound Company Overview. Purpose of the Project. Solution Overview Puget Sund Cmpany Overview Puget Sund Energy is Washingtn State s largest and ldest energy utility, serving nearly 1 millin electric custmers and mre than 650,000 natural gas custmers, primarily within

More information

Application of Percents

Application of Percents Grade 7 Mathematics, Quarter 3, Unit 3.1 Applicatin f Percents Overview Number f instructinal days: 15 (1 day = 45 60 minutes) Cntent t be learned Cnvert between different frms f ratinal numbers (psitive

More information

The Mathematics of the Rubik s Cube

The Mathematics of the Rubik s Cube In this lessn, students will explre the pssible number ways the pieces f a Rubik's Cube can be arranged, and still fit the criteria fr a Rubik's Cube. Clrs are riented in a set way, s sme pieces (such

More information

1.12 Equipment Manager

1.12 Equipment Manager Mdule 1 Categry 1 1.12 Equipment Manager Functin f the windw The windw is the central data file fr the Kntrl Pr and cllects the main data fr fees f an bject that t be used in this prject. The Equipment

More information

Figure 1: A Battleship game by Pogo

Figure 1: A Battleship game by Pogo CSCI 2312-002: Object Oriented Prgramming Final Prject Assigned: Octber 17, 2017 Design Due: Octber 24, 2017 IN CLASS (Graded as ne hmewrk grade) Final prject Due: Nvember 16, 2017 at 11:59 PM Fr many

More information

NATF CIP Requirement R1 Guideline

NATF CIP Requirement R1 Guideline Open Distributin NATF CIP 014-2 Requirement R1 Guideline Disclaimer This dcument was created by the Nrth American Transmissin Frum (NATF) t facilitate industry wrk t imprve physical security. NATF reserves

More information

Data Sheet - cctvxanpr PC based 1-4 channel ANPR (Automatic Licence Number Plate Recognition)

Data Sheet - cctvxanpr PC based 1-4 channel ANPR (Automatic Licence Number Plate Recognition) Data Sheet - cctvxanpr PC based 1-4 channel ANPR (Autmatic Licence Number Plate Recgnitin) the hme f Kdicm in Main features Real time PC based recrding Neural Net ANPR system Multi user peratin Event lg

More information

National Curriculum Programme of Study:

National Curriculum Programme of Study: Natinal Curriculum Prgramme f Study: Cunt in steps f 2, 3, and 5 frm 0, and in tens frm any number, frward and backward. Recall and use multiplicatin and divisin facts fr the 2, 5 and 10 multiplicatin

More information

3: Community Gathering Space

3: Community Gathering Space 3: Cmmunity Gathering Space What: 2 part spatial sequence with gathering area fr varius sized grups Entry Zne Prvide an intrductin t the area by establishing a md and character and as well as separating

More information

How are humans responsible for the environment?

How are humans responsible for the environment? Hw are humans respnsible fr the envirnment? The Cntinents Shwcase Unit Assessment This unit is an integrated apprach t student explratin f earth/envirnmental science, gegraphy, human gegraphy, and the

More information

Rubik s Cube Recognition and Identification using Computer Vision

Rubik s Cube Recognition and Identification using Computer Vision Rubik s Cube Recgnitin and Identificatin using Cmputer Visin Saichand Bandarupalli and Rahul Dev Appapgu Curse N: CSCI507 Clrad Schl f Mines Intrductin Named after Ern Rubik, its inventr (in 1947) Has

More information

Formative Evaluation of GeeGuides: Educational Technology to Enhance Art Exploration

Formative Evaluation of GeeGuides: Educational Technology to Enhance Art Exploration Frmative Evaluatin f GeeGuides: Educatinal Technlgy t Enhance Art Explratin Prepared by Clleen F. Manning Senir Research Assciate Gdman Research Grup, Inc. Submitted t GeeGuides LLC March 2005 EXECUTIVE

More information

Wonder Tree Video Slot Introduction. How to Bet. Gamble Feature

Wonder Tree Video Slot Introduction. How to Bet. Gamble Feature Wnder Tree Vide Slt Intrductin Wnder Tree vide slt is a 5-reel, 20-line game. The slt cnsists f 11 cards - 1 f which is Wild, and 1 is Scatter. All winning cmbinatins are paid left t right, except fr the

More information

Spring 06 Assignment 3: Robot Motion, Game Theory

Spring 06 Assignment 3: Robot Motion, Game Theory 15-381 Spring 06 Assignment 3: Rbt Mtin, Game Thery Questins t Rng Yan(yanrng@cs.cmu.edu) Out: 2/21/06 Due: 3/7/06 Name: Andrew ID: Please turn in yur answers n this assignment (etra cpies can be btained

More information

BTEC EXTENDED DIPLOMA IN CREATIVE MEDIA PRODUCTION (GAMING)

BTEC EXTENDED DIPLOMA IN CREATIVE MEDIA PRODUCTION (GAMING) BTEC EXTENDED DIPLOMA IN CREATIVE MEDIA PRODUCTION (GAMING) UNIT 72 COMPUTER GAME DESIGN ASSIGNMENT 2OF2 COMPUTER GAME CONCEPT & PRODUCTION Student Name: Grup: Games Prject Five: Cmputer Games Design Assignment

More information

3400 to 3600MHz. Crown Recognised Spectrum Access in 3400 to 3600 MHz. The response of Alcatel-Lucent to Ofcom Spectrum Policy Group

3400 to 3600MHz. Crown Recognised Spectrum Access in 3400 to 3600 MHz. The response of Alcatel-Lucent to Ofcom Spectrum Policy Group Crwn Recgnised Spectrum Access in 3400 t 3600 MHz The respnse f Alcatel-Lucent t Ofcm Spectrum Plicy Grup Spectrum Access in 1 3400 t 3600MHz Fr additinal infrmatin and clarificatin, please cntact: Jean-Pierre

More information

Meal Time! Game Concept

Meal Time! Game Concept Meal Time! Game Cncept Lucien LeMenager Kevin Mann Rbert Dyle Wrking Title Meal Time! Prject Thumbnail A game based n turn- based trading card games, Meal Time! pits players against each ther t crwn the

More information

High Level Design Circuit CitEE. Irere Kwihangana Lauren Mahle Jaclyn Nord

High Level Design Circuit CitEE. Irere Kwihangana Lauren Mahle Jaclyn Nord High Level Design Circuit CitEE Irere Kwihangana Lauren Mahle Jaclyn Nrd 12/16/2013 Table f Cntents 1 Intrductin. 3 2 Prblem Statement and Prpsed Slutin. 3 3 Requirements. 3 4 System Blck Diagram 4.1 Overall

More information

Altis Flight Manager. PC application for AerobTec devices. AerobTec Altis v3 User Manual 1

Altis Flight Manager. PC application for AerobTec devices. AerobTec Altis v3 User Manual 1 Altis Flight Manager PC applicatin fr AerbTec devices AerbTec Altis v3 User Manual 1 Table f Cntents Intrductin...3 Requirements...3 Installatin...3 Applicatin...3 USB Driver fr Altis v3 interface ALink...4.NET

More information

Review of Image Enhancement in Spatial Domain

Review of Image Enhancement in Spatial Domain Internatinal Jurnal f Cmputer Science and Infrmatin Technlgy Research ISSN 2348-120X (nline) Vl. 2, Issue 4, pp: (194-200), Mnth: Octber - December 2014, Available at: www.researchpublish.cm Review f Image

More information

How are humans responsible for the environment?

How are humans responsible for the environment? Hw are humans respnsible fr the envirnment? The Cntinents Shwcase Unit Assessment This unit is an integrated apprach t student explratin f earth/envirnmental science, gegraphy, human gegraphy, and the

More information

The demand for a successful flaw analysis is that the test equipment produces no distortion on the echos no noise. I _... I i.j J...

The demand for a successful flaw analysis is that the test equipment produces no distortion on the echos no noise. I _... I i.j J... SYSTEM ANALYSIS FOR WIDE BAND ULTRASONIC TEST SET-UPS Ulrich Opara Krautkramer GmbH Clgne, West Germany INTRODUCTION In the last years, the discussins abut ultrasnic test equipment fcussed n amplifier

More information

AccuBuild Version 9.3 Release 05/11/2015. Document Management Speed Performance Improvements

AccuBuild Version 9.3 Release 05/11/2015. Document Management Speed Performance Improvements AccuBuild Versin 9.3 Release 05/11/2015 Dcument Management Speed Perfrmance Imprvements The entire dcument management system and security system design was retled which shuld result in majr speed imprvements

More information

Spring 06 Assignment 3: Solution

Spring 06 Assignment 3: Solution 15-381 Spring 06 Assignment 3: Slutin Questins t Rng Yan(yanrng@cs.cmu.edu) Out: 2/21/06 Due: 3/7/06 Name: Andrew ID: Please turn in yur answers n this assignment (etra cpies can be btained frm the class

More information

APPLICATION NOTE Sales & Application DEWESoft Slovenia

APPLICATION NOTE Sales & Application DEWESoft Slovenia Sales & Applicatin DEWESft Slvenia Abstract: This applicatin nte shws a measurement with DEWESft sund pwer measurement system and GRAS 67HA Hemisphere. The bject under test was a standard ntebk, the measurement

More information

Introduction. Version 8.2.2

Introduction. Version 8.2.2 Intrductin As with each new versin, minr changes and new ptins are added. Sme f these changes are nt visible because they are designed t imprve functins and crrect sme minr bug. Fr visible changes, please

More information

Focus Session on Simulation at Aeronautics Test Facilities

Focus Session on Simulation at Aeronautics Test Facilities Fcus Sessin n Simulatin at Aernautics Test Facilities Octber 15, 2014 Overview f Presentatin Questins t be addressed during presentatin Hw has the ability t d increasingly accurate mdeling and simulatin

More information

VILLAGE COORDINATOR AGREEMENT

VILLAGE COORDINATOR AGREEMENT Date Received at AHSGR VILLAGE COORDINATOR AGREEMENT Frm materials written by the riginal funders f AHSGR, we knw that the grup f peple wh gt tgether in the late 1960s t frm what was t later becme AHSGR

More information

The Motorcycle Industry in Europe. L-category vehicles type approval regulation ACEM comments on draft TRL durability study

The Motorcycle Industry in Europe. L-category vehicles type approval regulation ACEM comments on draft TRL durability study L-categry vehicles type apprval regulatin ACEM cmments n draft TRL durability study 1. ACEM members welcme the pprtunity t cmment n the draft TRL durability study. Since 2004, ACEM members have supprted

More information

Automated Design of an ASIP for Image Processing Applications

Automated Design of an ASIP for Image Processing Applications Autmated Design f an ASIP fr Image Prcessing Applicatins Henj Scht and Henk Crpraal Delft University f Technlgy Department f Electrical Engineering Sectin Cmputer Architecture and Digital Technique P.O.

More information

Project Information o Simulating Cumulus Entrainment: A Resolution Problem, or Conceptual? o Sonia Lasher-Trapp, UIUC o

Project Information o Simulating Cumulus Entrainment: A Resolution Problem, or Conceptual? o Sonia Lasher-Trapp, UIUC o Annual Reprt fr Blue Waters Allcatin: Snia Lasher-Trapp, Oct 2016 Prject Infrmatin Simulating Cumulus Entrainment: A Reslutin Prblem, r Cnceptual? Snia Lasher-Trapp, UIUC slasher@illinis.edu Executive

More information

Excel Step by Step Instructions Creating Lists and Charts. Microsoft

Excel Step by Step Instructions Creating Lists and Charts. Microsoft Infrmatin Yu Can Enter in a Wrksheet: Labels: Any type f text r infrmatin nt used in any calculatins. Labels are used fr wrksheet headings and make wrksheets easy t read and understand. Labels can als

More information

After Earth Saving Our Future Lesson Plan

After Earth Saving Our Future Lesson Plan After Earth Saving Our Future Lessn Plan Fr Teachers: This lessn is designed fr use with several parts f this site: 1. Hme page and After Earth Saving the Future (link) 2. The Bidiversity Page (link) 3.

More information

Exam solutions FYS3240/

Exam solutions FYS3240/ Exam slutins FYS3240/4240 2014 Prblem 1 a) Explain hw the accuracy (cnstant frequency utput) f quartz crystal scillatrs is imprved. The accuracy is imprved using temperature cmpensatin (temperature cmpensated

More information

Photoshop Elements: Color and Tonal Correction Basics

Photoshop Elements: Color and Tonal Correction Basics Phtshp Elements: Clr and Tnal Crrectin Basics Cntrast Lighten Phtshp Elements: Clr and Tnal Crrectin Basics 1 Sharpen Expsure Phtshp Elements: Clr and Tnal Crrectin Basics 2 Highlights and Shadws All key

More information

ELEC 7250 VLSI TESTING. Term Paper. Analog Test Bus Standard

ELEC 7250 VLSI TESTING. Term Paper. Analog Test Bus Standard ELEC 7250 VLSI TESTING Term Paper On Analg Test Bus Standard Muthubalaji Ramkumar 1 Analg Test Bus Standard Muthubalaji Ramkumar Dept. f Electrical and Cmputer Engineering Auburn University Abstract This

More information

Evaluation, Enhancement, Development & Implementation of Content Based Image Retrieval Algorithms

Evaluation, Enhancement, Development & Implementation of Content Based Image Retrieval Algorithms 6. Image Retrieval 6.1 Intrductin The chapter deals with image features, characteristics f image databases used and prpsed methds fr image retrieval. The image retrieval has been carried ut n the basis

More information

Using the Laser Cutter

Using the Laser Cutter Using the Laser Cutter Prerequisites Befre yu will be allwed t use the laser cutter, yu must cmplete these three steps: 1. Yu must have cmpleted the Laser Cutter training at Cyberia 2. Yu must schedule

More information

A New Clustering Method for Landsat Images Using Local Maximums of a Multidimensional Histogram

A New Clustering Method for Landsat Images Using Local Maximums of a Multidimensional Histogram Purdue University Purdue e-pubs LARS Sympsia Labratry fr Applicatins f Remte Sensing 1-1-1981 A New Clustering Methd fr Landsat Images Using Lcal Maximums f a Multidimensinal Histgram K. Matsumt M. Naka

More information

MULTI-ELEMENT SOURCES FOCUSING ACOUSTIC ENERGY GRAZYNA GRELOWSKA

MULTI-ELEMENT SOURCES FOCUSING ACOUSTIC ENERGY GRAZYNA GRELOWSKA MULTI-ELEMENT SOURCES OCUSING ACOUSTIC ENERGY GRAZYNA GRELOWSKA Naval University in Gdynia Smidwicza 69, 81-103 Gdynia Pland ggrel@amw.gdynia.pl In underwater imaging the beam-frming technique plays ne

More information

Safety Architect : A Tool for Model-Based Safety Analyses Compliant with the System Engineering Approach

Safety Architect : A Tool for Model-Based Safety Analyses Compliant with the System Engineering Approach Safety Architect : A Tl fr Mdel-Based Safety Analyses Cmpliant with the System Engineering Apprach Authrs: Jnathan Dumnt, Franck Sadmi, Frédérique Vallée (All4tec) Keywrds: Safety, Dependability, Mdel-Based

More information

2018 Print and DPI Annual Competition Rules

2018 Print and DPI Annual Competition Rules Brisbane Camera Grup 'Annual Cmpetitin' takes place in Nvember each year. It's the highlight f the club cmpetitin year and submissin standards are cnsistently high. All graded members are eligible and

More information

COMP 110 INTRODUCTION TO PROGRAMMING WWW

COMP 110 INTRODUCTION TO PROGRAMMING WWW COMP 110 INTRODUCTION TO PROGRAMMING WWW http://cmp110www.web.unc.edu Fall 2011 Hmewrk 3 Submissin Deadline: 10:59 AM, Oct 24 Overview Validating Multiple Chess Mves n a Chessbard Fr this assignment yu

More information

The Urbana Free Library Patron Survey. Final Report

The Urbana Free Library Patron Survey. Final Report The Urbana Free Library Patrn Survey Final Reprt CIRSS Center fr Infrmatics Research in Science and Schlarship Graduate Schl f Library and Infrmatin Science University f Illinis at Urbana-Champaign 501

More information

Upgrading to PlanetPress Suite Version 5

Upgrading to PlanetPress Suite Version 5 Upgrading t PlanetPress Suite Versin 5 Creatin date: September 2, 2005 Revisin date: June 14, 2006 Table f Cntents System Requirements... 4 Imprtant Cnsideratins... 4 Knwn Issues... 6 Prcedure t imprt

More information

Service Update 7. PaperStream IP (TWAIN x64) for SP Series. change history. Version Version Version

Service Update 7. PaperStream IP (TWAIN x64) for SP Series. change history. Version Version Version PaperStream IP (TWAIN x64) fr SP Series change histry Service Update 7 Versin 1.46.0.5900 Crrected issue: 1. Minr errrs have been mdified. Versin 1.46.0.5775 New feature: 1. SP-1425 is newly supprted.

More information

A Practical Implementation of Face Detection by Using Matlab Cascade Object Detector

A Practical Implementation of Face Detection by Using Matlab Cascade Object Detector 2015 19th Internatinal Cnference n System Thery, Cntrl and Cmputing (ICSTCC), Octber 14-16, Cheile Gradistei, Rmania A Practical Implementatin f ace Detectin by Using Matlab Cascade Object Detectr Elena

More information

Cleveland Public Theatre. Catapult. Request for Proposals. Deadline for submissions is Monday, June 12 th, 2017

Cleveland Public Theatre. Catapult. Request for Proposals. Deadline for submissions is Monday, June 12 th, 2017 Cleveland Public Theatre Catapult Request fr Prpsals Cleveland Public Theatre s New Play Develpment CPT s missin is t raise cnsciusness and nurture cmpassin thrugh grundbreaking perfrmances and life-changing

More information

CENTRE FOR DISTANCE EDUCATION ANNA UNIVERSITY CHENNAI GUIDELINES FOR PREPARATION OF MCA PROJECT REPORT

CENTRE FOR DISTANCE EDUCATION ANNA UNIVERSITY CHENNAI GUIDELINES FOR PREPARATION OF MCA PROJECT REPORT CENTRE FOR DISTANCE EDUCATION ANNA UNIVERSITY CHENNAI 600 025 GUIDELINES FOR PREPARATION OF MCA PROJECT REPORT (Prescribed Frmat and Specificatin) 1. GENERAL: The guideline is intended t prvide brad guidelines

More information

Spatiotemporal Distribution. of Industrial Regions and Impact on LST in the case of Kocaeli, Turkey

Spatiotemporal Distribution. of Industrial Regions and Impact on LST in the case of Kocaeli, Turkey Spatitempral Distributin Presented at the FIG Cngress 2018, May 6-11, 2018 in Istanbul, Turkey FIG Cngress 2018 6-11 May 2018 f Industrial Regins and Impact n LST in the case f Kcaeli, Turkey Arzu Erener,

More information

A Modified Stripe-RGBW TFT-LCD with Image-Processing Engine for Mobile Phone Displays

A Modified Stripe-RGBW TFT-LCD with Image-Processing Engine for Mobile Phone Displays 1628 IEEE Transactins n Cnsumer Electrnics, Vl. 53, N. 4, NOVEMBER 27 A Mdified Stripe-RGBW TFT-LCD with Image-Prcessing Engine fr Mbile Phne Displays Chih-Chang Lai and Ching-Chih Tsai, Senir Member,

More information

Study of New architecture needs for AOCS / Avionics Abstract. Abstract

Study of New architecture needs for AOCS / Avionics Abstract. Abstract The ESA "Study f New architecture needs fr AOCS / Avinics" was perfrmed in parallel t the study Attitude estimatin systems, Requirements n sensr suite. Bth studies have the cmmn bjective t derive a develpment

More information

You Be The Chemist Challenge Official Competition Format

You Be The Chemist Challenge Official Competition Format 2018-2019 Yu Be The Chemist Challenge Official Cmpetitin Frmat This dcument prvides detailed infrmatin regarding the Challenge frmat at each level f the cmpetitin. Schl Crdinatrs, participants, and parents/guardians

More information

Declaration of Amsterdam. Cooperation in the field of connected and automated driving

Declaration of Amsterdam. Cooperation in the field of connected and automated driving Declaratin f Amsterdam Cperatin in the field f cnnected and autmated driving 14-15 April 2016 Declaratin f Amsterdam n cperatin in the field f cnnected and autmated driving Navigating t cnnected and autmated

More information

Support Subscribers call

Support Subscribers call Prduced by Cmputer Helper Publishing (CHP). We hpe this sftware makes the tasks f Church administratin easier and mre efficient. Any questins that cannt be answered by these help files shuld be directed

More information

Security Exercise 12

Security Exercise 12 Security Exercise 12 Asynchrnus Serial Digital Baseband Transmissin Discussin: In this chapter, yu learned that bits are transmitted ver a cpper wire as a series f vltage pulses (a prcess referred t as

More information

SARMAP RELEASE NOTES. Version: 7.0 (July 2016) rpsgroup.com

SARMAP RELEASE NOTES. Version: 7.0 (July 2016) rpsgroup.com SARMAP RELEASE NOTES Versin: 7.0 (July 2016) 55 Village Square Dr. Suth Kingstwn, RI 02879 Tel: (401) 789-6224 Fax: (401) 789-1932 Email: MapSupprt@ Table f Cntents Table f Cntents...ii 1 Intrductin...

More information

Materials: Metals, timber, plastics, composites, smart and nanomaterials Candidates should:

Materials: Metals, timber, plastics, composites, smart and nanomaterials Candidates should: AQA Resistant Materials - Unit 1 Specificatin 2014-4560 Materials: Metals, timber, plastics, cmpsites, smart and nanmaterials Be aware f the surce f a range f materials. Understand they are prcessed fr

More information

CiDA CiDA: Unit 3 Unit 3

CiDA CiDA: Unit 3 Unit 3 Pearsn CiDA Unit 3 Artwrk and Imaging: SW CiDA CiDA: Unit 3 Unit 3 Artwrk and Artwrk and Imaging Imaging Scheme f Wrk Scheme f Wrk 1 Pearsn Educatin Ltd 2017 Unit 3: Artwrk and Imaging: Scheme f Wrk Pearsn

More information

Processors with Sub-Microsecond Response Times Control a Variety of I/O. *Adapted from PID Control with ADwin, by Doug Rathburn, Keithley Instruments

Processors with Sub-Microsecond Response Times Control a Variety of I/O. *Adapted from PID Control with ADwin, by Doug Rathburn, Keithley Instruments PID Cntrl with ADwin Prcessrs with Sub-Micrsecnd Respnse Times Cntrl a Variety f I/O CHESTERLAND OH March 9, 2015 *Adapted frm PID Cntrl with ADwin, by Dug Rathburn, Keithley Instruments By Terry Nagy,

More information

Retinal Blood Vessel Segmentation Using Gabor Wavelet and Line Operator

Retinal Blood Vessel Segmentation Using Gabor Wavelet and Line Operator Internatinal Jurnal f Machine Learning and Cmputing, Vl., N. 5, Octber 01 Retinal Bld Vessel Segmentatin Using Gabr Wavelet and Line Operatr Reza Kharghanian and Alireza Ahmadyfard classificatin: the grey

More information

Bulletin of the Transilvania University of Braşov Vol 8(57), No Series III: Mathematics, Informatics, Physics,

Bulletin of the Transilvania University of Braşov Vol 8(57), No Series III: Mathematics, Informatics, Physics, Bulletin f the Transilvania University f Braşv Vl 8(57), N. 2-2015 Series III: Mathematics, Infrmatics, Physics, 125-130 ALGORITHM FOR SOLVING A PUZZLE PROBLEM Adrian DEACONU 1 Abstract We present an algrithm

More information

Image Processing of ST2000XM Images with Small Focal Length

Image Processing of ST2000XM Images with Small Focal Length Image Prcessing f ST2000XM Images with Small Fcal Length Part1 CCDSTACK Wrkflw (Release 1.2) Bernhard Hubl, 2007-08-19 CCDSTACK_ST2000XM_eng.dc 02.04.2008 1 / 8 1. CALIBRATION WITH CCDSTACK 1.1. Requirements

More information

Dice High Video Slot. Introduction. How to Bet. Gamble Feature

Dice High Video Slot. Introduction. How to Bet. Gamble Feature Dice High Vide Slt Intrductin Hw t Bet Gamble Feature Game Cntrls Rules Dice Feature Jackpt Cards Bnus Game Interruptins Return t Player Intrductin Dice High vide slt is a 5-reel, 20-line fixed game. The

More information

APPENDIX B TRAFFIC IMPACT STUDY CRITERIA

APPENDIX B TRAFFIC IMPACT STUDY CRITERIA APPENDIX B TRAFFIC IMPACT STUDY CRITERIA Traffic Impact Studies Traffic impact studies (TIS) may be required by the Cunty in rder t adequately assess the impacts f a develpment prpsal n the existing and/r

More information

DesignCon A New Reference Design Development Environment for JPEG 2000 Applications

DesignCon A New Reference Design Development Environment for JPEG 2000 Applications DesignCn 2003 System-n-Chip and ASIC Design Cnference Reference Design Paper A New Reference Design Develpment Envirnment fr JPEG 2000 Applicatins Authrs Bill Finch Vice President, CAST Inc. Warren Miller

More information

Guidelines for Preparation of Accepted Papers (Full Length) / Posters

Guidelines for Preparation of Accepted Papers (Full Length) / Posters 23 rd Internatinal Cngress n Irrigatin and Drainage 8-14 Octber 2017, Mexic City, Mexic Theme: Mdernizing Irrigatin and Drainage fr a New Green Revlutin Guidelines fr Preparatin f Accepted Papers (Full

More information

Wins Soft OUR CORPORATE GOAL IS TO CREATE ADDED VALUE FOR CUSTOMERS AND EMPLOYEES, TRUE TO THE MOTTO

Wins Soft OUR CORPORATE GOAL IS TO CREATE ADDED VALUE FOR CUSTOMERS AND EMPLOYEES, TRUE TO THE MOTTO Wins Sft Abut Us : WINS SOFT is ne f the fastest grwing IT Cmpany prviding Textile Slutin t Medium and Large-Scale textile based cmpanies. It was funded with the visin f prducing innvative and affrdable

More information

Application for Drive Technology

Application for Drive Technology Applicatin fr Drive Technlgy MICROMASTER 4 Applicatin Descriptin Warranty, Liability and Supprt 1 Warranty, Liability and Supprt We d nt accept any liability fr the infrmatin cntained in this dcument.

More information

Engineering Design and Development

Engineering Design and Development Engineering Design and Develpment Grade 12 Prerequisites: Intrductin t Engineering Design Principles f Engineering Digital Electrnics Credit Value: 5 ABSTRACT The Engineering Design and Develpment curse

More information

Workflow Working Group

Workflow Working Group Wrkflw Wrking Grup June 19, 2007 Chiba University Ann McCarthy Lexmark Internatinal Inc. Chair, Wrkflw Wrking Grup presented by: William Li Wrkflw WG Charter T identify a small number f the mst cmmnly

More information

Question Document. Forensic Science: Fundamentals & Investigations, Chapter 10

Question Document. Forensic Science: Fundamentals & Investigations, Chapter 10 Questin Dcument Any bject with handwriting r print whse surce r authenticity is in dubt may be referred t as a questined dcument. The uncnscius handwriting f tw different individuals can never be identical.

More information

CAR ASYST - Quick Start Guide MAIN MENU

CAR ASYST - Quick Start Guide MAIN MENU fficially apprved by CAR ASYST - Quick Start Guide MAIN MENU Main menu The main menu f ur CAR ASYST APP is divided int 7 menu items. Belw yu will find a list f these items including a shrt descriptin.

More information

Manual Zeiss Axio Zoom.V16 microscope and ZEN 2 Pro software

Manual Zeiss Axio Zoom.V16 microscope and ZEN 2 Pro software Manual Zeiss Axi Zm.V16 micrscpe and ZEN 2 Pr sftware 15-9-2015 Fred Hartjes EMS 3 Caxial illum. Ring illum. Starting up Pwer n Actuate the knb n the EMS 3 cntrl unit Switch n the caxial illuminatin Switch

More information

Standard Authorization Request Form

Standard Authorization Request Form When cmpleted, email t: gerry.cauley@nerc.net Standard Authrizatin Request Frm Title f Prpsed Standard Frequency Respnse, versin 1 Request Date 4/1/06 SAR Requestr Infrmatin Name Dn McInnis (Terry Bilke

More information

5. Experimental Results

5. Experimental Results 5. xperimental Results Prttype mdels f the duble spherical helix the hemispherical helix studied in Sectins 4.3.2 4.4 were cnstructed measured. Fabricatin f these antennas measurement f their radiatin

More information

PaperStream IP (TWAIN) change history

PaperStream IP (TWAIN) change history PaperStream IP (TWAIN) change histry Service Update 6 Versin 1.30.0.5032 Crrected issue: 1. Fixed the defect that Sftware Operatin Panel culd nt functin prperly r culd stp respnding when tw r mre scanners

More information

ACA Standard Measurement One-time program

ACA Standard Measurement One-time program Service Request 101183 ACA Standard Measurement One-time prgram Created n: December 22, 2015 Last Mdified n: 12/23/2015 Prepared by Baskar Chitravel Infrmatin Technlgy Services Office f the President University

More information

Software Engineering

Software Engineering What Is Sftware Engineering? Sftware Engineering Sftware engineering is the study and an applicatin f engineering t the, develpment, and maintenance f sftware. The applicatin f a systematic, disciplined,

More information

Transforming the University of Minnesota through the Enhancement of Interdisciplinary Research

Transforming the University of Minnesota through the Enhancement of Interdisciplinary Research DRIVING TOMORROW Our plan t lead and innvate Twin Cities Campus Strategic Plan Grand Challenges Research Transfrming the University f Minnesta thrugh the Enhancement f Interdisciplinary Research Prvst

More information

PreLab5 Temperature-Controlled Fan (Due Oct 16)

PreLab5 Temperature-Controlled Fan (Due Oct 16) PreLab5 Temperature-Cntrlled Fan (Due Oct 16) GOAL The gal f Lab 5 is t demnstrate a temperature-cntrlled fan. INTRODUCTION The electrnic measurement f temperature has many applicatins. A temperature-cntrlled

More information

King s College London: Gender Pay Reporting 2018

King s College London: Gender Pay Reporting 2018 King s Cllege Lndn: Gender Pay Reprting 2018 King s welcmes the pprtunity t publish its Gender Pay Gap reprt fr the year ending 31 March 2018. We are publishing ur Gender Pay Gap earlier this year. By

More information

100 Super Hot Video Slot Introduction. How to Bet. Gamble Feature

100 Super Hot Video Slot Introduction. How to Bet. Gamble Feature 100 Super Ht Vide Slt Intrductin 100 Super Ht vide slt is a 5-reel, 100-line fixed game. The slt cnsists f 8 cards - 1 f which is Wild, and 1 is Scatter. All winning cmbinatins are paid left t right, except

More information

Math in Art Syllabus

Math in Art Syllabus Math in Art Syllabus Mrs. Huff Rm 208 ehuff@vistacharterschl.rg Vista Charter Middle Schl Cre Values: These values are central t ur missin and the cntinual develpment f ur schl culture: Unwavering belief

More information

Network Working Group. Category: Informational Cisco Systems A. Shaikh AT&T Labs (Research) April 2005

Network Working Group. Category: Informational Cisco Systems A. Shaikh AT&T Labs (Research) April 2005 Netwrk Wrking Grup Request fr Cmments: 4062 Categry: Infrmatinal V. Manral SiNett Crp. R. White Cisc Systems A. Shaikh AT&T Labs (Research) April 2005 Status f This Mem OSPF Benchmarking Terminlgy and

More information

EDISON. The Mystery of the Missing Mouse Treasure. The truth turns out to be far more amazing.

EDISON. The Mystery of the Missing Mouse Treasure. The truth turns out to be far more amazing. EDISON The Mystery f the Missing Muse Treasure Tw unlikely friends build a vessel capable f taking them t the bttm f the cean as they search t find a missing treasure The truth turns ut t be far mre amazing.

More information

ECE 3829: Advanced Digital System Design with FPGAs A Term 2017

ECE 3829: Advanced Digital System Design with FPGAs A Term 2017 ECE 3829: Advanced Digital System Design with FPGAs A Term 2017 Lab 2- VGA display and Light Sensr interface Reprt due at start f class Friday September 15 th Use the prvided Ambient Light Sensr mdule

More information

Experiment 4 Op-Amp Circuits

Experiment 4 Op-Amp Circuits Experiment 4 Op-Amp Circuits Purpse: In this experiment, yu will learn abut peratinal amplifiers (r p-amps). Simple circuits cntaining peratinal amplifiers can be used t perfrm mathematical peratins, such

More information

1. Constraint propagation

1. Constraint propagation 6.034 Artificial Intelligence, Fall 2006 Prf. Patrick H.Winstn Prblem Set 3 This prblem set is due Wednesday, Octber 18th at 11:59 PM. If yu have questins abut it, ask the TA email list. Yur respnse will

More information

Privacy in online services

Privacy in online services Privacy in nline services Rdica Tirtea rdica.tirtea@enisa.eurpa.eu 30 March 2011 www.enisa.eurpa.eu Overview Intrductin & cntext f the wrk Abut ENISA and its activities in ENISA 2010 activities n privacy

More information

Optimization of Monopole Four-Square Array Antenna Using a Decoupling Network and a Neural Network to Model Ground Plane Effects

Optimization of Monopole Four-Square Array Antenna Using a Decoupling Network and a Neural Network to Model Ground Plane Effects Optimizatin f Mnple Fur-Square Array Antenna Using a ecupling Netwrk and a Neural Netwrk t Mdel Grund Plane Effects Pedram azdanbakhsh, Klaus Slbach University uisburg-essen, Hchfrequenztechnik, Bismarckstr.8,

More information

Laboratory: Introduction to Mechatronics. Instructor TA: Edgar Martinez Soberanes Lab 1.

Laboratory: Introduction to Mechatronics. Instructor TA: Edgar Martinez Soberanes Lab 1. Labratry: Intrductin t Mechatrnics Instructr TA: Edgar Martinez Sberanes (eem370@mail.usask.ca) 2015-01-12 Lab 1. Intrductin Lab Sessins Lab 1. Intrductin Read manual and becme familiar with the peratin

More information

CSEN 601: Computer System Architecture Summer 2014

CSEN 601: Computer System Architecture Summer 2014 CSEN 601: Cmputer System Architecture Summer 2014 Practice Assignment 7 Slutin Exercise 7-1: Based n the MIPS pipeline implementatin yu studied, what are the cntrl signals that have t be stred in the ID/EX

More information