• Title/Summary/Keyword: 색변환

Search Result 367, Processing Time 0.027 seconds

Color Look-Up Table Design for Gamut Mapping and Color Space Conversion (색역 사상과 색공간 변환을 위한 칼라 참조표 설계)

  • 김윤태;조양호;이호근;하영호
    • Journal of the Institute of Electronics Engineers of Korea SP
    • /
    • v.41 no.2
    • /
    • pp.1-10
    • /
    • 2004
  • This paper proposes the method that design CLUT(color look-up table) simultaneously processing gamut mapping and color space conversion using only CLUT without complex computation. After CLUT is constructed using scanner gamut and printer gamut, the scanner gamut is extended to include original scanner gamut. This extended scanner gamut is used as input CIE $L^{*}$ $a^{*}$ $b^{*}$ values for CLUT. Then CMY values are computed by using gamut mapping. Input RGB image of scanner is converted into CIE $L^{*}$ $a^{*}$ $b^{*}$ by using regression function. CIE $L^{*}$ $a^{*}$ $b^{*}$ values of scanner are converted into CMY values without computation of additional gamut mapping using the proposed CLUT. In the experiments, the proposed method resulted in the similar color difference, but reduced the complexity computation than the direct computing method to process gamut mapping and color space conversion respectively.espectively.ively.

Design of Image Processing System to change the chromaticity in HDTV that has High resolution and performance (고속동작과 고해상도를 가지는 HDTV에서의 색조 변환을 위한 영상 처리 시스템의 설계)

  • 문오학;이호남;변형수;홍두일;강봉순;홍창희
    • Proceedings of the Korea Institute of Convergence Signal Processing
    • /
    • 2001.06a
    • /
    • pp.189-192
    • /
    • 2001
  • In this paper, we desire to design real time image processing system to change a various chromaticity in HDTV that has 1344*806 resolution and requires a high-speed 65MHz operation. In order to change the image chromaticity, it is necessary to calculate the color temperature of the image. Conventional way of calculating the temperature uses 2-D algorithm [1] that requires bulky hardware. This paper propose a one-dimensional color-temperature conversion that reduces the hardware complexity while keeping the performance of the 2-D algorithm. The proposed method is realized by using the Xilinx Virtex FPGA XCV 2000E-6BG560.

  • PDF

Real-time Implementation of Sound into Color Conversion System Based on the Colored-hearing Synesthetic Perception (색-청 공감각 인지 기반 사운드-컬러 신호 실시간 변환 시스템의 구현)

  • Bae, Myung-Jin;Kim, Sung-Ill
    • The Journal of the Korea Contents Association
    • /
    • v.15 no.12
    • /
    • pp.8-17
    • /
    • 2015
  • This paper presents a sound into color signal conversion using a colored-hearing synesthesia. The aim of the present paper is to implement a real-time conversion system which focuses on both hearing and sight which account for a great part of bodily senses. The proposed method of the real-time conversion of color into sound, in this paper, was simple and intuitive where scale, octave and velocity were extracted from MIDI input signals, which were converted into hue, intensity and saturation, respectively, as basic elements of HSI color model. In experiments, we implemented both the hardware system for delivering MIDI signals to PC and the VC++ based software system for monitoring both input and output signals, so we made certain that the conversion was correctly performed by the proposed method.

A Correction of Color Temperature and Consistency for 3D Stereoscopic Images (3D 입체영상을 위한 색온도와 색 일치 보정)

  • Kim, Jeong-Yeop;Kim, Sang-Hyun
    • The KIPS Transactions:PartB
    • /
    • v.18B no.3
    • /
    • pp.139-146
    • /
    • 2011
  • The color correction is the important process of influencing on the picture quality of the 3D stereoscopic images. Existing colorcorrecting methods handle the processing intensifying a correspondence among a left and right image using a histogram based on any one side. In case of color correction based on a histogram, it is difficult to correct tone of image, because the color temperature is not converted enough. And in this paper, the color temperature correction and color consistency correction is proposed without using histogram. The proposed color correction method by color temperature gives 3 in CIE-${\Delta}E$ for each pixel on the images captured with same illuminants and the conventional gives similar results. For color consistency, the proposed gives 9 in CIE-${\Delta}E$ on the images captured with different illuminants while the conventional gives 18. The proposed method shows better results than the conventional in color consistency processing.

Color Correction of the Color Difference in the PT Space for HDR Image Tone Compression using iCAM06 (iCAM06을 적용한 HDR 영상 톤 압축을 위한 PT 색차 정보 기반의 색 보정)

  • Chae, Seok-Min;Lee, Sung-Hak;Sohng, Kyu-Ik
    • Journal of Korea Multimedia Society
    • /
    • v.16 no.3
    • /
    • pp.281-289
    • /
    • 2013
  • The iCAM06 has been used as an image appearance model for HDR image rendering. The iCAM06 goes through the color space conversions and scale conversions of the several steps to present HDR images. The dynamic range of an HDR image needs to be mapped on the range of output devices, which is called the tone mapping. However, tone compression process of the iCAM06 causes color distortion because of color-clipping and cross-stimulus. Therefore, we proposed that a color correction method in IPT space which compensates the color distortion in tone compression process. Through the experimental results, we conformed that proposed color correction method had better performance than the iCAM06 and enhanced models.

Spatial Join based on the Transform-Space View (변환공간 뷰를 기반으로한 공간 조인)

  • 이민재;한욱신;황규영
    • Journal of KIISE:Databases
    • /
    • v.30 no.5
    • /
    • pp.438-450
    • /
    • 2003
  • Spatial joins find pairs of objects that overlap with each other. In spatial joins using indexes, original-space indexes such as the R-tree are widely used. An original-space index is the one that indexes objects as represented in the original space. Since original-space indexes deal with sizes of objects, it is difficult to develop a formal algorithm without relying on heuristics. On the other hand, transform-space indexes, which transform objects in the original space into points in the transform space and index them, deal only with points but no sites. Thus, spatial join algorithms using these indexes are relatively simple and can be formally developed. However, the disadvantage of transform-space join algorithms is that they cannot be applied to original-space indexes such as the R-tree containing original-space objects. In this paper, we present a novel mechanism for achieving the best of these two types of algorithms. Specifically, we propose a new notion of the transform-space view and present the transform-space view join algorithm(TSVJ). A transform-space view is a virtual transform-space index based on an original-space index. It allows us to interpret on-the-fly a pre-built original-space index as a transform-space index without incurring any overhead and without actually modifying the structure of the original-space index or changing object representation. The experimental result shows that, compared to existing spatial join algorithms that use R-trees in the original space, the TSVJ improves the number of disk accesses by up to 43.1% The most important contribution of this paper is to show that we can use original-space indexes, such as the R-tree, in the transform space by interpreting them through the notion of the transform-space view. We believe that this new notion provides a framework for developing various new spatial query processing algorithms in the transform space.

A Reversible Color Transform for Lossless Color Image Compression (무손실 컬러 이미지 압축을 위한 무손실 색상 변환 방법)

  • Kim, Seyun;Cho, Nam Ik
    • Proceedings of the Korean Society of Broadcast Engineers Conference
    • /
    • 2012.07a
    • /
    • pp.23-25
    • /
    • 2012
  • 기존의 무손실 컬러 이미지 압축 연구에는 하나의 색상 채널을 압축한 뒤에 이를 이용하여 나머지 색상 채널의 값을 예측하여 압축을 수행하는 방법이 많다. 또한, 각각의 채널을 독립적으로 압축하는 경우, 무손실 색상 변환(reversible color transform을 먼저 수행하는 것이 유리하다는 연구 결과도 있다. 본 논문에서는 무손실 컬러 이미지 압축을 위한 새로운 색상변환 방법을 제안한다. 새롭게 제안하는 색상 변환은 R, G, B 색공간에서 표현된 이미지를 YCuCv 색공간으로 변환하는데, 기존의 방법에 비해 채널 간 상관관계를 효과적으로 제거한다. 실험 결과, 제안하는 방법은 기존의 무손실 색상 변환 방법에 비해 평균 2.6% 엔트로피를 감소시키는 성능 향상을 보인다.

  • PDF

Fast Lane Departure Warning System Based on Sub-Block Lane Detection (서브 블록 차선 검출에 기반을 둔 고속 차선이탈 경보 시스템)

  • Kim, Hye-Jin;Lee, Dong-Hee;Park, Kyeong-Won;Kang, Dong-Wook
    • Proceedings of the Korean Society of Broadcast Engineers Conference
    • /
    • 2011.11a
    • /
    • pp.273-275
    • /
    • 2011
  • 본 논문에서는 허프변환 및 HSV 색변환을 이용한 효율적인 차선검출의 최적화 알고리즘을 제안한다. 차선 검출의 고속화를 위해 차선과 카메라의 위치를 감안하여 고정된 관심영역(ROI_LB)을 정하고 검출 영역을 감소시킨다. 정해진 관심영역 내에서 허프변환을 적용해 차선을 검출하고 이를 위해 Sobel Mask와 Threshold를 사용한다. 또한, HSV 색 공간을 이용하여 황색 선과 백색 선을 구별해내며 차선 이동 시에 "MOVEMENT"이라는 문자열을, 중앙선을 넘어가면 "DANGEROUS"이라는 문자열을 출력한다. 제안하는 방법의 실험 결과는 복잡한 도로 동영상에서 효과적으로 차선을 인식하고 색 구별을 하였으며 제안 방법의 유효성을 검증하기 위해 다양한 실제 차선 패턴을 대상으로 한 실험결과를 제시한다.

  • PDF

Implementation of Color-Temperature Conversion System using X-Chromaticity Coorindate (X-색도 좌표를 이용한 색온도 변환 시스템 구현)

  • Lee, Ho-Nam;Lee, Bong-Geun;Mun, O-Hak;Gang, Bong-Sun
    • Journal of the Institute of Electronics Engineers of Korea SD
    • /
    • v.39 no.8
    • /
    • pp.64-73
    • /
    • 2002
  • In this Paper, we propose the color-temperature conversion method using an one-dimensional illuminant chromaticity. It also presents the design and the implementation of the proposed method. The performance of the method is compared with that of two-dimensional conversion method in Robertson's algorithm based on calculated color temperatures. The proposed method is demonstrated experimentally for color temperatures in the range of 3,000OK to 25,000OK with the Xilinx Virtex-E FPGA XCV2000E-6BG560.