CS 231A Computer Vision Midterm

Size: px
Start display at page:

Download "CS 231A Computer Vision Midterm"

Transcription

1 CS 231A Computer Vson Mdterm Tuesday October 30, 2012 Set 1 Multple Choce (22 ponts) Each queston s worth 2 ponts. To dscourage random guessng, 1 pont wll be deducted for a wrong answer on multple choce questons! For answers wth multple answers, 2 ponts wll only be awarded f all correct choces are selected, otherwse, t s wrong and wll ncur a 1 pont penalty. Please draw a crcle around the opton(s) to ndcate your answer. No credt wll be awarded for unclear/ambguous answers. 1. (Pck one) If all of our data ponts are n R 2, whch of the followng clusterng algorthms can handle clusters of arbtrary shape? (a) k-means. (b) k-means++. (c) EM wth a gaussan mxture model. (d) mean-shft. Only d 2. (Pck one) Suppose we are usng a Hough transform to do lne fttng, but we notce that our system s detectng two lnes where there s actually one n some example mage. Whch of the followng s most lkely to allevate ths problem? (a) Increase the sze of the bns n the Hough transform. (b) Decrease the sze of the bns n the Hough transform. (c) Sharpen the mage. (d) Make the mage larger. a 3. (Pck one) Whch of the followng processes would help avod alasng whle downsamplng an mage? 1

2 (a) Image sharpenng. (b) Image blurrng. (c) Medan flterng where you replace every pxel by the medan of pxels n a wndow around the pxel. (d) Hstogram equalzaton. b 4. (Crcle all that apply) A Sobel flter can be wrtten as Whch of the followng statements are true = [ ] (1) (a) Separatng the flter n the above manner, reduces the number of computatons. (b) It s smlar to applyng a gaussan flter followed by a dervatve. (c) Separaton leads to spurous edge artfacts. (d) Separaton approxmates the frst dervatve of gaussan. a and b 5. (Pck one) Whch of the followng s true for Egenfaces (PCA) (a) Can be used to effectvely detect deformable objects. (b) Invarant to affne transforms. (c) Can be used for lossy mage compresson. (d) Is nvarant to shadows. c 6. (Pck one) Downsamplng can lead to alasng because (a) Samplng leads to addtons of low frequency nose. (b) Sampled hgh frequency components result n apparent low frequency components. (c) Samplng ncreases the frequency components n an mage. (d) Samplng leads to spurous hgh frequency nose b 7. (Pck one) If we replace one lens on a calbrated stereo rg wth a bgger one, what can we say about the essental matrx, E, and the fundamental matrx, F? 2

3 (a) E can change due to a possble change n the physcal length of the lens. F s unchanged. (b) F can change due to a possble change n the lens characterstcs. E s unchanged. (c) E can change due to a possble change n the lens characterstcs. F s unchanged. (d) Both are unchanged. b 8. (Pck one) Whch of the followng statements descrbes an affne camera but not a general perspectve camera? (a) Relatve szes of vsble objects n a scene can be determned wthout pror knowledge. (b) Can be used to determne the dstance from a object of a known heght. (c) Approxmates the human vsual system. (d) An nfntely long plane can be vewed as a lne from the rght angle. a 9. (Crcle all that apply) Whch of the followng could affect the ntrnsc parameters of a camera? (a) A crooked lens system. (b) Damond/Rhombus shaped pxels wth non rght angles. (c) The aperture confguraton and constructon. (d) Any offset of the mage sensor from the lens s optcal center. A,B,D 10. (Crcle all that apply) For camera calbraton, we learned that snce there are 11 unknown parameters, we need at least 6 correspondences to calbrate. Assumng that you couldn t fnd a calbraton target wth the mnmum of 6 corners to use as correspondences, you decde to take K pctures from dfferent vewponts of a statonary pattern wth N corners, where N < 6, whch of the followng statements s true? (a) The number of mages, K must satsfy 2NK > 11, for the 11 unknowns, the value of N sn t mportant, so long as t as N > 0. (b) The problem s unsolvable, snce you do not have enough correspondences n a sngle mage. (c) The number of unknown parameters scales wth the number of unque mages taken. (d) The number of unknown parameters s fxed, but the N corners must not be co-lnear. C 11. (crcle all that apply) Whch of the followng statements about correlaton are true n general? 3

4 (a) For a symmetrc 1D flter, computng convoluton of the flter wth a sgnal s the same as computng correlaton of the flter wth the sgnal. (b) Correlaton computaton can be made fast through the use of Dscrete Fourer Transform. (c) Correlaton computaton s not Shft Invarant. (d) The correlaton method would be effectve n solvng the correspondence problem between two mages of a checkerboard. A B 4

5 2 True or False (10 ponts) True or false. Correct answers are 1 pont, -1 pont for each ncorrect answer. (a) (True/False) Fsherfaces works better at dscrmnaton than Egenfaces because Egenfaces assumes that the faces are algned. (False), both assume the faces are algned (b) (True/False) If you don t normalze your data to have zero mean, then the frst prncpal component found va PCA s lkely to be unnformatve. (True) (c) (True/False) Gven suffcently many weak classfers, boostng s guaranteed to get perfect accuracy on the tranng set no matter what the tranng data looks lke. (False), one could have two dataponts whch are dentcal except for ther label (d) (True/False) Boostng always makes your algorthm generalze better. (False), you can overft (e) (True/False) It s possble to blur an mage usng a lnear flter. (True) (f) (True/False) When extractng the egenvectors of the smlarty matrx for an mage to do clusterng, the frst egenvector to use should be the one correspondng to the second largest egenvalue, not the largest. (False), t s the largest one (g) (True/False) The Canny edge detector s a lnear flter because t uses the Gaussan flter to blur the mage and then uses the lnear flter to compute the gradent. (False), It has non-lnear operatons, thresholdng, hysteress, non-maxmal supresson (h) (True/False) A zero skew ntrnsc matrx s not full rank because t has one less DOF. (False), It s stll full rank, even f t has one less DOF. () (True/False) Compared to the normalzed cut algorthm, the parttons of mnmum cut are always strctly smaller. (False), (Ths queston was a bt ambguous, so we gave everyone credt for any answer) Mn cut prefers very small and very large parttons, normalzed cur prefers parttons of roughly equal sze 5

6 (j) (True/False) Assumng the camera coordnate system s the same as the world coordnate system, the ntrnsc and extrnsc parameters of the a camera can map any pont n homogenous world coordnates to a unque pont n the mage plane. (False), In ths stuaton, the vector spans the null space of the camera matrx, and represents the camera orgn, and the projectve lne n ths case s ambguous. 6

7 3 Long Answer (32 ponts) 11. (10 ponts) Detectng Patterns wth Flters A Gabor flter s a lnear flter that s used n mage processng to detect patterns of varous orentatons and frequences. A Gabor flter s composed of a Gaussan kernel functon that has been modulated by a snusodal plane wave. The real value verson of the flter s shown below. g (x, y; λ, θ, ψ, σ, γ) = exp Where x = x cos (θ) + y sn (θ) y = x sn (θ) + y cos (θ) ( x 2 +γ 2 y 2 2σ 2 ) cos ( 2π x λ + ψ ) Fgure 1 shows an example of a 2D Gabor Flter Fgure 1: 2D Gabor Flter (a) (6 ponts) What s the physcal meanng of each of the fve parameters of the Gabor flter, λ, θ, ψ, σ, γ, and how do they affect the mpulse response? Hnt: The mpulse response of a gaussan flter s shown n Equaton 2, t s normally radally symmetrc, how would you make ths flter ellptcal? How would you make ths flter steerable? What does the 2D cosne modulaton do to ths flter? gaussan (x, y) = 1 ( 2πσ 2 exp x2 + y 2 ) 2σ 2 (2) λ: represents the wavelength of the snusodal factor θ: represents the orentaton of the normal to the parallel strpes of a Gabor functon ψ: phase offest σ: Sgma of the gaussan envelope γ: Spatal aspect rato, and specfes the ellptcty of the support of the Gabor functon (b) (4 ponts) Gven a Gabor flter that has been tuned to maxmally respond to the strped pattern n shown n Fgure 2, how would these parameters, λ 0, θ 0, ψ 0, σ 0, γ 0, have to be modfed to recognze the followng varatons? Provde the values of the new parameters n terms of the orgnal values. 7

8 Fgure 2: Reference Pattern. θ = θ 0 + π 4. ψ = ψ 0 + π 8

9 . θ = θ 0 + π 4, σ = 2σ 0, λ = 2λ 0 v. γ = 1 2 γ 0 9

10 12. (10 ponts) Stereo Reconstructon Fgure 3: Rectfed Stereo Rg x x (a) (2 ponts) The fgure above shows a rectfed stereo rg wth camera centers O and O, focal length f and baselne B. x and x are the projected pont locatons on the vrtual mage planes by the pont P ; note that snce x s to the left of O, t s negatve. Gve an expresson for the depth of the pont P, shown n the dagram as Z. Also gve an expresson for the X coordnate of the pont P n world coordnates, assumng an orgn of O. You can assume that the two are pnhole cameras for the rest of ths queston. Z = fb X = xz f 10

11 (b) (4 ponts) Fgure 4: Rectfed Stereo Rg wth mage plane error Now assume that the camera system can t perfectly capture the projected ponts locaton on the mage planes, so there s now some uncertanty about the pont s locaton snce a real dgtal camera s mage plane s dscretzed. Assume that the orgnal x and x postons now have an uncertanty of ±e, whch s related to dscretzaton of the mage plane.. Gve an expresson of the X, Z locatons of the 4 ntersecton ponts resultng from the vrtual mage plane uncertanty.. Gve an expresson for the maxmum uncertanty n the X and Z drectons of the pont P s locaton n world coordnates. All expressons should be n terms of mage coordnates only, you can assume that x s always postve and x s always negatve. fb Z mn = (x+e) (x e) fb (x e) (x +e) Z max = d = x x Z dff = Z max Z mn = fb Z md = fb (x e) (x e) = fb x x X mn = (x e)z md f X max = (x+e)z md f X max X mn = Z md(2e) f 4e (d 2e)(d+2e) 11

12 (c) (4 ponts) Assume the X coordnate of the pont P s fxed.. Gve an expresson for the uncertanty n the reconstructon of Z, n terms of the actual value of Z and the other parameters of the stereo rg.. What s the depth uncertanty when Z s equal to zero?. Fnd the depth when the uncertanty s at ts maxmum and gve a physcal nterpretaton and a drawng to explan. d = fb Z Z dff (Z) = 4fBe ( fb Z ) 2 4e 2 Z dff = 0 when Z = 0, Ths s when Z s n between the two camera orgns, so the ray cast by P ntersects the mage plane at nfnty, whch means an nfnte dscrepancy. Z dff = when Z = fb 2e When Z takes on ths value, the dsparty between the two cameras equals 2e whch means that wth the addtonal e error from both cameras, the pont P wll be vewed wth a effectve dsparty of zero, so one of the reconstructed dstances wll be nfnte, whle the other possblty wll be fnte, but the dfference wll be nfnte. The pont s so far away, that the small error term causes the stereo rg to reconstruct t at nfnty. 13. (12 ponts) AdaBoost algorthm for Face Detecton Let f M (x) be the classfyng functon learnt after the M th teraton. f M (x) = M β m C m (x) (3) m=1 Where, C m (x) m {1,..., M} s a bunch of weak classfers learned n M teratons. C m : R { 1, 1}. We wll now look at a dervaton for the optmal β, C at the m th teraton gven β k, C k k {1,..., m 1}. You are also gven N trannng samples {(x, y )} =1,...,N, where x s a data pont and y { 1, 1} s the correspondng output. ( N (a) (2 ponts) (β m, C m ) = arg mn =1 L [y, f m 1 (x ) + βc(x )]), where L[y, g] = β,c exp( yg) s the loss functon. Show that (β m, C m ) can be wrtten n the form (β m, C m ) = arg mn β,c Gve an expresson for w (m 1) Note that w (m 1) β m, C m = arg mn = arg mn β,c β,c. N =1 w (m 1) exp{ βy C(x )} (4) s the weght assocated wth the th data pont after m 1 teratons. N =1 exp{ y f m 1 (x ) βy C(x )} N =1 w(m 1) exp{ βy C(x )} w (m 1) = exp{ y f m 1 (x )} 12

13 (b) (3 ponts) Express the optmal C m n the form arg mn Err(C), where Err(C) s an error functon and s ndependent of β. Err(C) should be defned n terms of the ndcator functon { I[C(x) y ] gven by 1, f C(x ) y I[C(x ) y ] = 0 f C(x ) = y C C m = arg mn e β y =C(x ) w(m 1) + e β y C(x ) w(m 1) C (e β e β ) N C m = arg mn C C m = arg mn C =1 w(m 1) N =1 w(m 1) I[y C(x )] I[y C(x )] + e β N =1 w(m 1) (c) (3 ponts) Usng the C m from part (a), the optmal expresson for β m can be obtaned as ( ) β m = 1 2 log 1 errm err m where err m = N =1 w(m) I[y C m(x )] N =1 w(m) Now, fnd the update equaton for w (m) From part(a), we have w (m) = w (m 1) e βmy C m(x ) Snce, y C m (x ) = 1 2I[y C m (x )] w (m+1) = w (m) e 2βmI[y C m(x )] e βm. and show that w (m) w (m 1) exp (2β m I[y C m (x )]) (d) (4 ponts) We wll use ths algorthm to classfy some smple faces. The set of tranng mages s gven n Fg. 5. x s the face and y s the correspondng face label, {1, 2, 3, 4, 5}. We are also gven 3 classfer patches p 1, p 2, p 3 n Fg. 6. A patch detector I (+) (x, p j ) s defned as follows: { I (+) (x, p j ) = I ( ) (x, p j ) = I (+) (x, p j ) 1, f mage x contans patch p j 1, otherwse All classfers C m are restrcted to belong to one of the 6 patch detectors,.e. C m (x) {I (±) (x, p 1 ), I (±) (x, p 2 ), I (±) (x, p 3 )}. If C 1 (x) = I (+) (x, p 2 ), w (0) = 1, {1, 2, 3, 4, 5} and β 1 = 1,. What s the optmal C 2 (x)?. What are the updated weghts w (1)? 13

14 x 1 x 2 x 3 y 1 = +1 y 2 = +1 y 3 = +1 x 4 x 5 y 4 = -1 y 5 = -1 Fgure 5: Tranng Set Faces p 1 p 2 p 3 Fgure 6: Classfer patches. What s the fnal classfer f 2 (x) combnng C 1, C 2? v. Does I [f 2 (x) > 0] correctly classfy all tranng faces? C 2 (x) = I (+) (x, p 3 ) w (1) exp(2β 2 ) for = 1, 5 w (1) 1 for = 2, 3, 4 where, β 2 = 0.5log(1.5) f 2 (x) = C 1 (x) + 0.5log(1.5) C 2 (x) Yes, t correctly classfes all the tranng mages. 14

15 4 Short Answer (36 ponts) 14. (6 ponts) Parallel Lnes under Perspectve Transforms Fgure 7: Boxes rendered usng dfferent projectons (a) (2 ponts) The two boxes n Fgure 7 represent the same 3D shape rendered usng two projectve technques, explan ther dfferent appearance and the types of projectons used to map the objects to the mage plane. Fgure on the left s an orthographc projecton, parallel lnes are parallel, fgure on the rght s perspectve, parallel lnes at an angle to the camera plane have a vanshng pont (b) (2 ponts) For each projecton, f the edges of the cubes were to be extended to nfnty, how many ntersecton ponts would there be? Left, none, rght, 3 vanshng ponts. (c) (1 pont) What s the maxmum number of vanshng ponts that are possble for an arbtrary mage? There s no lmt, any set of parallel lnes at an angle to the camera wll converge at a vanshng pont (d) (1 pont) How would you arrange parallel lnes so that they do not appear to have a vanshng pont? Place lnes that are parallel to the camera plane, they wll converge at the pont at nfnty 15. (6 ponts) Usng RANSAC to fnd crcles Suppose we would lke to use RANSAC to fnd crcles n R 2. Let D = {(x, y )} n =1 be our data, and let I be the random seed group of ponts used n RANSAC. 15

16 (a) (2 ponts) The next step of RANSAC s to ft a crcle to the ponts n I. Formulate ths as an optmzaton problem. That s, represent fttng a crcle to the ponts as a problem of the form mnmze L(x, y, c x, c y, r) where L s a functon for you to determne whch gves the dstance from (x, y ) to the crcle wth center (c x, c y ) and radus r. L(x, y, c x, c y, r) = sqrt((x c x ) 2 + (y c y ) 2 ) r (b) (2 ponts) What mght go wrong n solvng the problem you came up wth n (1) when I s too small? The problem s underdetermned. Wth e.g. 2 ponts there are nfntely many crcles one can ft perfectly. (c) (2 ponts) The next step n our RANSAC procedure s to determne what the nlers are, gven the crcle (c x, c y, r). Usng these nlers we reft the crcle and determne new nlers n an teratve fashon. Defne mathematcally what an nler s for ths problem. Menton any free varables. An nler s a pont (x, y) such that sqrt((x c x ) 2 + (y c y ) 2 ) r T for some threshold T. 16. (6 ponts) Fast forward camera I Fgure 8: Camara movement Suppose you capture two mages P and P n pure translaton n the Z drecton shown n Fgure 8. Image planes are parallel to the XY plane. (a) (3 ponts) Suppose the center of an mage s (0,0). For a pont (a, b) on mage P, what s the correspondng eppolar lne on mage P? the lne goes through (0, 0) and (a, b) on mage P. 16

17 (b) (3 ponts) What s the essental matrx n ths case assumng the camera s calbrated? (6 ponts) K-Means Fgure 9: A wld jackalope (a) (3 ponts) What s lkely to happen f we run k-means to cluster pxels when we only represent pxels by ther locaton? Wth k=4, draw the boundary around each cluster and mark each cluster center wth a pont for some clusters that mght result when runnng k-means to convergence. Draw on Fgure 9, and set the ntal cluster centers to be the four corners of the mage. For the mage, we expect each quadrant to be ts own cluster. (b) (1 pont) What does ths tell us about usng pxel locatons as features? It s not suffcent, we need rcher features. (c) (2 ponts) We replace the sum of squared dstances of all ponts to the nearest cluster center crteron n k-means wth sum of absolute dstances of all ponts to the nearest cluster center,.e. our dstance s now gven by d(x 1, x 2 ) = x 1 x 2 1. How would the update step change for fndng the cluster center? At every teraton 1. Assgn ponts to the closest cluster center 17

18 2. Update the cluster centers wth the medan of ponts belongng to a cluster 18. (6 ponts) Canny Edge Detector (a) (4 ponts) There s an edge detected usng the Canny method. Ths detected edge s then rotated by θ as shown n Fgure 10, where the relaton between a pont on the orgnal edge (x, y) and a pont on the rotated edge (x, y ) s gven by x = x cos θ (5) y = x sn θ (6) Wll the rotated edge be detected usng the Canny method? Provde ether a mathematcal proof or a counter example. Fgure 10: Edge Rotated by θ Our rotaton s gven by x = x cos θ y = x sn θ Our canny edge depends on the magntude of the dervatve whch s the only part of the algorthm whch could have really changed. Ths s gven by Dx 2 x + D 2 y y = cos 2 θd 2 xx + sn 2 θdxx 2 = D 2 xx whch s the same rule for the orgnal edge thus we have shown that the Canny method s rotatonally nvarant. (b) (2 ponts) After runnng the Canny edge detector on an mage, you notce that long edges are broken nto short segments separated by gaps. In addton, some spurous edges appear. For each of the two thresholds (low and hgh) used n hysteress thresholdng, state how you would adjust the threshold (up or down) to address both 18

19 problems. Assume that a settng exsts for the two thresholds that produces the desred result. Explan your answer very brefly. The gaps n the long edges requre a lower low threshold: parts of the long edge are detected, so the hgh threshold s low enough for these edges, but the edges are dsconnected because the low threshold s too hgh. Lowerng the low threshold wll nclude more pxels of the long edges. Elmnatng the spurous edges requres a hgher hgh threshold. The hgh threshold should be ncreased only slghtly, so as not to make the long edges dsappear. The assumpton n the problem statement ensures that ths s possble. 19. (6 ponts) Cascaded Hough transform for detectng vanshng ponts Y AXIS X AXIS Fgure 11: Hough Transform For ths problem we are gong to use the slope m ntercept c representaton of lne y = mx + c. The attached Fgure 11 shows the vertces of a rectangular patch under perspectve transformaton. We wsh to fnd the vanshng pont n the mage through Hough Transform. (a) (2 ponts) Plot the Hough transform representaton of the mage. Assume no bnnng and make plots n a contnuous (m, c) space. Just show the ponts wth two or more votes. See fgure 12 (b) (2 ponts) Now usng y = mx + c representaton, run Hough transform on the results from part (a) (after usng a threshold of 2 votes) to get a representaton n the (x, y) space agan. 19

20 Intercept (c) slope (m) Fgure 12: Make your plot here The same plot as the plot n the problem statement, wth an ntersecton at (2.5, 1.75) and dagonals of the trapezod (do not deduct ponts f dagonals are not shown) (c) (2 ponts)fnd the vanshng pont from the representaton n part (b) The vanshng pont s (2.5, 2.5) 20

CS 231A Computer Vision Midterm

CS 231A Computer Vision Midterm CS 231A Computer Vson Mdterm Tuesday October 30, 2012 Set 1 Multple Choce (20 ponts) Each queston s worth 2 ponts. To dscourage random guessng, 1 pont wll be deducted for a wrong answer on multple choce

More information

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

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

More information

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

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

More information

3D vector computer graphics

3D vector computer graphics 3D vector computer graphcs Paolo Varagnolo: freelance engneer Padova Aprl 2016 Prvate Practce ----------------------------------- 1. Introducton Vector 3D model representaton n computer graphcs requres

More information

Structure from Motion

Structure from Motion Structure from Moton Structure from Moton For now, statc scene and movng camera Equvalentl, rgdl movng scene and statc camera Lmtng case of stereo wth man cameras Lmtng case of multvew camera calbraton

More information

Support Vector Machines

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

More information

Image Alignment CSC 767

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

More information

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

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

More information

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

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

More information

CS 534: Computer Vision Model Fitting

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

More information

TN348: Openlab Module - Colocalization

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

More information

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

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

More information

12/2/2009. Announcements. Parametric / Non-parametric. Case-Based Reasoning. Nearest-Neighbor on Images. Nearest-Neighbor Classification

12/2/2009. Announcements. Parametric / Non-parametric. Case-Based Reasoning. Nearest-Neighbor on Images. Nearest-Neighbor Classification Introducton to Artfcal Intellgence V22.0472-001 Fall 2009 Lecture 24: Nearest-Neghbors & Support Vector Machnes Rob Fergus Dept of Computer Scence, Courant Insttute, NYU Sldes from Danel Yeung, John DeNero

More information

Computer Animation and Visualisation. Lecture 4. Rigging / Skinning

Computer Animation and Visualisation. Lecture 4. Rigging / Skinning Computer Anmaton and Vsualsaton Lecture 4. Rggng / Sknnng Taku Komura Overvew Sknnng / Rggng Background knowledge Lnear Blendng How to decde weghts? Example-based Method Anatomcal models Sknnng Assume

More information

LECTURE : MANIFOLD LEARNING

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

More information

Calibrating a single camera. Odilon Redon, Cyclops, 1914

Calibrating a single camera. Odilon Redon, Cyclops, 1914 Calbratng a sngle camera Odlon Redon, Cclops, 94 Our goal: Recover o 3D structure Recover o structure rom one mage s nherentl ambguous??? Sngle-vew ambgut Sngle-vew ambgut Rashad Alakbarov shadow sculptures

More information

Edge Detection in Noisy Images Using the Support Vector Machines

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

More information

SLAM Summer School 2006 Practical 2: SLAM using Monocular Vision

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

More information

A Comparison and Evaluation of Three Different Pose Estimation Algorithms In Detecting Low Texture Manufactured Objects

A Comparison and Evaluation of Three Different Pose Estimation Algorithms In Detecting Low Texture Manufactured Objects Clemson Unversty TgerPrnts All Theses Theses 12-2011 A Comparson and Evaluaton of Three Dfferent Pose Estmaton Algorthms In Detectng Low Texture Manufactured Objects Robert Krener Clemson Unversty, rkrene@clemson.edu

More information

Multi-stable Perception. Necker Cube

Multi-stable Perception. Necker Cube Mult-stable Percepton Necker Cube Spnnng dancer lluson, Nobuuk Kaahara Fttng and Algnment Computer Vson Szelsk 6.1 James Has Acknowledgment: Man sldes from Derek Hoem, Lana Lazebnk, and Grauman&Lebe 2008

More information

Feature Reduction and Selection

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

More information

Any Pair of 2D Curves Is Consistent with a 3D Symmetric Interpretation

Any Pair of 2D Curves Is Consistent with a 3D Symmetric Interpretation Symmetry 2011, 3, 365-388; do:10.3390/sym3020365 OPEN ACCESS symmetry ISSN 2073-8994 www.mdp.com/journal/symmetry Artcle Any Par of 2D Curves Is Consstent wth a 3D Symmetrc Interpretaton Tadamasa Sawada

More information

Vanishing Hull. Jinhui Hu, Suya You, Ulrich Neumann University of Southern California {jinhuihu,suyay,

Vanishing Hull. Jinhui Hu, Suya You, Ulrich Neumann University of Southern California {jinhuihu,suyay, Vanshng Hull Jnhu Hu Suya You Ulrch Neumann Unversty of Southern Calforna {jnhuhusuyay uneumann}@graphcs.usc.edu Abstract Vanshng ponts are valuable n many vson tasks such as orentaton estmaton pose recovery

More information

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

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

More information

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

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

More information

6.854 Advanced Algorithms Petar Maymounkov Problem Set 11 (November 23, 2005) With: Benjamin Rossman, Oren Weimann, and Pouya Kheradpour

6.854 Advanced Algorithms Petar Maymounkov Problem Set 11 (November 23, 2005) With: Benjamin Rossman, Oren Weimann, and Pouya Kheradpour 6.854 Advanced Algorthms Petar Maymounkov Problem Set 11 (November 23, 2005) Wth: Benjamn Rossman, Oren Wemann, and Pouya Kheradpour Problem 1. We reduce vertex cover to MAX-SAT wth weghts, such that the

More information

Compiler Design. Spring Register Allocation. Sample Exercises and Solutions. Prof. Pedro C. Diniz

Compiler Design. Spring Register Allocation. Sample Exercises and Solutions. Prof. Pedro C. Diniz Compler Desgn Sprng 2014 Regster Allocaton Sample Exercses and Solutons Prof. Pedro C. Dnz USC / Informaton Scences Insttute 4676 Admralty Way, Sute 1001 Marna del Rey, Calforna 90292 pedro@s.edu Regster

More information

Lobachevsky State University of Nizhni Novgorod. Polyhedron. Quick Start Guide

Lobachevsky State University of Nizhni Novgorod. Polyhedron. Quick Start Guide Lobachevsky State Unversty of Nzhn Novgorod Polyhedron Quck Start Gude Nzhn Novgorod 2016 Contents Specfcaton of Polyhedron software... 3 Theoretcal background... 4 1. Interface of Polyhedron... 6 1.1.

More information

A Fast Visual Tracking Algorithm Based on Circle Pixels Matching

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

More information

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

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

More information

Fitting: Deformable contours April 26 th, 2018

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

More information

Active Contours/Snakes

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

More information

Learning the Kernel Parameters in Kernel Minimum Distance Classifier

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

More information

Fitting and Alignment

Fitting and Alignment Fttng and Algnment Computer Vson Ja-Bn Huang, Vrgna Tech Many sldes from S. Lazebnk and D. Hoem Admnstratve Stuffs HW 1 Competton: Edge Detecton Submsson lnk HW 2 wll be posted tonght Due Oct 09 (Mon)

More information

Face Recognition University at Buffalo CSE666 Lecture Slides Resources:

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

More information

An efficient method to build panoramic image mosaics

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

More information

Scan Conversion & Shading

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

More information

y and the total sum of

y and the total sum of Lnear regresson Testng for non-lnearty In analytcal chemstry, lnear regresson s commonly used n the constructon of calbraton functons requred for analytcal technques such as gas chromatography, atomc absorpton

More information

Scan Conversion & Shading

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

More information

3D Modeling Using Multi-View Images. Jinjin Li. A Thesis Presented in Partial Fulfillment of the Requirements for the Degree Master of Science

3D Modeling Using Multi-View Images. Jinjin Li. A Thesis Presented in Partial Fulfillment of the Requirements for the Degree Master of Science 3D Modelng Usng Mult-Vew Images by Jnjn L A Thess Presented n Partal Fulfllment of the Requrements for the Degree Master of Scence Approved August by the Graduate Supervsory Commttee: Lna J. Karam, Char

More information

New dynamic zoom calibration technique for a stereo-vision based multi-view 3D modeling system

New dynamic zoom calibration technique for a stereo-vision based multi-view 3D modeling system New dynamc oom calbraton technque for a stereo-vson based mult-vew 3D modelng system Tao Xan, Soon-Yong Park, Mural Subbarao Dept. of Electrcal & Computer Engneerng * State Unv. of New York at Stony Brook,

More information

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

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

More information

REFRACTION. a. To study the refraction of light from plane surfaces. b. To determine the index of refraction for Acrylic and Water.

REFRACTION. a. To study the refraction of light from plane surfaces. b. To determine the index of refraction for Acrylic and Water. Purpose Theory REFRACTION a. To study the refracton of lght from plane surfaces. b. To determne the ndex of refracton for Acrylc and Water. When a ray of lght passes from one medum nto another one of dfferent

More information

Problem Set 3 Solutions

Problem Set 3 Solutions Introducton to Algorthms October 4, 2002 Massachusetts Insttute of Technology 6046J/18410J Professors Erk Demane and Shaf Goldwasser Handout 14 Problem Set 3 Solutons (Exercses were not to be turned n,

More information

RECOGNITION AND AGE PREDICTION WITH DIGITAL IMAGES OF MISSING CHILDREN

RECOGNITION AND AGE PREDICTION WITH DIGITAL IMAGES OF MISSING CHILDREN RECOGNIION AND AGE PREDICION WIH DIGIAL IMAGES OF MISSING CHILDREN A Wrtng Project Presented to he Faculty of the Department of Computer Scence San Jose State Unversty In Partal Fulfllment of the Requrements

More information

Smoothing Spline ANOVA for variable screening

Smoothing Spline ANOVA for variable screening Smoothng Splne ANOVA for varable screenng a useful tool for metamodels tranng and mult-objectve optmzaton L. Rcco, E. Rgon, A. Turco Outlne RSM Introducton Possble couplng Test case MOO MOO wth Game Theory

More information

User Authentication Based On Behavioral Mouse Dynamics Biometrics

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

More information

MOTION BLUR ESTIMATION AT CORNERS

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

More information

What are the camera parameters? Where are the light sources? What is the mapping from radiance to pixel color? Want to solve for 3D geometry

What are the camera parameters? Where are the light sources? What is the mapping from radiance to pixel color? Want to solve for 3D geometry Today: Calbraton What are the camera parameters? Where are the lght sources? What s the mappng from radance to pel color? Why Calbrate? Want to solve for D geometry Alternatve approach Solve for D shape

More information

Image warping and stitching May 5 th, 2015

Image warping and stitching May 5 th, 2015 Image warpng and sttchng Ma 5 th, 2015 Yong Jae Lee UC Davs PS2 due net Frda Announcements 2 Last tme Interactve segmentaton Feature-based algnment 2D transformatons Affne ft RANSAC 3 1 Algnment problem

More information

MULTISPECTRAL IMAGES CLASSIFICATION BASED ON KLT AND ATR AUTOMATIC TARGET RECOGNITION

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

More information

Radial Basis Functions

Radial Basis Functions Radal Bass Functons Mesh Reconstructon Input: pont cloud Output: water-tght manfold mesh Explct Connectvty estmaton Implct Sgned dstance functon estmaton Image from: Reconstructon and Representaton of

More information

Lecture 5: Multilayer Perceptrons

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

More information

LEAST SQUARES. RANSAC. HOUGH TRANSFORM.

LEAST SQUARES. RANSAC. HOUGH TRANSFORM. LEAS SQUARES. RANSAC. HOUGH RANSFORM. he sldes are from several sources through James Has (Brown); Srnvasa Narasmhan (CMU); Slvo Savarese (U. of Mchgan); Bll Freeman and Antono orralba (MI), ncludng ther

More information

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

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

More information

Lecture 9 Fitting and Matching

Lecture 9 Fitting and Matching In ths lecture, we re gong to talk about a number of problems related to fttng and matchng. We wll formulate these problems formally and our dscusson wll nvolve Least Squares methods, RANSAC and Hough

More information

S1 Note. Basis functions.

S1 Note. Basis functions. S1 Note. Bass functons. Contents Types of bass functons...1 The Fourer bass...2 B-splne bass...3 Power and type I error rates wth dfferent numbers of bass functons...4 Table S1. Smulaton results of type

More information

Parallel Numerics. 1 Preconditioning & Iterative Solvers (From 2016)

Parallel Numerics. 1 Preconditioning & Iterative Solvers (From 2016) Technsche Unverstät München WSe 6/7 Insttut für Informatk Prof. Dr. Thomas Huckle Dpl.-Math. Benjamn Uekermann Parallel Numercs Exercse : Prevous Exam Questons Precondtonng & Iteratve Solvers (From 6)

More information

Angle-Independent 3D Reconstruction. Ji Zhang Mireille Boutin Daniel Aliaga

Angle-Independent 3D Reconstruction. Ji Zhang Mireille Boutin Daniel Aliaga Angle-Independent 3D Reconstructon J Zhang Mrelle Boutn Danel Alaga Goal: Structure from Moton To reconstruct the 3D geometry of a scene from a set of pctures (e.g. a move of the scene pont reconstructon

More information

Recognizing Faces. Outline

Recognizing Faces. Outline Recognzng Faces Drk Colbry Outlne Introducton and Motvaton Defnng a feature vector Prncpal Component Analyss Lnear Dscrmnate Analyss !"" #$""% http://www.nfotech.oulu.f/annual/2004 + &'()*) '+)* 2 ! &

More information

Machine Learning 9. week

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

More information

Lecture 13: High-dimensional Images

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

More information

A Binarization Algorithm specialized on Document Images and Photos

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

More information

A Robust Method for Estimating the Fundamental Matrix

A Robust Method for Estimating the Fundamental Matrix Proc. VIIth Dgtal Image Computng: Technques and Applcatons, Sun C., Talbot H., Ourseln S. and Adraansen T. (Eds.), 0- Dec. 003, Sydney A Robust Method for Estmatng the Fundamental Matrx C.L. Feng and Y.S.

More information

Inverse-Polar Ray Projection for Recovering Projective Transformations

Inverse-Polar Ray Projection for Recovering Projective Transformations nverse-polar Ray Projecton for Recoverng Projectve Transformatons Yun Zhang The Center for Advanced Computer Studes Unversty of Lousana at Lafayette yxz646@lousana.edu Henry Chu The Center for Advanced

More information

Unsupervised Learning and Clustering

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

More information

Wishing you all a Total Quality New Year!

Wishing you all a Total Quality New Year! Total Qualty Management and Sx Sgma Post Graduate Program 214-15 Sesson 4 Vnay Kumar Kalakband Assstant Professor Operatons & Systems Area 1 Wshng you all a Total Qualty New Year! Hope you acheve Sx sgma

More information

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

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

More information

MOTION PANORAMA CONSTRUCTION FROM STREAMING VIDEO FOR POWER- CONSTRAINED MOBILE MULTIMEDIA ENVIRONMENTS XUNYU PAN

MOTION PANORAMA CONSTRUCTION FROM STREAMING VIDEO FOR POWER- CONSTRAINED MOBILE MULTIMEDIA ENVIRONMENTS XUNYU PAN MOTION PANORAMA CONSTRUCTION FROM STREAMING VIDEO FOR POWER- CONSTRAINED MOBILE MULTIMEDIA ENVIRONMENTS by XUNYU PAN (Under the Drecton of Suchendra M. Bhandarkar) ABSTRACT In modern tmes, more and more

More information

Lecture 4: Principal components

Lecture 4: Principal components /3/6 Lecture 4: Prncpal components 3..6 Multvarate lnear regresson MLR s optmal for the estmaton data...but poor for handlng collnear data Covarance matrx s not nvertble (large condton number) Robustness

More information

Optimal Combination of Stereo Camera Calibration from Arbitrary Stereo Images.

Optimal Combination of Stereo Camera Calibration from Arbitrary Stereo Images. Tna Memo No. 1991-002 Image and Vson Computng, 9(1), 27-32, 1990. Optmal Combnaton of Stereo Camera Calbraton from Arbtrary Stereo Images. N.A.Thacker and J.E.W.Mayhew. Last updated 6 / 9 / 2005 Imagng

More information

Detection of an Object by using Principal Component Analysis

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

More information

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

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

More information

Machine Learning. Support Vector Machines. (contains material adapted from talks by Constantin F. Aliferis & Ioannis Tsamardinos, and Martin Law)

Machine Learning. Support Vector Machines. (contains material adapted from talks by Constantin F. Aliferis & Ioannis Tsamardinos, and Martin Law) Machne Learnng Support Vector Machnes (contans materal adapted from talks by Constantn F. Alfers & Ioanns Tsamardnos, and Martn Law) Bryan Pardo, Machne Learnng: EECS 349 Fall 2014 Support Vector Machnes

More information

12. Segmentation. Computer Engineering, i Sejong University. Dongil Han

12. Segmentation. Computer Engineering, i Sejong University. Dongil Han Computer Vson 1. Segmentaton Computer Engneerng, Sejong Unversty Dongl Han Image Segmentaton t Image segmentaton Subdvdes an mage nto ts consttuent regons or objects - After an mage has been segmented,

More information

Multi-view 3D Position Estimation of Sports Players

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

More information

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

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

More information

Mathematics 256 a course in differential equations for engineering students

Mathematics 256 a course in differential equations for engineering students Mathematcs 56 a course n dfferental equatons for engneerng students Chapter 5. More effcent methods of numercal soluton Euler s method s qute neffcent. Because the error s essentally proportonal to the

More information

NAG Fortran Library Chapter Introduction. G10 Smoothing in Statistics

NAG Fortran Library Chapter Introduction. G10 Smoothing in Statistics Introducton G10 NAG Fortran Lbrary Chapter Introducton G10 Smoothng n Statstcs Contents 1 Scope of the Chapter... 2 2 Background to the Problems... 2 2.1 Smoothng Methods... 2 2.2 Smoothng Splnes and Regresson

More information

All-Pairs Shortest Paths. Approximate All-Pairs shortest paths Approximate distance oracles Spanners and Emulators. Uri Zwick Tel Aviv University

All-Pairs Shortest Paths. Approximate All-Pairs shortest paths Approximate distance oracles Spanners and Emulators. Uri Zwick Tel Aviv University Approxmate All-Pars shortest paths Approxmate dstance oracles Spanners and Emulators Ur Zwck Tel Avv Unversty Summer School on Shortest Paths (PATH05 DIKU, Unversty of Copenhagen All-Pars Shortest Paths

More information

IMAGE MATCHING WITH SIFT FEATURES A PROBABILISTIC APPROACH

IMAGE MATCHING WITH SIFT FEATURES A PROBABILISTIC APPROACH IMAGE MATCHING WITH SIFT FEATURES A PROBABILISTIC APPROACH Jyot Joglekar a, *, Shrsh S. Gedam b a CSRE, IIT Bombay, Doctoral Student, Mumba, Inda jyotj@tb.ac.n b Centre of Studes n Resources Engneerng,

More information

Unsupervised Learning

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

More information

Local Quaternary Patterns and Feature Local Quaternary Patterns

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

More information

Some Tutorial about the Project. Computer Graphics

Some Tutorial about the Project. Computer Graphics Some Tutoral about the Project Lecture 6 Rastersaton, Antalasng, Texture Mappng, I have already covered all the topcs needed to fnsh the 1 st practcal Today, I wll brefly explan how to start workng on

More information

3D Rigid Facial Motion Estimation from Disparity Maps

3D Rigid Facial Motion Estimation from Disparity Maps 3D Rgd Facal Moton Estmaton from Dsparty Maps N. Pérez de la Blanca 1, J.M. Fuertes 2, and M. Lucena 2 1 Department of Computer Scence and Artfcal Intellgence ETSII. Unversty of Granada, 1871 Granada,

More information

AP PHYSICS B 2008 SCORING GUIDELINES

AP PHYSICS B 2008 SCORING GUIDELINES AP PHYSICS B 2008 SCORING GUIDELINES General Notes About 2008 AP Physcs Scorng Gudelnes 1. The solutons contan the most common method of solvng the free-response questons and the allocaton of ponts for

More information

Module Management Tool in Software Development Organizations

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

More information

ROBOT KINEMATICS. ME Robotics ME Robotics

ROBOT KINEMATICS. ME Robotics ME Robotics ROBOT KINEMATICS Purpose: The purpose of ths chapter s to ntroduce you to robot knematcs, and the concepts related to both open and closed knematcs chans. Forward knematcs s dstngushed from nverse knematcs.

More information

Parallelism for Nested Loops with Non-uniform and Flow Dependences

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

More information

Announcements. Supervised Learning

Announcements. Supervised Learning Announcements See Chapter 5 of Duda, Hart, and Stork. Tutoral by Burge lnked to on web page. Supervsed Learnng Classfcaton wth labeled eamples. Images vectors n hgh-d space. Supervsed Learnng Labeled eamples

More information

K-means and Hierarchical Clustering

K-means and Hierarchical Clustering Note to other teachers and users of these sldes. Andrew would be delghted f you found ths source materal useful n gvng your own lectures. Feel free to use these sldes verbatm, or to modfy them to ft your

More information

High-Boost Mesh Filtering for 3-D Shape Enhancement

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

More information

Hierarchical clustering for gene expression data analysis

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

More information

Geometric Primitive Refinement for Structured Light Cameras

Geometric Primitive Refinement for Structured Light Cameras Self Archve Verson Cte ths artcle as: Fuersattel, P., Placht, S., Maer, A. Ress, C - Geometrc Prmtve Refnement for Structured Lght Cameras. Machne Vson and Applcatons 2018) 29: 313. Geometrc Prmtve Refnement

More information

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

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

More information

Development of an Active Shape Model. Using the Discrete Cosine Transform

Development of an Active Shape Model. Using the Discrete Cosine Transform Development of an Actve Shape Model Usng the Dscrete Cosne Transform Kotaro Yasuda A Thess n The Department of Electrcal and Computer Engneerng Presented n Partal Fulfllment of the Requrements for the

More information

Programming in Fortran 90 : 2017/2018

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

More information

Fuzzy Filtering Algorithms for Image Processing: Performance Evaluation of Various Approaches

Fuzzy Filtering Algorithms for Image Processing: Performance Evaluation of Various Approaches Proceedngs of the Internatonal Conference on Cognton and Recognton Fuzzy Flterng Algorthms for Image Processng: Performance Evaluaton of Varous Approaches Rajoo Pandey and Umesh Ghanekar Department of

More information

A Fast Content-Based Multimedia Retrieval Technique Using Compressed Data

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

More information

Image Matching Algorithm based on Feature-point and DAISY Descriptor

Image Matching Algorithm based on Feature-point and DAISY Descriptor JOURNAL OF MULTIMEDIA, VOL. 9, NO. 6, JUNE 2014 829 Image Matchng Algorthm based on Feature-pont and DAISY Descrptor L L School of Busness, Schuan Agrcultural Unversty, Schuan Dujanyan 611830, Chna Abstract

More information