• Title/Summary/Keyword: 시간-이미지

Search Result 1,535, Processing Time 0.034 seconds

A Study on Deployment of Virtual Machine in Real-Time (실시간 가상머신 생성에 관한 연구)

  • Choi, Chanho;Yu, Jung-Lok;Kim, HanGi;Lee, JongSuk Ruth
    • Proceedings of the Korea Information Processing Society Conference
    • /
    • 2013.11a
    • /
    • pp.54-56
    • /
    • 2013
  • 가상머신을 사용자에게 좀 더 빨리 서비스하기 위해서 서비스 제공자들은 여유 가상머신이나 여유 이미지를 두는 방식을 취해왔으나 이는 근본적인 해결책이 되지는 못했다. 본 논문에서는 가상머신 이미지를 복사하는 시간을 LVM을 이용하여 최소화함으로써 가상머신이 필요한 순간에 필요한 이미지를 이용하여 실시간으로 생성될 수 있도록 설계하였다. 특히 가상머신 이미지의 크기에 무관한 시간이 소요되며 다수의 이미지를 동시에 생성할 시에도 좋은 성능을 보였다.

Computing Median Filter for over 16-bit Depth Images (16비트 깊이 이상의 이미지에서의 중간값 필터 계산)

  • Kim, Jin Wook
    • Journal of IKEEE
    • /
    • v.24 no.2
    • /
    • pp.507-513
    • /
    • 2020
  • The median filter that is used in various fields requiring image processing converts to a median value of pixels belonging to a radius r for all pixels in the image of n×m size. For 8-bit depth images, an O(nm) time algorithm exists but for over 16-bit depth images, there is an O(nmlog2r) time algorithm of Gil and Werman. In this paper, we propose an efficient median filter algorithm that works for more than 16-bit depth images. The time complexity of our algorithm is the same as that of Gil and Werman, but theoretical analysis and experimental results show that ours is efficient than above two times.

A study on the effective batch image management method (효율적인 일괄 이미지 관리 방법에 대한 연구)

  • Choi, Jae-Wan;Kim, Tae-Eun
    • Journal of Digital Contents Society
    • /
    • v.9 no.4
    • /
    • pp.779-784
    • /
    • 2008
  • An environment of information sharing is developed as a high-speed growth of internet infrastructure and a fast supply of digital imaging devices. Therefore, developing and supply various digital contents are needed. As occasion demands, the utility of editing tools with a simple image viewer, or programs to need technical education increased. One of subproblems is to take long time for editing images. In this paper, we propose a new method which is a method to edit images in a lump. This method has advantages compared with the previous searching engines in terns of performances and speed. Also, we propose the new approach for developing fusion graphic image contents as binding each advantages of the category. It reduces the production time and costs of contents by the proposed method.

  • PDF

Performance Improvement of Web Browsers for Mobile Phones (저사양 휴대 단말 환경에서 웹브라우저의 성능 개선 방안)

  • Kim, Sang-Heon;Kim, Ji-In;Koh, Seok-Joo
    • Proceedings of the Korea Information Processing Society Conference
    • /
    • 2012.04a
    • /
    • pp.525-528
    • /
    • 2012
  • 최근 무선 인터넷 서비스의 활성화와 함께 모바일 환경에서 브라우저의 사용이 급증하고 있으며, 모바일 사용자들은 PC 수준의 품질을 요구하고 있다. 이에 따라 모바일 웹브라우저도 WAP 방식이 아닌 풀브라우징(full browsing) 방식으로 전환되고 있다. 하지만, 모바일 단말 환경에서 웹브라우저의 성능에는 많은 제약사항이 존재하며, 부족한 메모리, 저 사양의 CPU, 낮은 네트워크 속도, 그리고 브라우저의 엔진 문제 등으로 인해 여전히 사용자들의 브라우저 로딩에 대한 체감 속도는 낮은 편이다. 본 논문에서는 저사양 휴대 단말 환경에서의 브라우저 로딩 속도를 개선할 수 있는 방안을 제시한다. 제안 방식에서는 텍스트와 이미지 등 데이터 타입을 분류하여 부하가 적게 걸리는 텍스트 레이아웃을 먼저 보여줌으로써 사용자의 체감속도를 향상시키고, 아울러 이미지가 커서 렌더링(rendering) 시간이 오래 걸리는 경우 이미지를 축소하거나 화질을 낮추는 방식으로 렌더링 부하를 줄여서 페이지 로딩 시간을 단축시키는 방법을 사용한다. 실험 결과, 제안 기법을 사용하는 경우 현재 사용하는 방법에 비해 이미지가 적은 Web 페이지의 경우 1st drawing 77.04%, full drawing 5.47%, 이미지가 많은 페이지의 경우 26.32%의 로딩 시간을 단축시킬 수 있음을 확인하였다.

Comparative Evaluation of 18F-FDG Brain PET/CT AI Images Obtained Using Generative Adversarial Network (생성적 적대 신경망(Generative Adversarial Network)을 이용하여 획득한 18F-FDG Brain PET/CT 인공지능 영상의 비교평가)

  • Kim, Jong-Wan;Kim, Jung-Yul;Lim, Han-sang;Kim, Jae-sam
    • The Korean Journal of Nuclear Medicine Technology
    • /
    • v.24 no.1
    • /
    • pp.15-19
    • /
    • 2020
  • Purpose Generative Adversarial Network(GAN) is one of deep learning technologies. This is a way to create a real fake image after learning the real image. In this study, after acquiring artificial intelligence images through GAN, We were compared and evaluated with real scan time images. We want to see if these technologies are potentially useful. Materials and Methods 30 patients who underwent 18F-FDG Brain PET/CT scanning at Severance Hospital, were acquired in 15-minute List mode and reconstructed into 1,2,3,4,5 and 15minute images, respectively. 25 out of 30 patients were used as learning images for learning of GAN and 5 patients used as verification images for confirming the learning model. The program was implemented using the Python and Tensorflow frameworks. After learning using the Pix2Pix model of GAN technology, this learning model generated artificial intelligence images. The artificial intelligence image generated in this way were evaluated as Mean Square Error(MSE), Peak Signal to Noise Ratio(PSNR), and Structural Similarity Index(SSIM) with real scan time image. Results The trained model was evaluated with the verification image. As a result, The 15-minute image created by the 5-minute image rather than 1-minute after the start of the scan showed a smaller MSE, and the PSNR and SSIM increased. Conclusion Through this study, it was confirmed that AI imaging technology is applicable. In the future, if these artificial intelligence imaging technologies are applied to nuclear medicine imaging, it will be possible to acquire images even with a short scan time, which can be expected to reduce artifacts caused by patient movement and increase the efficiency of the scanning room.

Structural Damage Detection by Using the Time-Reversal Process of Lamb Waves and the Imaging Method (Lamb파의 시간-반전과정 및 이미지기법을 이용한 손상탐지)

  • Jun, Yong-Ju;Lee, U-Sik
    • Journal of the Korean Society for Railway
    • /
    • v.14 no.4
    • /
    • pp.320-326
    • /
    • 2011
  • This paper proposes a baseline-free SHM technique in which the time-reversal process of Lamb waves and the imaging method are used. The proposed SHM technique has three distinct features when compared with the authors' previously proposed one: (1) It use the reconstructed signal for damage diagnosis, without need to extract the damage signal as the difference between reconstructed signal and initial input signal; (2) It use the imaging method based on the time-offlight information from the reconstructed signal, instead of using a pattern comparison method; (3) In order to make the damage image more clear, the modified mathematical definition of damage image in a pixel is used. The proposed SHM technique is evaluated through the damage detection experiment for an aluminum plate with damage at different locations.

A Parallel Algorithm for 3D Geographic Information System (3차원 공간정보 시스템을 위한 병렬 알고리즘)

  • Jo, Jeong-U;Kim, Jin-Seok
    • The KIPS Transactions:PartA
    • /
    • v.9A no.2
    • /
    • pp.217-224
    • /
    • 2002
  • Many systems handle 3D-image were used. High-performance computer systems and techniques of compressing images to handle 3D-image were used. But there will be cost Problems, if GIS system is implemented, using the high-performance system. And if GIS system is implemented, using the techniques of compressing images, there will be some loss of a image. It will take a long processing time to handle 3D-images using a general PC because the size of 3D-image files are very huge. The parallel algorithm presented in the paper can improve speed to handle 3D-image using parallel computer system. The system uses the method of displacing images from nodes to screens, dividing a 3D-image into multiple sub images on multiple nodes. The performance of the presented algorithm showers improving speed by experiments.

A study on the substantial image of city (도시의 실체적 이미지에 관한 연구)

  • Hham, Hyun
    • Proceedings of the KAIS Fall Conference
    • /
    • 2010.05b
    • /
    • pp.888-889
    • /
    • 2010
  • 본 논문은 도시에 대한 새로운 인문학적 담론이 형성되고 도시의 이미지 개선을 위한 다양한 마케팅 전략 수립을 통한 방법론이 제시되고 실행되는 과정에 주목하고자 한다. 이와 같은 상황을 고려하여, 본 연구에서는 케빈 린치(Lynch, K)의 ‘실체적 이미지’의 도시이론을 통해 도시와 지역이 어떻게 ‘시간’과 ‘공간’의 기능으로서 작용하고, 도시 이미지 형성과 장소의 역할을 하고있는 미국 서부지역의 Santa Monica 도시의 ‘상징적 이미지’를 통해 어떻게 도시 기능이 유기적 관계가 형성되고 있는지 살펴보고자 한다.

  • PDF

JDBC based Distributed Image search Web Agent (JDBC를 이용한 분산 환경에서의 이미지 검색 웹 에이전트)

  • 차상환;황병곤
    • Proceedings of the Korea Multimedia Society Conference
    • /
    • 2004.05a
    • /
    • pp.644-651
    • /
    • 2004
  • 본 논문은 웹상에 존재하는 이미지를 멀티 스레드에 의한 분산 아키텍처를 이용하여 수집 및 검색 시스템으로, 웹문서에 나타나는 텍스트중 이미지의 이름이나 확장자 그리고 링크에 붙어 있는 텍스트를 추출하여 이미지 자료를 JDBC를 이용하여 데이터베이스화하였다. 이 데이터베이스에 저장된 이미지 자료는 웹 브라우저에서 질의자의 스케치에 의한 검색과 그리고 예제 영상 질의로 검색하는 방법을 제시하여 질의 효율성을 개선하였다. 또한, 멀티 스레드를 이용한 분산 아키텍처를 이용하여, 데이터베이스화 하는 시간에 효율을 개선하였다.

  • PDF

A Study on the classification of cell viability through image recognition of TBHP treated cells (TBHP 처리 세포의 이미지 인식을 통한 세포 생존율 구분에 관한 연구)

  • Park, Yeon-Kyun;Youn, Jong-Hee
    • Proceedings of the Korea Information Processing Society Conference
    • /
    • 2021.11a
    • /
    • pp.663-665
    • /
    • 2021
  • 이미지에 대한 정보를 식별하는 기술인 이미지 인식은 현재 무인 자동차의 자율주행, 안면 인식, 의료 등의 여러 산업 분야에 적용되어 활발히 사용되고 있다. 이 중에서 이미지 객체 인식을 활용하여, 단순히 세포를 인식하는 것에서 더 나아가 TBHP 처리 세포에 대해 용액의 투입량과 시간 등의 다양한 조건을 고려함으로써 하나의 이미지에 포함된 세포의 전체 생존율을 판단하여 구분해보고자 한다.