Computer Aided Protection and Restoration of Dunhuang Mural

Size: px
Start display at page:

Download "Computer Aided Protection and Restoration of Dunhuang Mural"

Transcription

1 Computer Aided Protection and Restoration of Dunhuang Mural Hongfang Han College of Computer Science Zhejiang University Hangzhou, China Abstract The paper proposes a computer aided way for culture heritage protection and restoration, which is based on virtual navigation and image processing technologies. It first creates the database for the digital information of the cave construction and the mural, and also provides some operations, such as insert, query etc, for the database management. In a virtual environment of the cave, users can navigate, mark the disease area, inquiry the information about the mural, monitor and analyze the environment data, and also do virtual mural restoration and simulate the mural evolution without damaging the heritage itself. The article introduces the following technologies: virtual construction of the cave, knowledge expression of Mural, interactive disease marking, object extracting, color restoration with mural knowledge, color harmonization for simulating the mural evolution, and also the functions, modules, workflow of our system. Keywords: Cultural heritage digitization, protection, restoration, Dunhuang mural. 1 Introduction The Mogao Caves in Dunhuang City is a treasure of Buddha Culture in China, and even in the world, which integrated with architecture, color statue and mural. It is in an importance place in the art history of China and the world. Mural is the most important portion of Dunhuang art. Because of the oxidation of plumbum which is the ingredient of pigment for mural, the influence of the climate, sunlight, humidity, exhausted gas, bacterium and mildew, and destruction by people in addition for thousands years, the caves are suffering from many kinds of diseases, such as pulverization, falling off, fading, and color changing [1,2]. Latter-day experts of Dunhuang Academe did many works on environment monitoring and research on the causes of cave illness and mural fading, Dongming Lu College of Computer Science Zhejiang University Hangzhou, China ldm@cs.zju.edu.cn and based on that they did scientific methods to protect and restore of the caves with right materials, and had achieved some fruits. This paper proposes a computer aided way for culture heritage protection and restoration which is base on virtual navigation and image processing technologies. It helps the protection experts to mange information, monitor environment, inquiry disease, analyze data, and also do color restoration and evolution simulation. The integration of information technologies and traditional methods of protection and restoration supplies a more efficient method for Dunhuang mural which is one of the best world cultural heritages. 2 Key techniques 2.1 Virtual construction of the cave Virtual cave modeling is the precondition of the computer aided cultural relic protection and restoration system, which is consisted of measurement, photograph and 3d modeling. The digitization of cave provides virtual scene not only for our system, but also for cave navigation and computer aided archaeology, and at the same time, it s a new organization of cave construction and mural information. The 3d cave model is constructed with 3dmax according to the measurement, and textured by the highresolution image of mural. The mural digitization is an important step in the process of cave digitization, which records the beautiful mural in the computer by photographing and image processing. We design a specific equipment for mural photographing, and also standardize the workflow. After mural photographing, color and shape adjustments are done to archive the highresolution digital image of mural /04/$ IEEE This work is funded by Hi-tech Research and Development Program of China Project(No. 2003AA119020) and Zhejiang province science and technology department project(no. 2004C23035).

2 2.2 Knowledge expression of mural The knowledge of mural includes both vision character and semantic character. The vision character means those characters such as the color and layout of the mural, and the semantic character means the content and background description of the mural. The definition of semantic character is given by: Fs SNo SD S,Where T S No is the cave number in which the mural is, S D is the dynasty when the mural was painted, S is the theme of the mural. T The Knowledge of Dunhuang color is presented by three color rules: the rule of typical initial Dunhuang color, the rule of typical current Dunhuang color and the change rule of typical Dunhuang color Interactive dynamic programming The description of disease marking by interactive dynamic programming [3] is as following: first of all, we get a weighted-graph from the mural image by defining an edge between every pair of neighboring pixels whose weight is determined by the image characteristic such as gradient. The interactive dynamic programming requires user to specify a start point and end point at edge of the disease area, then the algorithm can find the shortest path in the weighted-graph which form part of the disease edge. This procedure repeats with human s judgment and interaction and finally can get an enclosed disease edge. The core of the algorithm is defining the weight of edges (We are using gradient). The shortest path is calculated by Dijkstra. A sample is shown in Figure 1. Both the typical initial and current Dunhuang color rules are given by: ColorRule=<Time, Position, Value, C1, C2,, Cm>,Where Time is the dynasty, Position records where this color has been used, Value is given by a center point and a region, C1, C2,, Cm are harmonic colors of the current one expressed by Value. The change rule of typical Dunhuang color is expressed by some seriate colors according time order: ChgColorRule=<C1, C2,, CnCurve>, Where C1, C2,, Cn are the colors, Curve is the fit curve of those colors. We also use hierarchy structure to express the color knowledge of the mural. First the mural is divided into several classes such as construction, character, and decoration and so on by the mural theme. And each class is continuously divided until they are impartible color objects. The hierarchy expression gives us efficient color indices when we deal with the complicated mural color relationship. 2.3 Interactive disease marking In our protection and restoration system, disease marking is the foundation of disease inquiry and analysis. It could be archived completely by manual work, and actually we did disease marking manually in traditional method. But manual disease marking is a heavy work, and also the result is not satisfied in precision. On the other hand, considering of the complexity of Dunhuang mural it takes more time to find out a technique to mark the disease automatically. As a trade-off, we use manualautomatic marking methods in our system, which are acceptable in both speed and precision. Because in these manual-automatic methods, the capacity of judgment and computer are well combined. Figure 1. Disease marking with interactive dynamic programming Interactive region growing Interactive region growing [3,7] can be also used for disease marking. The disease area here could be disjoint. Each pixel satisfying following formulas is regarded in the disease area. In the growing, the position and size of seed points are determined by the user interactively. dg1( C( i, j), C( m, n)) d ( C( i, j), C ( i, j)) d ( C( i, j), C ( i, j)) ptp g 2 R ptr g3 s pts In the above formulas, Ci (, j) represents the color of pixel (, i j ), Cmn (, ), CR(, i j ) and Cs (, i j ) separately represent the color of neighboring pixel, the average color in the growing area and the color of the seed point. ptp, (1)

3 and ptr pts are thresholds and they satisfy pts ptr ptp. In d gi (), the Euclidean distance of HIS is used when s 10%, otherwise RGB distance is used. When the area size is smaller than 5 5pixels, it s considered as noise. For each joint sub area, at least one interaction is required to point one seed. When the color changes rapidly in the sub area, more interactions may be needed. A sample is shown in Figure Color restoration In Our experiments, we found some Dunhuang murals are kept rather well, but lost their original bright color in the long history. Color transfer can be used to restore the original color. Keeping the original image texture is necessary in color transfer to maintain the reality. Texture can be expressed in many forms, here we regard it as the color difference between neighboring pixels. Before the color transfer, we need to know the destination color. It can be obtained directly according to some existing knowledge or deduced from corresponding rules. The knowledge [4] that can be used includes the experience of the artists, the color fading rule and existing analogous murals. The color transfer algorithm [5] can be expressed as following: Where H, S, V H ' H ah S' SbS V ' V cv represent the color before transfer. ' ' ' H, S, V represent the color after transfer. H, S, V represent the difference between destination color and the average color of this object before transfer. abc,, are coefficients for color transfer. (2) Figure 2. Disease marking with interactive region growing 2.4 Virtual color restoration of Dunhuang mural Object extracting The first step of virtual color restoration is to extract the object need restoration. The two methods mentioned in disease marking can be used for this purpose. Color separating based histogram [3] is another method. The histogram curve of an image is usually not smooth, in order to process it effectively, it is divided into several regions according to wave crests and troughs of the histogram curve. Color values of each region are extracted from the image to generate a histogram table: Histogram<R,G,B,N_Pixel>. The forth column is the pixel count of the region. Finally the image is divided into multiple sub images according to the value of N_Pixel. Some of the murals are seriously damaged due to color fading or disease that some parts of the original arts are almost lost. Region replacement is used for these murals. It combines the figure of the replaced region and the color, texture of the replacing region together for the restoration purpose: the replacing region is warped to fit the outline of the replaced region and then filled into the replaced region. 2.5 Simulation of color evolution The purpose of simulation the color evolution of Dunhuang mural is to provide a visible media for the communication of protection experts, and also to predict mural evolution from the current state by applying the evolution rule to the current mural. The process of simulation the color evolution [6] consists of image division according to the histogram, lengthways color fading and transverse color harmonization. The key techniques here are color fading curve and Color Harmonization.

4 2.5.1 Curve of color fading The pigment of the mural experienced some chemical reactions caused by various environment factors such as sunshine, temperature, humidity and mildew. Its color changed from the original to what we see today. As the pigment fell off and dust adsorbed, the color of the mural faded. By considering the theories of color changing, fading and the drawing procedure of Dunhuang mural, the mural can be presented as following: mural consists of three layers, from bottom to top: clay layer, pigment layer and dust layer. pigment and dust layers are translucent. In the computer model, the image resolution is smaller than the original one. harmonization.the process of color harmonization is like following: Si RGB i i i HiSV i i S HiSVi RGB n i i i Figure 3. Color harmonization with saturation 3 System introduction 3.1 System functions The functions of computer aided cultural relic protection and restoration system include disease marking, disease inquiry and analysis, environment monitoring and data analysis, virtual color restoration and simulation the color evolution of Dunhuang mural etc. Based on the above theories and mural model, two atomic color blending models can be drawn and other more complex ones can be constructed by combining these two. Blending model A: Two colors are blended together and place one above another. Blending model B: Due to the limitation of the image resolution, multiple color points are blended into one pixel symmetrically. By applying the above blending models, the typical intermediate color values of the mural can be calculated. Taking these values as interpolation points to calculate a continuous color curve and limiting all the color values on the curve belong to the color space of Dunhuang, the color fading curve can be achieved. In the transform process, different colors are transformed on different color fading curve Color harmonization In the demonstration of color changing and fading, intermediate color harmonization should be considered if there are multiple colors in the same image are changing or fading. Color harmonization refers to that the color constitution of a image conforms to the principles of aesthetics harmonization. The human perception of color is determined by color's hue(h), lightness(l) and saturation(s). These three attributes are independent and constitute color cubic. When two or more colors don't harmonize, increase the same attribute of these colors can mitigate the difference. The more same attribute added, the more harmonization. Here the same attribute can be one of HLS. In the demonstration, the hue and lightness of intermediate color cannot be changed or the color curve will change, so only saturation is used for Figure 4. Disease inquiry Figure 5. Environment data analysis Users can navigate in the virtual cave just like they do in traditional work, and easily inquiry the murals with multi-resolution. Disease marking and register can be done visually during the navigation with the tools supplied by system. And also the disease records can be surveyed by many ways, such as by interested region or interested kind of disease. Sampling points for material analysis and probe points for environment data are recorded and marked in the system, and the corresponding data can be quickly surveyed in the navigation. Some analysis tools

5 are supplied for data analysis: the maximum, minimum and average calculators, distributing curve etc. Virtual color restoration and simulation the color evolution of Dunhuang mural are supported by the system. 3.2 System modules and workflow The system modules of computer aided cultural relic protection and restoration consist of information management module, 3D navigation module, disease marking module, disease analysis module, disease inquiry module, environment monitoring module, virtual restoration module and virtual simulation module. The relationship of these modules is shown in Figure 6: Database Information management 3D navigation Disease marking Disease analysis Disease inquiry Figure 6. System modules Cave selection 3D navigation Disease marking Disease analysis Disease inquiry Environment monitoring Virtual restoration Virtual simulation Virtual restoration Virtual simulation Environment monitoring Figure 7. System workflow Information management module: this module has the charge of organization of all the data in the system, such as cave structure, image of mural, disease information, material analysis result and environment data etc. 3D navigation module: this module provides users a virtual cave for navigation, and also supplies some convenient user interfaces for mural protection and restoration. Disease marking module: this module supplies several manual-automatic methods for disease marking. And it uses different symbols for different kinds of disease, and also records the information such as the marking person and marked date. Disease inquiry module: this module supports disease inquiry in the 3D navigation. Environment monitoring module: this module has the charge of environment data ingathering, inquiry, analysis and display. Virtual restoration module: this module has the charge of virtual color restoration of Dunhuang mural. Virtual simulation module: this module has the charge of virtual simulation of color evolution of Dunhuang mural. The system workflow is shown in figure 7. References [1] Duan Wenjie, Corpus of Dunhuang research (cave protection), Gansu publishing company, Gansu, China, [2] Li Zuixiong, Corpus of Cave Protection, Gansu publishing company, Gansu, China, [3] Wei Baogang, Pan Yunhe, A frame and rule_based hybrid approach for color restoration of ancient mural, Pattern recognition and artificial intelligenc, Vol 12 No.4, pp , Dec [4] Wei Baogang, Pan Yunhe, Hua Zhong, An analogy_based virtual approach for color restoration of wall painting, Journal of computer research and development,vol 36, No.11, pp , Nov [5] Hua Zhong, Lu Dongming, Pan Yunhe, Research on virtual color restoration and gradual changing simulation of Dunhuang fresco, Journal of image and graphics, Vol 7(A), No. 2, pp , Feb [6] Lin Yi, Lu Dongming, Technical research on virtual color shading of Dunhuang fresco, Application research of computers, Vol 17, No. 12, pp.12-14, Dec [7] Wei Baogang, Lu Dongming, Pan Yunhe, Interactive image segmentation using multiple color spaces, Chinese journal of computer, Vol 24, No. 7, pp , July Disease analysis module: this module analyzes the disease according to the disease region characteristic (such as the shape and area of the disease region) and also monitors its status along the time.

Chinese civilization has accumulated

Chinese civilization has accumulated Color Restoration and Image Retrieval for Dunhuang Fresco Preservation Xiangyang Li, Dongming Lu, and Yunhe Pan Zhejiang University, China Chinese civilization has accumulated many heritage sites over

More information

1338 IEEE TRANSACTIONS ON KNOWLEDGE AND DATA ENGINEERING, VOL. 15, NO. 5, SEPTEMBER/OCTOBER STATUS OF DISCOLORATION OF DUNHUANG S MURALS

1338 IEEE TRANSACTIONS ON KNOWLEDGE AND DATA ENGINEERING, VOL. 15, NO. 5, SEPTEMBER/OCTOBER STATUS OF DISCOLORATION OF DUNHUANG S MURALS 1338 IEEE TRANSACTIONS ON KNOWLEDGE AND DATA ENGINEERING, VOL. 15, NO. 5, SEPTEMBER/OCTOBER 2003 Concise Papers Using Hybrid Knowledge Engineering and Image Processing in Color Virtual Restoration of Ancient

More information

Reference Free Image Quality Evaluation

Reference Free Image Quality Evaluation Reference Free Image Quality Evaluation for Photos and Digital Film Restoration Majed CHAMBAH Université de Reims Champagne-Ardenne, France 1 Overview Introduction Defects affecting films and Digital film

More information

Computer Graphics: Graphics Output Primitives Primitives Attributes

Computer Graphics: Graphics Output Primitives Primitives Attributes Computer Graphics: Graphics Output Primitives Primitives Attributes By: A. H. Abdul Hafez Abdul.hafez@hku.edu.tr, 1 Outlines 1. OpenGL state variables 2. RGB color components 1. direct color storage 2.

More information

DESIGN & DEVELOPMENT OF COLOR MATCHING ALGORITHM FOR IMAGE RETRIEVAL USING HISTOGRAM AND SEGMENTATION TECHNIQUES

DESIGN & DEVELOPMENT OF COLOR MATCHING ALGORITHM FOR IMAGE RETRIEVAL USING HISTOGRAM AND SEGMENTATION TECHNIQUES International Journal of Information Technology and Knowledge Management July-December 2011, Volume 4, No. 2, pp. 585-589 DESIGN & DEVELOPMENT OF COLOR MATCHING ALGORITHM FOR IMAGE RETRIEVAL USING HISTOGRAM

More information

Detection and Verification of Missing Components in SMD using AOI Techniques

Detection and Verification of Missing Components in SMD using AOI Techniques , pp.13-22 http://dx.doi.org/10.14257/ijcg.2016.7.2.02 Detection and Verification of Missing Components in SMD using AOI Techniques Sharat Chandra Bhardwaj Graphic Era University, India bhardwaj.sharat@gmail.com

More information

Performance Analysis of Color Components in Histogram-Based Image Retrieval

Performance Analysis of Color Components in Histogram-Based Image Retrieval Te-Wei Chiang Department of Accounting Information Systems Chihlee Institute of Technology ctw@mail.chihlee.edu.tw Performance Analysis of s in Histogram-Based Image Retrieval Tienwei Tsai Department of

More information

Dunhuang: On the Silk Road with smart tourism and big data

Dunhuang: On the Silk Road with smart tourism and big data Voices from Industry Dunhuang: On the Silk Road with smart tourism and big data As an ancient hub along the Silk Road, China s Dunhuang started life as a meeting point for different people and cultures.

More information

Images and Graphics. 4. Images and Graphics - Copyright Denis Hamelin - Ryerson University

Images and Graphics. 4. Images and Graphics - Copyright Denis Hamelin - Ryerson University Images and Graphics Images and Graphics Graphics and images are non-textual information that can be displayed and printed. Graphics (vector graphics) are an assemblage of lines, curves or circles with

More information

FOG REMOVAL ALGORITHM USING ANISOTROPIC DIFFUSION AND HISTOGRAM STRETCHING

FOG REMOVAL ALGORITHM USING ANISOTROPIC DIFFUSION AND HISTOGRAM STRETCHING FOG REMOVAL ALGORITHM USING DIFFUSION AND HISTOGRAM STRETCHING 1 G SAILAJA, 2 M SREEDHAR 1 PG STUDENT, 2 LECTURER 1 DEPARTMENT OF ECE 1 JNTU COLLEGE OF ENGINEERING (Autonomous), ANANTHAPURAMU-5152, ANDRAPRADESH,

More information

Study on the Performance of Decorative Colors and Materials on Ceramics Jian Zheng1, a

Study on the Performance of Decorative Colors and Materials on Ceramics Jian Zheng1, a 6th International Conference on Machinery, Materials, Environment, Biotechnology and Computer (MMEBC 2016) Study on the Performance of Decorative Colors and Materials on Ceramics Jian Zheng1, a 1 Panzhihua

More information

White Intensity = 1. Black Intensity = 0

White Intensity = 1. Black Intensity = 0 A Region-based Color Image Segmentation Scheme N. Ikonomakis a, K. N. Plataniotis b and A. N. Venetsanopoulos a a Dept. of Electrical and Computer Engineering, University of Toronto, Toronto, Canada b

More information

A Solution for Identification of Bird s Nests on Transmission Lines with UAV Patrol. Qinghua Wang

A Solution for Identification of Bird s Nests on Transmission Lines with UAV Patrol. Qinghua Wang International Conference on Artificial Intelligence and Engineering Applications (AIEA 2016) A Solution for Identification of Bird s Nests on Transmission Lines with UAV Patrol Qinghua Wang Fuzhou Power

More information

A Detection Method of Rice Process Quality Based on the Color and BP Neural Network

A Detection Method of Rice Process Quality Based on the Color and BP Neural Network A Detection Method of Rice Process Quality Based on the Color and BP Neural Network Peng Wan 1,2, Changjiang Long 1, Xiaomao Huang 1 1 College of Engineering, Huazhong Agricultural University, Wuhan, P.

More information

Correction of Clipped Pixels in Color Images

Correction of Clipped Pixels in Color Images Correction of Clipped Pixels in Color Images IEEE Transaction on Visualization and Computer Graphics, Vol. 17, No. 3, 2011 Di Xu, Colin Doutre, and Panos Nasiopoulos Presented by In-Yong Song School of

More information

Color Image Segmentation in RGB Color Space Based on Color Saliency

Color Image Segmentation in RGB Color Space Based on Color Saliency Color Image Segmentation in RGB Color Space Based on Color Saliency Chen Zhang 1, Wenzhu Yang 1,*, Zhaohai Liu 1, Daoliang Li 2, Yingyi Chen 2, and Zhenbo Li 2 1 College of Mathematics and Computer Science,

More information

Adobe Photoshop The program: The Menus: Computer Graphics I- Final Review

Adobe Photoshop The program: The Menus: Computer Graphics I- Final Review Computer Graphics I- Final Review The written portion of your final exam will be 25 multiple choice questions and one free response. Some parts of the exam will be related to examples, images and pictures.

More information

IMAGE TYPE WATER METER CHARACTER RECOGNITION BASED ON EMBEDDED DSP

IMAGE TYPE WATER METER CHARACTER RECOGNITION BASED ON EMBEDDED DSP IMAGE TYPE WATER METER CHARACTER RECOGNITION BASED ON EMBEDDED DSP LIU Ying 1,HAN Yan-bin 2 and ZHANG Yu-lin 3 1 School of Information Science and Engineering, University of Jinan, Jinan 250022, PR China

More information

NON UNIFORM BACKGROUND REMOVAL FOR PARTICLE ANALYSIS BASED ON MORPHOLOGICAL STRUCTURING ELEMENT:

NON UNIFORM BACKGROUND REMOVAL FOR PARTICLE ANALYSIS BASED ON MORPHOLOGICAL STRUCTURING ELEMENT: IJCE January-June 2012, Volume 4, Number 1 pp. 59 67 NON UNIFORM BACKGROUND REMOVAL FOR PARTICLE ANALYSIS BASED ON MORPHOLOGICAL STRUCTURING ELEMENT: A COMPARATIVE STUDY Prabhdeep Singh1 & A. K. Garg2

More information

A rapid automatic analyzer and its methodology for effective bentonite content based on image recognition technology

A rapid automatic analyzer and its methodology for effective bentonite content based on image recognition technology DOI: 10.1007/s41230-016-5119-6 A rapid automatic analyzer and its methodology for effective bentonite content based on image recognition technology *Wei Long 1,2, Lu Xia 1,2, and Xiao-lu Wang 1,2 1. School

More information

Preprocessing and Segregating Offline Gujarati Handwritten Datasheet for Character Recognition

Preprocessing and Segregating Offline Gujarati Handwritten Datasheet for Character Recognition Preprocessing and Segregating Offline Gujarati Handwritten Datasheet for Character Recognition Hetal R. Thaker Atmiya Institute of Technology & science, Kalawad Road, Rajkot Gujarat, India C. K. Kumbharana,

More information

UM-Based Image Enhancement in Low-Light Situations

UM-Based Image Enhancement in Low-Light Situations UM-Based Image Enhancement in Low-Light Situations SHWU-HUEY YEN * CHUN-HSIEN LIN HWEI-JEN LIN JUI-CHEN CHIEN Department of Computer Science and Information Engineering Tamkang University, 151 Ying-chuan

More information

An Efficient Method for Landscape Image Classification and Matching Based on MPEG-7 Descriptors

An Efficient Method for Landscape Image Classification and Matching Based on MPEG-7 Descriptors An Efficient Method for Landscape Image Classification and Matching Based on MPEG-7 Descriptors Pharindra Kumar Sharma Nishchol Mishra M.Tech(CTA), SOIT Asst. Professor SOIT, RajivGandhi Technical University,

More information

Segmentation using Saturation Thresholding and its Application in Content-Based Retrieval of Images

Segmentation using Saturation Thresholding and its Application in Content-Based Retrieval of Images Segmentation using Saturation Thresholding and its Application in Content-Based Retrieval of Images A. Vadivel 1, M. Mohan 1, Shamik Sural 2 and A.K.Majumdar 1 1 Department of Computer Science and Engineering,

More information

Method Of Defogging Image Based On the Sky Area Separation Yanhai Wu1,a, Kang1 Chen, Jing1 Zhang, Lihua Pang1

Method Of Defogging Image Based On the Sky Area Separation Yanhai Wu1,a, Kang1 Chen, Jing1 Zhang, Lihua Pang1 2nd Workshop on Advanced Research and Technology in Industry Applications (WARTIA 216) Method Of Defogging Image Based On the Sky Area Separation Yanhai Wu1,a, Kang1 Chen, Jing1 Zhang, Lihua Pang1 1 College

More information

AR Tamagotchi : Animate Everything Around Us

AR Tamagotchi : Animate Everything Around Us AR Tamagotchi : Animate Everything Around Us Byung-Hwa Park i-lab, Pohang University of Science and Technology (POSTECH), Pohang, South Korea pbh0616@postech.ac.kr Se-Young Oh Dept. of Electrical Engineering,

More information

A Chinese License Plate Recognition System

A Chinese License Plate Recognition System A Chinese License Plate Recognition System Bai Yanping, Hu Hongping, Li Fei Key Laboratory of Instrument Science and Dynamic Measurement North University of China, No xueyuan road, TaiYuan, ShanXi 00051,

More information

ADJUSTMENT LAYERS TUTORIAL

ADJUSTMENT LAYERS TUTORIAL ADJUSTMENT LAYERS TUTORIAL I briefly showed layers in the original layers tutorial but there is a lot more to layers than discussed there. First let us recap the premise behind layers. Layers are like

More information

Comparing CSI and PCA in Amalgamation with JPEG for Spectral Image Compression

Comparing CSI and PCA in Amalgamation with JPEG for Spectral Image Compression Comparing CSI and PCA in Amalgamation with JPEG for Spectral Image Compression Muhammad SAFDAR, 1 Ming Ronnier LUO, 1,2 Xiaoyu LIU 1, 3 1 State Key Laboratory of Modern Optical Instrumentation, Zhejiang

More information

Removal of Gaussian noise on the image edges using the Prewitt operator and threshold function technical

Removal of Gaussian noise on the image edges using the Prewitt operator and threshold function technical IOSR Journal of Computer Engineering (IOSR-JCE) e-issn: 2278-0661, p- ISSN: 2278-8727Volume 15, Issue 2 (Nov. - Dec. 2013), PP 81-85 Removal of Gaussian noise on the image edges using the Prewitt operator

More information

Dunhuang Decorative Pattern Digital Intelligent Enhancement Algorithm

Dunhuang Decorative Pattern Digital Intelligent Enhancement Algorithm IOP Conference Series: Materials Science and Engineering PAPER OPEN ACCESS Dunhuang Decorative Pattern Digital Intelligent Enhancement Algorithm To cite this article: Keyan Liu et al 2018 IOP Conf. Ser.:

More information

Imaging Process (review)

Imaging Process (review) Color Used heavily in human vision Color is a pixel property, making some recognition problems easy Visible spectrum for humans is 400nm (blue) to 700 nm (red) Machines can see much more; ex. X-rays, infrared,

More information

Adding Objects Creating Shapes Adding. Getting Started Creating a Workspace Pages, Masters and Guides Adding Objects Creating Shapes Adding

Adding Objects Creating Shapes Adding. Getting Started Creating a Workspace Pages, Masters and Guides Adding Objects Creating Shapes Adding and Guides ILLUSTRATOR Adding Objects Creating Shapes Adding Getting Started WORKSHOP: Creating a Workspace Pages, Masters Workspace Pages, ADVANCED Masters and Guides Adding Objects WORKSHOP OBJECTIVES

More information

Art 2D Mid-Term Review 2018

Art 2D Mid-Term Review 2018 Art 2D Mid-Term Review 2018 Definition: What is a Line? Definition: Line is the most basic design tool. A line has length, width, tone, and texture. It may divide space, define a form, describe contour,

More information

Fast and High-Quality Image Blending on Mobile Phones

Fast and High-Quality Image Blending on Mobile Phones Fast and High-Quality Image Blending on Mobile Phones Yingen Xiong and Kari Pulli Nokia Research Center 955 Page Mill Road Palo Alto, CA 94304 USA Email: {yingenxiong, karipulli}@nokiacom Abstract We present

More information

Compression and Image Formats

Compression and Image Formats Compression Compression and Image Formats Reduce amount of data used to represent an image/video Bit rate and quality requirements Necessary to facilitate transmission and storage Required quality is application

More information

Color Transformations

Color Transformations Color Transformations It is useful to think of a color image as a vector valued image, where each pixel has associated with it, as vector of three values. Each components of this vector corresponds to

More information

Automatic Licenses Plate Recognition System

Automatic Licenses Plate Recognition System Automatic Licenses Plate Recognition System Garima R. Yadav Dept. of Electronics & Comm. Engineering Marathwada Institute of Technology, Aurangabad (Maharashtra), India yadavgarima08@gmail.com Prof. H.K.

More information

Natalia Vassilieva HP Labs Russia

Natalia Vassilieva HP Labs Russia Content Based Image Retrieval Natalia Vassilieva nvassilieva@hp.com HP Labs Russia 2008 Hewlett-Packard Development Company, L.P. The information contained herein is subject to change without notice Tutorial

More information

ISSN: (Online) Volume 2, Issue 1, January 2014 International Journal of Advance Research in Computer Science and Management Studies

ISSN: (Online) Volume 2, Issue 1, January 2014 International Journal of Advance Research in Computer Science and Management Studies ISSN: 2321-7782 (Online) Volume 2, Issue 1, January 2014 International Journal of Advance Research in Computer Science and Management Studies Research Paper Available online at: www.ijarcsms.com Removal

More information

Locating the Query Block in a Source Document Image

Locating the Query Block in a Source Document Image Locating the Query Block in a Source Document Image Naveena M and G Hemanth Kumar Department of Studies in Computer Science, University of Mysore, Manasagangotri-570006, Mysore, INDIA. Abstract: - In automatic

More information

Positive & Negative Space = the area around or between a design. Asymmetrical = balanced but one part is small and one part is large

Positive & Negative Space = the area around or between a design. Asymmetrical = balanced but one part is small and one part is large Study Guide Compostion COMMERCIAL ART Positive & Negative Space = the area around or between a design Radial Symmetrical = balance is circular Asymmetrical = balanced but one part is small and one part

More information

Image Extraction using Image Mining Technique

Image Extraction using Image Mining Technique IOSR Journal of Engineering (IOSRJEN) e-issn: 2250-3021, p-issn: 2278-8719 Vol. 3, Issue 9 (September. 2013), V2 PP 36-42 Image Extraction using Image Mining Technique Prof. Samir Kumar Bandyopadhyay,

More information

Histogram Equalization: A Strong Technique for Image Enhancement

Histogram Equalization: A Strong Technique for Image Enhancement , pp.345-352 http://dx.doi.org/10.14257/ijsip.2015.8.8.35 Histogram Equalization: A Strong Technique for Image Enhancement Ravindra Pal Singh and Manish Dixit Dept. of Comp. Science/IT MITS Gwalior, 474005

More information

Advanced Maximal Similarity Based Region Merging By User Interactions

Advanced Maximal Similarity Based Region Merging By User Interactions Advanced Maximal Similarity Based Region Merging By User Interactions Nehaverma, Deepak Sharma ABSTRACT Image segmentation is a popular method for dividing the image into various segments so as to change

More information

An Algorithm and Implementation for Image Segmentation

An Algorithm and Implementation for Image Segmentation , pp.125-132 http://dx.doi.org/10.14257/ijsip.2016.9.3.11 An Algorithm and Implementation for Image Segmentation Li Haitao 1 and Li Shengpu 2 1 College of Computer and Information Technology, Shangqiu

More information

Image Measurement of Roller Chain Board Based on CCD Qingmin Liu 1,a, Zhikui Liu 1,b, Qionghong Lei 2,c and Kui Zhang 1,d

Image Measurement of Roller Chain Board Based on CCD Qingmin Liu 1,a, Zhikui Liu 1,b, Qionghong Lei 2,c and Kui Zhang 1,d Applied Mechanics and Materials Online: 2010-11-11 ISSN: 1662-7482, Vols. 37-38, pp 513-516 doi:10.4028/www.scientific.net/amm.37-38.513 2010 Trans Tech Publications, Switzerland Image Measurement of Roller

More information

4th V4Design Newsletter (December 2018)

4th V4Design Newsletter (December 2018) 4th V4Design Newsletter (December 2018) Visual and textual content re-purposing FOR(4) architecture, Design and virtual reality games It has been quite an interesting trimester for the V4Design consortium,

More information

A Novel Method for Enhancing Satellite & Land Survey Images Using Color Filter Array Interpolation Technique (CFA)

A Novel Method for Enhancing Satellite & Land Survey Images Using Color Filter Array Interpolation Technique (CFA) A Novel Method for Enhancing Satellite & Land Survey Images Using Color Filter Array Interpolation Technique (CFA) Suma Chappidi 1, Sandeep Kumar Mekapothula 2 1 PG Scholar, Department of ECE, RISE Krishna

More information

IMAGE SEGMENTATION ALGORITHM BASED ON COLOR FEATURES: CASE STUDY WITH GIANT PANDA

IMAGE SEGMENTATION ALGORITHM BASED ON COLOR FEATURES: CASE STUDY WITH GIANT PANDA IMAGE SEGMENTATION ALGORITHM BASED ON COLOR FEATURES: CASE STUDY WITH GIANT PANDA Hua Wang, Jiang Xiao* and Junguo Zhang Institution of Technology Beijing Forestry University, Beijing, 100083 P.R. China

More information

Linear Gaussian Method to Detect Blurry Digital Images using SIFT

Linear Gaussian Method to Detect Blurry Digital Images using SIFT IJCAES ISSN: 2231-4946 Volume III, Special Issue, November 2013 International Journal of Computer Applications in Engineering Sciences Special Issue on Emerging Research Areas in Computing(ERAC) www.caesjournals.org

More information

Fundamentals of Multimedia

Fundamentals of Multimedia Fundamentals of Multimedia Lecture 2 Graphics & Image Data Representation Mahmoud El-Gayyar elgayyar@ci.suez.edu.eg Outline Black & white imags 1 bit images 8-bit gray-level images Image histogram Dithering

More information

Content Based Image Retrieval Using Color Histogram

Content Based Image Retrieval Using Color Histogram Content Based Image Retrieval Using Color Histogram Nitin Jain Assistant Professor, Lokmanya Tilak College of Engineering, Navi Mumbai, India. Dr. S. S. Salankar Professor, G.H. Raisoni College of Engineering,

More information

Course Descriptions / Graphic Design

Course Descriptions / Graphic Design Course Descriptions / Graphic Design ADE 1101 - History & Theory for Art & Design 1 The course teaches art, architecture, graphic and interior design, and how they develop from antiquity to the late nineteenth

More information

Brain Tumor Segmentation of MRI Images Using SVM Classifier Abstract: Keywords: INTRODUCTION RELATED WORK A UGC Recommended Journal

Brain Tumor Segmentation of MRI Images Using SVM Classifier Abstract: Keywords: INTRODUCTION RELATED WORK A UGC Recommended Journal Brain Tumor Segmentation of MRI Images Using SVM Classifier Vidya Kalpavriksha 1, R. H. Goudar 1, V. T. Desai 2, VinayakaMurthy 3 1 Department of CNE, VTU Belagavi 2 Department of CSE, VSMIT, Nippani 3

More information

A Design Support System for Kaga-Yuzen Kimono Pattern by Means of L-System

A Design Support System for Kaga-Yuzen Kimono Pattern by Means of L-System Original Paper Forma, 22, 231 245, 2007 A Design Support System for Kaga-Yuzen Kimono Pattern by Means of L-System Yousuke KAMADA and Kazunori MIYATA* Japan Advanced Institute of Science and Technology,

More information

Comparison of Two Pixel based Segmentation Algorithms of Color Images by Histogram

Comparison of Two Pixel based Segmentation Algorithms of Color Images by Histogram 5 Comparison of Two Pixel based Segmentation Algorithms of Color Images by Histogram Dr. Goutam Chatterjee, Professor, Dept of ECE, KPR Institute of Technology, Ghatkesar, Hyderabad, India ABSTRACT The

More information

EC-433 Digital Image Processing

EC-433 Digital Image Processing EC-433 Digital Image Processing Lecture 2 Digital Image Fundamentals Dr. Arslan Shaukat 1 Fundamental Steps in DIP Image Acquisition An image is captured by a sensor (such as a monochrome or color TV camera)

More information

Research on Presentation of Multimedia Interactive Electronic Sand. Table

Research on Presentation of Multimedia Interactive Electronic Sand. Table International Conference on Education Technology and Economic Management (ICETEM 2015) Research on Presentation of Multimedia Interactive Electronic Sand Table Daogui Lin Fujian Polytechnic of Information

More information

An Improved Bernsen Algorithm Approaches For License Plate Recognition

An Improved Bernsen Algorithm Approaches For License Plate Recognition IOSR Journal of Electronics and Communication Engineering (IOSR-JECE) ISSN: 78-834, ISBN: 78-8735. Volume 3, Issue 4 (Sep-Oct. 01), PP 01-05 An Improved Bernsen Algorithm Approaches For License Plate Recognition

More information

W. Liu 1,a, Y.Y. Yang 1,b and Z.W. Xing 2,c

W. Liu 1,a, Y.Y. Yang 1,b and Z.W. Xing 2,c Materials Science Forum Vols. 471-472 (2004) pp 895-899 online at http://www.scientific.net Materials (2004) Trans Science Tech Forum Publications, Vols. *** Switzerland (2004) pp.895-899 Online available

More information

HOW TO SIMULATE AND REALIZE A DISAPPEARED CITY AND CITY LIFE?

HOW TO SIMULATE AND REALIZE A DISAPPEARED CITY AND CITY LIFE? HOW TO SIMULATE AND REALIZE A DISAPPEARED CITY AND CITY LIFE? A VR cave simulation SHEN-KAI TANG, YU-TUNG LIU, YANG-CHENG FAN, YEN- LIANG WU, HUEI-YING LU, CHOR-KHENG LIM, LAN-YING HUNG AND YU-JEN CHEN

More information

Noise Removal of Spaceborne SAR Image Based on the FIR Digital Filter

Noise Removal of Spaceborne SAR Image Based on the FIR Digital Filter Noise Removal of Spaceborne SAR Image Based on the FIR Digital Filter Wei Zhang & Jinzhong Yang China Aero Geophysical Survey & Remote Sensing Center for Land and Resources, Beijing 100083, China Tel:

More information

Follower Robot Using Android Programming

Follower Robot Using Android Programming 545 Follower Robot Using Android Programming 1 Pratiksha C Dhande, 2 Prashant Bhople, 3 Tushar Dorage, 4 Nupur Patil, 5 Sarika Daundkar 1 Assistant Professor, Department of Computer Engg., Savitribai Phule

More information

Integrated Digital System for Yarn Surface Quality Evaluation using Computer Vision and Artificial Intelligence

Integrated Digital System for Yarn Surface Quality Evaluation using Computer Vision and Artificial Intelligence Integrated Digital System for Yarn Surface Quality Evaluation using Computer Vision and Artificial Intelligence Sheng Yan LI, Jie FENG, Bin Gang XU, and Xiao Ming TAO Institute of Textiles and Clothing,

More information

For a long time I limited myself to one color as a form of discipline. Pablo Picasso. Color Image Processing

For a long time I limited myself to one color as a form of discipline. Pablo Picasso. Color Image Processing For a long time I limited myself to one color as a form of discipline. Pablo Picasso Color Image Processing 1 Preview Motive - Color is a powerful descriptor that often simplifies object identification

More information

Screening Algorithm Based on The Color Halftone Fluorescent Printing and Its Application in Packaging Design

Screening Algorithm Based on The Color Halftone Fluorescent Printing and Its Application in Packaging Design Screening Algorithm Based on The Color Halftone Fluorescent Printing and Its Application in Packaging Design RESEARCH ARTICLE Hu Yaojian Wang Ruojing Liu Juan Yang Ling Zhong Yunfei* ABSTRACT This paper

More information

Ergonomics in Product Design

Ergonomics in Product Design 3rd International Conference on Material, Mechanical and Manufacturing Engineering (IC3ME 2015) Ergonomics in Product Design Yang Xi-Hui 1, a, Zhu Yuan-Peng 2, b * 1, 2 School of Mechano-electronic Engineering,

More information

Wavelet-Based Multiresolution Matching for Content-Based Image Retrieval

Wavelet-Based Multiresolution Matching for Content-Based Image Retrieval Wavelet-Based Multiresolution Matching for Content-Based Image Retrieval Te-Wei Chiang 1 Tienwei Tsai 2 Yo-Ping Huang 2 1 Department of Information Networing Technology, Chihlee Institute of Technology,

More information

Augmented Reality using Hand Gesture Recognition System and its use in Virtual Dressing Room

Augmented Reality using Hand Gesture Recognition System and its use in Virtual Dressing Room International Journal of Innovation and Applied Studies ISSN 2028-9324 Vol. 10 No. 1 Jan. 2015, pp. 95-100 2015 Innovative Space of Scientific Research Journals http://www.ijias.issr-journals.org/ Augmented

More information

A Method of Multi-License Plate Location in Road Bayonet Image

A Method of Multi-License Plate Location in Road Bayonet Image A Method of Multi-License Plate Location in Road Bayonet Image Ying Qian The lab of Graphics and Multimedia Chongqing University of Posts and Telecommunications Chongqing, China Zhi Li The lab of Graphics

More information

Digital Image Processing. Lecture # 6 Corner Detection & Color Processing

Digital Image Processing. Lecture # 6 Corner Detection & Color Processing Digital Image Processing Lecture # 6 Corner Detection & Color Processing 1 Corners Corners (interest points) Unlike edges, corners (patches of pixels surrounding the corner) do not necessarily correspond

More information

Outline. Comparison of Kinect and Bumblebee2 in Indoor Environments. Introduction (Cont d) Introduction

Outline. Comparison of Kinect and Bumblebee2 in Indoor Environments. Introduction (Cont d) Introduction Middle East Technical University Department of Mechanical Engineering Comparison of Kinect and Bumblebee2 in Indoor Environments Serkan TARÇIN K. Buğra ÖZÜTEMİZ A. Buğra KOKU E. İlhan Konukseven Outline

More information

Detection of Rail Fastener Based on Wavelet Decomposition and PCA Ben-yu XIAO 1, Yong-zhi MIN 1,* and Hong-feng MA 2

Detection of Rail Fastener Based on Wavelet Decomposition and PCA Ben-yu XIAO 1, Yong-zhi MIN 1,* and Hong-feng MA 2 2017 2nd International Conference on Information Technology and Management Engineering (ITME 2017) ISBN: 978-1-60595-415-8 Detection of Rail Fastener Based on Wavelet Decomposition and PCA Ben-yu XIAO

More information

Published by: PIONEER RESEARCH & DEVELOPMENT GROUP (www.prdg.org) 1

Published by: PIONEER RESEARCH & DEVELOPMENT GROUP (www.prdg.org) 1 IJREAT International Journal of Research in Engineering & Advanced Technology, Volume 2, Issue 2, Apr- Generating an Iris Code Using Iris Recognition for Biometric Application S.Banurekha 1, V.Manisha

More information

Color Image Processing

Color Image Processing Color Image Processing Selim Aksoy Department of Computer Engineering Bilkent University saksoy@cs.bilkent.edu.tr Color Used heavily in human vision. Visible spectrum for humans is 400 nm (blue) to 700

More information

A Review Paper on Image Processing based Algorithms for De-noising and Enhancement of Underwater Images

A Review Paper on Image Processing based Algorithms for De-noising and Enhancement of Underwater Images IJSTE - International Journal of Science Technology & Engineering Volume 2 Issue 10 April 2016 ISSN (online): 2349-784X A Review Paper on Image Processing based Algorithms for De-noising and Enhancement

More information

Face Detection System on Ada boost Algorithm Using Haar Classifiers

Face Detection System on Ada boost Algorithm Using Haar Classifiers Vol.2, Issue.6, Nov-Dec. 2012 pp-3996-4000 ISSN: 2249-6645 Face Detection System on Ada boost Algorithm Using Haar Classifiers M. Gopi Krishna, A. Srinivasulu, Prof (Dr.) T.K.Basak 1, 2 Department of Electronics

More information

VEHICLE LICENSE PLATE DETECTION ALGORITHM BASED ON STATISTICAL CHARACTERISTICS IN HSI COLOR MODEL

VEHICLE LICENSE PLATE DETECTION ALGORITHM BASED ON STATISTICAL CHARACTERISTICS IN HSI COLOR MODEL VEHICLE LICENSE PLATE DETECTION ALGORITHM BASED ON STATISTICAL CHARACTERISTICS IN HSI COLOR MODEL Instructor : Dr. K. R. Rao Presented by: Prasanna Venkatesh Palani (1000660520) prasannaven.palani@mavs.uta.edu

More information

Hand & Upper Body Based Hybrid Gesture Recognition

Hand & Upper Body Based Hybrid Gesture Recognition Hand & Upper Body Based Hybrid Gesture Prerna Sharma #1, Naman Sharma *2 # Research Scholor, G. B. P. U. A. & T. Pantnagar, India * Ideal Institue of Technology, Ghaziabad, India Abstract Communication

More information

MODIFICATION OF ADAPTIVE LOGARITHMIC METHOD FOR DISPLAYING HIGH CONTRAST SCENES BY AUTOMATING THE BIAS VALUE PARAMETER

MODIFICATION OF ADAPTIVE LOGARITHMIC METHOD FOR DISPLAYING HIGH CONTRAST SCENES BY AUTOMATING THE BIAS VALUE PARAMETER International Journal of Information Technology and Knowledge Management January-June 2012, Volume 5, No. 1, pp. 73-77 MODIFICATION OF ADAPTIVE LOGARITHMIC METHOD FOR DISPLAYING HIGH CONTRAST SCENES BY

More information

Detecting Greenery in Near Infrared Images of Ground-level Scenes

Detecting Greenery in Near Infrared Images of Ground-level Scenes Detecting Greenery in Near Infrared Images of Ground-level Scenes Piotr Łabędź Agnieszka Ozimek Institute of Computer Science Cracow University of Technology Digital Landscape Architecture, Dessau Bernburg

More information

AN EFFECTIVE APPROACH FOR IMAGE RECONSTRUCTION AND REFINING USING DEMOSAICING

AN EFFECTIVE APPROACH FOR IMAGE RECONSTRUCTION AND REFINING USING DEMOSAICING Research Article AN EFFECTIVE APPROACH FOR IMAGE RECONSTRUCTION AND REFINING USING DEMOSAICING 1 M.Jayasudha, 1 S.Alagu Address for Correspondence 1 Lecturer, Department of Information Technology, Sri

More information

Midterm Examination CS 534: Computational Photography

Midterm Examination CS 534: Computational Photography Midterm Examination CS 534: Computational Photography November 3, 2015 NAME: SOLUTIONS Problem Score Max Score 1 8 2 8 3 9 4 4 5 3 6 4 7 6 8 13 9 7 10 4 11 7 12 10 13 9 14 8 Total 100 1 1. [8] What are

More information

2 Human Visual Characteristics

2 Human Visual Characteristics 3rd International Conference on Multimedia Technology(ICMT 2013) Study on new gray transformation of infrared image based on visual property Shaosheng DAI 1, Xingfu LI 2, Zhihui DU 3, Bin ZhANG 4 and Xinlin

More information

True Color Distributions of Scene Text and Background

True Color Distributions of Scene Text and Background True Color Distributions of Scene Text and Background Renwu Gao, Shoma Eguchi, Seiichi Uchida Kyushu University Fukuoka, Japan Email: {kou, eguchi}@human.ait.kyushu-u.ac.jp, uchida@ait.kyushu-u.ac.jp Abstract

More information

Exercise 4-1 Image Exploration

Exercise 4-1 Image Exploration Exercise 4-1 Image Exploration With this exercise, we begin an extensive exploration of remotely sensed imagery and image processing techniques. Because remotely sensed imagery is a common source of data

More information

Subjective evaluation of image color damage based on JPEG compression

Subjective evaluation of image color damage based on JPEG compression 2014 Fourth International Conference on Communication Systems and Network Technologies Subjective evaluation of image color damage based on JPEG compression Xiaoqiang He Information Engineering School

More information

Raster Based Region Growing

Raster Based Region Growing 6th New Zealand Image Processing Workshop (August 99) Raster Based Region Growing Donald G. Bailey Image Analysis Unit Massey University Palmerston North ABSTRACT In some image segmentation applications,

More information

Developing a New Color Model for Image Analysis and Processing

Developing a New Color Model for Image Analysis and Processing UDC 004.421 Developing a New Color Model for Image Analysis and Processing Rashad J. Rasras 1, Ibrahiem M. M. El Emary 2, Dmitriy E. Skopin 1 1 Faculty of Engineering Technology, Amman, Al Balqa Applied

More information

A Reversible Data Hiding Scheme Based on Prediction Difference

A Reversible Data Hiding Scheme Based on Prediction Difference 2017 2 nd International Conference on Computer Science and Technology (CST 2017) ISBN: 978-1-60595-461-5 A Reversible Data Hiding Scheme Based on Prediction Difference Ze-rui SUN 1,a*, Guo-en XIA 1,2,

More information

Elements of Design. Basic Concepts

Elements of Design. Basic Concepts Elements of Design Basic Concepts Elements of Design The four elements of design are as follows: Color Line Shape Texture Elements of Design Color: Helps to identify objects Helps understand things Helps

More information

Aesthetic Visual Style Assessment on Dunhuang Murals

Aesthetic Visual Style Assessment on Dunhuang Murals J. Shanghai Jiaotong Univ. (Sci.), 204, 9(): 28-34 DOI: 0.007/s2204-04-473-y Aesthetic Visual Style Assessment on Dunhuang Murals YANG Bing ( ), XU Duan-qing ( ), TANG Da-wei ( ) YANG Xin 2 ( ), ZHAO Lei

More information

ECC419 IMAGE PROCESSING

ECC419 IMAGE PROCESSING ECC419 IMAGE PROCESSING INTRODUCTION Image Processing Image processing is a subclass of signal processing concerned specifically with pictures. Digital Image Processing, process digital images by means

More information

Received on: Accepted on:

Received on: Accepted on: ISSN: 0975-766X CODEN: IJPTFI Available Online through Research Article www.ijptonline.com AUTOMATIC FLUOROGRAPHY SEGMENTATION METHOD BASED ON HISTOGRAM OF BRIGHTNESS SUBMISSION IN SLIDING WINDOW Rimma

More information

Photoshop 01. Introduction to Computer Graphics UIC / AA/ AD / AD 205 / F05/ Sauter.../documents/photoshop_01.pdf

Photoshop 01. Introduction to Computer Graphics UIC / AA/ AD / AD 205 / F05/ Sauter.../documents/photoshop_01.pdf Photoshop 01 Introduction to Computer Graphics UIC / AA/ AD / AD 205 / F05/ Sauter.../documents/photoshop_01.pdf Topics Raster Graphics Document Setup Image Size & Resolution Tools Selecting and Transforming

More information

Non-Photorealistic Rendering

Non-Photorealistic Rendering CSCI 420 Computer Graphics Lecture 24 Non-Photorealistic Rendering Jernej Barbic University of Southern California Pen-and-ink Illustrations Painterly Rendering Cartoon Shading Technical Illustrations

More information

Chapter 9 Image Compression Standards

Chapter 9 Image Compression Standards Chapter 9 Image Compression Standards 9.1 The JPEG Standard 9.2 The JPEG2000 Standard 9.3 The JPEG-LS Standard 1IT342 Image Compression Standards The image standard specifies the codec, which defines how

More information

Real Time ALPR for Vehicle Identification Using Neural Network

Real Time ALPR for Vehicle Identification Using Neural Network _ Real Time ALPR for Vehicle Identification Using Neural Network Anushree Deshmukh M.E Student Terna Engineering College,Navi Mumbai Email: anushree_deshmukh@yahoo.co.in Abstract With the rapid growth

More information

Example Based Colorization Using Optimization

Example Based Colorization Using Optimization Example Based Colorization Using Optimization Yipin Zhou Brown University Abstract In this paper, we present an example-based colorization method to colorize a gray image. Besides the gray target image,

More information