2 About Pressure Sensing Pressure sensing is a mechanism which detects input in the interface of which inputs are sense of touch. Although the example

Size: px
Start display at page:

Download "2 About Pressure Sensing Pressure sensing is a mechanism which detects input in the interface of which inputs are sense of touch. Although the example"

Transcription

1 A Framework of FTIR Table Pressure Sensing for Simulation of Art Performance Masahiro Ura * Nagoya University Masashi Yamada Mamoru Endo Shinya Miyazaki Chukyo University Takami Yasuda Nagoya University Figure 1: Result of Simulation Abstract In brushworks, slight differences of pressure between the brush and the paper influences significantly to the expressiveness of artworks. To reflect artists sensitivity and techniques, it is deemed desirable to simulate the detail factors in real artwork environments. In this study, to realize various simulated artworks on the table top interface, we produce a framework of pressure sensing based on FTIR tables. We especially evaluate the effectiveness of hand and brush drawing in the framework and reproducibility on it. Keywords: table-top interface, FTIR, pressure sensing * ura@nagoya-u.jp {myamada, endoh, miyazaki}@sist.chukyo-u.ac.jp yasuda@is.nagoya-u.ac.jp 1 Introduction There are many attempts to simulate artwork and artistic techniques with a computer; they are classified into two broad categories. One is giving priority to the output result as a work [Hertzmann 2003], and the other is giving priority to not only the result but also the reproduction of the production process [Nakakoji et al. 2007]. The latter is intended that users can simulate the production process for artworks which have difficult construction of production environments, and to provide users with practice environments of artwork which the production process is performed. For the reproduction of the production process, it is important for each technique to be expressible based on the actual production environment and metaphor of techniques, and to offer an interface that can reflect artist's sensibility. The interface that enables intuitive inputs includes table-top. Although table-top is used a lot as the interface of the cooperative working system, it would appear that tabletop is effective as the interface in simulation of artwork because many production environments of artworks are flat. However many table-top applications are not appropriate for artwork that has delicate difference of input which influences a work because they are designed to use tips of fingers and pens as input interface. Therefore it is necessary to achieve input equal to reality to simulate artwork production by using tabletop. In this study, we propose a framework to realize pressure sensing on table-top which used Frustrated Total Internal Reflection (FTIR). In this framework, we realize to support production techniques in various artworks by treating input shapes as pointers which can be tracked. We evaluate the effectiveness of the proposed method and reproducibility of artwork by developing simulators of artwork with hands and brushes using the framework as shown in Fig

2 2 About Pressure Sensing Pressure sensing is a mechanism which detects input in the interface of which inputs are sense of touch. Although the example in which this is used is the device like Phantom that can obtain force feedback, the cases of pressure sensing that uses tabletop are reported [Kamiyama et al. 2005]. Thus, though purpose-built hardware is generally used for pressure sensing, smith and his colleagues propose a method of realizing the pressure sensing at a low price by putting silicon on FTIR table [Smith et al. 2007]. In addition, they develop the paint tool that can input various shapes such as hands and brushes as a demonstration of this interface. However, because the input shape is reflected in drawing without modification, the input cannot be tracked. Therefore, because the supplementation processing is not executed when the distance of the input is large, the intended result might not be obtained. it influences the perfection level of the work if the input is not appropriately reflected, because The difference of a slight input appears as a difference of power of expression in the art work. Therefore, it is necessary to treat input shapes as pointer which can be tracked to correspond to various art productions. 3 Pressure Sensing by FTIR Table We develop an environment to realize pressure sensing which consists of two or more tracking pointers. 3.1 Making of a FTIR Table Therefore we propose a method that recognizes shapes of hands which touched on the table from images that can be acquired in the interface as pointers, and enabling two or more pointing and tracking pointers. The steps are described in the following: 1) Binalize and labeling the inputted image from the camera, and extracting area pixels and outline pixels from the image. 2) Calculating the mean values of outline pixels of each area, and setting the values to a central point of pointers. 3) Comparing the position of a center point of each pointer with the position of each pointer of the last frame, and processing the one to which the distance is shortest as the same pointer. 4) Giving new ID to a new pointer. As a result, the tracking of the pointer is enabled [Hara et al. 2009]. The parameters of these pointers are maintained by the structure shown in Fig. 3. Figure 4 shows an example of recognizing the pointer. The left figure is the image before processing and the right figure is the image after processing. In the right figure, gray is the surface of contact, white is the outline and the number is the ID of the pointer. struct pointer { int id; // pointer ID list<pixel> area; // list of area pixels list<pixel> outline; // list of outline pixels point center; // central point }; Figure 3: Structure of the Pointer We use FTIR to realize contact sensing that acquire the shape grounded to the table as inputs. By using property of total internal reflection of infrared rays, gray scale images that parts where hand touch on the table is white and the other is black can be obtained from a camera. Moreover, by putting a film of thin silicon to the acrylic board with Smith's proposed method, the change of input shapes according to the pressure of contact can be obtained. Figure 2 shows the hardware configuration of the FTIR table. Silicon Infrared Ray LED Acrylic Board Infrared Ray LED Figure 3: 4: Example of Recognizing Pointer Projector (mirror-reversed projection) Figure 2: Configuration of FTIR table 3.2 Making of a Framework PC Camera (only infrared rays pass through) One of the libraries for constructing multi-touch environment is Touchlib [David]. It can recognize pointing by two or more fingers and track these pointers. However it treats all the input shape as a circle; therefore, when inputting various shapes by using various tools such as hands and brushes are assumed, there is a limit to reflect input. On the other hand, though the touched area can be treated as inputted shape in the case of Smith's method, there are still problems such as no appropriate reflection of input when the speed of operation exceeds the frame rate of the camera input because the pointer is not tracked. In the FTIR table, because it is difficult to match coordinates of the projected image of the projector and the acquired image of the camera completely by arranging the equipment, the calibration is executed by software processing as input and output are corresponding. When input is treated as a circle like Touchlib, the input shape can be treated by the calculating formula by information on a central point and radius. Therefore, calibration can only be executed by processing projective transformation to central coordinates of each input. In this case, computational complexity is projective transformation of the number of times of pointers. On the other hand, when using the inputted shape as the shape of the pointer like the proposal method, if only central coordinate is converted like Touchlib and the inputted shape is arranged at the center, the more the distortion of the camera and the projector, the more the difference between the inputted shape and the outputted shape; therefore, it is necessary that the pixels of the input shape are targeted of the projective transformation to match the shape. However, it is clear that the computational complexity increases several times compared with the case of a round pointer, and this become a factor to generate the delay in processing. 119

3 Then, we reduce computational complexity by using the texture function which is provided in 3D graphics library. Figure 5 shows an example of calibration. A gray quadrangle in the left figure shows the acquisition area in the camera, and a black quadrangle shows the projection domain of the projector. The texture is set by conforming coordinates of four corners of acquisition area to coordinates of four corners of projection domain like the right figure. As a result, a stable processing speed can be expected though the accuracy of the image is less than the actual resolution. Camera Artist Sand Canvas Light Figure 6: Environment of Sand Animation Screen Audience Simulation of Artistic Techniques 4 Simulation of Artworks We simulate artworks on the produced environment. The simulated artworks are Sand Animation which produces animation by operating sand by hand, and Rainbow Art which can be painted colorful strokes like a rainbow with brushes. In these cases, we confirm reproducibility and effectiveness of the proposed method by comparing a simulated artwork with an actual artwork and measuring the processing speed in each case. The production procedures of works are provided, and the works are produced based on the storyboard made beforehand. The experiments are executed on the environment shown in Table 1. OS CPU Memory Graphic Card Camera 4.1 Sand Animation Figure 5: Calibration by using Texture Table 1: Environment of Experiments Windows Vista Businnes Intel Core2 Duo E GHz 4GB ATI Radeon HD 4800 (RV770) Frame rate: 30fps, Resolution: 640x480pixel Many production techniques of Sand Animation are executed by touching the hand to a tabular canvas. In this chapter, we survey the production environment and techniques from the works of Ferenc Cako who is a Sand animation artist [Cako], and simulate the behavior of sand and the production techniques based on the result [Hara et al. 2009] About Sand Animation Sand Animation is the name of an art technique for producing animation work with sand and the performance art of the production process. It can produce a unique warmth expression such as sepia tone by using sand and light. Its works are produced with the environment showing in Fig. 6. The artist produce works by operating sand on a canvas. In the case of showing the production process as performance art, a picture of the canvas is taken with a camera, and the image from the camera is projected to the screen. There are several drawing techniques for production in Sand Animation. We reproduced the behavior of sand in each technique based on the result of surveying Cako s works. The movement or removal of arranged sand, additional sand, and so on are divided into three "Put", "Sprinkle" and "Shave", and simulated respectively, because there are several production techniques to compose animation Put: Holding sand in hands, and drawing lines and points like putting it on canvas Sprinkle: Painting a certain area by sprinkling sand to canvas by separating hand and canvas. When inertia is large, sand flies widely, and becomes an expression with speed and power. Shave: Shaving arranged sand by fingers and palms. The backlight leaks from the space made after shaving, and a clear line is expressed by the contrast. In actual Sand Animation, hands do not touch the canvas when executing Put and Sprinkle. However, because the pointer cannot be recognized if hands do not contact the FTIR table, these operations are inputted by touching hands to the table at the present stage. Moreover, we treat sand by its height field which each cells manage sand height in simulation. Thickness and texture are expressed by changing the drawing in proportion to the amount of sand. The color of the state without sand - the color of amount 0 of sand - is RGB (255,240,120), and the color when the backlight is intercepted in the amount of 100 or more sand is RGB (40,0,0). In addition, we use dithering method to express the texture of sand. In this method, threshold is set to each pixel of the field at random beforehand, and sand variability is expressed by improving brightness when the amount of sand in the height field is less than the threshold. (1) Simulation of Put Adding only the amount of sand by formula k r l e 1 in the circle the radius is r and the center is the pointer's central point p. k 1 is a controlling constant, l is a distance of targeted pixel and p, e is a random numbers value. Moreover, a natural drawing which amount of sand is not the same is obtained by increasing and decreasing the added amount of sand at random. (2) Simulation of Sprinkle We separately treat the process of flying and sprinkling sand. First, calculating the distance l with the central point p of a pointer in the current frame and the central point q of a pointer in the previous frame. Then, setting constant distance t. If l is within the range of t, assuming there is no inertia force and processing of sprinkle is executed. This processing arrange sand more widely and more thinly in the circle than Put The supplementation process is executed if distance l is large. 120

4 (3) Simulation of Shave This technique moves arranged sand to the traveling direction of hands. Therefore, we realize the simulation by processing of moving sand on area pixels of pointer to outline pixels of pointer. First of all, if the amount of sand of each pixel stored in the area list area of the pointer is v or more, only v decreases the amount of sand from the pixel. If it is smaller than v, the amount of sand is adjusted to 0. Then, decreasing s which is the total amount of sand, and adding the sand amount s / n ( n is a number of outline pixel) to each outline pixels. Because sand is generated in the outline on the other side's traveling direction in each process when the distance is large, sand is not distributed to an outline pixel that overlaps with the pointer area in the previous supplementation point Execution Example Figure 7 shows Sand Animation produced based on the storyboard, and Figure 8 shows "Shave" is executed in simulation. The left figures of Fig. 7 are works by simulation, and the right figures are works by actual sand. There is a difference in background color because one is display capture and the other is an actual photo of sand; however, it confirms that the work that used various techniques is drawn similar to the same drawing. Figure 8: Example of Simulating Sand Animation Processing Time We measure time from touching a table by hand to the recognition of these as pointers in each operation of Put, Sprinkle and Shave, and time until the processing of one frame is completed. As a result, time required to recognize the pointer is 500 ms on average, and this is equal to the delay generated when the camera displays the acquired image; therefore, the processing time of the pointer recognition is small enough. In addition, execution time is smaller than 1/30s that is the update interval of the frame in 30fps in each operation as shown in Table 2. For these reasons, we confirmed processing in simulation has no delay. Table 2: Processing Time condition dimensions (px) Processing Time (ms) Put Sprinkle Shave Finger Five Fingers Side of Hand Palm Two Palms Rainbow Art We show an example to simulate artwork which uses a tool for drawing. For the confirmation of the reproducibility of details, we simulate Rainbow Art that painters can draw colorful pictures such as a rainbow About Rainbow Art Figure 7: Produced Sand Animation based on the Conte Rainbow Art is a drawing tool for kids designed by Laszlo Szekely [Szekely 1994]. The works of it is produced by painting paper with platy sponge brushes. The sponge brushes are oblong, and lines like rainbows can be drawn by putting two or more colorant to the brush. As a result, everyone can draw colorful pictures easily. A shape that can be drawn is decided to some degree on the characteristic of the brush, and a lot of works are produced in combination of the sector, quadrangle, and the straight line. The sizes of brushes vary, and can adhere up to six colors maximum. Not only one person but multiple people occasionally produce work on the same canvas as a recreation. Figure 9 shows the tool and the usage example. 121

5 Figure 9: The Tool and the Usage Example of Rainbow Art Simulation of Artistic Techniques A brush has characteristics which colorant is prolonged and a surface is drawn by moving the brush head which colorant is adhered to on the painted surface by keeping contact. Therefore, in the case of broad brush used in rainbow art, the interpretation that the movement stroke becomes surface is approved when considering the end points of the brush head are connected mutually to be one line. Moreover, it can be thought that the line is composed by not a single color like a usual brush but multiple colors in Rainbow Art. Then, by treating the input as a line by using a central point and an outline of the input acquired by the framework, we realize drawing on tabletop with the brush. First of all, setting the contour point p which is furthest away from central point c in the inputted area as the end point of brush. Next, q which is symmetrical to p in central point c is set as another end point of the brush, and segment l which has p and q as both ends is considered to be a contact line of the brush. Moreover, to enable tracking, setting both end points p and q of segment l as markers, and treating markers which the distance from previous frames coordinates to current coordinates is the shortest as the same marker. As a result, it is possible to keep information of the brush's direction even if the position and the angle of the brush are changed. Figure 10 shows a drawing of brush strokes according to marker's movement. By considering drawn surface by moving the brush as quadrangles from two points of the previous frame's pointer and two points of the current frame's pointer, stroke is expressed. The stroke is expressed by these consecutive quadrangles. Figure 11: Generating Coloring by using Gouraud Shading Execution Example Figure 12 shows Rainbow Art produced based on the storyboard, and Figure 13 shows work produced in simulation. The left figures of Fig. 12 are works by simulation, and the right figures are actual Rainbow Art works. From these figures, it is confirmed that coloring and shapes are of the same drawing in each work. In addition, processing speed of simulation is less than the frame update interval as well as the simulation of Sand Animation. These results show the effectiveness of simulation. However, paying attention to detail, a blur is caused in the drawn stroke in the simulator. It is thought that putting pressure to the support surface is not constant unlike actual production, because both silicon of the interface and the sponge brush absorb pressure. Moreover, in actual production, because the color adheres to the brush, the color can be confirmed by watching when newly drawn. On the other hand, the intended drawing might not be obtained in simulation, because direction information of the brush is lost when moving the brush away from the table. Figure 10: The Tool and the Usage Example of Rainbow Art Although the colorant used for the rainbow art is similar to watercolor pigment, it becomes a gradation color by mixing with the adjoined color that adheres to the brush. Therefore, peculiar coloring of rainbow art is reproduced by using gouraud shading. Figure 10 shows the example of drawing a brush stroke that consists of three colors. Segment pq represents the contact area of a previous frame and segment p q represents the contact area of a current frame. In this case, because the contact area is composed of three colors, the turning point of the color is segment mm that consists of midpoint m of segment pq and midpoint m of segment p q. Then, the brush stroke is drawn by combining quadrangle pmm p and mq q m. As a result, a gradation which is smooth and without irregularity is expressed. Figure 12: The Tool and the Usage Example of Rainbow Art 122

6 Figure 13: The Tool and the Usage Example of Rainbow Art 5 Conclusion In this study, we produced the framework for pressure sensing which enabled tracking of a pointer based on FTIR table. We also confirmed the reproducibility and effectiveness of it by simulating actual artworks by using the framework. Acknowledgments I would like to thank Marvin Lenoar for his constant support. This work was supported in part by Grant-in-Aid for Scientific Research from the Ministry of Education, Culture, Sports, Science and Technology of Japan, research grant from Kayamori Foundation of Informational Science Advancement, research grant from Artificial Intelligence Research Promotion Foundation, and research grant from The Hori Information Science Promotion Foundation. References HERTZMANN, A A Survey of Stroke-Based Rendering. IEEE Computer Graphics and Applications, vol.23, no.4, NAKAKOJI, K., JO, K., YAMAMOTO, Y., NISHIHARA, Y., AND ASA- DA, M Reproducing and Re-experiencing the Writing Process in Japanese Calligraphy. In Proceedings of 2nd IEEE Tabletop Workshop, IEEE Xplore, SMITH, J. D, GRAHAM, T. C. N., HOLMAN, D., AND BORCHERS, J Low-Cost Malleable Surfaces with Multi-Touch Pressure Sensitivity. In Proceedings of 2nd IEEE Tabletop Workshop, IEEE Xplore, KAMIYAMA, K., VLACK, K., MIZOTA, T., KAJIMOTO, H., KAWA- KAMI, N., AND TACHI, S., Vision-Based Sensor for Real- Time Measuring of Surface Traction Fields. IEEE Computer Graphics and Applications, vol.25, no.1, WALIN, D. Touchlib: an opensource multi-touch framework. CAKO, F. Sand Animation. HARA, K., URA, M., YAMADA, M., ENDO, M., MIYAZAKI, S., AND YASUDA, T An Artistic Technique of Sand Animation and Its Simulation. In Proceedings of NICOGRAPH HARA, K., URA, M., YAMADA, M., ENDO, M., MIYAZAKI, S., AND YASUDA, T Framework of Pressure Sensing by using FTIR Table and Its Application to Art Simulation. Technical report of IEICE, vol.109, no.466, SZEKELY, L US Patent No. 5,318,

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

Non-Photorealistic Rendering

Non-Photorealistic Rendering CSCI 480 Computer Graphics Lecture 23 Non-Photorealistic Rendering April 16, 2012 Jernej Barbic University of Southern California http://www-bcf.usc.edu/~jbarbic/cs480-s12/ Pen-and-ink Illustrations Painterly

More information

Estimation of Folding Operations Using Silhouette Model

Estimation of Folding Operations Using Silhouette Model Estimation of Folding Operations Using Silhouette Model Yasuhiro Kinoshita Toyohide Watanabe Abstract In order to recognize the state of origami, there are only techniques which use special devices or

More information

Eye Contact Camera System for VIDEO Conference

Eye Contact Camera System for VIDEO Conference Eye Contact Camera System for VIDEO Conference Takuma Funahashi, Takayuki Fujiwara and Hiroyasu Koshimizu School of Information Science and Technology, Chukyo University e-mail: takuma@koshi-lab.sist.chukyo-u.ac.jp,

More information

Tablet overrides: overrides current settings for opacity and size based on pen pressure.

Tablet overrides: overrides current settings for opacity and size based on pen pressure. Photoshop 1 Painting Eye Dropper Tool Samples a color from an image source and makes it the foreground color. Brush Tool Paints brush strokes with anti-aliased (smooth) edges. Brush Presets Quickly access

More information

Development of an Education System for Surface Mount Work of a Printed Circuit Board

Development of an Education System for Surface Mount Work of a Printed Circuit Board Development of an Education System for Surface Mount Work of a Printed Circuit Board H. Ishii, T. Kobayashi, H. Fujino, Y. Nishimura, H. Shimoda, H. Yoshikawa Kyoto University Gokasho, Uji, Kyoto, 611-0011,

More information

Workshop one: Constructing a multi-touch table (6 december 2007) Laurence Muller.

Workshop one: Constructing a multi-touch table (6 december 2007) Laurence Muller. Workshop one: Constructing a multi-touch table (6 december 2007) Introduction A Master of Grid Computing (former Computer Science) student at the Universiteit van Amsterdam Currently doing research in

More information

Recognition of very low-resolution characters from motion images captured by a portable digital camera

Recognition of very low-resolution characters from motion images captured by a portable digital camera Recognition of very low-resolution characters from motion images captured by a portable digital camera Shinsuke Yanadume 1, Yoshito Mekada 2, Ichiro Ide 1, Hiroshi Murase 1 1 Graduate School of Information

More information

The Art of Recording. Materials Needed. Background WATERCOLOR TECHNIQUES. Enduring understanding: Grade Level: 6-8. Alignment to Utah Core Curriculum

The Art of Recording. Materials Needed. Background WATERCOLOR TECHNIQUES. Enduring understanding: Grade Level: 6-8. Alignment to Utah Core Curriculum The Art of Recording Alignment to Utah Core Curriculum Intended Learning Outcomes (ILO s): 1. Use science process and thinking skills. 2. Manifest scientific attitudes and interests. 3. Understand science

More information

ENGINEERING GRAPHICS ESSENTIALS

ENGINEERING GRAPHICS ESSENTIALS ENGINEERING GRAPHICS ESSENTIALS Text and Digital Learning KIRSTIE PLANTENBERG FIFTH EDITION SDC P U B L I C AT I O N S Better Textbooks. Lower Prices. www.sdcpublications.com ACCESS CODE UNIQUE CODE INSIDE

More information

Years 3 and 4- Visual and Media Arts. Student Resource

Years 3 and 4- Visual and Media Arts. Student Resource Years 3 and 4- Visual and Media Arts Student Resource Introduction to Texture: The Element of Art. Hi Students, Welcome to this work booklet- Texture: The element of Art. Throughout this student s resource

More information

Make Watercolor and Marker Style Portraits with Illustrator

Make Watercolor and Marker Style Portraits with Illustrator Make Watercolor and Marker Style Portraits with Illustrator Save Preview Resources Portrait by Lillian Bertram (Creative Commons Share Alike used here with permission) Step 1: Set up your Illustrator document

More information

Line Line Characteristic of Line are: Width Length Direction Focus Feeling Types of Line: Outlines Contour Lines Gesture Lines Sketch Lines

Line Line Characteristic of Line are: Width Length Direction Focus Feeling Types of Line: Outlines Contour Lines Gesture Lines Sketch Lines Line Line: An element of art that is used to define shape, contours, and outlines, also to suggest mass and volume. It may be a continuous mark made on a surface with a pointed tool or implied by the edges

More information

A New Connected-Component Labeling Algorithm

A New Connected-Component Labeling Algorithm A New Connected-Component Labeling Algorithm Yuyan Chao 1, Lifeng He 2, Kenji Suzuki 3, Qian Yu 4, Wei Tang 5 1.Shannxi University of Science and Technology, China & Nagoya Sangyo University, Aichi, Japan,

More information

SEPTEMBER 2015/SKILLS SHEET

SEPTEMBER 2015/SKILLS SHEET COMPREHENSION QUIZ: The Art of Drawing Use the September 2015 issue of Scholastic Art to answer the questions. Fill in the circle next to the correct answer. 1. Although lines can be found in art of most

More information

ScienceDirect. Improvement of the Measurement Accuracy and Speed of Pupil Dilation as an Indicator of Comprehension

ScienceDirect. Improvement of the Measurement Accuracy and Speed of Pupil Dilation as an Indicator of Comprehension Available online at www.sciencedirect.com ScienceDirect Procedia Computer Science 35 (2014 ) 1202 1209 18th International Conference in Knowledge Based and Intelligent Information and Engineering Systems

More information

Engineering Graphics Essentials with AutoCAD 2015 Instruction

Engineering Graphics Essentials with AutoCAD 2015 Instruction Kirstie Plantenberg Engineering Graphics Essentials with AutoCAD 2015 Instruction Text and Video Instruction Multimedia Disc SDC P U B L I C AT I O N S Better Textbooks. Lower Prices. www.sdcpublications.com

More information

Camera Overview. Olympus Digital Cameras for Materials Science Applications: For Clear and Precise Image Analysis. Digital Cameras for Microscopy

Camera Overview. Olympus Digital Cameras for Materials Science Applications: For Clear and Precise Image Analysis. Digital Cameras for Microscopy Digital Cameras for Microscopy Camera Overview For Materials Science Microscopes Olympus Digital Cameras for Materials Science Applications: For Clear and Precise Image Analysis Passionate about Imaging

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

By: Zaiba Mustafa. Copyright

By: Zaiba Mustafa. Copyright By: Zaiba Mustafa Copyright 2009 www.digiartport.net Line: An element of art that is used to define shape, contours, and outlines, also to suggest mass and volume. It may be a continuous mark made on a

More information

The Element of Art. 1.Line 2.Shape (2-D) 3.Form (3-D) 4.Space (3-D depth or distance) 5.Texture 6.Color

The Element of Art. 1.Line 2.Shape (2-D) 3.Form (3-D) 4.Space (3-D depth or distance) 5.Texture 6.Color The Element of Art 1.Line 2.Shape (2-D) 3.Form (3-D) 4.Space (3-D depth or distance) 5.Texture 6.Color Line- is alive! Line is an important element however line can never be entirely divorced from the

More information

Elements Of Art Study Guide

Elements Of Art Study Guide Elements Of Art Study Guide General Elements of Art- tools artists use to create artwork; Line, shape, color, texture, value, space, form Composition- the arrangement of elements of art to create a balanced

More information

The Elements and Principles of Design. The Building Blocks of Art

The Elements and Principles of Design. The Building Blocks of Art The Elements and Principles of Design The Building Blocks of Art 1 Line An element of art that is used to define shape, contours, and outlines, also to suggest mass and volume. It may be a continuous mark

More information

elements of design worksheet

elements of design worksheet elements of design worksheet Line Line: An element of art that is used to define shape, contours, and outlines, also to suggest mass and volume. It may be a continuous mark made on a surface with a pointed

More information

Artists and artwork processes: Abuja Story Making Workshop

Artists and artwork processes: Abuja Story Making Workshop A reflection on having the artwork process as part of a manuscript development workshop At the end of the third day of the five day story-making workshop, all 20 participants handed in their semi-final

More information

Camera Overview. Digital Microscope Cameras for Material Science: Clear Images, Precise Analysis. Digital Cameras for Microscopy

Camera Overview. Digital Microscope Cameras for Material Science: Clear Images, Precise Analysis. Digital Cameras for Microscopy Digital Cameras for Microscopy Camera Overview For Materials Science Microscopes Digital Microscope Cameras for Material Science: Clear Images, Precise Analysis Passionate about Imaging: Olympus Digital

More information

COLORED PENCIL WITH MIXED MEDIA with Sarah Becktel

COLORED PENCIL WITH MIXED MEDIA with Sarah Becktel COLORED PENCIL WITH MIXED MEDIA with Sarah Becktel SUPPLY LIST Lesson 4: Using Pen and Ink with Colored Pencil Strathmore 400 Series Toned Mixed Media Paper This paper comes in 3 colors: gray, tan, and

More information

Tablet System for Sensing and Visualizing Statistical Profiles of Multi-Party Conversation

Tablet System for Sensing and Visualizing Statistical Profiles of Multi-Party Conversation 2014 IEEE 3rd Global Conference on Consumer Electronics (GCCE) Tablet System for Sensing and Visualizing Statistical Profiles of Multi-Party Conversation Hiroyuki Adachi Email: adachi@i.ci.ritsumei.ac.jp

More information

Unit I Review 9/9/2015

Unit I Review 9/9/2015 Unit I Review s and Principles Art Categories Pattern, Zentangle, and Logos Unit I Vocabulary What is the answer? Artwork that is based on a realistic person, place, thing or animal, but has been distorted

More information

ENGINEERING GRAPHICS ESSENTIALS

ENGINEERING GRAPHICS ESSENTIALS ENGINEERING GRAPHICS ESSENTIALS with AutoCAD 2012 Instruction Introduction to AutoCAD Engineering Graphics Principles Hand Sketching Text and Independent Learning CD Independent Learning CD: A Comprehensive

More information

Elements of Design Unit **All images are student work and are used here for as examples for educational purposes only**

Elements of Design Unit **All images are student work and are used here for as examples for educational purposes only** Elements of Design Unit 1201 **All images are student work and are used here for as examples for educational purposes only** The elements of design are the building blocks of art. They are the basic concepts

More information

Changes Common to CLIP STUDIO PAINT PRO and EX

Changes Common to CLIP STUDIO PAINT PRO and EX Preface > Changes in Ver.1.3.1 Preface Changes in Ver.1.3.1 Additions and/or changes in CLIP STUDIO PAINT between Ver.1.2.8 and Ver.1.3.1 are as follows. Functions added in CLIP STUDIO PAINT Ver.1.3.1

More information

Putting the Brushes to Work

Putting the Brushes to Work Putting the Brushes to Work The late afternoon image (Figure 25) was the first painting I created in Photoshop 7. My customized brush presets proved very useful, by saving time and by creating the realistic

More information

Facial Caricaturing Robot COOPER in EXPO 2005

Facial Caricaturing Robot COOPER in EXPO 2005 Facial Caricaturing Robot COOPER in EXPO 2005 Takayuki Fujiwara, Takashi Watanabe, Takuma Funahashi, Hiroyasu Koshimizu and Katsuya Suzuki School of Information Sciences and Technology Chukyo University

More information

OLYMPUS Digital Cameras for Materials Science Applications: Get the Best out of Your Microscope

OLYMPUS Digital Cameras for Materials Science Applications: Get the Best out of Your Microscope Digital Cameras for Microscopy Camera Overview For Materials Science Microscopes OLYMPUS Digital Cameras for Materials Science Applications: Get the Best out of Your Microscope Passionate About Imaging

More information

GESTURE RECOGNITION SOLUTION FOR PRESENTATION CONTROL

GESTURE RECOGNITION SOLUTION FOR PRESENTATION CONTROL GESTURE RECOGNITION SOLUTION FOR PRESENTATION CONTROL Darko Martinovikj Nevena Ackovska Faculty of Computer Science and Engineering Skopje, R. Macedonia ABSTRACT Despite the fact that there are different

More information

Fake Impressionist Paintings for Images and Video

Fake Impressionist Paintings for Images and Video Fake Impressionist Paintings for Images and Video Patrick Gregory Callahan pgcallah@andrew.cmu.edu Department of Materials Science and Engineering Carnegie Mellon University May 7, 2010 1 Abstract A technique

More information

PICTURE AS PAINT. Most magazine articles written. Creating a seamless, tileable texture in GIMP KNOW-HOW. Brightness. From Photo to Tile

PICTURE AS PAINT. Most magazine articles written. Creating a seamless, tileable texture in GIMP KNOW-HOW. Brightness. From Photo to Tile Creating a seamless, tileable texture in GIMP PICTURE AS PAINT Graphic artists often face the problem of turning a photograph into an image that will tile over a larger surface. This task is not as easy

More information

Integration of Hand Gesture and Multi Touch Gesture with Glove Type Device

Integration of Hand Gesture and Multi Touch Gesture with Glove Type Device 2016 4th Intl Conf on Applied Computing and Information Technology/3rd Intl Conf on Computational Science/Intelligence and Applied Informatics/1st Intl Conf on Big Data, Cloud Computing, Data Science &

More information

Camera Overview. Digital Microscope Cameras for Material Science: Clear Images, Precise Analysis. Digital Cameras for Microscopy

Camera Overview. Digital Microscope Cameras for Material Science: Clear Images, Precise Analysis. Digital Cameras for Microscopy Digital Cameras for Microscopy Camera Overview For Materials Science Microscopes Digital Microscope Cameras for Material Science: Clear Images, Precise Analysis Passionate about Imaging: Olympus Digital

More information

9/1/2015 Elements and Principles of Design. Color and value

9/1/2015 Elements and Principles of Design. Color and value Color and value Colors are light waves reflected and absorbed by objects. Hues are the names of colors. Primary hues are red, yellow and blue. Secondary hues are green, orange, and violet. Tertiary hues

More information

APPLICATION OF COMPUTER VISION FOR DETERMINATION OF SYMMETRICAL OBJECT POSITION IN THREE DIMENSIONAL SPACE

APPLICATION OF COMPUTER VISION FOR DETERMINATION OF SYMMETRICAL OBJECT POSITION IN THREE DIMENSIONAL SPACE APPLICATION OF COMPUTER VISION FOR DETERMINATION OF SYMMETRICAL OBJECT POSITION IN THREE DIMENSIONAL SPACE Najirah Umar 1 1 Jurusan Teknik Informatika, STMIK Handayani Makassar Email : najirah_stmikh@yahoo.com

More information

CD: (compact disc) A 4 3/4" disc used to store audio or visual images in digital form. This format is usually associated with audio information.

CD: (compact disc) A 4 3/4 disc used to store audio or visual images in digital form. This format is usually associated with audio information. Computer Art Vocabulary Bitmap: An image made up of individual pixels or tiles Blur: Softening an image, making it appear out of focus Brightness: The overall tonal value, light, or darkness of an image.

More information

Name: Period: THE ELEMENTS OF ART

Name: Period: THE ELEMENTS OF ART Name: Period: THE ELEMENTS OF ART Name: Period: An element of art that is used to define shape, contours, and outlines, also to suggest mass and volume. It may be a continuous mark made on a surface with

More information

6. Graphics MULTIMEDIA & GRAPHICS 10/12/2016 CHAPTER. Graphics covers wide range of pictorial representations. Uses for computer graphics include:

6. Graphics MULTIMEDIA & GRAPHICS 10/12/2016 CHAPTER. Graphics covers wide range of pictorial representations. Uses for computer graphics include: CHAPTER 6. Graphics MULTIMEDIA & GRAPHICS Graphics covers wide range of pictorial representations. Uses for computer graphics include: Buttons Charts Diagrams Animated images 2 1 MULTIMEDIA GRAPHICS Challenges

More information

Gradations. Blend and Burnish. Shade and Burnish a Vertical Gradation

Gradations. Blend and Burnish. Shade and Burnish a Vertical Gradation Level: Beginner Flesch-Kincaid Grade Level: 9.6 Flesch-Kincaid Reading Ease: 58.0 Drawspace Curriculum 1.2.A2-6 Pages and 10 Illustrations Blend and Burnish Gradations Create smoothly-rendered gradations

More information

MRT: Mixed-Reality Tabletop

MRT: Mixed-Reality Tabletop MRT: Mixed-Reality Tabletop Students: Dan Bekins, Jonathan Deutsch, Matthew Garrett, Scott Yost PIs: Daniel Aliaga, Dongyan Xu August 2004 Goals Create a common locus for virtual interaction without having

More information

Multimedia Virtual Laboratory: Integration of Computer Simulation and Experiment

Multimedia Virtual Laboratory: Integration of Computer Simulation and Experiment Multimedia Virtual Laboratory: Integration of Computer Simulation and Experiment Tetsuro Ogi Academic Computing and Communications Center University of Tsukuba 1-1-1 Tennoudai, Tsukuba, Ibaraki 305-8577,

More information

ME 6406 MACHINE VISION. Georgia Institute of Technology

ME 6406 MACHINE VISION. Georgia Institute of Technology ME 6406 MACHINE VISION Georgia Institute of Technology Class Information Instructor Professor Kok-Meng Lee MARC 474 Office hours: Tues/Thurs 1:00-2:00 pm kokmeng.lee@me.gatech.edu (404)-894-7402 Class

More information

Real-time Reconstruction of Wide-Angle Images from Past Image-Frames with Adaptive Depth Models

Real-time Reconstruction of Wide-Angle Images from Past Image-Frames with Adaptive Depth Models Real-time Reconstruction of Wide-Angle Images from Past Image-Frames with Adaptive Depth Models Kenji Honda, Naoki Hashinoto, Makoto Sato Precision and Intelligence Laboratory, Tokyo Institute of Technology

More information

Recognizing Words in Scenes with a Head-Mounted Eye-Tracker

Recognizing Words in Scenes with a Head-Mounted Eye-Tracker Recognizing Words in Scenes with a Head-Mounted Eye-Tracker Takuya Kobayashi, Takumi Toyama, Faisal Shafait, Masakazu Iwamura, Koichi Kise and Andreas Dengel Graduate School of Engineering Osaka Prefecture

More information

Background. Computer Vision & Digital Image Processing. Improved Bartlane transmitted image. Example Bartlane transmitted image

Background. Computer Vision & Digital Image Processing. Improved Bartlane transmitted image. Example Bartlane transmitted image Background Computer Vision & Digital Image Processing Introduction to Digital Image Processing Interest comes from two primary backgrounds Improvement of pictorial information for human perception How

More information

Air-filled type Immersive Projection Display

Air-filled type Immersive Projection Display Air-filled type Immersive Projection Display Wataru HASHIMOTO Faculty of Information Science and Technology, Osaka Institute of Technology, 1-79-1, Kitayama, Hirakata, Osaka 573-0196, Japan whashimo@is.oit.ac.jp

More information

Digital Image Processing (DIP)

Digital Image Processing (DIP) University of Kurdistan Digital Image Processing (DIP) Lecture 6: Color Image Processing Instructor: Kaveh Mollazade, Ph.D. Department of Biosystems Engineering, Faculty of Agriculture, University of Kurdistan,

More information

ISCapture User Guide. advanced CCD imaging. Opticstar

ISCapture User Guide. advanced CCD imaging. Opticstar advanced CCD imaging Opticstar I We always check the accuracy of the information in our promotional material. However, due to the continuous process of product development and improvement it is possible

More information

Manga Studio 5 The Standard in Manga & Comic Illustration!

Manga Studio 5 The Standard in Manga & Comic Illustration! Manga Studio 5 The Standard in Manga & Comic Illustration! Manga Studio 5, is the world s leading all-in-one comic and manga creation software. Manga allows users to quickly and easily create manga and

More information

Method for Real Time Text Extraction of Digital Manga Comic

Method for Real Time Text Extraction of Digital Manga Comic Method for Real Time Text Extraction of Digital Manga Comic Kohei Arai Information Science Department Saga University Saga, 840-0027, Japan Herman Tolle Software Engineering Department Brawijaya University

More information

Computer Art Semester Exam

Computer Art Semester Exam Computer Art Semester Exam Multiple Choice Answer A, B, C, or D on your Scantron answer sheet. 1. These special effects transform and manipulate the appearance of images in Photoshop? A. layers B. duotones

More information

COLORED PENCIL BASICS. Draw along with me!

COLORED PENCIL BASICS. Draw along with me! COLORED PENCIL BASICS Draw along with me! SHADING Using a straightforward side-to-side shading motion, a smooth even layer of color is built up. A very light touch can be used to deposit the faintest amount

More information

Active Stereo Vision. COMP 4102A Winter 2014 Gerhard Roth Version 1

Active Stereo Vision. COMP 4102A Winter 2014 Gerhard Roth Version 1 Active Stereo Vision COMP 4102A Winter 2014 Gerhard Roth Version 1 Why active sensors? Project our own texture using light (usually laser) This simplifies correspondence problem (much easier) Pluses Can

More information

Color Wheel. Warm Colors. Cool Colors

Color Wheel. Warm Colors. Cool Colors Color Wheel Warm Colors Cool Colors How we see color: the light source gives a full spectrum of wavelengths (All 6 colors). The cup absorbs every wave length of color except Blue. Blue is reflected back

More information

Subject: Humanities Teacher: Ms. Jennifer Johnston Date: August 4, 2010

Subject: Humanities Teacher: Ms. Jennifer Johnston Date: August 4, 2010 Grade: 12 th Subject: Humanities Teacher: Ms. Jennifer Johnston Date: August 4, 2010 Unit # 2/Title: Developing a Visual Vocabulary Time Frame (calendar and # of weeks): 15 class meetings Standard(s):

More information

An Efficient Color Image Segmentation using Edge Detection and Thresholding Methods

An Efficient Color Image Segmentation using Edge Detection and Thresholding Methods 19 An Efficient Color Image Segmentation using Edge Detection and Thresholding Methods T.Arunachalam* Post Graduate Student, P.G. Dept. of Computer Science, Govt Arts College, Melur - 625 106 Email-Arunac682@gmail.com

More information

ArtRage*, part of Intel Education User Guide

ArtRage*, part of Intel Education User Guide ArtRage*, part of Intel Education User Guide Copyright 04 Intel Corporation. All rights reserved. Intel and the Intel logo are registered trademarks of Intel Corporation in the United States and Disclaimer

More information

Brush Stroke Basics Round Brush Practice Guides

Brush Stroke Basics Round Brush Practice Guides Round Brush Practice Guides How to Use this FolkArt Brush Stroke Basics Guide Print the desired practice guide from your home computer, then use one of these two techniques to learn Brush Stroke Basics:

More information

The Painter X Wow! Study Guide

The Painter X Wow! Study Guide The Painter X Wow! Study Guide Overview This study guide / instructor s guide was designed to help you use The Painter X Wow! Book and its accompanying CD-ROM for self-study or as a textbook for classes

More information

Fibratus tactile sensor using reflection image

Fibratus tactile sensor using reflection image Fibratus tactile sensor using reflection image The requirements of fibratus tactile sensor Satoshi Saga Tohoku University Shinobu Kuroki Univ. of Tokyo Susumu Tachi Univ. of Tokyo Abstract In recent years,

More information

ArtRage part of Intel Education

ArtRage part of Intel Education ArtRage part of Intel Education Intuitive digital art creation Getting started with ArtRage ArtRage part of Intel Education provides intuitive tools that simulate the use of real materials to create digital

More information

User Manual. Laser DirectPrint MAC AI Plug-in. Introduction to the. Copyright 2009 GCC,Inc. All Right Reserved.

User Manual. Laser DirectPrint MAC AI Plug-in. Introduction to the. Copyright 2009 GCC,Inc. All Right Reserved. User Manual Introduction to the Laser DirectPrint MAC AI Plug-in Copyright 2009 GCC,Inc. All Right Reserved. Table of Contents Chapter 1. Recommended Computer Configuration... 1 1.1 Hardware Compatibility...

More information

Development of an Automatic Measurement System of Diameter of Pupil

Development of an Automatic Measurement System of Diameter of Pupil Available online at www.sciencedirect.com ScienceDirect Procedia Computer Science 22 (2013 ) 772 779 17 th International Conference in Knowledge Based and Intelligent Information and Engineering Systems

More information

Photography PreTest Boyer Valley Mallory

Photography PreTest Boyer Valley Mallory Photography PreTest Boyer Valley Mallory Matching- Elements of Design 1) three-dimensional shapes, expressing length, width, and depth. Balls, cylinders, boxes and triangles are forms. 2) a mark with greater

More information

Haptic Invitation of Textures: An Estimation of Human Touch Motions

Haptic Invitation of Textures: An Estimation of Human Touch Motions Haptic Invitation of Textures: An Estimation of Human Touch Motions Hikaru Nagano, Shogo Okamoto, and Yoji Yamada Department of Mechanical Science and Engineering, Graduate School of Engineering, Nagoya

More information

A Study for Choosing The Best Pixel Surveying Method by Using Pixel Decision Structures in Satellite Images

A Study for Choosing The Best Pixel Surveying Method by Using Pixel Decision Structures in Satellite Images A Study for Choosing The est Pixel Surveying Method by Using Pixel Decision Structures in Satellite Images Seyyed Emad MUSAVI and Amir AUHAMZEH Key words: pixel processing, pixel surveying, image processing,

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

COLORED PENCIL WITH MIXED MEDIA with Sarah Becktel

COLORED PENCIL WITH MIXED MEDIA with Sarah Becktel SUPPLY LIST COLORED PENCIL WITH MIXED MEDIA with Sarah Becktel Lesson 1: Introduction to Materials and Techniques Strathmore 500 Series Mixed Media Board or Strathmore 400 Series Mixed Media Paper Artist-grade

More information

Development of a Finger Mounted Type Haptic Device Using a Plane Approximated to Tangent Plane

Development of a Finger Mounted Type Haptic Device Using a Plane Approximated to Tangent Plane Journal of Communication and Computer 13 (2016) 329-337 doi:10.17265/1548-7709/2016.07.002 D DAVID PUBLISHING Development of a Finger Mounted Type Haptic Device Using a Plane Approximated to Tangent Plane

More information

ANDROID APPS DEVELOPMENT FOR MOBILE GAME

ANDROID APPS DEVELOPMENT FOR MOBILE GAME ANDROID APPS DEVELOPMENT FOR MOBILE GAME Graphics There are two general ways that app developers can draw things to the screen: Canvas or OpenGL. Lecture 4: Canvas and Animation Peter Lo 2 2D Drawing in

More information

A quick note: We hope that you will find something from the Tips and Tricks that will add a little pizazz to your yearbook pages!

A quick note: We hope that you will find something from the Tips and Tricks that will add a little pizazz to your yearbook pages! A quick note: The following pages are tips and tricks for Basic Photoshop users. You may notice that some instructions indicate that non-awpc fonts were used, and that some colors were created using the

More information

Unit 7 : Image Painting, Editing and Layers

Unit 7 : Image Painting, Editing and Layers Unit 7 : Image Painting, Editing and Layers Introduction This Unit describes about various painting tools; such as selection, cropping and measuring tools, retouching, drawing and type tools, Navigation

More information

Color Image Processing

Color Image Processing Color Image Processing Jesus J. Caban Outline Discuss Assignment #1 Project Proposal Color Perception & Analysis 1 Discuss Assignment #1 Project Proposal Due next Monday, Oct 4th Project proposal Submit

More information

Visual Interpretation of Hand Gestures as a Practical Interface Modality

Visual Interpretation of Hand Gestures as a Practical Interface Modality Visual Interpretation of Hand Gestures as a Practical Interface Modality Frederik C. M. Kjeldsen Submitted in partial fulfillment of the requirements for the degree of Doctor of Philosophy in the Graduate

More information

Gesture Recognition with Real World Environment using Kinect: A Review

Gesture Recognition with Real World Environment using Kinect: A Review Gesture Recognition with Real World Environment using Kinect: A Review Prakash S. Sawai 1, Prof. V. K. Shandilya 2 P.G. Student, Department of Computer Science & Engineering, Sipna COET, Amravati, Maharashtra,

More information

FOCAL LENGTH CHANGE COMPENSATION FOR MONOCULAR SLAM

FOCAL LENGTH CHANGE COMPENSATION FOR MONOCULAR SLAM FOCAL LENGTH CHANGE COMPENSATION FOR MONOCULAR SLAM Takafumi Taketomi Nara Institute of Science and Technology, Japan Janne Heikkilä University of Oulu, Finland ABSTRACT In this paper, we propose a method

More information

Fein. High Sensitivity Microscope Camera with Advanced Software 3DCxM20-20 Megapixels

Fein. High Sensitivity Microscope Camera with Advanced Software 3DCxM20-20 Megapixels Fein High Sensitivity Microscope Camera with Advanced Software 3DCxM20-20 Megapixels 3DCxM20 Camera Features High Sensitivity Camera This microscopy camera was designed with high sensitivity and ultra

More information

CONSTRUCTING AN ELASTIC TOUCH PANEL WITH EMBEDDED IR-LEDS USING SILICONE RUBBER

CONSTRUCTING AN ELASTIC TOUCH PANEL WITH EMBEDDED IR-LEDS USING SILICONE RUBBER CONSTRUCTING AN ELASTIC TOUCH PANEL WITH EMBEDDED IR-LEDS USING SILICONE RUBBER Yuichiro Sakamoto, Takuto Yoshikawa, Tatsuhito Oe, Buntarou Shizuki, and Jiro Tanaka Department of Computer Science, University

More information

MANCHESTER AND ORCHARD HEIGHTS ELEMENTARY TEXT FOR STUDENT DISPLAYS, 2012 FOCUS ON CONCEPTS AND STUDENT LEARNING TARGETS

MANCHESTER AND ORCHARD HEIGHTS ELEMENTARY TEXT FOR STUDENT DISPLAYS, 2012 FOCUS ON CONCEPTS AND STUDENT LEARNING TARGETS MANCHESTER AND ORCHARD HEIGHTS ELEMENTARY TEXT FOR STUDENT DISPLAYS, 2012 FOCUS ON CONCEPTS AND STUDENT LEARNING TARGETS ART BY SIDNEY GLEN IMA INTERMEDIATE MULTI-AGE CLASS: 4 TH AND 5 TH GRADES We completed

More information

Optic Flow Based Skill Learning for A Humanoid to Trap, Approach to, and Pass a Ball

Optic Flow Based Skill Learning for A Humanoid to Trap, Approach to, and Pass a Ball Optic Flow Based Skill Learning for A Humanoid to Trap, Approach to, and Pass a Ball Masaki Ogino 1, Masaaki Kikuchi 1, Jun ichiro Ooga 1, Masahiro Aono 1 and Minoru Asada 1,2 1 Dept. of Adaptive Machine

More information

Interactive System for Origami Creation

Interactive System for Origami Creation Interactive System for Origami Creation Takashi Terashima, Hiroshi Shimanuki, Jien Kato, and Toyohide Watanabe Graduate School of Information Science, Nagoya University Furo-cho, Chikusa-ku, Nagoya 464-8601,

More information

Interaction rule learning with a human partner based on an imitation faculty with a simple visuo-motor mapping

Interaction rule learning with a human partner based on an imitation faculty with a simple visuo-motor mapping Robotics and Autonomous Systems 54 (2006) 414 418 www.elsevier.com/locate/robot Interaction rule learning with a human partner based on an imitation faculty with a simple visuo-motor mapping Masaki Ogino

More information

abstract art in which the artist changes the way something looks so that it doesn t look like the real object it represents.

abstract art in which the artist changes the way something looks so that it doesn t look like the real object it represents. abstract art in which the artist changes the way something looks so that it doesn t look like the real object it represents. artifact an object made or used by human beings, especially an object made during

More information

THE VISIONLAB TEAM engineers - 1 physicist. Feasibility study and prototyping Hardware benchmarking Open and closed source libraries

THE VISIONLAB TEAM engineers - 1 physicist. Feasibility study and prototyping Hardware benchmarking Open and closed source libraries VISIONLAB OPENING THE VISIONLAB TEAM 2018 6 engineers - 1 physicist Feasibility study and prototyping Hardware benchmarking Open and closed source libraries Deep learning frameworks GPU frameworks FPGA

More information

Art Vocabulary Assessment

Art Vocabulary Assessment Art Vocabulary Assessment Name: Date: Abstract Artwork in which the subject matter is stated in a brief, simplified manner; little or no attempt is made to represent images realistically, and objects are

More information

Digital Portable Overhead Document Camera LV-1010

Digital Portable Overhead Document Camera LV-1010 Digital Portable Overhead Document Camera LV-1010 Instruction Manual 1 Content I Product Introduction 1.1 Product appearance..3 1.2 Main functions and features of the product.3 1.3 Production specifications.4

More information

Acrylic Paint. Tools, Tips and Techniques

Acrylic Paint. Tools, Tips and Techniques Acrylic Paint Tools, Tips and Techniques Acrylic Paint Basics History Developed in the late 1940s, acrylic paint has only a brief history compared to other visual arts media, such as watercolor and oil.

More information

AP Studio Art 2D and Drawing Summer Assignments

AP Studio Art 2D and Drawing Summer Assignments AP Studio Art 2D and Drawing Summer Assignments I. Sketchbook- Make your sketchbook your new "best friend" over the summer. Take it with you everywhere you go. Take notes for ideas that occur to you while

More information

Automated Signature Detection from Hand Movement ¹

Automated Signature Detection from Hand Movement ¹ Automated Signature Detection from Hand Movement ¹ Mladen Savov, Georgi Gluhchev Abstract: The problem of analyzing hand movements of an individual placing a signature has been studied in order to identify

More information

the RAW FILE CONVERTER EX powered by SILKYPIX

the RAW FILE CONVERTER EX powered by SILKYPIX How to use the RAW FILE CONVERTER EX powered by SILKYPIX The X-Pro1 comes with RAW FILE CONVERTER EX powered by SILKYPIX software for processing RAW images. This software lets users make precise adjustments

More information

The Hand Gesture Recognition System Using Depth Camera

The Hand Gesture Recognition System Using Depth Camera The Hand Gesture Recognition System Using Depth Camera Ahn,Yang-Keun VR/AR Research Center Korea Electronics Technology Institute Seoul, Republic of Korea e-mail: ykahn@keti.re.kr Park,Young-Choong VR/AR

More information

Pitt Artist Pen white

Pitt Artist Pen white Pitt Artist Pen white Climate protection starts with the product global CO 2 neutrality is unique in the writing instrument industry TÜV Rheinland has certified that the company is CO 2 neutral worldwide.

More information

Photoshop Elements. Lecturer: Ivan Renesto. Course description and objectives. Audience. Prerequisites. Duration

Photoshop Elements. Lecturer: Ivan Renesto. Course description and objectives. Audience. Prerequisites. Duration Photoshop Elements Lecturer: Ivan Renesto Course description and objectives Course objective is to provide the basic knowledge to use a selection of the most advanced tools for editing and managing image

More information