• Title/Summary/Keyword: color palette

Search Result 78, Processing Time 0.02 seconds

An Efficient Compression Algorithm for Simple Computer Cell Animation (단순 컴퓨터 셀 애니메이션 영상에 효율적인 압축 알고리듬)

  • 민병석;정제창;최병욱
    • The Journal of Korean Institute of Communications and Information Sciences
    • /
    • v.27 no.3A
    • /
    • pp.211-220
    • /
    • 2002
  • In this paper, we propose an efficient algorithm to compress simple computer cell animation at very low bit rate. The structure of proposed algorithm consists of intra frame coding and inter frame coding. In inter frame coding, animation is encoded by color quantization using a palette, rearrangement of index, ADPCM used in JPEG-LS, mapping, classification, and entropy coding. In interframe coding, classifying the characteristics of motion, animation is encoded by block based motion replenishment. Experimental results show that the proposed methods turns out to outperform conventional methods including Flash, FLC, Motion-JPEG, MPEG-1, and MPEG-4.

A Novel RGB Image Steganography Using Simulated Annealing and LCG via LSB

  • Bawaneh, Mohammed J.;Al-Shalabi, Emad Fawzi;Al-Hazaimeh, Obaida M.
    • International Journal of Computer Science & Network Security
    • /
    • v.21 no.1
    • /
    • pp.143-151
    • /
    • 2021
  • The enormous prevalence of transferring official confidential digital documents via the Internet shows the urgent need to deliver confidential messages to the recipient without letting any unauthorized person to know contents of the secret messages or detect there existence . Several Steganography techniques such as the least significant Bit (LSB), Secure Cover Selection (SCS), Discrete Cosine Transform (DCT) and Palette Based (PB) were applied to prevent any intruder from analyzing and getting the secret transferred message. The utilized steganography methods should defiance the challenges of Steganalysis techniques in term of analysis and detection. This paper presents a novel and robust framework for color image steganography that combines Linear Congruential Generator (LCG), simulated annealing (SA), Cesar cryptography and LSB substitution method in one system in order to reduce the objection of Steganalysis and deliver data securely to their destination. SA with the support of LCG finds out the optimal minimum sniffing path inside a cover color image (RGB) then the confidential message will be encrypt and embedded within the RGB image path as a host medium by using Cesar and LSB procedures. Embedding and extraction processes of secret message require a common knowledge between sender and receiver; that knowledge are represented by SA initialization parameters, LCG seed, Cesar key agreement and secret message length. Steganalysis intruder will not understand or detect the secret message inside the host image without the correct knowledge about the manipulation process. The constructed system satisfies the main requirements of image steganography in term of robustness against confidential message extraction, high quality visual appearance, little mean square error (MSE) and high peak signal noise ratio (PSNR).

Emotional Palette: Mapping Affective User experience Elements based on Trend (Emotional Palette: Trend에 따른 감성적 사용자 경험 요소 매핑)

  • Jeon, Myoung-Hoon;Lee, Ju-Hwan;Yang, Jung-Min;Heo, U-Beom;Lim, Tae-Hoon;Ahn, Jung-Hee;Kim, Jin
    • 한국HCI학회:학술대회논문집
    • /
    • 2008.02b
    • /
    • pp.451-455
    • /
    • 2008
  • Emotional design gets more and more important. However, the systematical approaches to integration of user experience elements in product design have been rarely tried. This study consists of three parts. We extracted affective words fitting to design direction based on trend analysis. Then, user experience elements were matched with affective words. Finally, a prototype system was made to guide designing affective factors in electronic products. In the present study, user experience elements were defined as color, material & finishing, and sound. Through various documents analysis and trend analysis, trend analysis experts and user experience designers extracted 31 affective keywords which could fully reflect current trend. After paired-comparison of selected keywords, 2 sensibility dimensions were obtained by multidimensional scaling. Trend affective keywords could be explained by 2 dimensions of human-centered' vs. 'techno-centered' and 'warm vs. cool'. Next, user experience elements stimuli were matched with each keyword by user direct positioning on the 2 dimensions affective map. Based on the result of the experiment, the prototype system was developed for the product designers. The results of the current study could guide designers to design emotionally satisfactory products.

  • PDF

Color-related Query Processing for Intelligent E-Commerce Search (지능형 검색엔진을 위한 색상 질의 처리 방안)

  • Hong, Jung A;Koo, Kyo Jung;Cha, Ji Won;Seo, Ah Jeong;Yeo, Un Yeong;Kim, Jong Woo
    • Journal of Intelligence and Information Systems
    • /
    • v.25 no.1
    • /
    • pp.109-125
    • /
    • 2019
  • As interest on intelligent search engines increases, various studies have been conducted to extract and utilize the features related to products intelligencely. In particular, when users search for goods in e-commerce search engines, the 'color' of a product is an important feature that describes the product. Therefore, it is necessary to deal with the synonyms of color terms in order to produce accurate results to user's color-related queries. Previous studies have suggested dictionary-based approach to process synonyms for color features. However, the dictionary-based approach has a limitation that it cannot handle unregistered color-related terms in user queries. In order to overcome the limitation of the conventional methods, this research proposes a model which extracts RGB values from an internet search engine in real time, and outputs similar color names based on designated color information. At first, a color term dictionary was constructed which includes color names and R, G, B values of each color from Korean color standard digital palette program and the Wikipedia color list for the basic color search. The dictionary has been made more robust by adding 138 color names converted from English color names to foreign words in Korean, and with corresponding RGB values. Therefore, the fininal color dictionary includes a total of 671 color names and corresponding RGB values. The method proposed in this research starts by searching for a specific color which a user searched for. Then, the presence of the searched color in the built-in color dictionary is checked. If there exists the color in the dictionary, the RGB values of the color in the dictioanry are used as reference values of the retrieved color. If the searched color does not exist in the dictionary, the top-5 Google image search results of the searched color are crawled and average RGB values are extracted in certain middle area of each image. To extract the RGB values in images, a variety of different ways was attempted since there are limits to simply obtain the average of the RGB values of the center area of images. As a result, clustering RGB values in image's certain area and making average value of the cluster with the highest density as the reference values showed the best performance. Based on the reference RGB values of the searched color, the RGB values of all the colors in the color dictionary constructed aforetime are compared. Then a color list is created with colors within the range of ${\pm}50$ for each R value, G value, and B value. Finally, using the Euclidean distance between the above results and the reference RGB values of the searched color, the color with the highest similarity from up to five colors becomes the final outcome. In order to evaluate the usefulness of the proposed method, we performed an experiment. In the experiment, 300 color names and corresponding color RGB values by the questionnaires were obtained. They are used to compare the RGB values obtained from four different methods including the proposed method. The average euclidean distance of CIE-Lab using our method was about 13.85, which showed a relatively low distance compared to 3088 for the case using synonym dictionary only and 30.38 for the case using the dictionary with Korean synonym website WordNet. The case which didn't use clustering method of the proposed method showed 13.88 of average euclidean distance, which implies the DBSCAN clustering of the proposed method can reduce the Euclidean distance. This research suggests a new color synonym processing method based on RGB values that combines the dictionary method with the real time synonym processing method for new color names. This method enables to get rid of the limit of the dictionary-based approach which is a conventional synonym processing method. This research can contribute to improve the intelligence of e-commerce search systems especially on the color searching feature.

A Study on the Color Grouping System to Fashion (섬유컬러 그루핑 체계에 관한 연구)

  • 이재정;정재우
    • Archives of design research
    • /
    • v.17 no.3
    • /
    • pp.27-38
    • /
    • 2004
  • It is important for designers to be supported with their decision-making on colours which is often based on personal distinction rather than logical dialogue that may lead to confusion within communicating with others. To help these problems and to gain productivity, we would like to propose a way to define colour grouping method. In other words, the purpose of this study is to help to improve the communication and productivity within the design and designers. The grouping was based and inspired by from the studies of Kobayashi, Hideaki Chijiawa, Allis Westgate and Martha Gill. The study of grouping is based on the "tones" of each group, as they seem to reflect a designer s sentimentalism of chosen colours the best. Each of these groups will be named Bright , Pastel ,Deep and Neutral The general concept of each groups are: - Bright: high quality of pixels of primary colour - Pastel: primary colour with white - - Deep: Primary colour with gray or black - Neutral: colours that does not include any of above Each of the colour group has been allocated into Si-Hwa Jung's colour charts and colour prism to visualize the relationships between the colour groups. These four groups and the colours included in them will be broken down to smaller groups in order to make colour palette. This would break the barrier and result in using colours in groups as well as crossover coordination. This study would result in new ways of using colurs for designers designers

  • PDF

Modern Fashion Design Development by using Motifs and Colors of Flower and Bird Pictures in Folk Painting (민화의 화조화에 나타난 모티브와 색채를 활용한 현대 패션디자인 개발)

  • Yum, Misun
    • Journal of the Korea Fashion and Costume Design Association
    • /
    • v.18 no.2
    • /
    • pp.115-125
    • /
    • 2016
  • This study analyzes the characteristics of the motifs and colors in flower and bird paintings which contain and present Korea's unique aesthetics based on its richest data among all other types of Korean folk paintings. With a theoretical exploration of folk paintings and an analysis of the motifs and colors, textile design with an aim to present highly valued korean modern fashion design was developed. Two hundred and seventy flower and bird paintings were selected from relevant materials, resulting in an extraction of 5,068 colors. A palette of representative colors was made based on densely distributed hues and tones. The research can be summarized as follows: Flower and bird paintings contain flowers, birds, trees and animals and the motifs in the paintings stand for spirituality, philosophies from different times and other symbols of our nation. Each of the motifs in these paintings is a prayer for good luck, especially conjugal harmony and fecundity to bring about happiness and richness. Colors in flower and bird paintings are characteristic of the order: YR(25.5%)>R(19.2%)>Y(10.6%)>PB(9.2%)>G(7.9%), with low-chromatic YR and highly bright R taking up a larger percent. The order of tones is: d(13.5%)>dk (10.5%)>s(10.4%)>dkg(10.0%)>sf(9.1%)and the tone is dark in general. YR, taking up the largest percent, was dull, light, and soft. As for the achromatic colors, the order is: W(5.2%)>Gy(1.9%)>Bk(0.7%). Based on the above analyzed color data, those colors which were high in their hue and tone were extracted to present representative colors. In this way, representative colors like yellow, yellowish red, red, green, and purplish blue were extracted. This was the basis to present motifs and colors originating from subjects of folk paintings in various patterns using Illustrator CS6, to create modern fashion design.

  • PDF

Ophthalmology PACS of Interlligent Image Diagnosis and Theraphy-Support System (안과 PACS의 지능형 영상진단 및 치료지원 시스템)

  • Bae, Seok-Hwan;Kim, Yong-Kwon;Lee, Moo-Sik;Kim, Ji-Jin;Lee, Bo-Woo;Yoo, Se-Jong
    • Proceedings of the KAIS Fall Conference
    • /
    • 2012.05a
    • /
    • pp.72-75
    • /
    • 2012
  • 본 연구는 2011년 8월 12일부터 8월 17일까지 일개 광역시에 대학병원에서 근무하는 안과인턴, 레지던트, 전문의, 방사선사, 안경사, 간호사를 대상으로 안과 PACS의 지능형 영상진단 및 치료지원 시스템 구축을 위한 사용자 요구도 조사를 실시하였다. 구성 대상은 의사 7명(38.9%), 의료기술직 4명(22.2%) 간호사 3명(16.7%), 기타 4명(22.2%)로 나타났다. 안과 PACS 도입 시 가장 중요한 부분으로 8(44.4%)명이 편리성이라고 하였고, 안과 PACS Viewer 중요분야는 9(50.0%)명이 편리한 기능이라고 하였다. 안과 PACS Viewer 필요분야에서 가장 필요한 분야는 14(77.8%)명이 망막분야라고 하였다. 이는 망막 검사의 대부분이 영상을 이용한 진단이 활용되어 있어 나타나 결과로 볼 수 있었다. 안과 PACS Viewer의 환경 관련 문항에서 검사 환자 리스트에서 가장 중요한 것은 생년월일, 부위 ,장비명이었으며, Annotation 및 사진 편집기능에서는 길이측정, 선 및 화살표 삽입, 글자입력으로 진료 및 치료에 직접적인 영향을 미치는 부분을 가장 중요한 환경 구성으로 응답하였다. 안과 PACS의 지능형 영상진단 및 치료에 대한 지원 시스템 구성은 기존 PACS에서 이루어져 있는 Viewer 형태의 UI 구성보다는 더 세밀하고 정확한 진단을 요하는 길이, marking, 장비의 특성, Color Palette 변화, Multi Modality Image Display를 요구하고 있다. 앞으로 방사선 분야의 기존 Viewer 형태의 PACS UI 구성보다는 각 분야에 맞는 PACS UI를 구축함으로써 더 정확하고 지능화된 영상 진단 및 치료 지원을 할 수 있어야 하겠다.

  • PDF

"Hey Alexa, Would You Create a Color Palette?" UX/UI Designers' Perspectives on Using Natural Language to Interact with Future Intelligent Design Assistants ("알렉사, 색상 팔레트를 만들어줄 수 있어?" 지능형 디자인 비서와 자연어로 협업을 수행할 UX/UI 디자이너의 생각)

  • Bertao, Renato Antonio;Joo, Jaewoo
    • Journal of the Korea Convergence Society
    • /
    • v.12 no.11
    • /
    • pp.193-206
    • /
    • 2021
  • Artificial Intelligence (AI) has been inserted into people's lives through Intelligent Virtual Assistants (IVA), like Alexa. Moreover, intelligent systems have expanded to design studios. This research delves into designers' perspectives on developing AI-based practices and examines the challenges of adopting future intelligent design assistants. We surveyed UX/UI professionals in Brazil to understand how they use IVAs and AI design tools. We also explored a scenario featuring the use of Alexa Sensei, a hypothetical voice-controlled AI-based design assistant mixing Alexa and Adobe Sensei characteristics. The findings indicate respondents have had limited opportunities to work with AI, but they expect intelligent systems to improve the efficiency of the design process. Further, majority of the respondents predicted that they would be able to collaborate creatively with AI design systems. Although designers anticipated challenges in natural language interaction, those who already adopted IVAs were less resistant to the idea of working with Alexa Sensei as an AI design assistant.