• Title/Summary/Keyword: Laplacian image

Search Result 167, Processing Time 0.032 seconds

A Study on Edge Detection Algorithm using Local Mask and Morphological Operation (모폴로지 연산과 국부 마스크를 이용한 에지 검출 알고리즘에 관한 연구)

  • Lee, Chang-Young;Kim, Nam-Ho
    • Proceedings of the Korean Institute of Information and Commucation Sciences Conference
    • /
    • 2015.10a
    • /
    • pp.900-902
    • /
    • 2015
  • In the modern society, according to the advancement in digital image processing technology, edge detection is being utilized in various application sectors such as smart device and medical, etc. In existing edge detection methods, there are Sobel, Prewitt, Roberts and Laplacian, etc, which uses the mask. These previous methods are easy to implement but shows somewhat insufficient results. Therefore, in order to compensate the problems of existing methods, in this paper, an algorithm that detects the edge using the local mask and morphological operation was proposed and the detection performance was compared against the previous methods.

  • PDF

A Novel Automatic Block-based Multi-focus Image Fusion via Genetic Algorithm

  • Yang, Yong;Zheng, Wenjuan;Huang, Shuying
    • KSII Transactions on Internet and Information Systems (TIIS)
    • /
    • v.7 no.7
    • /
    • pp.1671-1689
    • /
    • 2013
  • The key issue of block-based multi-focus image fusion is to determine the size of the sub-block because different sizes of the sub-block will lead to different fusion effects. To solve this problem, this paper presents a novel genetic algorithm (GA) based multi-focus image fusion method, in which the block size can be automatically found. In our method, the Sum-modified-Laplacian (SML) is selected as an evaluation criterion to measure the clarity of the image sub-block, and the edge information retention is employed to calculate the fitness of each individual. Then, through the selection, crossover and mutation procedures of the GA, we can obtain the optimal solution for the sub-block, which is finally used to fuse the images. Experimental results show that the proposed method outperforms the traditional methods, including the average, gradient pyramid, discrete wavelet transform (DWT), shift invariant DWT (SIDWT) and two existing GA-based methods in terms of both the visual subjective evaluation and the objective evaluation.

A Study on 3d Reconstruction and Simulated Implantation of Human Femur Using Consecutive CT-Images (연속된 CT-Image를 이용한 고관절 3d 형상의 재구성 및 Simulated Implantation System 구축에 관한 연구)

  • 민경준;김중규;최재봉;최귀원
    • Journal of Biomedical Engineering Research
    • /
    • v.20 no.2
    • /
    • pp.155-164
    • /
    • 1999
  • In this paper, the prototype of SIS(Simulated Implantation System) for human femoral head is introduced. SIS is a software which carries on a virtual femoral head replacement surgery including 3d visualization as well as various numeric analyses between a patient's femur and artificial femur through certain stages of the image processing and of the computer graphics. Also, processes required after acquiring consecutive CT-images and projected image of an artificial femur are discussed, and the corresponding results including prototype of SIS are given.

  • PDF

Supervised-learning-based algorithm for color image compression

  • Liu, Xue-Dong;Wang, Meng-Yue;Sa, Ji-Ming
    • ETRI Journal
    • /
    • v.42 no.2
    • /
    • pp.258-271
    • /
    • 2020
  • A correlation exists between luminance samples and chrominance samples of a color image. It is beneficial to exploit such interchannel redundancy for color image compression. We propose an algorithm that predicts chrominance components Cb and Cr from the luminance component Y. The prediction model is trained by supervised learning with Laplacian-regularized least squares to minimize the total prediction error. Kernel principal component analysis mapping, which reduces computational complexity, is implemented on the same point set at both the encoder and decoder to ensure that predictions are identical at both the ends without signaling extra location information. In addition, chrominance subsampling and entropy coding for model parameters are adopted to further reduce the bit rate. Finally, luminance information and model parameters are stored for image reconstruction. Experimental results show the performance superiority of the proposed algorithm over its predecessor and JPEG, and even over JPEG-XR. The compensation version with the chrominance difference of the proposed algorithm performs close to and even better than JPEG2000 in some cases.

Texture Image Fusion on Wavelet Scheme with Space Borne High Resolution Imagery: An Experimental Study

  • Yoo, Hee-Young;Lee , Ki-Won
    • Korean Journal of Remote Sensing
    • /
    • v.21 no.3
    • /
    • pp.243-252
    • /
    • 2005
  • Wavelet transform and its inverse processing provide the effective framework for data fusion. The purpose of this study is to investigate applicability of wavelet transform using texture images for the urban remote sensing application. We tried several experiments regarding image fusion by wavelet transform and texture imaging using high resolution images such as IKONOS and KOMPSAT EOC. As for texture images, we used homogeneity and ASM (Angular Second Moment) images according that these two types of texture images reveal detailed information of complex features of urban environment well. To find out the useful combination scheme for further applications, we performed DWT(Discrete Wavelet Transform) and IDWT(Inverse Discrete Wavelet Transform) using texture images and original images, with adding edge information on the fused images to display texture-wavelet information within edge boundaries. The edge images were obtained by the LoG (Laplacian of Gaussian) processing of original image. As the qualitative result by the visual interpretation of these experiments, the resultant image by each fusion scheme will be utilized to extract unique details of surface characterization on urban features around edge boundaries.

A Study of Edge Detection for Auto Focus of Infrared Camera

  • Park, Hee-Duk
    • Journal of the Korea Society of Computer and Information
    • /
    • v.23 no.1
    • /
    • pp.25-32
    • /
    • 2018
  • In this paper, we propose an edge detection algorithm for auto focus of infrared camera. We designed and implemented the edge detection of infrared image by using a spatial filter on FPGA. The infrared camera should be designed to minimize the image processing time and usage of hardware resource because these days surveillance systems should have the fast response and be low size, weight and power. we applied the $3{\times}3$ mask filter which has an advantage of minimizing the usage of memory and the propagation delay to process filtering. When we applied Laplacian filter to extract contour data from an image, not only edge components but also noise components of the image were extracted by the filter. These noise components make it difficult to determine the focus state. Also a bad pixel of infrared detector causes a problem in detecting the edge components. So we propose an adaptive edge detection filter that is a method to extract only edge components except noise components of an image by analyzing a variance of pixel data in $3{\times}3$ memory area. And we can detect the bad pixel and replace it with neighboring normal pixel value when we store a pixel in $3{\times}3$ memory area for filtering calculation. The experimental result proves that the proposed method is effective to implement the edge detection for auto focus in infrared camera.

A Study on Edge Detection Algorithm using Modified Mask in Salt and Pepper Noise Images (Salt and Pepper 잡음 영상에서 변형된 마스크를 이용한 에지 검출 알고리즘에 관한 연구)

  • Lee, Chang-Young;Kim, Nam-Ho
    • Journal of the Korea Institute of Information and Communication Engineering
    • /
    • v.18 no.1
    • /
    • pp.210-216
    • /
    • 2014
  • The edge in the image is a part which the brightness changes rapidly between the object and the object or objects and background, and includes information of the features such as size, position, orientation, and texture of the object. The edge detection is the technique that acquires these information of the images, and now the researches to detect edges are making steady progress. Typical conventional edge detection methods are Sobel, Prewitt, Roberts using the first derivative operator and Laplacian method using the second derivative operator and so on. These methods is more or less insufficient that the characteristics of the edge detection in the image added salt and pepper noise. therefore, in this paper, an edge detection algorithm using modified mask that applies different size mask according to noise density of local mask is proposed.

Comparison of Analysis Performance of Additive Noise Signals by Independent Component Analysis (독립성분분석법에 의한 잡음첨가신호의 분석성능비교)

  • Cho Yong-Hyun;Park Yong-Soo
    • Journal of the Korean Institute of Intelligent Systems
    • /
    • v.15 no.3
    • /
    • pp.294-299
    • /
    • 2005
  • This paper presents the separation performance of the linearly mixed image signals with additive noises by using an independent component analyses(ICAs) of the fixed-point(FP) algorithm based on Newton and secant method, respectively. The Newton's FP-ICA uses the slope of objective function, and the secant's FP-ICA also uses the tangent line of objective function. The 2 kinds of ICA have been applied to the 2 dimensional 2-image with $512\times512$ pixels. Then Gaussian noise and Laplacian noise are added to the mixed images, respectively. The experimental results show that the Newton's FP-ICA has better the separation speed than secant FP-ICA and the secant's FP-ICA has also the better separation rate than Newton's FP-ICA. Especially, the Newton and secant method gives relatively larger improvement degree in separation speed and rate as the noise increases.

Design of New Fine Dust Measurement Method applying LoG Edge Detection Technique (LoG 윤곽선 검출 기법을 적용한 새로운 미세먼지 측정 방법 설계)

  • Jang, Taek-Jin;Lin, Chi-Ho
    • The Journal of the Institute of Internet, Broadcasting and Communication
    • /
    • v.22 no.5
    • /
    • pp.69-73
    • /
    • 2022
  • In this paper, we propose a new method for measuring fine dust through a LoG(Laplacian of Gaussian)-based edge detection technique. CCTV-based images in a video are collected for fine dust measurement, and image ranges are designated through RoI(Region of Interest). After clustering by applying the GMM(Gaussian Mix Model) to the specified area, we detect edge through the LoG algorithm and measure the detected edge strength. The concentration of fine dust is determined based on the measured intensity data of the edge. In this paper, we propose algorithm as the effectiveness of experiment. As a result of collecting and applying CCTV image in the video installed around the laboratory of this school for a month from June to July, the measured result value was proved through this experiment to be sufficient to calculate the concentration and range of fine dust.

SCLC-Edge Detection Algorithm for Skin Cancer Classification (피부암 병변 분류를 위한 SCLC-Edge 검출 알고리즘)

  • June-Young Park;Chang-Min Kim;Roy C. Park
    • Journal of the Institute of Convergence Signal Processing
    • /
    • v.23 no.4
    • /
    • pp.256-263
    • /
    • 2022
  • Skin cancer is one of the most common diseases in the world, and the incidence rate in Korea has increased by about 100% over the past five years. In the United States, more than 5 million people are diagnosed with skin cancer every year. Skin cancer mainly occurs when skin tissue is damaged for a long time due to exposure to ultraviolet rays. Melanoma, a malignant tumor of skin cancer, is similar in appearance to Atypical melanocytic nevus occurring on the skin, making it difficult for the general public to be aware of it unless secondary signs occur. In this paper, we propose a skin cancer lesion edge detection algorithm and a deep learning model, CRNN, which performs skin cancer lesion classification for early detection and classification of these skin cancers. As a result of the experiment, when using the contour detection algorithm proposed in this paper, the classification accuracy was the highest at 97%. For the Canny algorithm, 78% was shown, 55% for Sobel, and 46% for Laplacian.