• Title/Summary/Keyword: Image construct

Search Result 600, Processing Time 0.027 seconds

Implementation of Augmentative and Alternative Communication System Using Image Dictionary (이미지 사전을 이용한 보완대체 의사소통 시스템의 구현)

  • Ryu Je;Kim Woo-Sung;Han Kwang-Rok
    • Journal of Korea Multimedia Society
    • /
    • v.9 no.9
    • /
    • pp.1208-1221
    • /
    • 2006
  • In this paper, we implement an AAC(Augmentative and Alternative Communication) system based on image dictionary in order that speech defectives can easily communicate their opinion to others by using images. Normally, those who have a speech defect use only a few limited words to express their intentions and it is an effective way to use images in their communication because they have a difficulty in speaking. Therefore we make verbal images of verb and adjective that play an important role in expressing the speaker's intention, define pattern of semantic relation between the verbal images and noun images, and construct the image dictionary. In this AAC system, when a user clicks a verbal image, the system generates a sentence by selecting noun images which are component parts of corresponding pattern based on semantic relation with the verbal image. We evaluate the implemented system by how efficiently children of speech defect can express their intention and the result shows more than 70% of success rate in communication.

  • PDF

Image Denoising Using Nonlocal Similarity and 3D Filtering (비지역적 유사성 및 3차원 필터링 기반 영상 잡음제거)

  • Kim, Seehyun
    • Journal of the Korea Institute of Information and Communication Engineering
    • /
    • v.21 no.10
    • /
    • pp.1886-1891
    • /
    • 2017
  • Denoising which is one of major research topics in the image processing deals with recovering the noisy images. Natural images are well known not only for their local but also nonlocal similarity. Patterns of unique edges and texture which are crucial for understanding the image are repeated over the nonlocal region. In this paper, a nonlocal similarity based denoising algorithm is proposed. First for every blocks of the noisy image, nonlocal similar blocks are gathered to construct a overcomplete data set which are inherently sparse in the transform domain due to the characteristics of the images. Then, the sparse transform coefficients are filtered to suppress the non-sparse additive noise. Finally, the image is recovered by aggregating the overcomplete estimates of each pixel. Performance experiments with several images show that the proposed algorithm outperforms the conventional methods in removing the additive Gaussian noise effectively while preserving the image details.

A Study on Generation of Free Stereo Mosaic Image Using Video Sequences (비디오 프레임 영상을 이용한 자유 입체 모자이크 영상 제작에 관한 연구)

  • Noh, Myoung-Jong;Cho, Woo-Sug;Park, June-Ku
    • Journal of the Korean Society of Surveying, Geodesy, Photogrammetry and Cartography
    • /
    • v.27 no.4
    • /
    • pp.453-460
    • /
    • 2009
  • For constructing 3D information using aerial photograph or video sequences, left and right stereo images having different viewing angle should be prepared in overlapping area. In video sequences, left and right stereo images would be generated by mosaicing left and right slice images extracted in consecutive video sequences. Therefore, this paper is focused on generating left and right stereo mosaic images that are able to construct 3D information and video sequences could be made for the best use. In the stereo mosaic generation, motion parameters between video sequences should be firstly determined. In this paper, to determine motion parameters, free mosaic method using geometric relationship, such as relative orientation parameters, between consecutive frame images without GPS/INS geo-data have applied. After determining the motion parameters, the mosaic image have generated by 4 step processes: image registration, image slicing, determining on stitching line, and 3D image mosaicking. As the result of experiment, generated stereo mosaic image and analyzed result of x, y-parallax have showed.

Geriatric Dwelling Depression Measurement Based on Projective Image Analysis Modeling

  • Lee, Yewon;Park, Chongwook;Woo, Sungju
    • International Journal of Advanced Culture Technology
    • /
    • v.6 no.4
    • /
    • pp.323-330
    • /
    • 2018
  • The growth of the older population is expected to further increase social problems associated with population aging, such as isolation, poverty, and depression. The emerging issues associated with the older population are also expected to provide further momentum on studies about the dwelling environment as factors that ensure the health of older people as well as improve their quality of life. Therefore, approaches for explaining the issues of the older age group should be diversified using a variety of factors and appropriate analytic tools. Studies on measuring depression have principally focused on assessing an objective self-report questionnaire, usually in a highly structured, textual form which may not reflect the cognitive impairment of older adults. The aim of this study was to define and measure dwelling depression among older adults in Korea. There are two specific hypotheses in this study as follows: (a) there will be statistically significant relationships with dwelling dissatisfaction and depression, and (b) dwelling depression tools containing text and images will be, respectively, assessment tools that have a good construct with content validity and reliability. In the first experiment, to define and measure dwelling depression, 301 people over 65 years old living in single and two-person households were surveyed using a text-based dwelling depression questionnaires from September 1-30, 2017. In the second experiment, to examine whether the projective image questionnaire could serve as a suitable replacement for the text-based questionnaires, the same participants were surveyed from January 22 to February 2, 2018. The results show that depression has a close correlation with dwelling dissatisfaction. In addition, the geriatric dwelling depression index (GDDI) based on the projective image was refined. Additionally, the projective image questionnaire has a close correlation with the text-based questionnaire. Finally, through ROC curve analysis, it was found that the projective image questionnaire can accurately predict a depression group. To this end, this preliminary study examined the validity of the projective image questionnaire in older adults to make this instrument feasible for older populations and to contribute to a profound understanding of geriatric depression due to the living environment. We hope they will provide a basis for further research on psychological diagnoses using projective images.

Binary Image Search using Hierarchical Bintree (계층적 이분트리를 활용한 이진 이미지 탐색 기법)

  • Kim, Sung Wan
    • Journal of Creative Information Culture
    • /
    • v.6 no.1
    • /
    • pp.41-48
    • /
    • 2020
  • In order to represent and process spatial data, hierarchical data structures such as a quadtree or a bintree are used. Various approaches for linearly representing the bintree have been proposed. S-Tree has the advantage of compressing the storage space by expressing binary region image data as a linear binary bit stream, but the higher the resolution of the image, the longer the length of the binary bit stream, the longer the storage space and the lower the search performance. In this paper, we construct a hierarchical structure of multiple separated bintrees with a full binary tree structure and express each bintree as two linear binary bit streams to reduce the range required for image search. It improves the overall search performance by performing a simple number conversion instead of searching directly the binary bit string path. Through the performance evaluation by the worst-case space-time complexity analysis, it was analyzed that the proposed method has better search performance and space efficiency than the previous one.

CNN Applied Modified Residual Block Structure (변형된 잔차블록을 적용한 CNN)

  • Kwak, Nae-Joung;Shin, Hyeon-Jun;Yang, Jong-Seop;Song, Teuk-Seob
    • Journal of Korea Multimedia Society
    • /
    • v.23 no.7
    • /
    • pp.803-811
    • /
    • 2020
  • This paper proposes an image classification algorithm that transforms the number of convolution layers in the residual block of ResNet, CNN's representative method. The proposed method modified the structure of 34/50 layer of ResNet structure. First, we analyzed the performance of small and many convolution layers for the structure consisting of only shortcut and 3 × 3 convolution layers for 34 and 50 layers. And then the performance was analyzed in the case of small and many cases of convolutional layers for the bottleneck structure of 50 layers. By applying the results, the best classification method in the residual block was applied to construct a 34-layer simple structure and a 50-layer bottleneck image classification model. To evaluate the performance of the proposed image classification model, the results were analyzed by applying to the cifar10 dataset. The proposed 34-layer simple structure and 50-layer bottleneck showed improved performance over the ResNet-110 and Densnet-40 models.

Fire Alarm Solutions Through the Convergence of Image Processing Technology and M2M (영상처리기술과 M2M의 융합을 통한 화재 경보 솔루션)

  • Kang, Bo-Seon;Lee, Keun-Ho
    • Journal of the Korea Convergence Society
    • /
    • v.7 no.1
    • /
    • pp.37-42
    • /
    • 2016
  • Recent advances have been made in technology of sensor devices. Accordingly, the size of devices has been miniaturized, to which diverse functions can be applied. On top of that, the devices use image processing technology to observe circumstances of users' living spaces and detect risk situations saved in database. In case of detecting risk situations, M2M environment is constructed so that the information can be delivered to other communication devices to immediately raise an alarm. This paper aims to introduce solutions that construct M2M environment by using color detection algorithm of OpenCV and Raspberry Pi, raise an alarm to users in case of fire, and provide information on follow-up measures for it.

Design and Evaluation of Corporate Identity Symbol Marks by Hybrid Kansei Engineering (혼합형 감성공학에 의한 CI 심벌마크의 설계 및 평가)

  • 장인성;박용주
    • Journal of Intelligence and Information Systems
    • /
    • v.7 no.2
    • /
    • pp.129-141
    • /
    • 2001
  • Kansei engineering or image technology is a tool to analyze relation between product design components and the impression or feeling of human for physical products. This paper attempts to construct the designer\`s aid tool for developing corporate identity(CI) symbol mark based on the hybrid Kansei engineering. It combines the forward Kansei engineering for translating consumer\`s feeling into design components of CI symbol mark and the backward Kansei engineering for evaluating consumer\`s feeling for CI symbol mark. The semantic differential(SD) evaluation experiment is carried out to find the relations between image and design. The backward Kansei engineering system is modelled by fuzzy neural network. This research is expected to contribute to the development of CI symbol mark that correspond to comsumer\`s image.

  • PDF

Design and Test Flash-based Storage for Small Earth Observation Satellites (소형 지구 관측 위성용 플래시 기반 저장장치 설계 및 시험)

  • Baek, Inchul;Park, Hyoungsic;Hwang, Kiseon
    • IEMEK Journal of Embedded Systems and Applications
    • /
    • v.13 no.5
    • /
    • pp.253-259
    • /
    • 2018
  • Recently, small satellite industries are rapidly changing. Demand for high performance small satellites is increasing with the expansion of Earth Observation Satellite market. A next-generation small satellites require a higher resolution image storage capacity than before. However, there is a problem that the HW configuration of the existing small satellite image storage device could not meet these requirements. The conventional data storing system uses SDRAM to store image data taken from satellites. When SDRAM is used in small satellite platform of a next generation, there is a problem that the cost of physical space is eight times higher and satellite price is two times higher than NAND Flash. Using the same satellite hardware configuration for next-generation satellites will increase the satellite volume to meet hardware requirements. Additional cost is required for structural design, environmental testing, and satellite launch due to increasing volume. Therefore, in order to construct a low-cost, high-efficiency system. This paper shows a next-generation solid state recorder unit (SSRU) using MRAM and NAND Flash instead of SDRAM. As a result of this research, next generation small satellite retain a storage size and weight and improves the data storage space by 15 times and the storage speed by 4.5 times compare to conventional design. Also reduced energy consumption by 96% compared to SDRAM based storage devices.

A Study on Pyramid of Binary Image Using Mathematical Morphology (수학적 형태학을 이용한 이진 영상의 피라미드에 관한 연구)

  • 엄경배;김준철;이준환
    • The Journal of Korean Institute of Communications and Information Sciences
    • /
    • v.18 no.9
    • /
    • pp.1239-1247
    • /
    • 1993
  • Mathematical morphology based on the set theory has been applied to various areas in image processing. In this study, we propose a new pyramid structure for binary images based on the morphological operations. We use a specific class of structuring elements to shrink or expand images, and prove that the whole operations are separable to construct the pyramid. Through a simulation study, we show that the pyramid can be used as a progressive image coding.

  • PDF