COMPARING BACKGROUND ELIMINATION APPROACHES FOR PROCESSING OF ANCIENT THAI MANUSCIPTS ON PALM LEAVES

Size: px
Start display at page:

Download "COMPARING BACKGROUND ELIMINATION APPROACHES FOR PROCESSING OF ANCIENT THAI MANUSCIPTS ON PALM LEAVES"

Transcription

1 Proceedngs of the Eghth Internatonal Conference on Machne Learnng and Cybernetcs, aodng, -5 July 9 COMPARING ACKGROUND ELIMINAION APPROACHES FOR PROCESSING OF ANCIEN HAI MANUSCIPS ON PALM LEAVES RAPEEPORN CHAMCHONG, CHUN CHE FUNG School of Informaton echnology, Murdoch Unversty, Murdoch 65, WA rapeeporn.c@gmal.com, l.fung@murdoch.edu.au Abstract: he objectve of the Preservaton of Palm Leaf Manuscrpts Project at Mahasaraham Unversty at haland s to preserve and retreve tradtonal nowledge from ancent manuscrpts recorded on palm leaves. An essental tas n the process s to recognze the ancent characters automatcally through mage processng technques. he paper compares dfferent bacground elmnaton approaches whch could be used. he am s to mprove the global and local adaptve thresholdng technques ntellgently, and to form the pre-processng procedure n the automated process. Keywords: acground Elmnaton; narzaton; hresholdng echnque; Document Segmentaton; ha ancent manuscrpts. Introducton Palm leaf manuscrpts were one of the popular wrtten documents for over a thousand years n South and Southeast Asa [, ]. In ha hstory, dred palm leaves have been used to record uddhst teachng and doctrnes, follores, nowledge and use of ndgenous medcnes, stores of dynastes, tradtonal arts and archtectures, astrology, astronomy, and technques of tradtonal massages. Recently, several unverstes and nsttutes ncludng medcal departments and relgon organzatons have ntated projects to collect, recover and preserve ha palm leaf manuscrpts. It s recognzed that these documents contan nvaluable nowledge, hstory, culture, and local wsdoms of ha cvlzaton. In partcular, nowledge concernng ndgenous medcnes has been studed wth great attenton due to ther potental n treatng many alments and dseases. Wth the passage of tme, most of these palm leaves, f left unattended, wll deterorate as they are comng to the end of ther natural lfetme as they face destructve elements such as dampness, fungus, bactera, ants and cocroaches. For ths reason, Mahasaraham Unversty s establshng the Palm Leaf Manuscrpt Preservaton Project [3] for the dscovery, preservaton and protecton of palm leaf manuscrpts from Northeast haland and to extract nowledge from the ancent world. Currently, computer technology can store and process the ancent mage documents n multmeda systems. It s possble to collect and access those manuscrpts and preserved them n dgtal formats n the computer. Although currently storng systems can store document mages, there s no specfc system to retreve the nowledge from these ancent documents. It s the ultmate am of the project to develop an effcent mage processng system that could be used to retreve nowledge and nformaton from the palm leave mages. hs research wll apply mage processng and ntellgent technques to analyze and retreve nowledge from these manuscrpts. However, t s recognzed that t s not an easy tas as there are many styles of tradtonal ha handwrtng, nose on the mages, and fragmentaton or cracs due to fraglty of the aged leaves. It s common that mages of the collected ancent documents are of poor qualty due to nsuffcent attenton pad to the condton of the storage and the qualty of the wrtten materal. As a result, the foreground and bacground n the scanned mages are dffcult to be separated. Many of the palm leaf mages have varyng contrast and llumnant, smudges, smear, stans, and contamnatons due to seepng n from the other sde of the palm leaf. Pror to the stage of nowledge extracton, characters or text on the mages have to be recognzed. here are three steps whch need to be completed pror to the tas of character recognton. Frst, a palm leaf s scanned nto a RG mage and then s s converted to become a gray-scale mage. Next, mage enhancement s used to enhance the qualty of mage. he Gaussans flterng technque [4, 5] s one of the commonly used technques. After ths stage, bacground elmnaton s appled and then text and character separaton are carred out. acground elmnaton, also nown as bnarzaton, /9/$5. 9 IEEE 3436 Authorzed lcensed use lmted to: Murdoch Unversty. Downloaded on October 3, 9 at 5:9 from IEEE Xplore. Restrctons apply.

2 Proceedngs of the Eghth Internatonal Conference on Machne Learnng and Cybernetcs, aodng, -5 July 9 s an essental part of preprocessng step n mage processng, convertng gray-scale mage to bnary mage, whch s then used for further processng such as document mage analyss and optcal character recognton (OCR). Consequently, bacground elmnaton of ancent document s crucal to remove unrelated nformaton, bacground or nose on the documents. If ths step s nsuffcent, orgnal characters from the mage may be lost or more nose may be added. Furthermore, ths technque s essental to mprove the readablty of the documents and the overall performance of the process. In ths paper, a number of the classcal or the most commonly used approaches based on the global and local adaptve thresholdng technques are appled to several example real data set whch has been collected by [3]. A new framewor to be appled for bacground elmnaton s also proposed.. hresholdng echnques narzaton s the process of convertng a gray-scale mage to a bnary mage by usng threshold selecton technques to categorze the pxels of an mage nto ether one of the two classes. here are two man technques of bnarzaton [6] and they are global thresholdng and local adaptve thresholdng technques... Global hresholdng echnques Global thresholdng technques [6] attempt to fnd a sutable sngle threshold value (hr) from the overall mage. he pxels are separated nto two classes: the foreground (text whch s blac color) and the bacground (whte color). hs can be expressed as follows blac f If (x, y) hr I b (x, y) = () whte f If (x, y) > hr whch I f (x,y) s the pxel of the nput mage after nose reducton process and I b (x,y) s the pxel of the bnarzed mage. he well nown global thresholdng technque s Otsu s algorthm [7]. hs research compares two approaches of global thresholdng technque whch are the basc Otsu s algorthm and the recursve Otsu s algorthm whch was purposed by Cheret and et al [8]. Further detals of these two technques are gven n subsequent sectons... Local Adaptve hresholdng echnques Local adaptve thresholdng technques [6] calculate the threshold values whch are determned locally based on pxel by pxel, or regon by regon. A threshold value (hr(x,y)) can be derved for each pxel n the mage, and the mage can be separated nto foreground and bacground as gven n expresson (). I b (x, y) = blac f I f (x, y) hr(x, y) () whte f I f (x, y) > hr(x, y) (hr(x,y)) n the above expresson s dfferent from hr n expresson () as ts value vares accordng to the local regon. he conventonal local adaptve thresholdng technques are Nblac s algorthm [9], Sauvola s algorthm [] and local adaptve mean-c []. hese three technques are expermented n ths study. An mproved algorthm has also been proposed and s descrbed n the later sectons. 3. Otsu s Algorthm hs algorthm was proposed by Otsu [7] and t s based on hstogram analyss. he threshold selecton s processed as a clusterng process whch dvdes all the pxels of an mage nto two classes: C, s the foreground or text, wth a gray-level value below or equal to hr, and C s the bacground wth a gray-level value above hr. y conventon, the values below hr are blac and those above are whte. A measurement of the goodness of the threshold value, hr, s based on the dscrmnant crtera maxmzng (η), whch s the separablty measure as shown below. η = σ σ (3) η s the rato of between-class varance ( σ ) and total varance ( σ ) of the resultant classes n gray levels, and where σ σ = L ( µ ) = ω ( µ µ p ) = ω ω ( µ µ ω, ) µ = Pr( C) = p L = p + ω ( µ µ = ω ) (4) (5) (6) 3437 Authorzed lcensed use lmted to: Murdoch Unversty. Downloaded on October 3, 9 at 5:9 from IEEE Xplore. Restrctons apply.

3 Proceedngs of the Eghth Internatonal Conference on Machne Learnng and Cybernetcs, aodng, -5 July 9 L = Pr( C) = p = ω + µ ω = µ ω p (7), µ = (8) µ µ µ = (9) ω L p = n N, p, p () where p s the probablty of occurrence of gray-level, n s the number of pxels wth gray-level and N s the total number of pxels. Consequently, the optmal threshold * s the maxmum value η(*) rangng between and ( η ) or equvalently maxmzed σ that: ( ) = σ () σ η () and σ (*) = max σ () < L () Whle the Otsu s algorthm has been successfully appled to many applcatons, there are stuatons where the mage may have multple bacground. hs has led to an modfcaton of the basc approach and became the recursve algorthm as shown n the next secton. 4. Recursve Otsu s Algorthm In ths algorthm as proposed by Cheret and et al [8], the thresholds selecton s determned automatcally by a recursve applcaton of Otsu s algorthm. he recursve crteron s on the separablty (η) measure. It was recommended that the recurson stops when the bacground s separated by the threshold value of η.95, or when η does not change, ndcatng the bacground s havng a consstent gray level. he procedure of the threshold selecton can be summarzed as follows:. Intalze t =, η =, where t s the number of tmes of the recurson.. Calculate the hstogram of the fltered mage f f (, j) usng the expressons (3) to () as gven above. 3. Select the threshold, hr(t), that maxmzes the separablty ( η = σ σ ) as stated n expresson (3). 4. hr(t) s the value that separates the mage nto regons - the bacground (C t- ) and the object (C t ). 5. Increment t, and calculate the new hstogram of the mage Ct. Perform steps 3 to 5 untl η.95 or η does not change. he total of mage regon before elmnate bacground s a unon of C t I f = U C t (3) t {,..,p} where C t s sub-regon mage and the result of bacground elmnaton (object regon) s gven by I b I b = C p (4) where C p s the fnal mage that a threshold selecton that has been determned by the sutable threshold value, η. he subsequent secton descrbes the local adaptve thresholdng technques. 5. Local Adaptve Mean-C A smple approach to modfy the thresholdng value adaptvely s to use a value, whch statstcally examnes the ntensty values of the local neghborhood of each pxel. he statstcal technque whch s most approprate n computng the threshold, depends largely on the mage tself. One way s to use the mean of the local ntensty dstrbuton n a fxed overlappng wndow together wth a constant value, C.. he hreshold value can be calculated from the dfference between the mean value and the constant value, C,.e. = mean-c []. hs s descrbed n the followng steps:. Convolve the wndow of the mage wth a sutable statstcal operator,.e. the mean or medan. Subtract the orgnal from the convolved mage 3. hreshold the dfference mage wth the value, C 4. Invert the thresholded mage. he sze of the wndow for use s very mportant. It must be large enough to cover a suffcent neghborhood, yet f chosen too large t can overloo mportant local varatons. Smlarly, the value of C could be subject to dscreton. 6. Nblac s Algorthm Nblac s algorthm [9] s based on the varyng threshold over the mage by usng local mean value, m and the standard devaton, s, of gray level n a small neghbourhood or wndow of each pxel. A threshold for each pxel can be calculated from (x,y) = m(x,y) + * s(x,y) (5) where (x,y) s the threshold value for pxel at (x,y), m(x,y) and s(x,y) are the mean and standard devaton of the 3438 Authorzed lcensed use lmted to: Murdoch Unversty. Downloaded on October 3, 9 at 5:9 from IEEE Xplore. Restrctons apply.

4 Proceedngs of the Eghth Internatonal Conference on Machne Learnng and Cybernetcs, aodng, -5 July 9 neghborhood of (x,y). s a negatve constant (-.) whch s defned by user. he value of [] s used to determne how much of the object boundary s taen as a part of the gven object. hs method can separate the object or text from the bacground effectvely n the areas near to the object. However, n ths approach, nose stll occurs n a varyng manner n the bacground. Furthermore, the sze of the wndow s mportant. It should be small enough to preserve local detal and large enough to suppress nose that the wndow should cover at least - characters. 7. Sauvola s Algorthm Sauvola and Petanen [] modfed the threshold value of Nblac s algorthm to elmnate bacground nose by addng a hypothess on the gray values of text and bacground pxels n the followng expresson gven n ther paper. s(x, y) (x, y) = m(x,y) + R (6) In ther experment, s a postve value set at.5 and R s the dynamc range of standard devaton. ased on 8-bt gray level mage, the value of 8 was used. It was clamed that the values helped to remove the effects of stans on the mage. Dfferent values of parameters have been used n ths study. 8. Proposed Method ased on the local adaptve thresholdng technques, a threshold value s assocated wth each pxel. However, n ths study, t was found that s the approaches have ntroduced more nose n the bacground and also lost some of the data or text. he soluton to reduce the nose and to sharpen the text s to calculate the mean value and standard devaton of all local thresholds, and then adjust threshold value n each pxel by the followng expresson: (x, y) f m() - (w *S()) < (x, y) < m() - (w *S()) (x, y) = (7) m() otherwse where w s weght whch s selected by the user. In ths case, w =.5 was used. It s also found that the approach also managed to recover some of the texts whch have lost n the prevous approaches. he next secton provdes results from three samples of manuscrpts on ancent palm leaves. hey are followed by a dscusson on the comparson. 9. Expermental Results In ths experment, 99 mages were used and they have been scanned from real palm leaf manuscrpts of more than years old. he resoluton of the nput mages s x dp n RG format. he nput mages were converted to gray-scale mages and then nose s reduced by Gaussans flterng technque. hs secton shows the results of bacground elmnaton by comparng the proposed technque wth those of Otsu, recursve Otsu, local adaptve mean-c, Nblac and Sauvola. In ths experment, the proposed technque s appled to Sauvola s algorthm to llustrate ts ablty to mprove the local adaptve thresholdng technques. he example results are shown as n Fgure -3.. Dscussons and Concluson In ths paper, we found that there s no sngle best bnarzaton technque sutng all mages. Some algorthms can wor better n some mages but not wth the others. As the data set s real data, one cannot control the nput mages and subsequently one cannot clam whch algorthm and what threshold value should be the best choce. However, Otsu s algorthm gves a good result n many cases but ths technque wll gve bad result as a blac mage after bnarzaton. It s found that Otsu s algorthm can be mproved by usng recursve Otsu s algorthm but t also elmnates part of the text. Mean-C gves good result as well but there are more pepper nose surrounded the character (or bacground). Nblac s algorthm s not good for ths case that there s more nose and darer mages. Sauvola s algorthm s better than Nblac algorthm and when the parameters are adjusted, Sauvola s algorthm also has a problem about nose and character. If character s sharp, nose wll be ncreased. If nose s reduced, character wll be lost n some parts. Fnally, t was found that the proposed method can mprove Sauvola s algorthm. hs technque can enhance the qualty of character and reduce the nose. Not only Sauvola s technque, the proposed method also mproves other local adaptve thresholdng technques wth a reducton n the nose and recovery of some of the characters.. Future Wor As no sngle method can be used for all mages, how to choose the best bnarzaton technque for the user s the ey ssue. At present, applcaton of Relevance Feedbac (RF) approach s beng nvestgated n order to determne whch 3439 Authorzed lcensed use lmted to: Murdoch Unversty. Downloaded on October 3, 9 at 5:9 from IEEE Xplore. Restrctons apply.

5 Proceedngs of the Eghth Internatonal Conference on Machne Learnng and Cybernetcs, aodng, -5 July 9 algorthm s more approprate by allowng the users to select the mages themselves. he machne wll then learn from the common features of the selected mages to determne whch algorthm wors better, and by clusterng mages whle algnng them wth the proposed algorthm. Next stage, algorthm or methodology for Lne, Word and Character Segmentaton wll be developed and RF wll also be appled to determne the best algorthm for the subsequent tass. a. Orgnal mage a. Orgnal mage b. Flterng mage b. Flterng mage c. Otsu s algorthm wth hr = 6 c. Otsu s algorthm wth hr = 77 d. Recursve Otsu s algorthm wth hr = 95 d. Recursve Otsu s algorthm wth hr = 9 e. Local Adaptve Mean-C e. Local Adaptve Mean-C f. Nblac s algorthm f. Nblac s algorthm g. Sauvola s algorthm g. Sauvola s algorthm h. he proposed technque wth Sauvola Fgure. A comparson of bacground elmnaton technques (Example ) h. he proposed technque wth Sauvola Fgure. A comparson of bacground elmnaton technques (Example ) 344 Authorzed lcensed use lmted to: Murdoch Unversty. Downloaded on October 3, 9 at 5:9 from IEEE Xplore. Restrctons apply.

6 Proceedngs of the Eghth Internatonal Conference on Machne Learnng and Cybernetcs, aodng, -5 July 9 support and provdng mages from the ancent manuscrpts. References a. Orgnal mage b. Flterng mage c. Otsu s algorthm wth hr = 46 d. Recursve Otsu s algorthm wth hr = 46 e. Local Adaptve Mean-C f. Nblac s algorthm g. Sauvola s algorthm h. he proposed technque wth Sauvola Fgure 3. A comparson of bacground elmnaton technques (Example 3) Acnowledgements We than the Preservaton of Palm Leaf Manuscrpts Project, Mahasaraham Unversty, haland for ther [] O. Surnta and R. Chamchong, "Image Segmentaton of Hstorcal Handwrtng from Palm Leaf Manuscrpts," n 5th IFIP Internatonal Conference on Intellgent Informaton Processng, ejng, Chna, 8, p. 8. [] Z. Sh, S. Setlur, and V. Govndaraju, "Dgtal Enhancement of Palm Leaf Manuscrpt Images usng Normalzaton echnques," n 5th Internatonal Conference On Knowledge ased Computer Systems, Hyderabad, Inda, 4. [3] "Palm Leaf Manuscrpt Preservaton Project, Mahasaraham Unversty," haland. [4] Z. Hussan, Dgtal Image Processng : Practcal Applcatons of Parallel Processng echnques: Ells Horrwood, 99. [5] E. R. Daves, Machne Vsson, heory, Algorthms, Practcaltes, nd ed.: Acadamc Press, 997. [6] O. D. rer and A. K. Jan, "Goal-Drected Evaluaton of narzaton Methods," IEEE rans. on Pattern Analyss and Machne Intellgence, vol. 7, pp. 9-, December [7] N. Otsu, "A hreshold Selecton Method from Gray-level Hstogram," IEEE rans. Systems Man Cybernet, vol. 9, pp. 6-66, 979. [8] M. Cheret, J. N. Sad, and C. Y. Suen, "A Recursve hresholdng echnque for Image Segmentaton," IEEE rans On Image Processng, vol. 7, pp. 98-9, 998. [9] W. Nblac, An Introducton to Dgtal Image Processng: Prentce Hall, 986. [] J. Sauvola and M. Petanen, "Adaptve Document Image narzaton," Pattern Recognton, vol. 33, pp. 5-36,. [] R. Fsher, S. Perns, A. Waler, and E. Wolfart, "Adaptve hresholdng", HIPR, 4. [Onlne]. Avalable at /adpthrsh.htm. [Accessed: Jan., 9]. []. Gatos, I. Pratas, and S. J. Perantons, "Adaptve Degraded Document Image narzaton," Pattern Recognton, vol. 39, pp , Authorzed lcensed use lmted to: Murdoch Unversty. Downloaded on October 3, 9 at 5:9 from IEEE Xplore. Restrctons apply.

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

An Improved Image Segmentation Algorithm Based on the Otsu Method

An Improved Image Segmentation Algorithm Based on the Otsu Method 3th ACIS Internatonal Conference on Software Engneerng, Artfcal Intellgence, Networkng arallel/dstrbuted Computng An Improved Image Segmentaton Algorthm Based on the Otsu Method Mengxng Huang, enjao Yu,

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

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

Determining the Optimal Bandwidth Based on Multi-criterion Fusion

Determining the Optimal Bandwidth Based on Multi-criterion Fusion Proceedngs of 01 4th Internatonal Conference on Machne Learnng and Computng IPCSIT vol. 5 (01) (01) IACSIT Press, Sngapore Determnng the Optmal Bandwdth Based on Mult-crteron Fuson Ha-L Lang 1+, Xan-Mn

More information

Tsinghua University at TAC 2009: Summarizing Multi-documents by Information Distance

Tsinghua University at TAC 2009: Summarizing Multi-documents by Information Distance Tsnghua Unversty at TAC 2009: Summarzng Mult-documents by Informaton Dstance Chong Long, Mnle Huang, Xaoyan Zhu State Key Laboratory of Intellgent Technology and Systems, Tsnghua Natonal Laboratory for

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

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

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

ANALYSIS OF ADAPTIF LOCAL REGION IMPLEMENTATION ON LOCAL THRESHOLDING METHOD

ANALYSIS OF ADAPTIF LOCAL REGION IMPLEMENTATION ON LOCAL THRESHOLDING METHOD Nusantara Journal of Computers and ts Applcatons ANALYSIS F ADAPTIF LCAL REGIN IMPLEMENTATIN N LCAL THRESHLDING METHD I Gust Agung Socrates Ad Guna 1), Hendra Maulana 2), Agus Zanal Arfn 3) and Dn Adn

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

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

ESTIMATION OF PROPER PARAMETER VALUES FOR DOCUMENT BINARIZATION

ESTIMATION OF PROPER PARAMETER VALUES FOR DOCUMENT BINARIZATION ESTIMATIO OF PROPER PARAMETER VALUES FOR OCUMET BIARIZATIO E. Badekas and. Papamarkos Image Processng and Multmeda Laboratory epartment of Electrcal & Computer Engneerng emocrtus Unversty of Thrace, 67

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

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

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

Term Weighting Classification System Using the Chi-square Statistic for the Classification Subtask at NTCIR-6 Patent Retrieval Task

Term Weighting Classification System Using the Chi-square Statistic for the Classification Subtask at NTCIR-6 Patent Retrieval Task Proceedngs of NTCIR-6 Workshop Meetng, May 15-18, 2007, Tokyo, Japan Term Weghtng Classfcaton System Usng the Ch-square Statstc for the Classfcaton Subtask at NTCIR-6 Patent Retreval Task Kotaro Hashmoto

More information

PCA Based Gait Segmentation

PCA Based Gait Segmentation Honggu L, Cupng Sh & Xngguo L PCA Based Gat Segmentaton PCA Based Gat Segmentaton Honggu L, Cupng Sh, and Xngguo L 2 Electronc Department, Physcs College, Yangzhou Unversty, 225002 Yangzhou, Chna 2 Department

More information

A Novel Adaptive Descriptor Algorithm for Ternary Pattern Textures

A Novel Adaptive Descriptor Algorithm for Ternary Pattern Textures A Novel Adaptve Descrptor Algorthm for Ternary Pattern Textures Fahuan Hu 1,2, Guopng Lu 1 *, Zengwen Dong 1 1.School of Mechancal & Electrcal Engneerng, Nanchang Unversty, Nanchang, 330031, Chna; 2. School

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

Maximum Variance Combined with Adaptive Genetic Algorithm for Infrared Image Segmentation

Maximum Variance Combined with Adaptive Genetic Algorithm for Infrared Image Segmentation Internatonal Conference on Logstcs Engneerng, Management and Computer Scence (LEMCS 5) Maxmum Varance Combned wth Adaptve Genetc Algorthm for Infrared Image Segmentaton Huxuan Fu College of Automaton Harbn

More information

Research and Application of Fingerprint Recognition Based on MATLAB

Research and Application of Fingerprint Recognition Based on MATLAB Send Orders for Reprnts to reprnts@benthamscence.ae The Open Automaton and Control Systems Journal, 205, 7, 07-07 Open Access Research and Applcaton of Fngerprnt Recognton Based on MATLAB Nng Lu* Department

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

EDGE DETECTION USING MULTISPECTRAL THRESHOLDING

EDGE DETECTION USING MULTISPECTRAL THRESHOLDING ISSN: 0976-90 (ONLINE) DOI: 0.97/jvp.06.084 ICTACT JOURNAL ON IMAGE AND VIDEO PROCESSING, MAY 06, VOLUME: 06, ISSUE: 04 EDGE DETECTION USING MULTISPECTRAL THRESHOLDING K.P. Svagam, S.K. Jayanth, S. Aranganayag

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

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

An Image Fusion Approach Based on Segmentation Region

An Image Fusion Approach Based on Segmentation Region Rong Wang, L-Qun Gao, Shu Yang, Yu-Hua Cha, and Yan-Chun Lu An Image Fuson Approach Based On Segmentaton Regon An Image Fuson Approach Based on Segmentaton Regon Rong Wang, L-Qun Gao, Shu Yang 3, Yu-Hua

More information

Load Balancing for Hex-Cell Interconnection Network

Load Balancing for Hex-Cell Interconnection Network Int. J. Communcatons, Network and System Scences,,, - Publshed Onlne Aprl n ScRes. http://www.scrp.org/journal/jcns http://dx.do.org/./jcns.. Load Balancng for Hex-Cell Interconnecton Network Saher Manaseer,

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

A Gradient Difference based Technique for Video Text Detection

A Gradient Difference based Technique for Video Text Detection A Gradent Dfference based Technque for Vdeo Text Detecton Palaahnakote Shvakumara, Trung Quy Phan and Chew Lm Tan School of Computng, Natonal Unversty of Sngapore {shva, phanquyt, tancl }@comp.nus.edu.sg

More information

A Gradient Difference based Technique for Video Text Detection

A Gradient Difference based Technique for Video Text Detection 2009 10th Internatonal Conference on Document Analyss and Recognton A Gradent Dfference based Technque for Vdeo Text Detecton Palaahnakote Shvakumara, Trung Quy Phan and Chew Lm Tan School of Computng,

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

PRÉSENTATIONS DE PROJETS

PRÉSENTATIONS DE PROJETS PRÉSENTATIONS DE PROJETS Rex Onlne (V. Atanasu) What s Rex? Rex s an onlne browser for collectons of wrtten documents [1]. Asde ths core functon t has however many other applcatons that make t nterestng

More information

Design of Structure Optimization with APDL

Design of Structure Optimization with APDL Desgn of Structure Optmzaton wth APDL Yanyun School of Cvl Engneerng and Archtecture, East Chna Jaotong Unversty Nanchang 330013 Chna Abstract In ths paper, the desgn process of structure optmzaton wth

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

EYE CENTER LOCALIZATION ON A FACIAL IMAGE BASED ON MULTI-BLOCK LOCAL BINARY PATTERNS

EYE CENTER LOCALIZATION ON A FACIAL IMAGE BASED ON MULTI-BLOCK LOCAL BINARY PATTERNS P.G. Demdov Yaroslavl State Unversty Anatoly Ntn, Vladmr Khryashchev, Olga Stepanova, Igor Kostern EYE CENTER LOCALIZATION ON A FACIAL IMAGE BASED ON MULTI-BLOCK LOCAL BINARY PATTERNS Yaroslavl, 2015 Eye

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

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

Outline. Self-Organizing Maps (SOM) US Hebbian Learning, Cntd. The learning rule is Hebbian like:

Outline. Self-Organizing Maps (SOM) US Hebbian Learning, Cntd. The learning rule is Hebbian like: Self-Organzng Maps (SOM) Turgay İBRİKÇİ, PhD. Outlne Introducton Structures of SOM SOM Archtecture Neghborhoods SOM Algorthm Examples Summary 1 2 Unsupervsed Hebban Learnng US Hebban Learnng, Cntd 3 A

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

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

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

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

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

Fuzzy Logic Based RS Image Classification Using Maximum Likelihood and Mahalanobis Distance Classifiers

Fuzzy Logic Based RS Image Classification Using Maximum Likelihood and Mahalanobis Distance Classifiers Research Artcle Internatonal Journal of Current Engneerng and Technology ISSN 77-46 3 INPRESSCO. All Rghts Reserved. Avalable at http://npressco.com/category/jcet Fuzzy Logc Based RS Image Usng Maxmum

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

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

Novel Fuzzy logic Based Edge Detection Technique

Novel Fuzzy logic Based Edge Detection Technique Novel Fuzzy logc Based Edge Detecton Technque Aborsade, D.O Department of Electroncs Engneerng, adoke Akntola Unversty of Tech., Ogbomoso. Oyo-state. doaborsade@yahoo.com Abstract Ths paper s based on

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

D.Manjula Dept. of Computer Science and Engineering College of Engineering, Anna University Chennai, India

D.Manjula Dept. of Computer Science and Engineering College of Engineering, Anna University Chennai, India Chtraala Gopalan et al. / (IJCSE) Internatonal Journal on Computer Scence and Engneerng Sldng wndow approach based Text Bnarsaton from Complex Textual mages Chtraala Gopalan (Correspondng Author) Dept.

More information

APPROACHES TO IMAGE PROCESSING USING THE TOOLS OF FUZZY SETS. Technologies at the Tashkent University of Information Technologies

APPROACHES TO IMAGE PROCESSING USING THE TOOLS OF FUZZY SETS. Technologies at the Tashkent University of Information Technologies Internatonal Journal of Computer Scence Engneerng and Informaton Technology Research (IJCSEITR) ISSN (P): 2249-683; ISSN (E): 2249-7943 Vol. 8, Issue, Feb 208, -2 TJPRC Pvt. Ltd. APPROACHES TO IMAGE PROCESSING

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

Assignment # 2. Farrukh Jabeen Algorithms 510 Assignment #2 Due Date: June 15, 2009.

Assignment # 2. Farrukh Jabeen Algorithms 510 Assignment #2 Due Date: June 15, 2009. Farrukh Jabeen Algorthms 51 Assgnment #2 Due Date: June 15, 29. Assgnment # 2 Chapter 3 Dscrete Fourer Transforms Implement the FFT for the DFT. Descrbed n sectons 3.1 and 3.2. Delverables: 1. Concse descrpton

More information

Available online at Available online at Advanced in Control Engineering and Information Science

Available online at   Available online at   Advanced in Control Engineering and Information Science Avalable onlne at wwwscencedrectcom Avalable onlne at wwwscencedrectcom Proceda Proceda Engneerng Engneerng 00 (2011) 15000 000 (2011) 1642 1646 Proceda Engneerng wwwelsevercom/locate/proceda Advanced

More information

An Entropy-Based Approach to Integrated Information Needs Assessment

An Entropy-Based Approach to Integrated Information Needs Assessment Dstrbuton Statement A: Approved for publc release; dstrbuton s unlmted. An Entropy-Based Approach to ntegrated nformaton Needs Assessment June 8, 2004 Wllam J. Farrell Lockheed Martn Advanced Technology

More information

Lecture notes: Histogram, convolution, smoothing

Lecture notes: Histogram, convolution, smoothing Lecture notes: Hstogram, convoluton, smoothng Hstogram. A plot o the ntensty dstrbuton n an mage. requency (# occurrences) ntensty The ollowng shows an example mage and ts hstogram: I we denote a greyscale

More information

Load-Balanced Anycast Routing

Load-Balanced Anycast Routing Load-Balanced Anycast Routng Chng-Yu Ln, Jung-Hua Lo, and Sy-Yen Kuo Department of Electrcal Engneerng atonal Tawan Unversty, Tape, Tawan sykuo@cc.ee.ntu.edu.tw Abstract For fault-tolerance and load-balance

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

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

Query Clustering Using a Hybrid Query Similarity Measure

Query Clustering Using a Hybrid Query Similarity Measure Query clusterng usng a hybrd query smlarty measure Fu. L., Goh, D.H., & Foo, S. (2004). WSEAS Transacton on Computers, 3(3), 700-705. Query Clusterng Usng a Hybrd Query Smlarty Measure Ln Fu, Don Hoe-Lan

More information

Complex Numbers. Now we also saw that if a and b were both positive then ab = a b. For a second let s forget that restriction and do the following.

Complex Numbers. Now we also saw that if a and b were both positive then ab = a b. For a second let s forget that restriction and do the following. Complex Numbers The last topc n ths secton s not really related to most of what we ve done n ths chapter, although t s somewhat related to the radcals secton as we wll see. We also won t need the materal

More information

A Computer Vision System for Automated Container Code Recognition

A Computer Vision System for Automated Container Code Recognition A Computer Vson System for Automated Contaner Code Recognton Hsn-Chen Chen, Chh-Ka Chen, Fu-Yu Hsu, Yu-San Ln, Yu-Te Wu, Yung-Nen Sun * Abstract Contaner code examnaton s an essental step n the contaner

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

The Research of Support Vector Machine in Agricultural Data Classification

The Research of Support Vector Machine in Agricultural Data Classification The Research of Support Vector Machne n Agrcultural Data Classfcaton Le Sh, Qguo Duan, Xnmng Ma, Me Weng College of Informaton and Management Scence, HeNan Agrcultural Unversty, Zhengzhou 45000 Chna Zhengzhou

More information

An Optimal Algorithm for Prufer Codes *

An Optimal Algorithm for Prufer Codes * J. Software Engneerng & Applcatons, 2009, 2: 111-115 do:10.4236/jsea.2009.22016 Publshed Onlne July 2009 (www.scrp.org/journal/jsea) An Optmal Algorthm for Prufer Codes * Xaodong Wang 1, 2, Le Wang 3,

More information

A Shadow Detection Method for Remote Sensing Images Using Affinity Propagation Algorithm

A Shadow Detection Method for Remote Sensing Images Using Affinity Propagation Algorithm Proceedngs of the 009 IEEE Internatonal Conference on Systems, Man, and Cybernetcs San Antono, TX, USA - October 009 A Shadow Detecton Method for Remote Sensng Images Usng Affnty Propagaton Algorthm Huayng

More information

Using Fuzzy Logic to Enhance the Large Size Remote Sensing Images

Using Fuzzy Logic to Enhance the Large Size Remote Sensing Images Internatonal Journal of Informaton and Electroncs Engneerng Vol. 5 No. 6 November 015 Usng Fuzzy Logc to Enhance the Large Sze Remote Sensng Images Trung Nguyen Tu Huy Ngo Hoang and Thoa Vu Van Abstract

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

Optimum Threshold Parameter Estimation of Wavelet Coefficients Using Fisher Discriminant Analysis for Speckle Noise Reduction

Optimum Threshold Parameter Estimation of Wavelet Coefficients Using Fisher Discriminant Analysis for Speckle Noise Reduction he Internatonal Arab Journal of Informaton echnology, Vol., No. 6, November 4 573 Optmum hreshold Parameter Estmaton of Wavelet Coeffcents Usng Fsher Dscrmnant Analyss for Speckle Nose Reducton Mohammad

More information

CMPS 10 Introduction to Computer Science Lecture Notes

CMPS 10 Introduction to Computer Science Lecture Notes CPS 0 Introducton to Computer Scence Lecture Notes Chapter : Algorthm Desgn How should we present algorthms? Natural languages lke Englsh, Spansh, or French whch are rch n nterpretaton and meanng are not

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

A fast algorithm for color image segmentation

A fast algorithm for color image segmentation Unersty of Wollongong Research Onlne Faculty of Informatcs - Papers (Arche) Faculty of Engneerng and Informaton Scences 006 A fast algorthm for color mage segmentaton L. Dong Unersty of Wollongong, lju@uow.edu.au

More information

Simulation: Solving Dynamic Models ABE 5646 Week 11 Chapter 2, Spring 2010

Simulation: Solving Dynamic Models ABE 5646 Week 11 Chapter 2, Spring 2010 Smulaton: Solvng Dynamc Models ABE 5646 Week Chapter 2, Sprng 200 Week Descrpton Readng Materal Mar 5- Mar 9 Evaluatng [Crop] Models Comparng a model wth data - Graphcal, errors - Measures of agreement

More information

Optimizing Document Scoring for Query Retrieval

Optimizing Document Scoring for Query Retrieval Optmzng Document Scorng for Query Retreval Brent Ellwen baellwe@cs.stanford.edu Abstract The goal of ths project was to automate the process of tunng a document query engne. Specfcally, I used machne learnng

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

A New Feature of Uniformity of Image Texture Directions Coinciding with the Human Eyes Perception 1

A New Feature of Uniformity of Image Texture Directions Coinciding with the Human Eyes Perception 1 A New Feature of Unformty of Image Texture Drectons Concdng wth the Human Eyes Percepton Xng-Jan He, De-Shuang Huang, Yue Zhang, Tat-Mng Lo 2, and Mchael R. Lyu 3 Intellgent Computng Lab, Insttute of Intellgent

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

Course Introduction. Algorithm 8/31/2017. COSC 320 Advanced Data Structures and Algorithms. COSC 320 Advanced Data Structures and Algorithms

Course Introduction. Algorithm 8/31/2017. COSC 320 Advanced Data Structures and Algorithms. COSC 320 Advanced Data Structures and Algorithms Course Introducton Course Topcs Exams, abs, Proects A quc loo at a few algorthms 1 Advanced Data Structures and Algorthms Descrpton: We are gong to dscuss algorthm complexty analyss, algorthm desgn technques

More information

Simulation Based Analysis of FAST TCP using OMNET++

Simulation Based Analysis of FAST TCP using OMNET++ Smulaton Based Analyss of FAST TCP usng OMNET++ Umar ul Hassan 04030038@lums.edu.pk Md Term Report CS678 Topcs n Internet Research Sprng, 2006 Introducton Internet traffc s doublng roughly every 3 months

More information

An Empirical Comparative Study of Online Handwriting Chinese Character Recognition:Simplified v.s.traditional

An Empirical Comparative Study of Online Handwriting Chinese Character Recognition:Simplified v.s.traditional 2013 12th Internatonal Conference on Document Analyss and Recognton An Emprcal Comparatve Study of Onlne Handwrtng Chnese Recognton:Smplfed v.s.tradtonal Yan Gao, Lanwen Jn +, Wexn Yang School of Electronc

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

A Statistical Model Selection Strategy Applied to Neural Networks

A Statistical Model Selection Strategy Applied to Neural Networks A Statstcal Model Selecton Strategy Appled to Neural Networks Joaquín Pzarro Elsa Guerrero Pedro L. Galndo joaqun.pzarro@uca.es elsa.guerrero@uca.es pedro.galndo@uca.es Dpto Lenguajes y Sstemas Informátcos

More information

Enhanced Watermarking Technique for Color Images using Visual Cryptography

Enhanced Watermarking Technique for Color Images using Visual Cryptography Informaton Assurance and Securty Letters 1 (2010) 024-028 Enhanced Watermarkng Technque for Color Images usng Vsual Cryptography Enas F. Al rawashdeh 1, Rawan I.Zaghloul 2 1 Balqa Appled Unversty, MIS

More information

Fuzzy C-Means Initialized by Fixed Threshold Clustering for Improving Image Retrieval

Fuzzy C-Means Initialized by Fixed Threshold Clustering for Improving Image Retrieval Fuzzy -Means Intalzed by Fxed Threshold lusterng for Improvng Image Retreval NAWARA HANSIRI, SIRIPORN SUPRATID,HOM KIMPAN 3 Faculty of Informaton Technology Rangst Unversty Muang-Ake, Paholyotn Road, Patumtan,

More information

A NEW FUZZY C-MEANS BASED SEGMENTATION STRATEGY. APPLICATIONS TO LIP REGION IDENTIFICATION

A NEW FUZZY C-MEANS BASED SEGMENTATION STRATEGY. APPLICATIONS TO LIP REGION IDENTIFICATION A NEW FUZZY C-MEANS BASED SEGMENTATION STRATEGY. APPLICATIONS TO LIP REGION IDENTIFICATION Mhaela Gordan *, Constantne Kotropoulos **, Apostolos Georgaks **, Ioanns Ptas ** * Bass of Electroncs Department,

More information

MULTISPECTRAL REMOTE SENSING IMAGE CLASSIFICATION WITH MULTIPLE FEATURES

MULTISPECTRAL REMOTE SENSING IMAGE CLASSIFICATION WITH MULTIPLE FEATURES MULISPECRAL REMOE SESIG IMAGE CLASSIFICAIO WIH MULIPLE FEAURES QIA YI, PIG GUO, Image Processng and Pattern Recognton Laboratory, Bejng ormal Unversty, Bejng 00875, Chna School of Computer Scence and echnology,

More information

Object-Based Techniques for Image Retrieval

Object-Based Techniques for Image Retrieval 54 Zhang, Gao, & Luo Chapter VII Object-Based Technques for Image Retreval Y. J. Zhang, Tsnghua Unversty, Chna Y. Y. Gao, Tsnghua Unversty, Chna Y. Luo, Tsnghua Unversty, Chna ABSTRACT To overcome the

More information

Enhancement of Infrequent Purchased Product Recommendation Using Data Mining Techniques

Enhancement of Infrequent Purchased Product Recommendation Using Data Mining Techniques Enhancement of Infrequent Purchased Product Recommendaton Usng Data Mnng Technques Noraswalza Abdullah, Yue Xu, Shlomo Geva, and Mark Loo Dscplne of Computer Scence Faculty of Scence and Technology Queensland

More information

Shape-adaptive DCT and Its Application in Region-based Image Coding

Shape-adaptive DCT and Its Application in Region-based Image Coding Internatonal Journal of Sgnal Processng, Image Processng and Pattern Recognton, pp.99-108 http://dx.do.org/10.14257/sp.2014.7.1.10 Shape-adaptve DCT and Its Applcaton n Regon-based Image Codng Yamn Zheng,

More information

SURFACE PROFILE EVALUATION BY FRACTAL DIMENSION AND STATISTIC TOOLS USING MATLAB

SURFACE PROFILE EVALUATION BY FRACTAL DIMENSION AND STATISTIC TOOLS USING MATLAB SURFACE PROFILE EVALUATION BY FRACTAL DIMENSION AND STATISTIC TOOLS USING MATLAB V. Hotař, A. Hotař Techncal Unversty of Lberec, Department of Glass Producng Machnes and Robotcs, Department of Materal

More information

Helsinki University Of Technology, Systems Analysis Laboratory Mat Independent research projects in applied mathematics (3 cr)

Helsinki University Of Technology, Systems Analysis Laboratory Mat Independent research projects in applied mathematics (3 cr) Helsnk Unversty Of Technology, Systems Analyss Laboratory Mat-2.08 Independent research projects n appled mathematcs (3 cr) "! #$&% Antt Laukkanen 506 R ajlaukka@cc.hut.f 2 Introducton...3 2 Multattrbute

More information

Classification of Face Images Based on Gender using Dimensionality Reduction Techniques and SVM

Classification of Face Images Based on Gender using Dimensionality Reduction Techniques and SVM Classfcaton of Face Images Based on Gender usng Dmensonalty Reducton Technques and SVM Fahm Mannan 260 266 294 School of Computer Scence McGll Unversty Abstract Ths report presents gender classfcaton based

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

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

Information Hiding Watermarking Detection Technique by PSNR and RGB Intensity

Information Hiding Watermarking Detection Technique by PSNR and RGB Intensity www..org 3 Informaton Hdng Watermarkng Detecton Technque by PSNR and RGB Intensty 1 Neha Chauhan, Akhlesh A. Waoo, 3 P. S. Patheja 1 Research Scholar, BIST, Bhopal, Inda.,3 Assstant Professor, BIST, Bhopal,

More information

Margin-Constrained Multiple Kernel Learning Based Multi-Modal Fusion for Affect Recognition

Margin-Constrained Multiple Kernel Learning Based Multi-Modal Fusion for Affect Recognition Margn-Constraned Multple Kernel Learnng Based Mult-Modal Fuson for Affect Recognton Shzh Chen and Yngl Tan Electrcal Engneerng epartment The Cty College of New Yor New Yor, NY USA {schen, ytan}@ccny.cuny.edu

More information

FAHP and Modified GRA Based Network Selection in Heterogeneous Wireless Networks

FAHP and Modified GRA Based Network Selection in Heterogeneous Wireless Networks 2017 2nd Internatonal Semnar on Appled Physcs, Optoelectroncs and Photoncs (APOP 2017) ISBN: 978-1-60595-522-3 FAHP and Modfed GRA Based Network Selecton n Heterogeneous Wreless Networks Xaohan DU, Zhqng

More information

Incremental Learning with Support Vector Machines and Fuzzy Set Theory

Incremental Learning with Support Vector Machines and Fuzzy Set Theory The 25th Workshop on Combnatoral Mathematcs and Computaton Theory Incremental Learnng wth Support Vector Machnes and Fuzzy Set Theory Yu-Mng Chuang 1 and Cha-Hwa Ln 2* 1 Department of Computer Scence and

More information

Title: A Novel Protocol for Accuracy Assessment in Classification of Very High Resolution Images

Title: A Novel Protocol for Accuracy Assessment in Classification of Very High Resolution Images 2009 IEEE. Personal use of ths materal s permtted. Permsson from IEEE must be obtaned for all other uses, n any current or future meda, ncludng reprntng/republshng ths materal for advertsng or promotonal

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