Graphic and geometric tools for analyzing morphology of the human knee

Size: px
Start display at page:

Download "Graphic and geometric tools for analyzing morphology of the human knee"

Transcription

1 Graphc and geometrc tools for analyzng morphology of the human knee Gabor Renner Computer and Automaton Research Insttute Hungaran Academy of Scences Budapest, Hungary Abstract Medcal mages (X-ray, CT, MR or PET) of human organs are wdely used n the every day clncal praxs. A deeper nsght of the anatomcal propertes can be obtaned by buldng a three dmensonal computer model from the mages. In order to properly evaluate the 2D mages and also the 3D objects physcans need effcent and robust graphcal and geometrcal tools. The paper presents methods that were specfcally developed to nvestgate the morphology and functonalty of the human knee jont. These are manly contour detecton n mages, reconstructon of tessellated and contnuous surface models, geometrcal calculatons n mages and n space. Keywords: Bologcal models, mage analyss, reconstructon 1. INTRODUCTION The knee jont s a very mportant component of the human moton system; t s delcate yet frequently damaged. A wde range of medcal magng technques (MR, CT) s avalable to the clncals to nvestgate the dfferent parts of the knee jont. By makng vsble the shape and morphology of some of the jont dseases these methods offer nvaluable support to the practcng physcan and also to the orthopedc surgeon. The same tools can be appled to the analyss of the knematc behavor as well as the morphology of the artcular cartlage. CT and MR mages are usually evaluated by a human evaluator n the medcal praxs. In case of the human knee, however, ths can be extremely dffcult due to the smlar gray-scale representaton of the synoval flud between the opposte cartlage surfaces of femur and tba, and the partly coverng surfaces. Effcent and senstve computer methods for contour detecton and segmentaton can mprove the qualty of evaluaton. Accurate computaton of dstances, drectons, angles wthn the jont provde sold bass for orthopedc handlng and surgery. Many mportant propertes of the knee jont can only be evaluated n three dmensons. The bone and cartlage surfaces have complcated shapes n 3D, and also the moton takes place n 3D. Consequently, a 3D computer model must be bult, usng nformaton extracted from the 2D mages. Beyond the usual 3D manpulatons (3D transformatons), specfc geometrc tools are needed such as 3D computatons and nterrogatons, correspondng to the structure of the knee and the relevant questons to be answered. Currently avalable software tools (as part of CT/MR magng devces or general purpose systems e.g. 3D SLICER [9]) satsfy needs of the everyday clncal praxs; however, they are not approprate for detaled scentfc nvestgaton of the knee jont and for creatng a computer navgaton system for knee surgery We developed a complete system to nvestgate the human knee jont by computer tools. It conssts of nput, storng and handlng of CT/MR mages of the knee, methods and programs for mage analyss, 3D surface reconstructon, and graphcal and geometrcal tools for the detaled analyss of the shape and moton of the knee. Most mportant elements of the system are reported n the paper. Methods of mage processng, geometrcal modelng and surface reconstructon mplemented n our system are based on fundamental technques of the related felds. Even so, they have to be adjusted and modfed accordng to the specfc features of knee mages and geometry. Also new tools for the precse evaluaton of the geometry have to be added. Integratng of these methods and technques nto one system s also an mportant achevement. 2. ANALYSIS OF 2D IMAGES CT and/or MR mage sequences of the knee are read n DICOM format A computer program was bult for vsualzng the acqured data of the scans, usng commercal programs (IDE, Integrated Developng Envronment by MetroWerks Inc, Houston, USA, Volume Graphcs, GmBH [1]), assembled and modfed accordng to the requrements of the knee nvestgatons. The mage sequences are stored on a 3D grd as a volumetrc model, allowng creatng pctures n the man anatomcal drectons (sagtal, coronal, horzontal). Dfferent mage analyss and graphcal tools have been developed to analyze the morphology of the knee. 2.1 Graphcal tools Study of the anatomcal structure of the knee requres specfc tools beyond the usual graphcal technques (renderng, shft, rotaton, scalng, zoom, etc.) provded by commercal graphcal systems. For the clncals t s mportant to be able to localze ponts exactly n the space and to take measurements n 3D. We added the followng graphcal tool to the basc servces of the above system. - Fast localzaton of anatomcal ponts n three dmensons, ndependently of whch slce s selected currently. The cursor s located and dsplayed at the ntercept pont n the anatomcal planes, whch correspond to the three coordnate planes. - Dstance measurement n 3D. The dstance between a fxed and a movable pont s dsplayed and calculated n 3D. To perform dstance calculatons precsely a resamplng of the

2 nput data s needed, whch s synchronzed to the locaton of the end ponts - Angle measurement. Angle between two ntersectng straght lnes defned by three ponts arbtrarly selected n the space s calculated. In Fgure 1. the orentaton and the angle between movng knee parts (tba and femur) are shown n two projectons. The end ponts of the straght lnes (measurng trangle) can be localzed n any selected slce by movng the projecton plane to the desred slce. The fgure shows the knee n two orthogonal planes, the sagtal and coronal plane, frequently used n orthopedc nvestgatons. The actual cursor poston s lsted on the upper left corner (n mm) and the actual spatal angle (n degrees) on the upper rght corner. One sde of the measurng trangle crosses the contact pont between the tba and femur. Fgure 1. Measurng angle on the MR mage. 2.2 Contour detecton Segmentaton of contours n mages s based on the fact that regons correspondng to dfferent anatomcal structures are represented wth dfferent ntensty values. Contour detecton algorthms detect the boundares of that regons.e. lnes, where the ntensty gradent has a great value. Actve contour detecton s bascally a marchng process, whch proceeds along ponts wth hgh ntensty gradents n the mage. To mprove the qualty of the contour shape nformaton of the anatomcal structures must be taken nto consderaton. In addton to the gradents, we ncluded geometrcal propertes (contnuty, smoothness) nto the quantty to be optmzed along the contour. The optmzaton s an teratve process. The segmentaton process works n a slce-by-slce manner. In each slce t always starts wth an exstng contour, whch s extracted from the prevous slce. The devaton s measured and mnmzed, n order to mantan smooth transton between consecutve contours. Contour detecton s bascally an automatc process. It starts wth nteractve defnton of a rough contour n the frst slce, than automatcally generates contours n the next slces. All contours appear n ther correct spatal poston, provdng a tool for the medcal nspecton of the contours, and also for the creaton of a complete surface (bone or cartlage) n 3D, descrbed by the contours. Detals of the actve contour method are dscussed n [2], an example of the detected bone contours are gven n Fg. 1. Automatc contour detecton woks relably and effcently n many cases, however n certan cases manual delneaton of the cartlage seemed to be superor to fully automated segmentaton. Medcal Fgure 2. Automatc detecton of bone contours mages regularly contan artfacts, sometme n qute consderable amount, whch produce blurred pctures n consequence of the techncal mperfecton of the equpments, or of the spontaneous moton of the persons; etc. Eventually, when the nose n the MR mages makes a blurred pcture or the synoval flud lmts correct evaluaton of the jont space, vsual control s needed by an experenced physcan. The effcency of hs/her work can be greatly ncreased by sutable computer tools. A fast and flexble way of extractng contours manually from mages and to defne them n an nteractve way has been developed. The physcan has to pck a few characterstc ponts on the mages to establsh the shape of the contours. The ponts are mmedately stored n three coordnates. For dsplayng contours wth good qualty, and also for further computer processng contnuous contour curves are needed. It s expected, that the shape of the contour curve corresponds exactly to the expectatons of the physcan, whch s reflected n the sequence of the specfed contour ponts. In computer graphcs and geometry several methods are known for generatng contnuous curves from dscrete data ponts [3], [4]. One of the most popular, effcent and robust methods are splne curves. A parametrc splne curve s defned by the expresson c( t) = C N n = 0 k ( t) where the curve shape s defned by the C (=0..n) 3D vectors, (so called control ponts), and the N k are polynomal bass () t functons, t s the curve parameter. There s a bult n contnuty (smoothness) n the curve, whch depends on the degree of the curve k. The vector coeffcents C, can be computed wth the condton that the curve passes through,.e. nterpolates the data ponts, specfed by the observer [4]. The above type of nterpolatng splne curve performs well n many graphcal problems; however, t may produce unexpected shapes wth undulatons and waves n medcal applcatons. The reason s that medcal mages always contan nose, and the observer ntroduces subjectve errors. The contnuous curve wll reflect (nterpolate) all nose and error, moreover contnuty condton may even amplfy them along the curve. The dffculty can be elmnated by applyng another condton for defnng the shape parameters C of the curve. If we do not requre that the curve passes exactly through the prescrbed ponts (approxmatng splne), we can gan extra freedom to elmnate the effect of random errors on the curve shape. Of course, devatons between

3 the curve and the data ponts must be carefully controlled. The mechansm of curve constructon s as follows. Let defne the shape parameters C of the curve by mnmzng the quantty of n ( c( t) ) F( c ) = P = 1 2 whch measures the (squared) dstance of the data ponts P from the curve c(t). Mathematcal analyss of the problem shows that mnmzaton of the above expresson leads to a system of lnear equatons for the unknown curve parameters C, whch can be solved by stable and effcent algorthms [5]. If we assume that there s an error wth normal (Gaussan) dstrbuton n the data (whch s a farly good assumpton for random errors), then the contnuous curve wll reproduce the shape wthout errors. Our experment shows, that ths result can usually be acheved by an average devaton less than 0.09 mm, and a maxmum devaton less then 0.2 mm when reconstructng contours n MR mages of the knee. The above method provdes contnuous and smooth curve n good qualty for nosy data ponts. Even more mportant that usng approxmatng splne geometrc quanttes relevant for knee analyss can be computed n a more stable and robust way compared to the nterpolatng splne. Table 1. gves rad of condyles (left and rght n mm) n sagtal drectons, computed from approxmatng and nterpolatng splnes n dfferent flexon angles (degree) of the femur. It s clear, that real values are obtaned by the approxmatng splne. Degree Left Rght Approx. Interp. Approx. Interp. 0 50,98 45,03 44,26 33, ,74 17,15 38,02 25, ,64 7,40 36,47 11, ,94 23,55 27,78 7, ,85 12,62 24,71 20, ,04 8,25 25,49 19, ,61 46,72 27,44 40,18 Table 1. Rad of condyles The same method was used whenever contnuous curves have to be generated for a sequence of dscrete data ponts (e.g. contact curves n the knee). 3. RECONSTRUCTION OF KNEE SURFACES Many anatomcal propertes of the knee can be evaluated n MR mages that are plane ntersectons of the spatal structure. For detaled nvestgatons, however 3D modelng and vsualzaton of bone and cartlage surfaces are needed. We have developed three types of surface reconstructons; sosurface, trangulated surfaces and contnuous surfaces. Isosurface reconstructon s based on voxel ntensty data segmented by an adjustable gray-scale threshold [6]. The sosurface model represents the dentcal gray level ponts. Before vsualzaton, the program automatcally completes the segmentaton based on ntensty threshold. Standard methods for modelng surface materal, lghtng, llumnaton and transparency are used. The basc purpose s to vsualze surfaces, but graphcal objects lke ponts, markers, paths and polygon meshes can be added to a 3D scene. Surface ponts extracted from the sosurface model represent only rough nformaton on the shape. The advantage of the sosurface representaton s that the physcan gets an dea of 3D morphology developed from planar mages. For exact demonstraton and numercal representaton of 3D parameters, however, sosurfaces are not suffcent.. Contnuous representaton of anatomcal surfaces s often needed for detaled nvestgaton of ther shape and geometry. Trangulated representaton of the knee n the medcal practce s generally suffcent but to delneate fne detals and for moton analyss hgh degree, smooth surfaces are needed. Relevant geometrcal propertes (normal vectors, tangent planes, curvatures, plane ntersectons, etc.) can be computed for both surface representatons, but the accuracy s consderably dfferent. A trangulated surface conssts of very small trangles between data ponts, whch are consecutvely connected to each other. The data ponts come from MRI scans, as the ponts of the correspondng contours. The sequence of contour ponts s postoned n 3D accordng to the spatal poston of a slce contanng the contour. In case of cadaver studes, data ponts can be collected by a (laser) scannng process. A good trangulaton must meet several requrements: t must be topologcally correct (no holes and flyng trangles appear n the trangulaton), must elmnate outler ponts, trangles must have comparable sde lengths and angles, ther sze must reflect the curvatures of the surface, etc. We have developed algorthms and computer programs to trangulate and decmate pont sets of anatomcal structures, whch are able to handle mperfectons comng from contour detecton and measurements [7]. If necessary, topologcal correctons are performed, or the trangulaton s decmated to reduce the sze of the data set. Fgure 3. shows the surface of the tba and femur as trangulated surfaces. Although t looks qute smooth, t s not tangental contnuous because of trangulaton. Fgure 3. Trangulated surfaces of tba and femur Our experments show that accurate and smooth representatons of the functonal surfaces of the knee are needed for detaled bologcal or medcal nvestgatons (especally for studyng the sze and shape of the contactng regons of cartlages and moton of the knee).

4 Input data for creatng smooth surfaces s a pont set, comng from contours of MR mages, or from scannng. The pont set must be fltered aganst nose and decmated. Contnuous surface ft starts wth topologcal orderng of ponts, whch s usually done by creatng a trangulaton over the surface ponts. Trangulaton provdes neghborhood relatons, whch s mportant for fttng surfaces and for geometrc calculatons. Because we ft parametrc surfaces commonly used n computer graphcs and CAD (e.g. Bézer, B-splne, NURBS) over the pont set, parameter values must be attached to the data ponts. Ths s performed by projectng the data ponts to a smple and rough approxmatng surface, whch s usually the bcubc Coons surface defned by the boundary ponts of the pont set [4]. The shape defnng data of the surface are computed by mnmzng a functonal: F S( N ( Cj ) = ( S( uk, vk ) Pk ) + λ ( Suu + 2Suv + Svv ) k= 1 S u, v) = Bj ( u, v) Cj, j dudv where the contnuous surface S(u,v) s ftted to the N number of data ponts P k.. The surface s defned by the bass functons B j (u.v) and control ponts as shape parameters C j. The functonal contans two terms; one s the squared dstances of data ponts to the surface ponts wth the same parameter value, and reflects accuracy of the surface. The other descrbes some geometrcal quantty responsble for smoothness, here the approxmaton of the surface curvatures (lower ndces denote dervatves). Parameter λ (set by the user) defnes the rato between accuracy and smoothness. Mnmzaton of the functonal defnes control ponts of the surface and thus ts unque mathematcal representaton. We have developed methods for parametrzng pont sets, solvng the functonal mnmzaton problem, and mprovng parameterzaton durng the fttng process; the detals can be found n [7]. In Fgure 4. actve surfaces of femur and tba (where moton takes place) are shown, together wth the underlyng pont sets. 4. SHAPE ANALYSIS We have developed several methods and programs, to evaluate the shape and morphology of knee surfaces. Varous geometrcal propertes such as tangent planes, normal vectors, extreme ponts, lnes of ntersectons, dstrbuton of mean and Gaussan curvatures, feature ponts, characterstc lnes, etc. can be calculated, vsualzed and evaluated. As an example plane ntersectons of the tba plateau perpendcular to ts axs s shown n Fgure. 5. Fgure 5. Plane ntersectons of the tba plateau From pathologcal and clncal pont of vew t s of basc mportance to have precse measures of the thckness of the cartlage layer, coverng the bone surfaces and characterze ts spatal dstrbuton. When bone and cartlage surfaces are precsely reconstructed, theoretcally t would be possble to calculate the cartlage layer between them. The problem s that ths layer s very thn, (1-2 mm, lght layers around bones n Fgure 1.), and naccuracy n surface reconstructon may destroy the geometry of the cartlage layer. In case of cadaver studes correct postonng n space of the surfaces (regstraton) s also a crucal pont. After bones wth and wthout cartlage are scanned ndependently, the pont clouds must be merged. To perform ths, surface part not covered by cartlage can be used, because they have an dentcal shape. For regstraton we appled a modfed verson of the ICP (teratve closest pont) algorthm [8]. Usng the above surface reconstructon, the ICP regstraton, wth a careful adjustment of ther parameters a precse reconstructon of the cartlage layer can be acheved. In Fgure 6. plane ntersectons of the cartlage layer are shown. It fathfully reflects fne varatons of the thckness expected from the anatomy of the knee. Fgure 4. Actve surfaces of femur and tba Fgure. 6. Cartlage layer on the tba plateau Contact propertes of cartlage surfaces (ther shape and extenson) can be best evaluated by a dstance functon defned between the two surfaces. Ths s the length of the shortest path from a surface pont to the other surface. We have developed a procedure to evaluate the dstance functon for the contnuous surface models of the cartlages. Surfaces can be color coded

5 accordng to the dstance functon, whch provdes an extremely effcent tool for evaluatng the shape and sze of the contact regons. Fgure 7. shows the color coded dstances between for the contactng cartlage surfaces of femur and tba. Our am n the future s to develop a complete computer aded knee surgery and navgatonal system based on the graphc and geometrc components dscussed above. 6. ACKNOWLEDGEMENT The system developed for knee nvestgaton s a jont work of a group of researchers and programmers. The work of Ferenc Pongracz, Dmtr Chetverkov, Levente Hajder, Laszlo Szobonya s gratefully acknowledged. The wok was supported by the Hungaran Government under the project Stereo tactc and navgatonal operatve management of the knee based on threedmensonal geometrc models, NKFP-1B/0009. Fgure 7. Color coded dstance functon of cartlage surfaces 5. CONCLUSION Analyss of the geometrcal propertes of the knee s mportant from many ponts of vew. Based on shape nformaton clncals can draw conclusons on the healthy and pathologcal state of the knee. Surgeons can desgn surgcal nterventon usng geometrcal data of the knee. Better understandng of the morphology and functonalty of the knee may lead to better than exstng prostheses. Accurate geometrcal nformaton facltates preoperatve desgn of knee surgery and computer control durng surgery. In Computer and Automaton Research Insttute, Budapest, Hungary effcent and robust graphcal and geometrcal tools were developed to analyze MR and CT mages, to perform geometrcal calculatons n 2D, to reconstruct medcal/bologcal surfaces from mages and scans, to regstrate and merge them and to evaluate them n 3D. Although the methods and programs were developed to satsfy specfc ams and requrements of knee studes, many elements can be effcently used to nvestgate smlar bologcal structures. 7. REFERENCES [1] VGL Onlne Manual. Documentaton for VGL 3.1(Volume Graphcs GmbH, Hedelberg, 2001). [2] Hajder L, Kardos I, Csetverkov D, Renner G.: Actve contour and fast marchng methods n medcal mage processng, Proc. of IV. Conf. on Image processng and pattern recognton, Mskolc-Tapolca, Hungary, 2004, pp [3] Rogers DF, Adams JA. Mathematcal Elements for Computer Graphcs. Second Edton, McGraw Hll, Boston, SanFrancsco, [4] Hoschek, J., Lasser, D.: Fundamentals of Computer Aded Geometrc Desgn, A. K. Peters, [5] Press, W., Flannery, B., Teukolsky, S., Vetterlng, W.T.: Numercal Recpes n C, Cambrdge Unv. Press, [6] J. Foley, A.van Dam, S.K. Fener and J.F. Hughes. Computer Graphcs: Prncples and Practce. Addson-Wesley, [7] Wess, V., Andor, L., Renner, G., Varady. T.: Advanced surface fttng technques, Computer Aded Desgn, 19, 2002, pp [8] D. Chetverkov, D. Stepanov, P. Krsek: Robust Eucldean algnement of 3D pont sets: the Trmmed ICP algorthm, Image and Vson Computng 23 (2005) [9] 3D SLICER,

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

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

Simplification of 3D Meshes

Simplification of 3D Meshes Smplfcaton of 3D Meshes Addy Ngan /4/00 Outlne Motvaton Taxonomy of smplfcaton methods Hoppe et al, Mesh optmzaton Hoppe, Progressve meshes Smplfcaton of 3D Meshes 1 Motvaton Hgh detaled meshes becomng

More information

Type-2 Fuzzy Non-uniform Rational B-spline Model with Type-2 Fuzzy Data

Type-2 Fuzzy Non-uniform Rational B-spline Model with Type-2 Fuzzy Data Malaysan Journal of Mathematcal Scences 11(S) Aprl : 35 46 (2017) Specal Issue: The 2nd Internatonal Conference and Workshop on Mathematcal Analyss (ICWOMA 2016) MALAYSIAN JOURNAL OF MATHEMATICAL SCIENCES

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

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

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

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

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

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

2x x l. Module 3: Element Properties Lecture 4: Lagrange and Serendipity Elements

2x x l. Module 3: Element Properties Lecture 4: Lagrange and Serendipity Elements Module 3: Element Propertes Lecture : Lagrange and Serendpty Elements 5 In last lecture note, the nterpolaton functons are derved on the bass of assumed polynomal from Pascal s trangle for the fled varable.

More information

Cluster Analysis of Electrical Behavior

Cluster Analysis of Electrical Behavior Journal of Computer and Communcatons, 205, 3, 88-93 Publshed Onlne May 205 n ScRes. http://www.scrp.org/ournal/cc http://dx.do.org/0.4236/cc.205.350 Cluster Analyss of Electrcal Behavor Ln Lu Ln Lu, School

More information

Modeling, Manipulating, and Visualizing Continuous Volumetric Data: A Novel Spline-based Approach

Modeling, Manipulating, and Visualizing Continuous Volumetric Data: A Novel Spline-based Approach Modelng, Manpulatng, and Vsualzng Contnuous Volumetrc Data: A Novel Splne-based Approach Jng Hua Center for Vsual Computng, Department of Computer Scence SUNY at Stony Brook Talk Outlne Introducton and

More information

A New Approach For the Ranking of Fuzzy Sets With Different Heights

A New Approach For the Ranking of Fuzzy Sets With Different Heights New pproach For the ankng of Fuzzy Sets Wth Dfferent Heghts Pushpnder Sngh School of Mathematcs Computer pplcatons Thapar Unversty, Patala-7 00 Inda pushpndersnl@gmalcom STCT ankng of fuzzy sets plays

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

Vectorization of Image Outlines Using Rational Spline and Genetic Algorithm

Vectorization of Image Outlines Using Rational Spline and Genetic Algorithm 01 Internatonal Conference on Image, Vson and Computng (ICIVC 01) IPCSIT vol. 50 (01) (01) IACSIT Press, Sngapore DOI: 10.776/IPCSIT.01.V50.4 Vectorzaton of Image Outlnes Usng Ratonal Splne and Genetc

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

Hermite Splines in Lie Groups as Products of Geodesics

Hermite Splines in Lie Groups as Products of Geodesics Hermte Splnes n Le Groups as Products of Geodescs Ethan Eade Updated May 28, 2017 1 Introducton 1.1 Goal Ths document defnes a curve n the Le group G parametrzed by tme and by structural parameters n the

More information

Real-time Motion Capture System Using One Video Camera Based on Color and Edge Distribution

Real-time Motion Capture System Using One Video Camera Based on Color and Edge Distribution Real-tme Moton Capture System Usng One Vdeo Camera Based on Color and Edge Dstrbuton YOSHIAKI AKAZAWA, YOSHIHIRO OKADA, AND KOICHI NIIJIMA Graduate School of Informaton Scence and Electrcal Engneerng,

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

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

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 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

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

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

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

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 #15 Lecture Notes

Lecture #15 Lecture Notes Lecture #15 Lecture Notes The ocean water column s very much a 3-D spatal entt and we need to represent that structure n an economcal way to deal wth t n calculatons. We wll dscuss one way to do so, emprcal

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

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

Chapter 6 Programmng the fnte element method Inow turn to the man subject of ths book: The mplementaton of the fnte element algorthm n computer programs. In order to make my dscusson as straghtforward

More information

2-Dimensional Image Representation. Using Beta-Spline

2-Dimensional Image Representation. Using Beta-Spline Appled Mathematcal cences, Vol. 7, 03, no. 9, 4559-4569 HIKARI Ltd, www.m-hkar.com http://dx.do.org/0.988/ams.03.3359 -Dmensonal Image Representaton Usng Beta-plne Norm Abdul Had Faculty of Computer and

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

Multiblock method for database generation in finite element programs

Multiblock method for database generation in finite element programs Proc. of the 9th WSEAS Int. Conf. on Mathematcal Methods and Computatonal Technques n Electrcal Engneerng, Arcachon, October 13-15, 2007 53 Multblock method for database generaton n fnte element programs

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

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

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

University of Erlangen-Nuremberg. Cauerstrae 7, Erlangen, Germany. and edges. Each node is labeled by a feature vector that characterizes

University of Erlangen-Nuremberg. Cauerstrae 7, Erlangen, Germany. and edges. Each node is labeled by a feature vector that characterizes Deformable Templates for the Localzaton of Anatomcal Structures n Radologc Images Wolfgang Sorgel and Bernd Grod Telecommuncatons Laboratory Unversty of Erlangen-Nuremberg Cauerstrae 7, 91058 Erlangen,

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

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

Corner-Based Image Alignment using Pyramid Structure with Gradient Vector Similarity

Corner-Based Image Alignment using Pyramid Structure with Gradient Vector Similarity Journal of Sgnal and Informaton Processng, 013, 4, 114-119 do:10.436/jsp.013.43b00 Publshed Onlne August 013 (http://www.scrp.org/journal/jsp) Corner-Based Image Algnment usng Pyramd Structure wth Gradent

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

APPLICATION OF AN AUGMENTED REALITY SYSTEM FOR DISASTER RELIEF

APPLICATION OF AN AUGMENTED REALITY SYSTEM FOR DISASTER RELIEF APPLICATION OF AN AUGMENTED REALITY SYSTEM FOR DISASTER RELIEF Johannes Leebmann Insttute of Photogrammetry and Remote Sensng, Unversty of Karlsruhe (TH, Englerstrasse 7, 7618 Karlsruhe, Germany - leebmann@pf.un-karlsruhe.de

More information

VISUAL SELECTION OF SURFACE FEATURES DURING THEIR GEOMETRIC SIMULATION WITH THE HELP OF COMPUTER TECHNOLOGIES

VISUAL SELECTION OF SURFACE FEATURES DURING THEIR GEOMETRIC SIMULATION WITH THE HELP OF COMPUTER TECHNOLOGIES UbCC 2011, Volume 6, 5002981-x manuscrpts OPEN ACCES UbCC Journal ISSN 1992-8424 www.ubcc.org VISUAL SELECTION OF SURFACE FEATURES DURING THEIR GEOMETRIC SIMULATION WITH THE HELP OF COMPUTER TECHNOLOGIES

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

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

3D Virtual Eyeglass Frames Modeling from Multiple Camera Image Data Based on the GFFD Deformation Method

3D Virtual Eyeglass Frames Modeling from Multiple Camera Image Data Based on the GFFD Deformation Method NICOGRAPH Internatonal 2012, pp. 114-119 3D Vrtual Eyeglass Frames Modelng from Multple Camera Image Data Based on the GFFD Deformaton Method Norak Tamura, Somsangouane Sngthemphone and Katsuhro Ktama

More information

Electrical analysis of light-weight, triangular weave reflector antennas

Electrical analysis of light-weight, triangular weave reflector antennas Electrcal analyss of lght-weght, trangular weave reflector antennas Knud Pontoppdan TICRA Laederstraede 34 DK-121 Copenhagen K Denmark Emal: kp@tcra.com INTRODUCTION The new lght-weght reflector antenna

More information

PROJECTIVE RECONSTRUCTION OF BUILDING SHAPE FROM SILHOUETTE IMAGES ACQUIRED FROM UNCALIBRATED CAMERAS

PROJECTIVE RECONSTRUCTION OF BUILDING SHAPE FROM SILHOUETTE IMAGES ACQUIRED FROM UNCALIBRATED CAMERAS PROJECTIVE RECONSTRUCTION OF BUILDING SHAPE FROM SILHOUETTE IMAGES ACQUIRED FROM UNCALIBRATED CAMERAS Po-Lun La and Alper Ylmaz Photogrammetrc Computer Vson Lab Oho State Unversty, Columbus, Oho, USA -la.138@osu.edu,

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

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

A B-Snake Model Using Statistical and Geometric Information - Applications to Medical Images

A B-Snake Model Using Statistical and Geometric Information - Applications to Medical Images A B-Snake Model Usng Statstcal and Geometrc Informaton - Applcatons to Medcal Images Yue Wang, Eam Khwang Teoh and Dnggang Shen 2 School of Electrcal and Electronc Engneerng, Nanyang Technologcal Unversty

More information

Interpolation of the Irregular Curve Network of Ship Hull Form Using Subdivision Surfaces

Interpolation of the Irregular Curve Network of Ship Hull Form Using Subdivision Surfaces 7 Interpolaton of the Irregular Curve Network of Shp Hull Form Usng Subdvson Surfaces Kyu-Yeul Lee, Doo-Yeoun Cho and Tae-Wan Km Seoul Natonal Unversty, kylee@snu.ac.kr,whendus@snu.ac.kr,taewan}@snu.ac.kr

More information

S.P.H. : A SOLUTION TO AVOID USING EROSION CRITERION?

S.P.H. : A SOLUTION TO AVOID USING EROSION CRITERION? S.P.H. : A SOLUTION TO AVOID USING EROSION CRITERION? Célne GALLET ENSICA 1 place Emle Bloun 31056 TOULOUSE CEDEX e-mal :cgallet@ensca.fr Jean Luc LACOME DYNALIS Immeuble AEROPOLE - Bat 1 5, Avenue Albert

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

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

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

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

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

TECHNIQUE OF FORMATION HOMOGENEOUS SAMPLE SAME OBJECTS. Muradaliyev A.Z.

TECHNIQUE OF FORMATION HOMOGENEOUS SAMPLE SAME OBJECTS. Muradaliyev A.Z. TECHNIQUE OF FORMATION HOMOGENEOUS SAMPLE SAME OBJECTS Muradalyev AZ Azerbajan Scentfc-Research and Desgn-Prospectng Insttute of Energetc AZ1012, Ave HZardab-94 E-mal:aydn_murad@yahoocom Importance of

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

Content Based Image Retrieval Using 2-D Discrete Wavelet with Texture Feature with Different Classifiers

Content Based Image Retrieval Using 2-D Discrete Wavelet with Texture Feature with Different Classifiers IOSR Journal of Electroncs and Communcaton Engneerng (IOSR-JECE) e-issn: 78-834,p- ISSN: 78-8735.Volume 9, Issue, Ver. IV (Mar - Apr. 04), PP 0-07 Content Based Image Retreval Usng -D Dscrete Wavelet wth

More information

Dynamic wetting property investigation of AFM tips in micro/nanoscale

Dynamic wetting property investigation of AFM tips in micro/nanoscale Dynamc wettng property nvestgaton of AFM tps n mcro/nanoscale The wettng propertes of AFM probe tps are of concern n AFM tp related force measurement, fabrcaton, and manpulaton technques, such as dp-pen

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

Constructing Minimum Connected Dominating Set: Algorithmic approach

Constructing Minimum Connected Dominating Set: Algorithmic approach Constructng Mnmum Connected Domnatng Set: Algorthmc approach G.N. Puroht and Usha Sharma Centre for Mathematcal Scences, Banasthal Unversty, Rajasthan 304022 usha.sharma94@yahoo.com Abstract: Connected

More information

Reading. 14. Subdivision curves. Recommended:

Reading. 14. Subdivision curves. Recommended: eadng ecommended: Stollntz, Deose, and Salesn. Wavelets for Computer Graphcs: heory and Applcatons, 996, secton 6.-6., A.5. 4. Subdvson curves Note: there s an error n Stollntz, et al., secton A.5. Equaton

More information

Curve Representation for Outlines of Planar Images using Multilevel Coordinate Search

Curve Representation for Outlines of Planar Images using Multilevel Coordinate Search Curve Representaton for Outlnes of Planar Images usng Multlevel Coordnate Search MHAMMAD SARFRAZ and NAELAH AL-DABBOUS Department of Informaton Scence Kuwat Unversty Adalya Campus, P.O. Box 5969, Safat

More information

Fast Computation of Shortest Path for Visiting Segments in the Plane

Fast Computation of Shortest Path for Visiting Segments in the Plane Send Orders for Reprnts to reprnts@benthamscence.ae 4 The Open Cybernetcs & Systemcs Journal, 04, 8, 4-9 Open Access Fast Computaton of Shortest Path for Vstng Segments n the Plane Ljuan Wang,, Bo Jang

More information

A PATTERN RECOGNITION APPROACH TO IMAGE SEGMENTATION

A PATTERN RECOGNITION APPROACH TO IMAGE SEGMENTATION 1 THE PUBLISHING HOUSE PROCEEDINGS OF THE ROMANIAN ACADEMY, Seres A, OF THE ROMANIAN ACADEMY Volume 4, Number 2/2003, pp.000-000 A PATTERN RECOGNITION APPROACH TO IMAGE SEGMENTATION Tudor BARBU Insttute

More information

A high precision collaborative vision measurement of gear chamfering profile

A high precision collaborative vision measurement of gear chamfering profile Internatonal Conference on Advances n Mechancal Engneerng and Industral Informatcs (AMEII 05) A hgh precson collaboratve vson measurement of gear chamferng profle Conglng Zhou, a, Zengpu Xu, b, Chunmng

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

Mobile Robot Localization and Mapping by Scan Matching using Laser Reflection Intensity of the SOKUIKI Sensor

Mobile Robot Localization and Mapping by Scan Matching using Laser Reflection Intensity of the SOKUIKI Sensor Moble Robot Localzaton and Mappng by Scan Matchng usng Reflecton Intensty of the SOKUIKI Sensor *HARA Yoshtaka, KAWATA Hrohko, OHYA Akhsa, YUTA Shn ch Intellgent Robot Laboratory Unversty of Tsukuba 1-1-1,

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

The Shortest Path of Touring Lines given in the Plane

The Shortest Path of Touring Lines given in the Plane Send Orders for Reprnts to reprnts@benthamscence.ae 262 The Open Cybernetcs & Systemcs Journal, 2015, 9, 262-267 The Shortest Path of Tourng Lnes gven n the Plane Open Access Ljuan Wang 1,2, Dandan He

More information

Overview. Basic Setup [9] Motivation and Tasks. Modularization 2008/2/20 IMPROVED COVERAGE CONTROL USING ONLY LOCAL INFORMATION

Overview. Basic Setup [9] Motivation and Tasks. Modularization 2008/2/20 IMPROVED COVERAGE CONTROL USING ONLY LOCAL INFORMATION Overvew 2 IMPROVED COVERAGE CONTROL USING ONLY LOCAL INFORMATION Introducton Mult- Smulator MASIM Theoretcal Work and Smulaton Results Concluson Jay Wagenpfel, Adran Trachte Motvaton and Tasks Basc Setup

More information

Hybrid Non-Blind Color Image Watermarking

Hybrid Non-Blind Color Image Watermarking Hybrd Non-Blnd Color Image Watermarkng Ms C.N.Sujatha 1, Dr. P. Satyanarayana 2 1 Assocate Professor, Dept. of ECE, SNIST, Yamnampet, Ghatkesar Hyderabad-501301, Telangana 2 Professor, Dept. of ECE, AITS,

More information

Multi-Resolution Geometric Fusion

Multi-Resolution Geometric Fusion Internatonal Conference on Recent Advances n 3-D Dgtal Imagng and Modellng, Ottawa, Canada May 12 15, 1997 Mult-Resoluton Geometrc Fuson Adran Hlton and John Illngworth Centre for Vson, Speech and Sgnal

More information

A Volumetric Approach for Interactive 3D Modeling

A Volumetric Approach for Interactive 3D Modeling A Volumetrc Approach for Interactve 3D Modelng Dragan Tubć Patrck Hébert Computer Vson and Systems Laboratory Laval Unversty, Ste-Foy, Québec, Canada, G1K 7P4 Dens Laurendeau E-mal: (tdragan, hebert, laurendeau)@gel.ulaval.ca

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

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

A MOVING MESH APPROACH FOR SIMULATION BUDGET ALLOCATION ON CONTINUOUS DOMAINS

A MOVING MESH APPROACH FOR SIMULATION BUDGET ALLOCATION ON CONTINUOUS DOMAINS Proceedngs of the Wnter Smulaton Conference M E Kuhl, N M Steger, F B Armstrong, and J A Jones, eds A MOVING MESH APPROACH FOR SIMULATION BUDGET ALLOCATION ON CONTINUOUS DOMAINS Mark W Brantley Chun-Hung

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

An Accurate Evaluation of Integrals in Convex and Non convex Polygonal Domain by Twelve Node Quadrilateral Finite Element Method

An Accurate Evaluation of Integrals in Convex and Non convex Polygonal Domain by Twelve Node Quadrilateral Finite Element Method Internatonal Journal of Computatonal and Appled Mathematcs. ISSN 89-4966 Volume, Number (07), pp. 33-4 Research Inda Publcatons http://www.rpublcaton.com An Accurate Evaluaton of Integrals n Convex and

More information

Shape Control of the Cubic Trigonometric B-Spline Polynomial Curve with A Shape Parameter

Shape Control of the Cubic Trigonometric B-Spline Polynomial Curve with A Shape Parameter Internatonal Journal of Scences & Appled esearch www.jsar.n Shape Control of the Cubc Trgonometrc B-Splne Polynomal Curve wth A Shape Parameter Urvash Mshra* Department of Mathematcs, Mata Gujr Mahla Mahavdyalaya,

More information

Analysis of 3D Cracks in an Arbitrary Geometry with Weld Residual Stress

Analysis of 3D Cracks in an Arbitrary Geometry with Weld Residual Stress Analyss of 3D Cracks n an Arbtrary Geometry wth Weld Resdual Stress Greg Thorwald, Ph.D. Ted L. Anderson, Ph.D. Structural Relablty Technology, Boulder, CO Abstract Materals contanng flaws lke nclusons

More information

Machine Learning: Algorithms and Applications

Machine Learning: Algorithms and Applications 14/05/1 Machne Learnng: Algorthms and Applcatons Florano Zn Free Unversty of Bozen-Bolzano Faculty of Computer Scence Academc Year 011-01 Lecture 10: 14 May 01 Unsupervsed Learnng cont Sldes courtesy of

More information

A Newton-Type Method for Constrained Least-Squares Data-Fitting with Easy-to-Control Rational Curves

A Newton-Type Method for Constrained Least-Squares Data-Fitting with Easy-to-Control Rational Curves A Newton-Type Method for Constraned Least-Squares Data-Fttng wth Easy-to-Control Ratonal Curves G. Cascola a, L. Roman b, a Department of Mathematcs, Unversty of Bologna, P.zza d Porta San Donato 5, 4017

More information

Classifier Selection Based on Data Complexity Measures *

Classifier Selection Based on Data Complexity Measures * Classfer Selecton Based on Data Complexty Measures * Edth Hernández-Reyes, J.A. Carrasco-Ochoa, and J.Fco. Martínez-Trndad Natonal Insttute for Astrophyscs, Optcs and Electroncs, Lus Enrque Erro No.1 Sta.

More information

Distance Calculation from Single Optical Image

Distance Calculation from Single Optical Image 17 Internatonal Conference on Mathematcs, Modellng and Smulaton Technologes and Applcatons (MMSTA 17) ISBN: 978-1-6595-53-8 Dstance Calculaton from Sngle Optcal Image Xao-yng DUAN 1,, Yang-je WEI 1,,*

More information

Problem Definitions and Evaluation Criteria for Computational Expensive Optimization

Problem Definitions and Evaluation Criteria for Computational Expensive Optimization Problem efntons and Evaluaton Crtera for Computatonal Expensve Optmzaton B. Lu 1, Q. Chen and Q. Zhang 3, J. J. Lang 4, P. N. Suganthan, B. Y. Qu 6 1 epartment of Computng, Glyndwr Unversty, UK Faclty

More information

DESIGN OF A HAPTIC DEVICE FOR EXCAVATOR EQUIPPED WITH CRUSHER

DESIGN OF A HAPTIC DEVICE FOR EXCAVATOR EQUIPPED WITH CRUSHER DESIGN OF A HAPTIC DEVICE FOR EXCAVATOR EQUIPPED WITH CRUSHER Kyeong Won Oh, Dongnam Km Korea Unversty, Graduate School 5Ga-1, Anam-Dong, Sungbuk-Gu, Seoul, Korea {locosk, smleast}@korea.ac.kr Jong-Hyup

More information

The B-spline Interpolation in Visualization of the Three-dimensional Objects

The B-spline Interpolation in Visualization of the Three-dimensional Objects The B-splne Interpolaton n Vsualzaton of the Three-dmensonal Objects Zeljka Mhajlovc *, Alan Goluban **, Damr Kovacc ** * Department of Electroncs, Mcroelectroncs, Computer and Intellgent Systems, ** Department

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

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

Prof. Feng Liu. Spring /24/2017

Prof. Feng Liu. Spring /24/2017 Prof. Feng Lu Sprng 2017 ttp://www.cs.pd.edu/~flu/courses/cs510/ 05/24/2017 Last me Compostng and Mattng 2 oday Vdeo Stablzaton Vdeo stablzaton ppelne 3 Orson Welles, ouc of Evl, 1958 4 Images courtesy

More information

X- Chart Using ANOM Approach

X- Chart Using ANOM Approach ISSN 1684-8403 Journal of Statstcs Volume 17, 010, pp. 3-3 Abstract X- Chart Usng ANOM Approach Gullapall Chakravarth 1 and Chaluvad Venkateswara Rao Control lmts for ndvdual measurements (X) chart are

More information

Learning Ensemble of Local PDM-based Regressions. Yen Le Computational Biomedicine Lab Advisor: Prof. Ioannis A. Kakadiaris

Learning Ensemble of Local PDM-based Regressions. Yen Le Computational Biomedicine Lab Advisor: Prof. Ioannis A. Kakadiaris Learnng Ensemble of Local PDM-based Regressons Yen Le Computatonal Bomedcne Lab Advsor: Prof. Ioanns A. Kakadars 1 Problem statement Fttng a statstcal shape model (PDM) for mage segmentaton Callosum segmentaton

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

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

Exterior Orientation using Coplanar Parallel Lines

Exterior Orientation using Coplanar Parallel Lines Exteror Orentaton usng Coplanar Parallel Lnes Frank A. van den Heuvel Department of Geodetc Engneerng Delft Unversty of Technology Thsseweg 11, 69 JA Delft, The Netherlands Emal: F.A.vandenHeuvel@geo.tudelft.nl

More information