A Fast Image Restoration Method Based on an Improved Criminisi Algorithm

Size: px
Start display at page:

Download "A Fast Image Restoration Method Based on an Improved Criminisi Algorithm"

Transcription

1 A Fast Image Restoration Method Based on an Imroved Algorithm Yue Chi1, Ning He2*, Qi Zhang1 Beijing Key Laboratory of Information Services Engineering, Beijing Union University, Beijing , China. 2 College of Information Technology, Beijing Union University, Beijing , China. 1 * Corresonding author. Tel.: ; xxthening@buu.edu.cn Manuscrit submitted Aril 18, 2016; acceted July 29, doi: /jc Abstract: rooses an imroved image restoration algorithm that roduces better reairs and reduces the comutational time. First, we imroved the riority calculation and included a ste that transforms the original confidence term into an index to achieve a more recise reair. Second, in large damaged areas of an image, we use a local searching method to find the otimal matching block to seed u the reair rocess. Our exerimental results show that the imroved method significantly increased the seed of the method, effectively retained image structures, and roduced better visual effects. Key words: Texture synthesis, image restoration, riority, local matching. 1. Introduction Image restoration refers to reconstructing damaged images or removing excess. Bertalmio [1] first roosed that image restoration can be reduced to a mathematical exression, which can then be automatically solved using a comuter. Image restoration has become a major research area in comuter grahics and comuter vision. It has significant alications such as reairing cultural relics, film and television ost-roduction secial effects, virtual reality, and removing unwanted objects. There are currently two tyes of classic image reair techniques. The first uses structural rehabilitation methods such as the BSCB model (M. Bertalmio-G. Sairo-V. Caselles-C. Ballester, BSCB) [2], model (Total Variation, ) [3], and the CDD model (Curvature Driven Diffusion, CDD) [4]. models reair textural synthesis, and include the model. Structural rehabilitation methods require large numbers of calculations, are time consuming, and result in more obvious blurring when considering large areas. Thus, they are more suitable for roblems such as small scratches and stains [5]-[8]. Textural synthesis reair methods use ixel block unit feature extraction methods within a known area and select the best matching block. The synthesis is alied to the damaged area and is more suitable for large areas [9]. In 2003, et al. [10] roosed an image restoration method based on texture. The largest restoration riority is given to a ixel block with a defect in the border of the source area. This method searches for a block that is most similar to the current ixel block, and then uses it to relace the current ixel block and comlete the reair of the damaged area. This algorithm is based on block texture units but not ixel units, so the reair is more time consuming. The algorithm can satisfactorily reair large damaged areas, but the riority calculation and deficiencies in the matching block selection rocess can have a negative imact on the reair. 591

2 Many researchers have attemted to solve these disadvantages of the algorithm. Bing et al. [11] increased the border riorities to imrove the method, and selected different arameters for different tyes of images. These changes did imrove the reair to some extent, but increased blurring. Wang et al. [12] roosed a robust exemlar-based image reair method. Their model used a regularisation factor to adjust the reair block riority function. They considered the SSD (sum of squared differences) of the modified values and the NCC (normalised cross correlation) to search for the best matching block. This method roduced better reairs, but involves comlicated calculations and is time consuming. Wong et al. [13] roosed determining the matching blocks based on the varied degree of similarity between the block and the block to be reaired. This algorithm can achieve an excellent reair, but it is time consuming and is too deendent on the similarity of the reair block and samle blocks. In the same year, Lei et al. [14] roosed a fast image restoration algorithm based on an adative temlate and the algorithm. It first considers the reair oint gradients with resect to neighbouring ixels to effectively estimate the oint to be reaired. When considering the direction of the illumination line, the illumination characteristics along the line to be reaired adatively determine the size of the temlate. The algorithm erforms well with resect to edge details and smooth regions. For large areas, the reair will always be a discontinuity. Zhou et al. [15] analysed the information structure that must be reaired with resect to the intensity of the image block. Their imroved algorithm can erfectly reair structural edges. These studies were all based on the algorithm and focused on reairing textural information. In this aer, we roose an imroved riority calculation algorithm, which recisely restores the confidence and image data using a joint decision image sequence. This method is quicker than existing techniques, because it uses a local search method to find the otimal matching block. Our exerimental results show that the imroved method significantly reduced the comutational time and effectively reaired the structure of the image. 2. Algorithm The algorithm for texture synthesis is a classical algorithm for reairing large areas. It combines the advantages of texture synthesis and image reair techniques. The basic rincile of the algorithm is shown in Fig. 1. I is an image containing a damaged area that we wish to reair, is the damaged area, is the border region, is a known source area of the image, P is a unit ixel boundary, is considered the centre of P, the target block. I is the tangential direction of the illumination line and n is the damaged boundary tangent vector method. Fig. 1. Basic schematic of the algorithm. The algorithm is described as follows. We first calculate the riority of the block. The riority deends on the combination of two values, the confidence C ( ) and the data D( ). C ( ) corresonds to the centre ixel ( ) of the atch block ( ), which is roortional to the original image. A larger C ( ) corresonds to a greater riority, which reflects that a region containing more of the original 592

3 information should be given riority. D( ) reresents the normal n, which belongs to the boundary ( ) of oint and the intact area of the roduct of the edge gradient vector, I. A larger value of D( ) corresonds to a higher riority, which reflects that the boundary of the original atch has a significant relationshi with the structural strength, and should be given riority. The riority formula of the algorithm is P( ) C ( ) D( ), where C ( ) is the confidence term defined as C ( ) q ( I ) C (q) (1) and D( ) is the data term defined as D( ) I n. (2) Here, is the area of the temlate of, that is, the total number of ixel temlate oints. C (q) is the confidence value for ixel oint q, which must satisfy the initial conditions 1 q C (q) 0 q I is the normalised factor;. (3) =255 3 for a 24-bit RGB image. Second, we search for the best matching block and use it for the reair. The algorithm is a global search method. It searches in undamaged areas for similar blocks to use to reair the damage. To reair samle, we use q and the sum of squares difference d c (, q ) to find the colour of the samle with the minimum sum of squares difference, which we use as the best matching module,. The reair ixels in are filled with the corresonding q ixels in. This simultaneously reairs the textural information and structural characteristics. The q minimum sum of squares difference (SSD) is arg min d c (, q ), q q (4) and we calculate the colour sum of square differences using dc (, q ) [( I R I R ) 2 ( I G I G )2 ( I B I B )2 ]. (5) Here, I and I corresond to ixel oints in and q, resectively. Third, we udate the confidence value. Each reair block is at the edge of the area to be reaired, and the edges of the reair area constantly change after a texture block is reaired. When the highest riority target block is reaired, its confidence is udated using C ( ) C ( ),. We reeat these three stes until the reair is comlete. The algorithm erforms well but it is time consuming, and the riority calculation and matching 593

4 block selection are not otimal. The algorithm is based on the texture units of blocks rather than ixel units, so it takes longer to reair large damaged areas. The riority calculation used to select areas and method of finding matching blocks affect the texture of the damaged areas, which affects the accuracy. Imroved riority formulas can reduce the reair time. We roose using a local range search for the best matching block to significantly imrove the comutational seed. 3. Imroved Algorithm 3.1. Priority Calculation The key idea of the roosed algorithm is to consider restorative effects of the structure and the texture in terms of the order of the reair blocks. The riority order must deend on two factors: the temlate window, i.e. the confidence C ( ), and structural features around the area to be reaired, i.e., the data items D( ). The algorithm s riority formula is P( ) C ( ) D( ). During the image restoration rocess, the confidence gradually reduces to zero, leading to incorrect filling orders. We roose using the riority P( ) C ( ) D( ), where 1. According to (1), a larger undamaged roortion of the block to be reaired corresonds to a larger confidence. According to (2), if the filling oint is nearer the edge, I is larger and the angle between I and n is smaller. Then, D( ) is larger and the area will be reaired sooner. The light intensity of ortions of the image s linear structure determines the size of data items. Edges of the image are reaired first to retain the structure and reduce diffusion. Therefore, D( ) has more of an influence on the riority. The image edges and gradients reflect the image texture features. Pixels with large gradients reresent a rich textured image. To increase the gradient transform (that is, increase the influence of D( ) by weakening C ( ) ), we set C ( ) q ( I ) C (q) 1. Then, C ( ) C ( ), the confidence decreases, and the imortance of the data items increases. This imroves the textural details, and increases the accuracy of the reair. In our exerimental results, when gradually increased from 2 the reair was more effective, the otimal results where for 3, and the result was inaccurate when = Local Area Search for the Otimal Matching Block The original algorithm searches the entire image to find the most similar block. But many similar blocks are in the vicinity of the target area, so a global search reduces the efficiency of the algorithm. To reduce the search sace and achieve satisfactory reairs, we use a local area search. Fig. 2. Local search for matching block. Fig. 2 shows an image containing a damaged area. is the damaged area, is the border region, 594

5 is a known source area, P is a unit ixel boundary, and is the centre of P (the target block). I is the tangential direction of the illumination line, and n is the damaged boundary tangent vector. In the algorithm, we set the block size of the atch (red box) to a 9 9 ixel block, and search through all the matching blocks in the entire undamaged area. This is time consuming, and reduces the reair efficiency. However, the most similar blocks are tyically located in the general vicinity of the block to be reaired. We determine the ixel with the highest riority, and then extend down 13 ixels (i.e., in a local ixel block). With this in mind, the roosed method uses a local search block matching method to solve the original algorithm and reduce the comutational time. Fig. 2 shows the basic rinciles of the local search method. It uses the following stes. 1) The current ixel has the highest riority. Extend down 13 ixels, within the scoe of a artial ixel block to find the best matching block. 2) Search within the ixel block using a 9 9 samle temlate. That is, start in the uer left corner from the first oint, and using a 9 9 ixel temlate traverse from left to right, down one line, and continue to traverse from left to right, until you have traversed all the ixels. 3) After reairing this section of the image using the best matching block, udate the boundary information and return to Ste (2) until the entire image is reaired. 4. Results and Analysis We ran our exeriment using a 3.4GHz rocessor, 8GB of memory, and MATLAB R2010b. We alied the algorithm to natural and character image restoration, and single and multitarget removal, to illustrate its adatability and robustness. The image dimensions were , , before alying the algorithm and the images were jg files. After alying the algorithm, the image dimensions were,, and there were two grous. We evaluated our algorithm in terms of the comutational time and the eak signal to noise ratio (PSNR), that is, PSNR 10 lg( 2552 ), MSE where MSE reresents the difference between the original and restored image [16]-[19]. If I i are the original ixel values, J i are the reaired the ixel values, and N is the number of ixels, N MSE (I i 1 i J i )2. N Although PSNR is not a standard evaluation for small-scale defect image restoration, it can reflect the effect of the reair [20]-[23] The Imroved Algorithm Results before and after Comarison and Analysis Fig. 3 illustrates the results when reairing a manual obstruction. The image has a simle structure and minimal colours, so the results of the two algorithms are similar. Fig. 4 shows the removal of some targets from an image. The image had many targets that were distributed across regions of different colours, so this image was more difficult to reair [24]. The algorithm s result was not ideal; there were green ixels throughout the blue lake area. The results of the roosed algorithm were more successful. Fig. 5 contains a scratch. The results obtained by algorithm showed an affective background reair, but there were white lines on the image due to the scratches. The roosed algorithm roduced better results. 595

6 Table 1 comares the run times of the algorithms. The comutational time of the roosed algorithm deended on the size of the image, but was significantly less that the original algorithm. The roosed algorithm erformed better in terms of the PSNR than the algorithm (Table 2), and roduced better visual imrovements. (a) (b) (c) Fig. 3. Image reair for a subjective obstruction. (a) (b) (c) Fig. 4. Multitarget removal. (a) (b) (c) Fig. 5. Photo restoration to remove crease. (d) (d) (d) Table 1. Comarison of Running Times Fig. 2 Fig. 3 Fig /s /s Table 2. Comarison of Peak Signal to Noise Ratio Fig. 2 Fig. 3 Fig Exerimental Results Comared to Control and Analysis To demonstrate the effectiveness of the imroved algorithm, we comared it with the algorithm, algorithm, and algorithm [25], [26]. We considered edge restoration, regular texture restoration, checkerboard mask corrosion restoration, and stried mask corrosion restoration. We used the rogram running time and eak signal to noise ratio (PSNR) to measure the efficiency of the algorithm. In our control exeriments, we set the model algorithm [27], [28] to use 500 iterations Analysis of edge and regular texture regions The edge and regular texture areas restoration exeriments verified that the imroved algorithm can 596

7 effectively maintain object connectivity and comliance in terms of a subjective evaluation. The edges of Fig. 6 Fig. 9 show that the roosed method and the algorithm outerformed the other algorithms. The PSNRs for the roosed method were higher and a visual evaluation shows that the reair was the most effective. The algorithm result is artially smoothed and has oor connectivity (Fig.6), and breaks some edges (Fig. 7) roducing obvious blurring. The algorithm was time consuming and did not roduce otimal results. In Fig. 6, we can see that the distorted the image. For the regular texture reair examles, the roosed method roduced better results and more comletely restored the image, while the other three methods have varying degrees of defect. Fig. 6. Reairing edges (boat). Fig. 7. Reairing edges (hat). Table 3. Comarison of Running Times Fig. 6 Fig. 7 Fig. 6 Fig. 7 size /s /s /s /s Table 4. Comarison of Peak Signal to Noise Ratio (PSNR) size Fig. 8. Reairing regular texture regions (table cloth). Fig. 9. Reairing regular texture regions (brick). Table 5. Comarison of Running Timed size Fig Fig

8 Table 6. Comarison of Peak Signal to Noise Ratio Fig. 8 Fig. 9 size Checkerboard and Strie Mask Image Restoration Our checkerboard and stried mask corrosion restoration exeriments verified that the imroved algorithm can effectively restore the comlex structure of an image in a subjective evaluation. The results for the checkerboard mask are shown in Fig. 10 and Fig. 11, and the results for the stried mask are shown in Fig. 12 and Fig. 13. The roosed algorithm roduced the best results in terms of the PSNR and a visual evaluation. The checkerboard results in Fig. 10 and Fig. 11 are relatively similar, but the roosed algorithm erforms subjectively better. The stried mask results in Fig. 12 and Fig. 13 show a large loss in image information, so the reairs were challenging. Our results show that the other three methods roduce blurring. The eyes and mouths in the Lena and Barbara images are not clear. However, the roosed method effectively restored the image information, and the results had a high signal to noise ratio. Fig. 10. Reairing an image with a checkerboard mask (Lena). Fig. 11. Reairing an image with a checkerboard mask (Barbara). Table 7. Comarison of Running Time Fig. 10 Fig. 11 /s /s /s /s Table 8. Comarison of Peak Signal to Noise Ratio Fig. 10 Fig Fig. 12. Reairing an image with a stried mask (Lena). 598

9 Fig. 13. Reairing an image with a stried mask (Barbara). Table 9. Comarison of Running Time Fig. 12 Fig. 13 /s /s /s /s Table 10. Comarison of Peak Signal to Noise Ratio Fig. 12 Fig Conclusion roosed an imrovement to the original image restoration algorithm that uses a different riority calculation and search rocess. The roosed method imroves the texture information and retains more structural information to avoid diffusion. When searching for the otimal matching block, we used local search methods to imrove the accuracy and reduce the comutation time, thereby increasing the efficiency of image reair rocess. Our exeriments show that the algorithm can effectively reair comlex images and has a broad range of alications such as reairing old hotos and multitarget removal. Acknowledgment This work was suorted by the National Natural Science Foundation of China (Grant Nos , , , U ), Beijing Municial Natural Science Foundation (Grant Nos , ). References [1] Bertalmio, M., Sairo, G., Caselles, V., et al. (2000). Image inainting. Proceedings of ACM SIGGRAPH ( ). [2] Bertalmio, M., Caselles, V., Rougé, B., et al. (2003). Based image restoration with local constraints. Journal of Scientific Comuting, 19(1-3), [3] Chan, T. F., & Shen, J. (2002). Mathematical models for local nontexture inaintings. Siam Journal on Alied Mathematics, 62(3), [4] Chan, T. F., & Shen, J. (2001). Non-texture inainting by curvature-driven diffusions (CDD). J. Visual Comm. Image Re., [5] Efros, A. A., & Leung, T. K. (1999). Texture syntesis by non-arametric samling. IEEE International Conference on Comuter Vision, [6] Drori, I., Cohen-Or, D., & Yeshurun, H. (2003). Fragment-based image comletion. Acm Transactions on Grahics, 22(3), [7] Zhang, H. Y., & Peng, Q. C. (2007). A survey on digital image inainting. Journal of Image & Grahics, 12(1), [8] Liang, L., Liu, C., Xu, Y. Q., et al. (2001). Real-time texture synthesis by atch-based samling. Acm 599

10 Transactions on Grahics, 20(3), [9] Dai, S. M., Zhang, H. Y., & Zeng, C. (2010). A fast algorithm of exemlar based image comletion. Microcomuter & Its Alications, (22), [10], A., Perez, P., & Toyama, K. (2003). Object removal by exemlar-based inainting. Proceedings of IEEE Comuter Society Conference on Comuter Vision & Pattern Recognition ( ). [11] Bing, H. S., Lin, Z. X., Yun, X. Y., et al. (2011). An imroved image inainting algorithm based on texture synthesis. Journal of Hefei University of Technology, 34(2), [12] Wang, J., Lu, K., Pan, D., et al. (2014). Robust object removal with an exemlar-based image inainting aroach. Neurocomuting, 123, [13] Wong, A., & Orchard, J. (2008). A nonlocal-means aroach to exemlar-based inainting. Proceedings of ICIP International Conference on Image Processing, [14] Lei, Q. U., Wei, S., Liang, D., et al. (2008). A fast image inainting algorithm by adative mask. Journal of Image & Grahics, 13(1), [15] Zhou, Y., Li, L., & Xia, K. (2012). Research on weighted riority of exemlar-based image inainting. Journal of Electronics, 29(Z1), [16] Liang, Z., Yang, G., Ding, X., et al. (2015). An efficient forgery detection algorithm for object removal by exemlar-based image inainting. Journal of Visual Communication & Image Reresentation, 30(C), [17] Kim, B. S., Kim, J. S., & Park, J. (2015). Exemlar based inainting in a multi-scaled sace. Otik-International Journal for Light and Electron Otics, 126(23), [18] Ren, D., Zhang, H., Zhang, D., et al. (2015). Fast total-variation based image restoration based on derivative alternated direction otimization methods. Neurocomuting, 170, [19] Suryanarayana, M. Muddala, M. S., & Roger, O. (2016). Virtual view synthesis using layered deth image generation and deth-based inainting for filling disocclusions and translucent disocclusions. Journal of Visual Communication and Image Reresentation, 38, [20] Jiao, A. S. M., Tsang, P. W. M., & Poon, T. C. (2015). Restoration of digital off-axis Fresnel hologram by exemlar and search based image inainting with enhanced comuting seed. Comuter Physics Communications, 193, [21] Li, Y., Jeong, D., Choi, J. I., et al. (2015). Fast local image inainting based on the Allen Cahn model. Digital Signal Processing, 37(1), [22] Zhong, M., & Qin, H. (2015). Surface inainting with sarsity constraints. Comuter Aided Geometric Design, 41, [23] He, N., Wang, J. B., Zhang, L. L., et al. (2016). Convex otimization based low-rank matrix decomosition for image restoration. Neurocomuting, 172(C), [24] So, J., & Kim, B. (2015). A fast exemlar-based image inainting method using bounding based on mean and standard deviation of atch ixels. Ieice Transactions on Information & Systems, [25] Elad, M., Starck, J. L., Querre, P., et al. (2005). Simultaneous cartoon and texture image inainting using morhological comonent analysis (). Alied & Comutational Harmonic Analysis, 19(3), [26] Zhang, T., & Hong, W. (2010). Image inainting based on featured adative dictionary selection. Otical Technique, 36(5), [27] Ye, X., & Zhou, H. (2013). Fast total variation wavelet inainting via aroximated rimal-dual hybrid gradient algorithm. Inverse Problems & Imaging, 3(3), [28] Afonso, M. V., & Sanches, J. M. R. (2015). A total variation recursive sace-variant filter for image denoising. Digital Signal Processing, 40(C),

11 Yue Chi was born in Beijing, China in She received her B.S. degree in electronic information engineering in 2013 at Beijing Union University, Beijing, China. Currently, she is a ostgraduate student from Beijing Key Laboratory of Information Services Engineering, Beijing Union University. Her research interests include digital image inainting and digital image restoration. Ning He was born in Panjin, Liaoning Province in She graduated from the Deartment of Mathematics at Ningxia University in July 1993.She received M.S. and Ph.D. degree in alied mathematics from the Northwest University and Caital Normal University in July 2003 and July 2009, resectively. Currently she is a rofessor of the Beijing Union University. Her research interests include image rocessing and comuter grahics. Qi Zhang was born in Xingtai, Hebei in She received her B.S. degree in communication engineering in 2014 at Tangshan College, Hebei, China. Currently, she is a ostgraduate student from Beijing Key Laboratory of Information Services Engineering, Beijing Union University. Her research interests include digital image recognition and digital image segmentation. 601

A Novel Iris Segmentation Method for Hand-Held Capture Device

A Novel Iris Segmentation Method for Hand-Held Capture Device A Novel Iris Segmentation Method for Hand-Held Cature Device XiaoFu He and PengFei Shi Institute of Image Processing and Pattern Recognition, Shanghai Jiao Tong University, Shanghai 200030, China {xfhe,

More information

Efficient Parallel Hierarchical Clustering

Efficient Parallel Hierarchical Clustering Efficient Parallel Hierarchical Clustering Manoranjan Dash 1,SimonaPetrutiu, and Peter Scheuermann 1 Deartment of Information Systems, School of Comuter Engineering, Nanyang Technological University, Singaore

More information

An Efficient VLSI Architecture for Adaptive Rank Order Filter for Image Noise Removal

An Efficient VLSI Architecture for Adaptive Rank Order Filter for Image Noise Removal International Journal of Information and Electronics Engineering, Vol. 1, No. 1, July 011 An Efficient VLSI Architecture for Adative Rank Order Filter for Image Noise Removal M. C Hanumantharaju, M. Ravishankar,

More information

Swift Template Matching Based on Equivalent Histogram

Swift Template Matching Based on Equivalent Histogram Swift emlate Matching ased on Equivalent istogram Wangsheng Yu, Xiaohua ian, Zhiqiang ou * elecommunications Engineering Institute Air Force Engineering University Xi an, PR China *corresonding author:

More information

Adaptive Reciprocal Cell based Sparse Representation for Satellite Image Restoration

Adaptive Reciprocal Cell based Sparse Representation for Satellite Image Restoration Vol.49 (SoftTech 04),.8-85 htt://dx.doi.org/0.457/astl.04.49.50 Adative Recirocal Cell based Sarse Reresentation for Satellite Image Restoration Yanfei He and Shunfeng Wang Deartment of Math and Statistic,

More information

Grouping of Patches in Progressive Radiosity

Grouping of Patches in Progressive Radiosity Grouing of Patches in Progressive Radiosity Arjan J.F. Kok * Abstract The radiosity method can be imroved by (adatively) grouing small neighboring atches into grous. Comutations normally done for searate

More information

Wavelet Based Statistical Adapted Local Binary Patterns for Recognizing Avatar Faces

Wavelet Based Statistical Adapted Local Binary Patterns for Recognizing Avatar Faces Wavelet Based Statistical Adated Local Binary atterns for Recognizing Avatar Faces Abdallah A. Mohamed 1, 2 and Roman V. Yamolskiy 1 1 Comuter Engineering and Comuter Science, University of Louisville,

More information

521493S Computer Graphics Exercise 3 (Chapters 6-8)

521493S Computer Graphics Exercise 3 (Chapters 6-8) 521493S Comuter Grahics Exercise 3 (Chaters 6-8) 1 Most grahics systems and APIs use the simle lighting and reflection models that we introduced for olygon rendering Describe the ways in which each of

More information

An Efficient Coding Method for Coding Region-of-Interest Locations in AVS2

An Efficient Coding Method for Coding Region-of-Interest Locations in AVS2 An Efficient Coding Method for Coding Region-of-Interest Locations in AVS2 Mingliang Chen 1, Weiyao Lin 1*, Xiaozhen Zheng 2 1 Deartment of Electronic Engineering, Shanghai Jiao Tong University, China

More information

Face Recognition Based on Wavelet Transform and Adaptive Local Binary Pattern

Face Recognition Based on Wavelet Transform and Adaptive Local Binary Pattern Face Recognition Based on Wavelet Transform and Adative Local Binary Pattern Abdallah Mohamed 1,2, and Roman Yamolskiy 1 1 Comuter Engineering and Comuter Science, University of Louisville, Louisville,

More information

An Image Inpainting Approach Based on the Poisson Equation

An Image Inpainting Approach Based on the Poisson Equation An mage nainting Aroach Based on the Poisson Equation Xiaowei Shao, Zhengkai Liu, Houqiang Li Deartment of Electronic Engineering and nformation Science Universit of Science and Technolog of China sw@mail.ustc.edu.cn,

More information

Blind Separation of Permuted Alias Image Base on Four-phase-difference and Differential Evolution

Blind Separation of Permuted Alias Image Base on Four-phase-difference and Differential Evolution Sensors & Transducers, Vol. 63, Issue, January 204,. 90-95 Sensors & Transducers 204 by IFSA Publishing, S. L. htt://www.sensorsortal.com lind Searation of Permuted Alias Image ase on Four-hase-difference

More information

Face Recognition Using Legendre Moments

Face Recognition Using Legendre Moments Face Recognition Using Legendre Moments Dr.S.Annadurai 1 A.Saradha Professor & Head of CSE & IT Research scholar in CSE Government College of Technology, Government College of Technology, Coimbatore, Tamilnadu,

More information

arxiv: v1 [cs.mm] 18 Jan 2016

arxiv: v1 [cs.mm] 18 Jan 2016 Lossless Intra Coding in with 3-ta Filters Saeed R. Alvar a, Fatih Kamisli a a Deartment of Electrical and Electronics Engineering, Middle East Technical University, Turkey arxiv:1601.04473v1 [cs.mm] 18

More information

Patterned Wafer Segmentation

Patterned Wafer Segmentation atterned Wafer Segmentation ierrick Bourgeat ab, Fabrice Meriaudeau b, Kenneth W. Tobin a, atrick Gorria b a Oak Ridge National Laboratory,.O.Box 2008, Oak Ridge, TN 37831-6011, USA b Le2i Laboratory Univ.of

More information

A Texture Based Matching Approach for Automated Assembly of Puzzles

A Texture Based Matching Approach for Automated Assembly of Puzzles A Texture Based Matching Aroach for Automated Assembly of Puzzles Mahmut amil Saırolu 1, Aytül Erçil Sabancı University 1 msagiroglu@su.sabanciuniv.edu, aytulercil@sabanciuniv.edu Abstract The uzzle assembly

More information

Improved Image Super-Resolution by Support Vector Regression

Improved Image Super-Resolution by Support Vector Regression Proceedings of International Joint Conference on Neural Networks, San Jose, California, USA, July 3 August 5, 0 Imroved Image Suer-Resolution by Suort Vector Regression Le An and Bir Bhanu Abstract Suort

More information

DEFECT DETECTION AND RESTORATION OF CULTURAL HERITAGE IMAGES

DEFECT DETECTION AND RESTORATION OF CULTURAL HERITAGE IMAGES Volume 5 Number 4 011 DEFECT DETECTION AND RESTORATION OF CULTURAL HERITAGE IMAGES Mihaela CISLARIU Mihaela GORDAN Aurel VLAICU Camelia FLOREA Silvia CIUNGU SUTEU Technical University of Cluj-Naoca Cluj-Naoca

More information

Stereo Disparity Estimation in Moment Space

Stereo Disparity Estimation in Moment Space Stereo Disarity Estimation in oment Sace Angeline Pang Faculty of Information Technology, ultimedia University, 63 Cyberjaya, alaysia. angeline.ang@mmu.edu.my R. ukundan Deartment of Comuter Science, University

More information

AUTOMATIC GENERATION OF HIGH THROUGHPUT ENERGY EFFICIENT STREAMING ARCHITECTURES FOR ARBITRARY FIXED PERMUTATIONS. Ren Chen and Viktor K.

AUTOMATIC GENERATION OF HIGH THROUGHPUT ENERGY EFFICIENT STREAMING ARCHITECTURES FOR ARBITRARY FIXED PERMUTATIONS. Ren Chen and Viktor K. inuts er clock cycle Streaming ermutation oututs er clock cycle AUTOMATIC GENERATION OF HIGH THROUGHPUT ENERGY EFFICIENT STREAMING ARCHITECTURES FOR ARBITRARY FIXED PERMUTATIONS Ren Chen and Viktor K.

More information

The Research on Curling Track Empty Value Fill Algorithm Based on Similar Forecast

The Research on Curling Track Empty Value Fill Algorithm Based on Similar Forecast Research Journal of Alied Sciences, Engineering and Technology 6(8): 1472-1478, 2013 ISSN: 2040-7459; e-issn: 2040-7467 Maxwell Scientific Organization, 2013 Submitted: October 31, 2012 Acceted: January

More information

Robust Motion Estimation for Video Sequences Based on Phase-Only Correlation

Robust Motion Estimation for Video Sequences Based on Phase-Only Correlation Robust Motion Estimation for Video Sequences Based on Phase-Only Correlation Loy Hui Chien and Takafumi Aoki Graduate School of Information Sciences Tohoku University Aoba-yama 5, Sendai, 98-8579, Jaan

More information

Geeta Salunke, Meenu Gupta

Geeta Salunke, Meenu Gupta Volume 3, Issue 7, July 2013 ISSN: 2277 128X International Journal of Advanced Research in Computer Science and Software Engineering Research Paper Available online at: www.ijarcsse.com The Examplar-Based

More information

SPARSE SIGNAL REPRESENTATION FOR COMPLEX-VALUED IMAGING Sadegh Samadi 1, M üjdat Çetin 2, Mohammad Ali Masnadi-Shirazi 1

SPARSE SIGNAL REPRESENTATION FOR COMPLEX-VALUED IMAGING Sadegh Samadi 1, M üjdat Çetin 2, Mohammad Ali Masnadi-Shirazi 1 SPARSE SIGNAL REPRESENTATION FOR COMPLEX-VALUED IMAGING Sadegh Samadi 1, M üjdat Çetin, Mohammad Ali Masnadi-Shirazi 1 1. Shiraz University, Shiraz, Iran,. Sabanci University, Istanbul, Turkey ssamadi@shirazu.ac.ir,

More information

Learning Motion Patterns in Crowded Scenes Using Motion Flow Field

Learning Motion Patterns in Crowded Scenes Using Motion Flow Field Learning Motion Patterns in Crowded Scenes Using Motion Flow Field Min Hu, Saad Ali and Mubarak Shah Comuter Vision Lab, University of Central Florida {mhu,sali,shah}@eecs.ucf.edu Abstract Learning tyical

More information

Improved heuristics for the single machine scheduling problem with linear early and quadratic tardy penalties

Improved heuristics for the single machine scheduling problem with linear early and quadratic tardy penalties Imroved heuristics for the single machine scheduling roblem with linear early and quadratic tardy enalties Jorge M. S. Valente* LIAAD INESC Porto LA, Faculdade de Economia, Universidade do Porto Postal

More information

AUTOMATIC EXTRACTION OF BUILDING OUTLINE FROM HIGH RESOLUTION AERIAL IMAGERY

AUTOMATIC EXTRACTION OF BUILDING OUTLINE FROM HIGH RESOLUTION AERIAL IMAGERY AUTOMATIC EXTRACTION OF BUILDING OUTLINE FROM HIGH RESOLUTION AERIAL IMAGERY Yandong Wang EagleView Technology Cor. 5 Methodist Hill Dr., Rochester, NY 1463, the United States yandong.wang@ictometry.com

More information

Weight Co-occurrence based Integrated Color and Intensity Matrix for CBIR

Weight Co-occurrence based Integrated Color and Intensity Matrix for CBIR Weight Co-occurrence based Integrated Color and Intensity Matrix for CBIR Megha Agarwal, 2R.P. Maheshwari Indian Institute of Technology Roorkee 247667, Uttarakhand, India meghagarwal29@gmail.com, 2rmaheshwari@gmail.com

More information

Sensitivity Analysis for an Optimal Routing Policy in an Ad Hoc Wireless Network

Sensitivity Analysis for an Optimal Routing Policy in an Ad Hoc Wireless Network 1 Sensitivity Analysis for an Otimal Routing Policy in an Ad Hoc Wireless Network Tara Javidi and Demosthenis Teneketzis Deartment of Electrical Engineering and Comuter Science University of Michigan Ann

More information

Texture Mapping with Vector Graphics: A Nested Mipmapping Solution

Texture Mapping with Vector Graphics: A Nested Mipmapping Solution Texture Maing with Vector Grahics: A Nested Mimaing Solution Wei Zhang Yonggao Yang Song Xing Det. of Comuter Science Det. of Comuter Science Det. of Information Systems Prairie View A&M University Prairie

More information

EE678 Application Presentation Content Based Image Retrieval Using Wavelets

EE678 Application Presentation Content Based Image Retrieval Using Wavelets EE678 Alication Presentation Content Based Image Retrieval Using Wavelets Grou Members: Megha Pandey megha@ee. iitb.ac.in 02d07006 Gaurav Boob gb@ee.iitb.ac.in 02d07008 Abstract: We focus here on an effective

More information

An Efficient Video Program Delivery algorithm in Tree Networks*

An Efficient Video Program Delivery algorithm in Tree Networks* 3rd International Symosium on Parallel Architectures, Algorithms and Programming An Efficient Video Program Delivery algorithm in Tree Networks* Fenghang Yin 1 Hong Shen 1,2,** 1 Deartment of Comuter Science,

More information

A Morphological LiDAR Points Cloud Filtering Method based on GPGPU

A Morphological LiDAR Points Cloud Filtering Method based on GPGPU A Morhological LiDAR Points Cloud Filtering Method based on GPGPU Shuo Li 1, Hui Wang 1, Qiuhe Ma 1 and Xuan Zha 2 1 Zhengzhou Institute of Surveying & Maing, No.66, Longhai Middle Road, Zhengzhou, China

More information

A simulated Linear Mixture Model to Improve Classification Accuracy of Satellite. Data Utilizing Degradation of Atmospheric Effect

A simulated Linear Mixture Model to Improve Classification Accuracy of Satellite. Data Utilizing Degradation of Atmospheric Effect A simulated Linear Mixture Model to Imrove Classification Accuracy of Satellite Data Utilizing Degradation of Atmosheric Effect W.M Elmahboub Mathematics Deartment, School of Science, Hamton University

More information

Efficient Processing of Top-k Dominating Queries on Multi-Dimensional Data

Efficient Processing of Top-k Dominating Queries on Multi-Dimensional Data Efficient Processing of To-k Dominating Queries on Multi-Dimensional Data Man Lung Yiu Deartment of Comuter Science Aalborg University DK-922 Aalborg, Denmark mly@cs.aau.dk Nikos Mamoulis Deartment of

More information

An empirical analysis of loopy belief propagation in three topologies: grids, small-world networks and random graphs

An empirical analysis of loopy belief propagation in three topologies: grids, small-world networks and random graphs An emirical analysis of looy belief roagation in three toologies: grids, small-world networks and random grahs R. Santana, A. Mendiburu and J. A. Lozano Intelligent Systems Grou Deartment of Comuter Science

More information

Use of Multivariate Statistical Analysis in the Modelling of Chromatographic Processes

Use of Multivariate Statistical Analysis in the Modelling of Chromatographic Processes Use of Multivariate Statistical Analysis in the Modelling of Chromatograhic Processes Simon Edwards-Parton 1, Nigel itchener-hooker 1, Nina hornhill 2, Daniel Bracewell 1, John Lidell 3 Abstract his aer

More information

Single character type identification

Single character type identification Single character tye identification Yefeng Zheng*, Changsong Liu, Xiaoqing Ding Deartment of Electronic Engineering, Tsinghua University Beijing 100084, P.R. China ABSTRACT Different character recognition

More information

Space-efficient Region Filling in Raster Graphics

Space-efficient Region Filling in Raster Graphics "The Visual Comuter: An International Journal of Comuter Grahics" (submitted July 13, 1992; revised December 7, 1992; acceted in Aril 16, 1993) Sace-efficient Region Filling in Raster Grahics Dominik Henrich

More information

An accurate and fast point-to-plane registration technique

An accurate and fast point-to-plane registration technique Pattern Recognition Letters 24 (23) 2967 2976 www.elsevier.com/locate/atrec An accurate and fast oint-to-lane registration technique Soon-Yong Park *, Murali Subbarao Deartment of Electrical and Comuter

More information

Chapter 7, Part B Sampling and Sampling Distributions

Chapter 7, Part B Sampling and Sampling Distributions Slides Preared by JOHN S. LOUCKS St. Edward s University Slide 1 Chater 7, Part B Samling and Samling Distributions Samling Distribution of Proerties of Point Estimators Other Samling Methods Slide 2 Samling

More information

Parametric Optimization in WEDM of WC-Co Composite by Neuro-Genetic Technique

Parametric Optimization in WEDM of WC-Co Composite by Neuro-Genetic Technique Parametric Otimization in WEDM of WC-Co Comosite by Neuro-Genetic Technique P. Saha*, P. Saha, and S. K. Pal Abstract The resent work does a multi-objective otimization in wire electro-discharge machining

More information

A Parallel Algorithm for Constructing Obstacle-Avoiding Rectilinear Steiner Minimal Trees on Multi-Core Systems

A Parallel Algorithm for Constructing Obstacle-Avoiding Rectilinear Steiner Minimal Trees on Multi-Core Systems A Parallel Algorithm for Constructing Obstacle-Avoiding Rectilinear Steiner Minimal Trees on Multi-Core Systems Cheng-Yuan Chang and I-Lun Tseng Deartment of Comuter Science and Engineering Yuan Ze University,

More information

THE COMPARISON OF DRAINAGE NETWORK EXTRACTION BETWEEN SQUARE AND HEXAGONAL GRID-BASED DEM

THE COMPARISON OF DRAINAGE NETWORK EXTRACTION BETWEEN SQUARE AND HEXAGONAL GRID-BASED DEM The International Archives of the Photogrammetry, Remote Sensing and Satial Information Sciences, Volume XLII-4, 208 ISPRS TC IV Mid-term Symosium 3D Satial Information Science The Engine of Change, 5

More information

Matlab Virtual Reality Simulations for optimizations and rapid prototyping of flexible lines systems

Matlab Virtual Reality Simulations for optimizations and rapid prototyping of flexible lines systems Matlab Virtual Reality Simulations for otimizations and raid rototying of flexible lines systems VAMVU PETRE, BARBU CAMELIA, POP MARIA Deartment of Automation, Comuters, Electrical Engineering and Energetics

More information

Interactive Image Segmentation

Interactive Image Segmentation Interactive Image Segmentation Fahim Mannan (260 266 294) Abstract This reort resents the roject work done based on Boykov and Jolly s interactive grah cuts based N-D image segmentation algorithm([1]).

More information

Detection of Occluded Face Image using Mean Based Weight Matrix and Support Vector Machine

Detection of Occluded Face Image using Mean Based Weight Matrix and Support Vector Machine Journal of Comuter Science 8 (7): 1184-1190, 2012 ISSN 1549-3636 2012 Science Publications Detection of Occluded Face Image using Mean Based Weight Matrix and Suort Vector Machine 1 G. Nirmala Priya and

More information

Applying the fuzzy preference relation to the software selection

Applying the fuzzy preference relation to the software selection Proceedings of the 007 WSEAS International Conference on Comuter Engineering and Alications, Gold Coast, Australia, January 17-19, 007 83 Alying the fuzzy reference relation to the software selection TIEN-CHIN

More information

Selecting Discriminative Binary Patterns for a Local Feature

Selecting Discriminative Binary Patterns for a Local Feature BULGARIAN ACADEMY OF SCIENCES CYBERNETICS AND INFORMATION TECHNOLOGIES Volume 15, No 3 Sofia 015 rint ISSN: 1311-970; Online ISSN: 1314-4081 DOI: 10.1515/cait-015-0044 Selecting Discriminative Binary atterns

More information

Model-Based Annotation of Online Handwritten Datasets

Model-Based Annotation of Online Handwritten Datasets Model-Based Annotation of Online Handwritten Datasets Anand Kumar, A. Balasubramanian, Anoo Namboodiri and C.V. Jawahar Center for Visual Information Technology, International Institute of Information

More information

Lecture 18. Today, we will discuss developing algorithms for a basic model for parallel computing the Parallel Random Access Machine (PRAM) model.

Lecture 18. Today, we will discuss developing algorithms for a basic model for parallel computing the Parallel Random Access Machine (PRAM) model. U.C. Berkeley CS273: Parallel and Distributed Theory Lecture 18 Professor Satish Rao Lecturer: Satish Rao Last revised Scribe so far: Satish Rao (following revious lecture notes quite closely. Lecture

More information

Theoretical Analysis of Graphcut Textures

Theoretical Analysis of Graphcut Textures Theoretical Analysis o Grahcut Textures Xuejie Qin Yee-Hong Yang {xu yang}@cs.ualberta.ca Deartment o omuting Science University o Alberta Abstract Since the aer was ublished in SIGGRAPH 2003 the grahcut

More information

Identity-sensitive Points-to Analysis for the Dynamic Behavior of JavaScript Objects

Identity-sensitive Points-to Analysis for the Dynamic Behavior of JavaScript Objects Identity-sensitive Points-to Analysis for the Dynamic Behavior of JavaScrit Objects Shiyi Wei and Barbara G. Ryder Deartment of Comuter Science, Virginia Tech, Blacksburg, VA, USA. {wei,ryder}@cs.vt.edu

More information

Image Inpainting Using Sparsity of the Transform Domain

Image Inpainting Using Sparsity of the Transform Domain Image Inpainting Using Sparsity of the Transform Domain H. Hosseini*, N.B. Marvasti, Student Member, IEEE, F. Marvasti, Senior Member, IEEE Advanced Communication Research Institute (ACRI) Department of

More information

Efficient Sequence Generator Mining and its Application in Classification

Efficient Sequence Generator Mining and its Application in Classification Efficient Sequence Generator Mining and its Alication in Classification Chuancong Gao, Jianyong Wang 2, Yukai He 3 and Lizhu Zhou 4 Tsinghua University, Beijing 0084, China {gaocc07, heyk05 3 }@mails.tsinghua.edu.cn,

More information

Depth Estimation for 2D to 3D Football Video Conversion

Depth Estimation for 2D to 3D Football Video Conversion International Research Journal of Alied and Basic Sciences 2013 Available online at www.irjabs.com ISSN 2251-838X / Vol, 6 (4): 475-480 Science Exlorer ublications Deth Estimation for 2D to 3D Football

More information

Learning Robust Locality Preserving Projection via p-order Minimization

Learning Robust Locality Preserving Projection via p-order Minimization Proceedings of the Twenty-Ninth AAAI Conference on Artificial Intelligence Learning Robust Locality Preserving Projection via -Order Minimization Hua Wang, Feiing Nie, Heng Huang Deartment of Electrical

More information

Shuigeng Zhou. May 18, 2016 School of Computer Science Fudan University

Shuigeng Zhou. May 18, 2016 School of Computer Science Fudan University Query Processing Shuigeng Zhou May 18, 2016 School of Comuter Science Fudan University Overview Outline Measures of Query Cost Selection Oeration Sorting Join Oeration Other Oerations Evaluation of Exressions

More information

Pattern Recognition Letters

Pattern Recognition Letters Pattern Recognition Letters 30 (2009) 114 122 Contents lists available at ScienceDirect Pattern Recognition Letters journal homeage: www.elsevier.com/locate/atrec A stroke filter and its alication to text

More information

Privacy Preserving Moving KNN Queries

Privacy Preserving Moving KNN Queries Privacy Preserving Moving KNN Queries arxiv:4.76v [cs.db] 4 Ar Tanzima Hashem Lars Kulik Rui Zhang National ICT Australia, Deartment of Comuter Science and Software Engineering University of Melbourne,

More information

Chapter 8: Adaptive Networks

Chapter 8: Adaptive Networks Chater : Adative Networks Introduction (.1) Architecture (.2) Backroagation for Feedforward Networks (.3) Jyh-Shing Roger Jang et al., Neuro-Fuzzy and Soft Comuting: A Comutational Aroach to Learning and

More information

A GPU Heterogeneous Cluster Scheduling Model for Preventing Temperature Heat Island

A GPU Heterogeneous Cluster Scheduling Model for Preventing Temperature Heat Island A GPU Heterogeneous Cluster Scheduling Model for Preventing Temerature Heat Island Yun-Peng CAO 1,2,a and Hai-Feng WANG 1,2 1 School of Information Science and Engineering, Linyi University, Linyi Shandong,

More information

IMS Network Deployment Cost Optimization Based on Flow-Based Traffic Model

IMS Network Deployment Cost Optimization Based on Flow-Based Traffic Model IMS Network Deloyment Cost Otimization Based on Flow-Based Traffic Model Jie Xiao, Changcheng Huang and James Yan Deartment of Systems and Comuter Engineering, Carleton University, Ottawa, Canada {jiexiao,

More information

Auto-Tuning Distributed-Memory 3-Dimensional Fast Fourier Transforms on the Cray XT4

Auto-Tuning Distributed-Memory 3-Dimensional Fast Fourier Transforms on the Cray XT4 Auto-Tuning Distributed-Memory 3-Dimensional Fast Fourier Transforms on the Cray XT4 M. Gajbe a A. Canning, b L-W. Wang, b J. Shalf, b H. Wasserman, b and R. Vuduc, a a Georgia Institute of Technology,

More information

PREDICTING LINKS IN LARGE COAUTHORSHIP NETWORKS

PREDICTING LINKS IN LARGE COAUTHORSHIP NETWORKS PREDICTING LINKS IN LARGE COAUTHORSHIP NETWORKS Kevin Miller, Vivian Lin, and Rui Zhang Grou ID: 5 1. INTRODUCTION The roblem we are trying to solve is redicting future links or recovering missing links

More information

A NN Image Classification Method Driven by the Mixed Fitness Function

A NN Image Classification Method Driven by the Mixed Fitness Function Comuter and Information Science November, 2009 A NN Image Classification Method Driven by the Mixed Fitness Function Shan Gai, Peng Liu, Jiafeng Liu & Xianglong Tang School of Comuter Science and Technology,

More information

Earthenware Reconstruction Based on the Shape Similarity among Potsherds

Earthenware Reconstruction Based on the Shape Similarity among Potsherds Original Paer Forma, 16, 77 90, 2001 Earthenware Reconstruction Based on the Shae Similarity among Potsherds Masayoshi KANOH 1, Shohei KATO 2 and Hidenori ITOH 1 1 Nagoya Institute of Technology, Gokiso-cho,

More information

J. Parallel Distrib. Comput.

J. Parallel Distrib. Comput. J. Parallel Distrib. Comut. 71 (2011) 288 301 Contents lists available at ScienceDirect J. Parallel Distrib. Comut. journal homeage: www.elsevier.com/locate/jdc Quality of security adatation in arallel

More information

A DEA-bases Approach for Multi-objective Design of Attribute Acceptance Sampling Plans

A DEA-bases Approach for Multi-objective Design of Attribute Acceptance Sampling Plans Available online at htt://ijdea.srbiau.ac.ir Int. J. Data Enveloment Analysis (ISSN 2345-458X) Vol.5, No.2, Year 2017 Article ID IJDEA-00422, 12 ages Research Article International Journal of Data Enveloment

More information

Unifying Explicit and Implicit Feedback for Top-N Recommendation

Unifying Explicit and Implicit Feedback for Top-N Recommendation 017 IEEE nd International Conference on Big Data Analysis Unifying Exlicit and Imlicit Feedback for To-N Recommendation Siing Liu, Xiaohan Tu and Renfa Li College of Comuter Science and Electronic Engineering

More information

A Review on Image InpaintingTechniques and Its analysis Indraja Mali 1, Saumya Saxena 2,Padmaja Desai 3,Ajay Gite 4

A Review on Image InpaintingTechniques and Its analysis Indraja Mali 1, Saumya Saxena 2,Padmaja Desai 3,Ajay Gite 4 RESEARCH ARTICLE OPEN ACCESS A Review on Image InpaintingTechniques and Its analysis Indraja Mali 1, Saumya Saxena 2,Padmaja Desai 3,Ajay Gite 4 1,2,3,4 (Computer Science, Savitribai Phule Pune University,Pune)

More information

3D Surface Simplification Based on Extended Shape Operator

3D Surface Simplification Based on Extended Shape Operator 3D Surface Simlification Based on Extended Shae Oerator JUI-LIG TSEG, YU-HSUA LI Deartment of Comuter Science and Information Engineering, Deartment and Institute of Electrical Engineering Minghsin University

More information

Denoising of Laser Scanning Data using Wavelet

Denoising of Laser Scanning Data using Wavelet 27 Denoising of Laser Scanning Data using Wavelet Jašek, P. and Štroner, M. Czech Technical University in Prague, Faculty of Civil Engineering, Deartment of Secial Geodesy, Thákurova 7, 16629 Praha 6,

More information

A New and Efficient Algorithm-Based Fault Tolerance Scheme for A Million Way Parallelism

A New and Efficient Algorithm-Based Fault Tolerance Scheme for A Million Way Parallelism A New and Efficient Algorithm-Based Fault Tolerance Scheme for A Million Way Parallelism Erlin Yao, Mingyu Chen, Rui Wang, Wenli Zhang, Guangming Tan Key Laboratory of Comuter System and Architecture Institute

More information

Kinematics, Workspace, Design and Accuracy Analysis of RPRPR Medical Parallel Robot

Kinematics, Workspace, Design and Accuracy Analysis of RPRPR Medical Parallel Robot HSI 009 Catania, Italy, May 1-3, 009. Kinematics, Worksace, Design and Accuracy Analysis of RPRPR Medical Parallel Robot Cristian Sze, Sergiu-Dan Stan, Member, IEEE, Vencel Csibi, Milos Manic, Senior Member,

More information

SEMI-AUTOMATIC ROAD EXTRACTION FROM HIGH-RESOLUTION SATELLITE IMAGE

SEMI-AUTOMATIC ROAD EXTRACTION FROM HIGH-RESOLUTION SATELLITE IMAGE SEMI-AUOMAIC ROAD EXRACION FROM HIGH-RESOLUION SAELLIE IMAGE Commission III KEY WORDS: Road Extraction, High-Resolution Satellite Image, Urban area, Semi-automatic ABSRAC: In this research, a method is

More information

Construction of Irregular QC-LDPC Codes in Near-Earth Communications

Construction of Irregular QC-LDPC Codes in Near-Earth Communications Journal of Communications Vol. 9, No. 7, July 24 Construction of Irregular QC-LDPC Codes in Near-Earth Communications Hui Zhao, Xiaoxiao Bao, Liang Qin, Ruyan Wang, and Hong Zhang Chongqing University

More information

Face Recognition with Local Binary Patterns

Face Recognition with Local Binary Patterns Face Recognition with Local Binary Patterns Ammad Ali, Shah Hussain, Farah Haroon, Sajid Hussain and M. Farhan Khan Abstract- This aer is about roviding efficient face recognition i.e. feature extraction

More information

Simultaneous Tracking of Multiple Objects Using Fast Level Set-Like Algorithm

Simultaneous Tracking of Multiple Objects Using Fast Level Set-Like Algorithm Simultaneous Tracking of Multile Objects Using Fast Level Set-Like Algorithm Martin Maška, Pavel Matula, and Michal Kozubek Centre for Biomedical Image Analysis, Faculty of Informatics Masaryk University,

More information

PARALLEL ALGORITHMS FOR SEGMENTATION OF CELLULAR STRUCTURES IN 2D+TIME AND 3D MORPHOGENESIS DATA

PARALLEL ALGORITHMS FOR SEGMENTATION OF CELLULAR STRUCTURES IN 2D+TIME AND 3D MORPHOGENESIS DATA Proceedings of ALGORITMY 2012. 416 426 PARALLEL ALGORITHMS FOR SEGMENTATION OF CELLULAR STRUCTURES IN 2D+TIME AND 3D MORPHOGENESIS DATA KAROL MIKULA, MICHAL SMÍŠEK AND RÓBERT ŠPIR Abstract. In this aer

More information

10. Parallel Methods for Data Sorting

10. Parallel Methods for Data Sorting 10. Parallel Methods for Data Sorting 10. Parallel Methods for Data Sorting... 1 10.1. Parallelizing Princiles... 10.. Scaling Parallel Comutations... 10.3. Bubble Sort...3 10.3.1. Sequential Algorithm...3

More information

Protecting RAID Arrays Against Unexpectedly High Disk Failure Rates

Protecting RAID Arrays Against Unexpectedly High Disk Failure Rates Protecting RAID Arrays Against Unexectedly High Disk Failure Rates Jehan-François Pâris Comuter Science Det. University of Houston Houston, TX jfaris@uh.edu Thomas Schwarz, S. J. Deto. de ICC Universidad

More information

Facial Expression Recognition using Image Processing and Neural Network

Facial Expression Recognition using Image Processing and Neural Network Keerti Keshav Kanchi / International Journal of Comuter Science & Engineering Technology (IJCSET) Facial Exression Recognition using Image Processing and eural etwork Keerti Keshav Kanchi PG Student, Deartment

More information

An integrated system for virtual scene rendering, stereo reconstruction, and accuracy estimation.

An integrated system for virtual scene rendering, stereo reconstruction, and accuracy estimation. An integrated system for virtual scene rendering, stereo reconstruction, and accuracy estimation. Marichal-Hernández J.G., Pérez Nava F*., osa F., estreo., odríguez-amos J.M. Universidad de La Laguna,

More information

A Method to Determine End-Points ofstraight Lines Detected Using the Hough Transform

A Method to Determine End-Points ofstraight Lines Detected Using the Hough Transform RESEARCH ARTICLE OPEN ACCESS A Method to Detere End-Points ofstraight Lines Detected Using the Hough Transform Gideon Kanji Damaryam Federal University, Lokoja, PMB 1154, Lokoja, Nigeria. Abstract The

More information

Perception of Shape from Shading

Perception of Shape from Shading 1 Percetion of Shae from Shading Continuous image brightness variation due to shae variations is called shading Our ercetion of shae deends on shading Circular region on left is erceived as a flat disk

More information

Research on Inverse Dynamics and Trajectory Planning for the 3-PTT Parallel Machine Tool

Research on Inverse Dynamics and Trajectory Planning for the 3-PTT Parallel Machine Tool 06 International Conference on aterials, Information, echanical, Electronic and Comuter Engineering (IECE 06 ISBN: 978--60595-40- Research on Inverse Dynamics and rajectory Planning for the 3-P Parallel

More information

Modeling Reliable Broadcast of Data Buffer over Wireless Networks

Modeling Reliable Broadcast of Data Buffer over Wireless Networks JOURNAL OF INFORMATION SCIENCE AND ENGINEERING 3, 799-810 (016) Short Paer Modeling Reliable Broadcast of Data Buffer over Wireless Networs Deartment of Comuter Engineering Yeditee University Kayışdağı,

More information

Development of an automated detection system for microcalcifications on mammograms by using the higher-order autocorrelation features

Development of an automated detection system for microcalcifications on mammograms by using the higher-order autocorrelation features Develoment of an automated detection system for microcalcifications on mammograms by using the higher-order autocorrelation features Y. Ohe, N. Shinohara, T. Hara, H. Fujita, T. Endo *, T. Iwase ** Deartment

More information

CENTRAL AND PARALLEL PROJECTIONS OF REGULAR SURFACES: GEOMETRIC CONSTRUCTIONS USING 3D MODELING SOFTWARE

CENTRAL AND PARALLEL PROJECTIONS OF REGULAR SURFACES: GEOMETRIC CONSTRUCTIONS USING 3D MODELING SOFTWARE CENTRAL AND PARALLEL PROJECTIONS OF REGULAR SURFACES: GEOMETRIC CONSTRUCTIONS USING 3D MODELING SOFTWARE Petra Surynková Charles University in Prague, Faculty of Mathematics and Physics, Sokolovská 83,

More information

AN EXTENDED STIPPLE LINE ALGORITHM AND ITS CONVERGENCE ANALYSIS

AN EXTENDED STIPPLE LINE ALGORITHM AND ITS CONVERGENCE ANALYSIS Journal of Theoretical and Alied Information Technology AN EXTENDED STIPPLE LINE ALGORITHM AND ITS CONVERGENCE ANALYSIS ZHANDONG LIU, HAIJUN ZHANG, YONG LI, XIANGWEI QI, MUNINA YUSUFU Deartment of Comuter

More information

Image Inpainting By Optimized Exemplar Region Filling Algorithm

Image Inpainting By Optimized Exemplar Region Filling Algorithm Image Inpainting By Optimized Exemplar Region Filling Algorithm Shivali Tyagi, Sachin Singh Abstract This paper discusses removing objects from digital images and fills the hole that is left behind. Here,

More information

OMNI: An Efficient Overlay Multicast. Infrastructure for Real-time Applications

OMNI: An Efficient Overlay Multicast. Infrastructure for Real-time Applications OMNI: An Efficient Overlay Multicast Infrastructure for Real-time Alications Suman Banerjee, Christoher Kommareddy, Koushik Kar, Bobby Bhattacharjee, Samir Khuller Abstract We consider an overlay architecture

More information

Vehicle Logo Recognition Using Modest AdaBoost and Radial Tchebichef Moments

Vehicle Logo Recognition Using Modest AdaBoost and Radial Tchebichef Moments Proceedings of 0 4th International Conference on Machine Learning and Comuting IPCSIT vol. 5 (0) (0) IACSIT Press, Singaore Vehicle Logo Recognition Using Modest AdaBoost and Radial Tchebichef Moments

More information

IEEE Coyright Notice Personal use of this material is ermitted. However, ermission to rerint/reublish this material for advertising or romotional uroses or for creating new collective works for resale

More information

CONTENT-AWARE NEURON IMAGE ENHANCEMENT. Haoyi Liang, Scott. T. Acton and Daniel S. Weller

CONTENT-AWARE NEURON IMAGE ENHANCEMENT. Haoyi Liang, Scott. T. Acton and Daniel S. Weller CONTENT-AWARE NEURON IMAGE ENHANCEMENT Haoyi Liang, cott. T. Acton and Daniel. Weller University of Virginia, Deartment of ECE, Charlottesville, VA, 2294, UA ABTRACT Neuron imaging enables advances in

More information

Equality-Based Translation Validator for LLVM

Equality-Based Translation Validator for LLVM Equality-Based Translation Validator for LLVM Michael Ste, Ross Tate, and Sorin Lerner University of California, San Diego {mste,rtate,lerner@cs.ucsd.edu Abstract. We udated our Peggy tool, reviously resented

More information

Lecture 8: Orthogonal Range Searching

Lecture 8: Orthogonal Range Searching CPS234 Comutational Geometry Setember 22nd, 2005 Lecture 8: Orthogonal Range Searching Lecturer: Pankaj K. Agarwal Scribe: Mason F. Matthews 8.1 Range Searching The general roblem of range searching is

More information

SKIN CANCER LESION CLASSIFICATION USING LBP BASED HYBRID CLASSIFIER

SKIN CANCER LESION CLASSIFICATION USING LBP BASED HYBRID CLASSIFIER DOI: htt://dx.doi.org/10.26483/ijarcs.v8i7.4469 Volume 8, No. 7, July August 2017 International Journal of Advanced Research in Comuter Science RESEARCH PAPER Available Online at www.ijarcs.info ISSN No.

More information

Fast and Enhanced Algorithm for Exemplar Based Image Inpainting (Paper# 132)

Fast and Enhanced Algorithm for Exemplar Based Image Inpainting (Paper# 132) Fast and Enhanced Algorithm for Exemplar Based Image Inpainting (Paper# 132) Anupam Agrawal Pulkit Goyal Sapan Diwakar Indian Institute Of Information Technology, Allahabad Image Inpainting Inpainting

More information