• Title/Summary/Keyword: 의료 데이터

Search Result 1,532, Processing Time 0.038 seconds

Algorithm for Extract Region of Interest Using Fast Binary Image Processing (고속 이진화 영상처리를 이용한 관심영역 추출 알고리즘)

  • Cho, Young-bok;Woo, Sung-hee
    • Journal of the Korea Institute of Information and Communication Engineering
    • /
    • v.22 no.4
    • /
    • pp.634-640
    • /
    • 2018
  • In this paper, we propose an automatic extraction algorithm of region of interest(ROI) based on medical x-ray images. The proposed algorithm uses segmentation, feature extraction, and reference image matching to detect lesion sites in the input image. The extracted region is searched for matching lesion images in the reference DB, and the matched results are automatically extracted using the Kalman filter based fitness feedback. The proposed algorithm is extracts the contour of the left hand image for extract growth plate based on the left x-ray input image. It creates a candidate region using multi scale Hessian-matrix based sessionization. As a result, the proposed algorithm was able to split rapidly in 0.02 seconds during the ROI segmentation phase, also when extracting ROI based on segmented image 0.53, the reinforcement phase was able to perform very accurate image segmentation in 0.49 seconds.

A Study on Composite Filter using Edge Information of Local Mask in AWGN Environments (AWGN 환경에서 국부 마스크의 에지 정보를 이용한 합성필터에 관한 연구)

  • Kwon, Se-Ik;Kim, Nam-Ho
    • Journal of the Institute of Convergence Signal Processing
    • /
    • v.17 no.2
    • /
    • pp.71-76
    • /
    • 2016
  • Digital image processing is being utilized in various fields including medical industry, satellite photos, and factory automation image recognition. However, this kind of image data produces heat by an external cause in the course of being processed, transmitted, and stored. Most typical noises added in the images are AWGN and salt and pepper. MF, CWMF, and AWMF are methods used to restore images damaged by AWGN and the existing methods are likely to damage detailed information such as an edge. Therefore, this paper suggests an algorithm applying weight of average filter, average filter depending on pixel, and spatial weight filter based on edge size of local mask in an AWGN environment, in a different way. Also, this paper compares functions of existing methods by using PSNR to prove excellence of the suggested algorithm.

Development of a real-time Analysis System of Microchip Fluorescence Images based on Server-Client (서버 클라이언트 기반의 실시간 마이크로칩 형광 이미지 분석 시스템 개발)

  • Cho, Migyung;Shim, Jaesool
    • Journal of the Korea Institute of Information and Communication Engineering
    • /
    • v.17 no.5
    • /
    • pp.1239-1244
    • /
    • 2013
  • In the field of clinical medicine and research, the analysis of such as protein and DNA at the molecular level and even at the cell level are necessary for disease diagnosis and treatment. In many cases, a real time image of samples is needed for the accurate analysis and manipulation of samples since experimental samples are degenerated with time. In this research, a three-dimensional fluorescence microscope device was developed for taking images of protein and DNA inside a single cell and the server-client based image analysis system was made for an integrated management of the real-time images taken from the microscope device. The system consists of a fluorescent measurement device, the associated software and a client program on smartphone. The developed system allows doctors or experimental managers to receive and look at the real-time experimental images taken from the samples of patients anywhere in the emergency, to analyze results and to instantly diagnose the disease and to transfer the results to the patients. As a result, the system is able to be utilized in the implementation of ubiquitous health as well.

The Effects of Satisfaction in Elderly Care Facilities and Daily Stress of the Elderly on Depression and Self-esteem (요양시설 입소노인의 이용만족도와 일상생활 스트레스가 우울 및 자아존중감에 미치는 영향)

  • Sa, Young-Hoa;Cho, Sung-Je
    • Journal of the Korea Academia-Industrial cooperation Society
    • /
    • v.15 no.2
    • /
    • pp.706-716
    • /
    • 2014
  • This research aimed to empirically investigate the effects of satisfaction in Elderly Care Facilities (ECF) and daily stresses of aged people on their depression and self-esteem. Subjects were 271 visitors to 8 ECFs located in Central Korea including Seoul. The data was collected by the survey on them, conducted from March 3 to August 25, 2013. By analyzing the data, we found that the satisfaction with service utilization in ECF can reduce depression, while the satisfaction with medical rehabilitation service may increase depression and that the satisfaction with physical environment can reduce self-esteem. Also, the results showed that the stress related to family relationship has a positive effect on depression and a negative effect on self-esteem. and that the stress concerning residential environment can decrease self-esteem. Depression and self-esteem of the elderly can be predicted by satisfaction in ECFs, but not better than by their daily stresses. Among the predictors of depression and self-esteem, in this study, stress concerning family relationship is the most significant and the strongest.

An Automatic Test Case Generation Method from Checklist (한글 체크리스트로부터 테스트 케이스 자동 생성 방안)

  • Kim, Hyun Dong;Kim, Dae Joon;Chung, Ki Hyun;Choi, Kyung Hee;Park, Ho Joon;Lee, Yong Yoon
    • KIPS Transactions on Software and Data Engineering
    • /
    • v.6 no.8
    • /
    • pp.401-410
    • /
    • 2017
  • This paper proposes a method to generate test cases in an automatic manner, based on checklist containing test cases used for testing embedded systems. In general, the items to be tested are defined in a checklist. However, most test case generation strategies recommend to test a system with not only the defined test items but also various mutated test conditions. The proposed method parses checklist in Korean file and figures out the system inputs and outputs, and operation information. With the found information and the user defined test case generation strategy, the test cases are automatically generated. With the proposed method, the errors introduced during manual test case generation may be reduced and various test cases not defined in checklist can be generated. The proposed method is implemented and the experiment is performed with the checklist for an medical embedded system. The feasibility of the proposed method is shown through the test cases generated from the checklist. The test cases are adequate to the coverages and their statistics are correct.

Efficient Image Stitching Using Fast Feature Descriptor Extraction and Matching (빠른 특징점 기술자 추출 및 정합을 이용한 효율적인 이미지 스티칭 기법)

  • Rhee, Sang-Burm
    • KIPS Transactions on Software and Data Engineering
    • /
    • v.2 no.1
    • /
    • pp.65-70
    • /
    • 2013
  • Recently, the field of computer vision has been actively researched through digital image which can be easily generated as the development and expansion of digital camera technology. Especially, research that extracts and utilizes the feature in image has been actively carried out. The image stitching is a method that creates the high resolution image using features extract and match. Image stitching can be widely used in military and medical purposes as well as in variety fields of real life. In this paper, we have proposed efficient image stitching method using fast feature descriptor extraction and matching based on SURF algorithm. It can be accurately, and quickly found matching point by reduction of dimension of feature descriptor. The feature descriptor is generated by classifying of unnecessary minutiae in extracted features. To reduce the computational time and efficient match feature, we have reduced dimension of the descriptor and expanded orientation window. In our results, the processing time of feature matching and image stitching are faster than previous algorithms, and also that method can make natural-looking stitched image.

Ring-type Heart Rate Sensor and Monitoring system for Sensor Network Application (센서 네트워크 응용을 위한 반지형 맥박센서와 모니터링 시스템)

  • Jang, In-Hun;Sim, Kwee-Bo
    • Journal of the Korean Institute of Intelligent Systems
    • /
    • v.17 no.5
    • /
    • pp.619-625
    • /
    • 2007
  • As low power, low cost wireless communication technology like Bluetooth, Zigbee, RFID has been put to practical use together with the wellbeing trend, the concern about ubiquitous health care has been greatly increased and u-Health is becoming one of the most important application in the sensor network field. Especially, development of the medical services to be able to cope with a state of emergency for solitary senior citizens and the aged in silver town is very meaningful itself and their needs are also expected to continuously increase with a rapid increase in an aging population. In this paper we demonstrate the feasibility of extracting accurate heart rate variability (HRV) measurements from photoelectric plethysmography(PPG) signals gathered by a ring type pulse oximeter sensor attached to the finger. For this, we made 2 types of ring sensor, that is reflective and pervious type, and developed the remote monitoring system which is able to collect HR data from ring sensor, analyze and cope with a state of emergency.

Analysis of Medical and Korean Medical Services Utilization after Lumbar Surgery Patients: Using Health Insurance Review and Assessment Service's Patients Sample Data (요추수술 후 환자의 의과 및 한의과 의료기관 이용 행태 분석: 건강보험심사평가원 표본데이터를 이용하여)

  • Ye, Sung-ae;Kim, Nam-Kwen;Song, Yun-kyung
    • Journal of Korean Medicine Rehabilitation
    • /
    • v.29 no.4
    • /
    • pp.89-100
    • /
    • 2019
  • Objectives We are going to analyze patient's medical and Korean medicine use trends after lumbar surgery, and examine the percentage of use of Korean medicine after surgery and its relevance to the medical care outcome after lumbar surgery. Methods Using 3% patients' sample data of the Health Insurance Review and Assessment Service, two groups were compared the treatment progress of the Korean Medicine treatment group and the untreated group after lumbar surgery by hierarchical logistic regression analysis. After hierarchical logistic regression analysis(including propensity scores), two groups were compared after lumbar surgery, the Korean Medicine treatment group within 50days and untreated group within 50days. Results Lumbar surgery was performed in 2750 patients in 2015. It was 3.72 that the risk(odds ratio) of finished treatment of patients treated without Korean Medicine, compared to patients with Korean Medicine. It was 0.12 that the risk of continuing treatment(odds ratio) of patients treated with Korean Medicine within 50 days, compared to patients treatment more than 50 days. Conclusions The ratio of Korean Medicine treatment after lumbar surgery was 14.8%. The group that did not have Korean Medicine showed a higher possibility of treatment termination than the group who did not. Among the groups treated with Korean Medicine, the early treatment group was more likely to end treatment than the late treatment group. Considering various situations in the medical environment, further studies such as prospective studies and long-term data analysis are considered to be necessary.

The Study on the patient safety culture convergence research topics through text mining and CONCOR analysis (텍스트마이닝 및 CONCOR 분석을 활용한 환자안전문화 융복합 연구주제 분석)

  • Baek, Su Mi;Moon, Inn Oh
    • Journal of Digital Convergence
    • /
    • v.19 no.12
    • /
    • pp.359-367
    • /
    • 2021
  • The purpose of this study is to analyze domestic patient safety culture research topics using text mining and CONCOR analysis. The research method was conducted in the stages of data collection, data preprocessing, text mining and social network analysis, and CONCOR analysis. A total of 136 articles were analyzed excluding papers that were not published. Data analysis was performed using Textom and UCINET programs. As a result of this study, TF (frequency) of patient safety culture-related studies showed that patient safety was the highest, and TF-IDF (importance in documents) was highest in nursing. As a result of the CONCOR analysis, a total of seven clusters were derived: knowledge and attitude, communication, medical service, team, work environment, structure, organization and management that constitute the patient safety culture. In the future, it is necessary to conduct research on the relationship between the establishment of a patient safety culture and patient outcomes.

Atrous Residual U-Net for Semantic Segmentation in Street Scenes based on Deep Learning (딥러닝 기반 거리 영상의 Semantic Segmentation을 위한 Atrous Residual U-Net)

  • Shin, SeokYong;Lee, SangHun;Han, HyunHo
    • Journal of Convergence for Information Technology
    • /
    • v.11 no.10
    • /
    • pp.45-52
    • /
    • 2021
  • In this paper, we proposed an Atrous Residual U-Net (AR-UNet) to improve the segmentation accuracy of semantic segmentation method based on U-Net. The U-Net is mainly used in fields such as medical image analysis, autonomous vehicles, and remote sensing images. The conventional U-Net lacks extracted features due to the small number of convolution layers in the encoder part. The extracted features are essential for classifying object categories, and if they are insufficient, it causes a problem of lowering the segmentation accuracy. Therefore, to improve this problem, we proposed the AR-UNet using residual learning and ASPP in the encoder. Residual learning improves feature extraction ability and is effective in preventing feature loss and vanishing gradient problems caused by continuous convolutions. In addition, ASPP enables additional feature extraction without reducing the resolution of the feature map. Experiments verified the effectiveness of the AR-UNet with Cityscapes dataset. The experimental results showed that the AR-UNet showed improved segmentation results compared to the conventional U-Net. In this way, AR-UNet can contribute to the advancement of many applications where accuracy is important.