• 제목/요약/키워드: Morphology Operation

검색결과 181건 처리시간 0.026초

Morphology-pair 연산과 중간 값을 이용한 심전도 신호의 기저선 변동 잡음 제거 (Removing Baseline Drift in ECG Signal using Morphology-pair Operation and median value)

  • 박길흠;김정홍
    • 한국컴퓨터정보학회논문지
    • /
    • 제19권8호
    • /
    • pp.107-117
    • /
    • 2014
  • 본 논문에서는 심전도 파형에서 P, R, T-wave와 같은 local maxima 신호 영역과 Q, S-wave와 같은 local minima 신호영역을 제거하여 기저선 변동 잡음을 제거하기 위한 방법을 제시한다. 이를 위해 형태연산을 개선한 morphology-pair 연산을 심전도 파형에 적용하고, 그 결과 발생되는 돌출 파형을 제거하고자 중간 값 연산을 적용하였다. 제안한 알고리즘의 성능을 확인하기 위해 실제 심전도 임상 데이터인 MIT/BIH 데이터베이스를 이용하였으며, 실험 결과 원 신호를 왜곡 하지 않고, 기저선 변동 잡음을 효과적으로 제거함을 확인하였다.

Time Complexity Measurement on CUDA-based GPU Parallel Architecture of Morphology Operation

  • Izmantoko, Yonny S.;Choi, Heung-Kook
    • 한국멀티미디어학회논문지
    • /
    • 제16권4호
    • /
    • pp.444-452
    • /
    • 2013
  • Operation time of a function or procedure is a thing that always needs to be optimized. Parallelizing the operation is the general method to reduce the operation time of the function. One of the most powerful parallelizing methods is using GPU. In image processing field, one of the most commonly used operations is morphology operation. Three types of morphology operations kernel, na$\ddot{i}$ve, global and shared, are presented in this paper. All kernels are made using CUDA and work parallel on GPU. Four morphology operations (erosion, dilation, opening, and closing) using square structuring element are tested on MRI images with different size to measure the speedup of the GPU implementation over CPU implementation. The results show that the speedup of dilation is similar for all kernels. However, on erosion, opening, and closing, shared kernel works faster than other kernels.

평활화 스플라인 연산과 형태학 연산을 이용한 기저선 변동 잡음 제거 (Removing Baseline Drift from ECG Signal Using Smoothing Spline and Morphology Operation)

  • 백승관;최창훈;김정홍
    • 한국통신학회논문지
    • /
    • 제42권1호
    • /
    • pp.162-171
    • /
    • 2017
  • 심전도 신호에 있는 저주파 잡음 성분은 기저선 변동을 일으킨다. 본 논문에서는 기저선 변동이 있는 심전도 신호에 대하여 형태학 연산과 평활화 스플라인 연산을 사용하여 기저선 변동 잡음을 제거하였다. 형태학 연산만 이용하여 기저선 변동 잡음을 제거하는 경우, 사용한 구조요소에 따라 원 신호의 특징점 정보를 손상시킬 수 있다. 형태학 연산의 단점을 해결하기 위하여, 형태학 연산 후 평활화 스플라인 연산을 적용하였다. ECG 신호 처리를 위한 기존의 형태학 연산을 이용한 방법과 본 논문에서 제안된 방식을 MIT/BIH 데이터베이스에서 제공하는 심전도 임상 데이터에 각각 적용하여 비교하였다. 실험을 통해 본 논문에서 제안된 방식이 기존 방식보다 원신호에 대한 데이터 왜곡도가 낮음을 확인하였다.

Gray Scale Morphology를 이용한 하이브리드 메디안 필터에 관한 연구 (A Study on Hybrid Median Filter Using Gray Scale Morphology)

  • 문성용;김종교
    • 한국통신학회논문지
    • /
    • 제17권11호
    • /
    • pp.1264-1270
    • /
    • 1992
  • Morphological 필터는 다양한 structuring element로서 morphological 연산으로 구성된다. 두개의 기본적인 morphological 연산은 erosion과 dilation이다. 두 연산에 기본을 두고 OC, CO 필터가 정의된다. 가우시안 잡음이 포함된 이미지의 잡음을 제거할 경우 OC 필터의 성능이 CO의 성능보다 우수함을 확인하였다. 본 논문에서는 이미지 처리에 있어서 하이브리드 메디안 필터를 구성하여 다른 필터 보다 화질의 선명도를 개선하고 컴퓨터 시뮬레이션을 통하여 해석하였다.

  • PDF

이방성 확산과 형태학적 연산을 이용한 영상 분할 (Image Segmentation Using Anisotropic Diffusion and Morphology Operation)

  • 김희숙;조정래;임숙자
    • 디지털산업정보학회논문지
    • /
    • 제5권2호
    • /
    • pp.157-165
    • /
    • 2009
  • Existing methods for image segmentation using diffusion can't preserve contour information, or noises with high gradients become more salient as the umber of times of the diffusion increases, resulting in over-segmentation when applied to watershed. This thesis proposes a method for image segmentation by applying morphology operation together with robust anisotropic diffusion. For an input image, transformed into LUV color space, closing by reconstruction and anisotropic diffusion are applied to obtain a simplified image which preserves contour information with noises removed. With gradients computed from this simplifed images, watershed algorithm is applied. Experiments show that color images are segmented very effectively without over-segmentation.

해체와 구성을 이용한 다중 스케일 균열 검출 (Multi-scale crack detection using decomposition and composition)

  • 김영로;정지영
    • 디지털산업정보학회논문지
    • /
    • 제9권3호
    • /
    • pp.13-20
    • /
    • 2013
  • In this paper, we propose a multi-scale crack detection method. This method uses decomposition, composition, and shape properties. It is based on morphology algorithm, crack features. We use a morphology operator which extracts patterns of crack. It segments cracks and background using opening and closing operations. Morphology based segmentation is better than existing integration methods using subtraction in detecting a crack it has small width. However, morphology methods using only one structure element could detect only fixed width crack. Thus, we use decomposition and composition methods. We use a decimation method for decomposition. After decomposition and morphology operation, we get edge images given by binary values. Our method calculates values of properties such as the number of pixels and the maximum length of the segmented region. We decide whether the segmented region belongs to cracks according to those data. Experimental results show that our proposed multi-scale crack detection method has better results than those of existing detection methods.

적외선 영상에서 모폴로지와 가우시안 거리함수를 이용한 소형표적 검출 (Small Target Detection using Morphology and Gaussian Distance Function in Infrared Images)

  • 박준재;안상호;김종호;김상균
    • 한국산업정보학회논문지
    • /
    • 제17권4호
    • /
    • pp.61-70
    • /
    • 2012
  • 본 논문에서는 모폴로지 연산을 기반으로 소형 표적 후보를 찾고, 변형된 가우시안 거리 함수를 이용해서 소형 표적을 검출하는 방법을 제안한다. 기존의 소형 표적 검출 방법은 예측 필터를 이용하는 방법과 모폴로지를 이용하는 방법이 있다. 예측필터를 이용하는 방법의 경우 최소 오차 수렴 시간이 오래 걸리고, 모폴로지를 이용하는 방법의 경우 클러터에 취약하고, 소형 표적의 크기를 고려하여 구조요소의 크기를 선정해야 하는 단점이 있다. 본 논문에서는 기존 연구 방법의 단점을 보완한 강인한 소형 표적 검출 방법을 제안한다. 제안하는 방법은 먼저 미디언 필터를 사용해서 클러터를 제거한다. 다음으로 다양한 크기의 구조 요소를 이용해 닫힘 연산과 열림 연산을 수행하고, 닫힘 연산 결과와 열림 연산 결과를 차 연산 하여 표적 후보 화소를 구한다. 정확한 소형 표적을 검출하기 위해 표적 후보 영역에서 가우시안 거리 함수를 이용하여 표적을 검출한다. 제안한 방법은 클러터에 민감하지 않고, 98%의 검출율을 보였다.

Morphology를 이용한 문서화상내의 문자열 추출에 관한 연구 (A Study on Extraction of Character String in Document Image Using Morphology)

  • 장희돈;김동현;김석태;남궁재찬
    • 한국통신학회논문지
    • /
    • 제18권1호
    • /
    • pp.123-132
    • /
    • 1993
  • 본 논문은 문서화상으로 부터 문장영역과 도형영역을 분리해 내는 연구이다. 문자영역을 추출하기 위하여 문서화상에 대해 Morphology의 기본연산인 Dilation을 행해 문자를 융합하고 블럭화를 행한 후 문서 화상의 서식을 판정하고 판정된 문자열 서식에 따라 문서화상에서 기울기를 구하여 문서를 보정하며 보정된 문서에서 문자열을 추출하였다. 3개 종류 11개 데이타를 대상으로 실험한 결과 문자열이 대부분 추출됨을 알 수 있었다.

  • PDF

영상처리를 위한 DTCNN 하드웨어 구현에 관한 연구 (A study on DTCNN hardware implementation for image processing)

  • 문성용
    • 전자공학회논문지S
    • /
    • 제35S권4호
    • /
    • pp.96-104
    • /
    • 1998
  • In this paper, the circuit of DTCNN designed using dilation and erosion operation, a basic operation of gray-scale morphology, also each cell designed PE in order to having extension using the local connectivity. In this PE design, connection of between cell and cell become simple. And it is realized to easily VLSI realization as well as to circuit to be parallel processing. As the resutls of simulations, the proposed method was verified to improved more operation speed than the sequential data processing, parallel processing DTCNN was implemented in a 0.8.mu.m CMOS technology using COMPASS Tool.

  • PDF

분산계 특성이 질화규소 미분의 과립특성 및 충진거동에 미치는 영향 (Effect of Suspension Property on Granule Characteristics and Compaction Behavior of Fine Si3Na4 Powder)

  • 이해원;오성록
    • 한국세라믹학회지
    • /
    • 제32권4호
    • /
    • pp.462-470
    • /
    • 1995
  • The characteristics of spray-dried granules are important for dry pressing operation since they have great influences on die-filling, compaction ratio, and resulting green microstructure. An attempt was made to control granule morphology and the packing structure of fine Si3N4 particles in granules by adjusting suspension property. Mercury porosimetry was used to characterize the pore structures of both granules and green compacts. Finally, the effects of particle packing structure in granules and green microstructure on sintering behavior were investigated.

  • PDF