• 제목/요약/키워드: Image processing algorithms

검색결과 896건 처리시간 0.022초

Review on Digital Image Watermarking Based on Singular Value Decomposition

  • Wang, Chengyou;Zhang, Yunpeng;Zhou, Xiao
    • Journal of Information Processing Systems
    • /
    • 제13권6호
    • /
    • pp.1585-1601
    • /
    • 2017
  • With the rapid development of computer technologies, a number of image modification methods have emerged, which have great impacts on the security of image information. Therefore, it is necessary to protect the integrity and authenticity of digital images, and digital watermarking technique consequently becomes a research hotspot. An effort is made to survey and analyze advancements of image watermarking algorithms based on singular value decomposition (SVD) in recent years. In the first part, an overview of watermarking techniques is presented and then mathematical theory of SVD is given. Besides, SVD watermarking model, features, and evaluation indexes are demonstrated. Various SVD-based watermarking algorithms, as well as hybrid watermarking algorithms based on SVD and other transforms for copyright protection, tamper detection, location, and recovery are reviewed in the last part.

자동 초음파 검사를 위한 결함 영상 처리 시스템의 설계 및 구현 (Design and Implementation of Flaw Image processing System for Automated Ultrasonic Testing System)

  • 김한종;박종훈;김철원
    • 한국정보통신학회논문지
    • /
    • 제14권1호
    • /
    • pp.225-232
    • /
    • 2010
  • 용접부 내에 존재하는 결함의 형태, 위치, 크기 등의 정보를 정량적으로 파악하기 위하여 초음파 탐상 검사가 많이 활용되는데, 최근 들어 용접부의 결함 탐상을 위해, 검사과정을 기계적 스캐너로 자동화한 자동 초음파 탐상 시스템이 많은 산업 분야에서 활용되고 있고, 특히 배관 용접부의 건전성 평가를 위한 비파괴안전진단에서 그 활용 폭이 커지고 있다. 본 논문에서는 배관 용접부의 자동 초음파 검사를 위한 알고리즘 구현과 결함 영상을 보정하여 주는 결함영상 처리 시스템을 설계 및 구현하였다. 적용된 기법으로는 초음파 A-Scan 압축 알고리즘, Synthetic Aperture Focusing 알고리즘, 결함영상증폭 알고리즘과 이와 관련된 소프트웨어 설계 및 구현에 대하여 논한다.

A methodology for spatial distribution of grain and voids in self compacting concrete using digital image processing methods

  • Onal, Okan;Ozden, Gurkan;Felekoglu, Burak
    • Computers and Concrete
    • /
    • 제5권1호
    • /
    • pp.61-74
    • /
    • 2008
  • Digital image processing algorithms for the analysis and characterization of grains and voids in cemented materials were developed using toolbox functions of a mathematical software package. Utilization of grayscale, color and watershed segmentation algorithms and their performances were demonstrated on artificially prepared self-compacting concrete (SCC) samples. It has been found that color segmentation was more advantageous over the gray scale segmentation for the detection of voids whereas the latter method provided satisfying results for the aggregate grains due to the sharp contrast between their colors and the cohesive matrix. The watershed segmentation method, on the other hand, appeared to be very efficient while separating touching objects in digital images.

카메라 기반 야간 차선 인식율 개선을 위한 영상처리 알고리즘에 대한 연구 (A Study on Image Processing Algorithms for Improving Lane Detectability at Night Based on Camera)

  • 김흥룡;이선봉
    • 한국자동차공학회논문집
    • /
    • 제21권1호
    • /
    • pp.51-60
    • /
    • 2013
  • In this paper, to control the existing headlamp control system using steering wheel angle more efficiently and more actively, image processing algorithm which improved the detection rate of lane at night based on camera was suggested. And to recognize road lane more clearly in the conditions of low illumination, new algorithms were developed in the aspects of improving brightness, extracting clear lane edge and using the characteristics of lane. Through this research, it turned out that lane detection ability by using the normalized stretching, angular mask and expected-area scan have good performance in the night compare to existing algorithms.

Image Processing Algorithms for Non-destructive Testing

  • Lee, SangBock
    • 한국컴퓨터정보학회논문지
    • /
    • 제21권9호
    • /
    • pp.45-49
    • /
    • 2016
  • In this study, an image processing algorithm was developed to increase readability of the images of specific parts of a KTX train acquired by using a mobile digital radiographic testing device in a situation where a running train is stopped. The image processing algorithm was realized by using a Visual C++ development tool. The algorithm developed in this study allows to select an interested region in the acquired images when the interested region is suspected to cause a problem, and applies a thinning process based Sobel operators to the selected region. The experimental results show that the readability of defect parts that are not visible to naked eyes was increased through edge detector. Application of the algorithm developed in this study may help to accurately read non-destructive inspection images.

영상처리 알고리즘 구현에서 소스코드 재사용을 위한 제너릭 프로그래밍 방법에 관한 연구 (A study of generic programming method for source code reuse in image processing algorithm implementation)

  • 이정헌;이준형
    • 한국컴퓨터정보학회논문지
    • /
    • 제10권3호
    • /
    • pp.19-34
    • /
    • 2005
  • 영상처리 알고리즘 연구에 있어서 가장 어려운 부분 중 하나가 기존 알고리즘과의 성능 비교이다. 그러므로 재사용이 가능한 코드의 형태로 알고리즘을 표현하고 구현하는 것이 영상처리 연구에서는 매우 중요하다. 기존의 영상처리 시스템들은 소스코드 측면에서의 재사용을 위한 모든 조건을 지원하지 못했다. 이러한 문제를 해결하기 위하여 본 연구에서는 제너릭(generic) 프로그래밍 방법을 영상처리 알고리즘구현에 적용함으로써 소스코드 측면에서의 재사용 문제를 해결하는 방법을 제안하였다. 제안한 방법은 다른 다양한 영상 형식이 적용되더라도 같은 알고리즘 구현이 가능하도록 영상처리 알고리즘들과 알고리즘 구현을 위한 기초적인 자료 구조를 연결하는 이차원 iterator를 정의하여 사용하는 방법이다. 그리고 제안 방법의 간결함과 효율성을 확인하기 위하여 몇 개의 예제와 기존의 영상처리 알고리즘 통합 개발 환경에 이식하여 기존의 방법과 비교하였다.

  • PDF

An Improvement Method of Color Image Using Saturation Extension

  • Yang, Kyoung-Ok;Yun, Jong-Ho;Cho, Hwa-Hyun;Choi, Myung-Ryul
    • 한국정보디스플레이학회:학술대회논문집
    • /
    • 한국정보디스플레이학회 2007년도 7th International Meeting on Information Display 제7권1호
    • /
    • pp.1035-1038
    • /
    • 2007
  • In this paper, we propose a color image improvement method. The proposed algorithms are classified with the adaptive contrast stretching method for contrast enhancement and the adaptive saturation enhancement method for saturation enhancement. The adaptive contrast stretching method is to compensate a significant change of brightness while luminance is processed. The adaptive saturation enhancement method inhibits its saturation from de-saturation and oversaturation while chrominance is processed. The proposed algorithms are focused on a preference color processing in order to generate better image quality than the algorithms focused on a uniform color processing for human vision.

  • PDF

Performance analysis on the geometric correction algorithms using GCPs - polynomial warping and full camera modelling algorithm

  • Shin, Dong-Seok;Lee, Young-Ran
    • 대한원격탐사학회:학술대회논문집
    • /
    • 대한원격탐사학회 1998년도 Proceedings of International Symposium on Remote Sensing
    • /
    • pp.252-256
    • /
    • 1998
  • Accurate mapping of satellite images is one of the most important Parts in many remote sensing applications. Since the position and the attitude of a satellite during image acquisition cannot be determined accurately enough, it is normal to have several hundred meters' ground-mapping errors in the systematically corrected images. The users which require a pixel-level or a sub-pixel level mapping accuracy for high-resolution satellite images must use a number of Ground Control Points (GCPs). In this paper, the performance of two geometric correction algorithms is tested and compared. One is the polynomial warping algorithm which is simple and popular enough to be implemented in most of the commercial satellite image processing software. The other is full camera modelling algorithm using Physical orbit-sensor-Earth geometry which is used in satellite image data receiving, pre-processing and distribution stations. Several criteria were considered for the performance analysis : ultimate correction accuracy, GCP representatibility, number of GCPs required, convergence speed, sensitiveness to inaccurate GCPs, usefulness of the correction results. This paper focuses on the usefulness of the precision correction algorithm for regular image pre-processing operations. This means that not only final correction accuracy but also the number of GCPs and their spatial distribution required for an image correction are important factors. Both correction algorithms were implemented and will be used for the precision correction of KITSAT-3 images.

  • PDF

16개의 처리기를 가진 다중접근기억장치를 위한 영상처리 알고리즘의 구현에 대한 성능평가 (Performance Analysis of Implementation on Image Processing Algorithm for Multi-Access Memory System Including 16 Processing Elements)

  • 이유진;김재희;박종원
    • 전자공학회논문지CI
    • /
    • 제49권3호
    • /
    • pp.8-14
    • /
    • 2012
  • 최근 3D TV나 영화, 증강현실과 같은 대용량 고화질의 영상 응용분야가 확산됨에 따라 빠른속도로 영상을 처리하는 것이 요구되고 있다. 여러개의 프로세서로 구성되어 병렬처리 성능을 극대화 시킬 수 있는 SIMD구조의 컴퓨터는 다양하고 많은 양의 데이터들을 처리하는 것을 가속화한다. 다중접근기억장치인 MAMS는 여러개의 PE와 고성능 SIMD 구조에 최적화된 시스템으로 MAMS는 메모리 모듈을 $M{\times}N$의 2-D array 개념을 적용하여 X, Y 좌표 및 임의의 간격으로 pq개의 데이터 각각에 수평, 수직, 대각선, 역대각선, 블록의 다양한 방식으로 충돌없이 접근하며, 이 메모리모듈(MM)의 개수 m은 pq 개수보다 큰 소수이다. MAMS-PP4는 4개의 PE와 5개의 MM로 구성되어 기존에 구현된 바 있다. 이 논문에서는 MAMS-PP4의 확장으로 16개의 PE와 17개의 MM으로 구성된 MAMS-PP16에 대한 영상처리 알고리즘의 구현과 그에 따른 성능평가에 대해 소개한다. MAMS-PP16의 인스트럭션 포맷은 64비트로 확장되어 새로 설계 되었으며 특정 어플리케이션의 추가와 새로운 인스트럭션이 포함되어 있다. 본 논문에서는 구현된 알고리즘이 수행될 수 있도록 MAMS-PP16의 시뮬레이터를 개발하였다. 이 시뮬레이터를 통해 구현된 영상처리 알고리즘을 수행함으로서 MAMS-PP16의 성능이 향상되었음을 확인하였다. 영상처리 알고리즘 중 피라미드 기법을 적용하여 수행한 결과, 캐시를 사용하는 Serial processor에서는 랜덤한 응답인 반면, 캐시를 사용하지 않는 MAMS-PP16에서 일정한 응답을 확인하였다.