• 제목/요약/키워드: low-power image processing

검색결과 99건 처리시간 0.024초

고속 영상 검지기 시스템 개발에 관한 연구 (A Study On Development of Fast Image Detector System)

  • 김병철;하동문;김용득
    • 전자공학회논문지SC
    • /
    • 제41권1호
    • /
    • pp.25-32
    • /
    • 2004
  • 교통 분야에서도 역시 영상을 이용한 시스템의 개발이 주요 이슈가 되고 있다. 이는 영상을 이용한 시스템의 경우 설치비용이 기존 시스템들에 비해 엄청나게 저렴하다는 것과 설치하는 기간 중에도 교통의 흐름을 거의 방해하지 않고 설치가 가능하다는 장점을 가지고 있기 때문이다. 본 연구에서는 임베디드 시스템 환경에서 영상 검지기 시스템의 구현을 제안하였다. 전체 시스템은 호스트 컨트롤러 보드부분과 영상처리 보드 부분으로 나뉜다. 호스트 컨트롤러 보드 부분은 전체 시스템의 제어와 외부와의 인터페이스, 그리고 OSD(On Screen Display) 부분을 담당하게 된다. 영상처리 보드 부분은 알고리즘의 적용, 마우스 신호의 베어를 담당하고 있다 그리고 안정적인 호스트 컨트롤러의 보드의 운영을 위해 uC/OS-II 를 호스트 컨트롤러 보드에 포팅하였다.

Real-time comprehensive image processing system for detecting concrete bridges crack

  • Lin, Weiguo;Sun, Yichao;Yang, Qiaoning;Lin, Yaru
    • Computers and Concrete
    • /
    • 제23권6호
    • /
    • pp.445-457
    • /
    • 2019
  • Cracks are an important distress of concrete bridges, and may reduce the life and safety of bridges. However, the traditional manual crack detection means highly depend on the experience of inspectors. Furthermore, it is time-consuming, expensive, and often unsafe when inaccessible position of bridge is to be assessed, such as viaduct pier. To solve this question, the real-time automatic crack detecting system with unmanned aerial vehicle (UAV) become a choice. This paper designs a new automatic detection system based on real-time comprehensive image processing for bridge crack. It has small size, light weight, low power consumption and can be carried on a small UAV for real-time data acquisition and processing. The real-time comprehensive image processing algorithm used in this detection system combines the advantage of connected domain area, shape extremum, morphology and support vector data description (SVDD). The performance and validity of the proposed algorithm and system are verified. Compared with other detection method, the proposed system can effectively detect cracks with high detection accuracy and high speed. The designed system in this paper is suitable for practical engineering applications.

A Memory-efficient Hand Segmentation Architecture for Hand Gesture Recognition in Low-power Mobile Devices

  • Choi, Sungpill;Park, Seongwook;Yoo, Hoi-Jun
    • JSTS:Journal of Semiconductor Technology and Science
    • /
    • 제17권3호
    • /
    • pp.473-482
    • /
    • 2017
  • Hand gesture recognition is regarded as new Human Computer Interaction (HCI) technologies for the next generation of mobile devices. Previous hand gesture implementation requires a large memory and computation power for hand segmentation, which fails to give real-time interaction with mobile devices to users. Therefore, in this paper, we presents a low latency and memory-efficient hand segmentation architecture for natural hand gesture recognition. To obtain both high memory-efficiency and low latency, we propose a streaming hand contour tracing unit and a fast contour filling unit. As a result, it achieves 7.14 ms latency with only 34.8 KB on-chip memory, which are 1.65 times less latency and 1.68 times less on-chip memory, respectively, compare to the best-in-class.

제곱근 연산 횟수 감소를 이용한 Canny Edge 검출에서의 전력 소모개선 (Improvement of Power Consumption of Canny Edge Detection Using Reduction in Number of Calculations at Square Root)

  • 홍석희;이주성;안호명;구지훈;김병철
    • 한국정보전자통신기술학회논문지
    • /
    • 제13권6호
    • /
    • pp.568-574
    • /
    • 2020
  • 본 논문에서는 영상처리에 사용되는 Canny edge 검출 알고리즘 중 가장 높은 연산 복잡도를 가진 제곱근 연산 횟수를 감소시키는 방법을 제안한다. 제안하는 방법은 기울기 벡터 연산 과정에 사용되는 제곱근 연산을 이용할 때 일부 픽셀에 특정한 규칙을 사용해 홀을 만들어 제곱근 연산을 직접 하지 않고 주변 픽셀들의 연속성을 이용하여 기울기 벡터를 계산하여 연산 횟수를 감소시킨다. 다양한 테스트 이미지를 이용해 실험한 결과 홀이 1개인 경우 약 97%, 홀을 증가시키면 각각 약 94%, 90%, 88%의 일치율을 보였고, 홀이 1개인 경우에는 0.2ms의 연산시간이 감소되었고, 홀을 증가시키면 각각 약 0.398ms 0.6ms, 0.8ms의 연산시간이 감소되었다. 이를 바탕으로 hole이 2개인 경우 높은 정확도와 연산 수 절감을 통해 저전력 임베디드 비전 시스템을 구현할 수 있을 것으로 기대한다.

An Effective Viewport Resolution Scaling Technique to Reduce the Power Consumption in Mobile GPUs

  • Hwang, Imjae;Kwon, Hyuck-Joo;Chang, Ji-Hye;Lim, Yeongkyu;Kim, Cheong Ghil;Park, Woo-Chan
    • KSII Transactions on Internet and Information Systems (TIIS)
    • /
    • 제11권8호
    • /
    • pp.3918-3934
    • /
    • 2017
  • This paper presents a viewport resolution scaling technique to reduce power consumption in mobile graphic processing units (GPUs). This technique controls the rendering resolution of applications in proportion to the resolution factor. In the mobile environment, it is essential to find an effective resolution factor to achieve low power consumption because both the resolution and power consumption of a GPU are in mutual trade-off. This paper presents a resolution factor that can minimize image quality degradation and gain power reduction. For this purpose, software and hardware viewport resolution scaling techniques are applied in the Android environment. Then, the correlation between image quality and power consumption is analyzed according to the resolution factor by conducting a benchmark analysis in the real commercial environment. Experimental results show that the power consumption decreased by 36.96% on average by the hardware viewport resolution scaling technique.

지그비 무선 이미지 전송 및 모니터링 시스템 개발에 대한 연구 (A Study on the Development of Zigbee Wireless Image Transmission and Monitoring System)

  • 노재성;김상일;오규태
    • 한국정보통신학회:학술대회논문집
    • /
    • 한국해양정보통신학회 2009년도 춘계학술대회
    • /
    • pp.631-634
    • /
    • 2009
  • 최근 무선통신, MEMS 소자, 센서 및 베터리 분야의 발전은 저가, 저전력 다기능 소형 센서 노드를 가능하게 한다. 다수의 소형 센서 노드는 무선 통신을 통해 센서 네트워크를 형성한다. 센서 네트워크는 전통적인 센서를 통해 중요한 개선을 나타내며 지그비 무선 이미지 전송에 대한 연구는 산업과 과학 분야에서 주요 연구 테마가 되고 있다. 본 논문에서는 지그비 무선 이미지 센서 노드와 멀티미디어 모니터링 서버 시스템을 디자인하였다. 구현된 시스템은 임베디드 프로세서, CMOS 이미지 센서, 이미지 획득 및 처리부, 지그비 RF 모듈, 전력공급 및 원격 모니터링 서버 시스템으로 구성된다. 앞으로 지그비 무선 이미지 센서 노드 및 모니터링 서버 시스템의 성능을 개선하고 에너지 효율적인 지그비 무선 이미지 전송 프로토콜과 모바일 네트워크와의 연동에 대한 연구를 진행할 예정이다.

  • PDF

단조변환 및 웨이블릿 서브밴드 잡음전력을 이용한 Soft-Threshold 기법의 영상 잡음제거 (Denoising Images by Soft-Threshold Technique Using the Monotonic Transform and the Noise Power of Wavelet Subbands)

  • 박남천
    • 융합신호처리학회논문지
    • /
    • 제15권4호
    • /
    • pp.141-147
    • /
    • 2014
  • 웨이블릿 축소기법은 웨이블릿 변환 계수의 분산 값에 의해 결정되는 경계값을 이용해서 원신호와 잡음신호 간의 MSE(Mean Square Error)가 최소가 되도록 웨이블릿 변환된 계수를 축소하는 방법이다. 이 논문에서는 단조변환 및 웨이블릿 서브밴드의 전력을 이용해서 고주파 및 저주파 웨이블릿 밴드에 적용되는 새로운 경계값들을 제시하고, 이 값들과 ST(soft-threshold) 연산자에 의해 영상신호에 부가된 가우시안 잡음을 제거하였다. 그리고 그 결과를 VisuShrink방법 및 [15]에서의 제시한 기법의 결과와 PSNR로 비교, 평가하고 이 기법의 실용성을 밝혔다.

고선량율 감마선 환경하에서의 카메라 관측성능 (Monitoring Performance of Camera under the High Dose-rate Gamma Ray Environment)

  • 조재완;정경민
    • 전기학회논문지
    • /
    • 제61권8호
    • /
    • pp.1172-1178
    • /
    • 2012
  • In this paper, the gamma ray irradiation test results of the CCD cameras are described. From the low dose-rate (2.11 Gy/h) to the high dose-rate (150 Gy/h) level, which is the same level when the hydrogen explosion was occurred in the 1~3 reactor unit of the Fukushima nuclear power plant, the monitoring performance of the cameras owing to the speckles are evaluated. The numbers of speckles, generated by gamma ray irradiation, in the image of cameras are calculated by image processing technique. And the legibility of the sensor indicator (dosimeter) owing to the numbers of the speckles is presented.

DESIGN AND IMPLEMENTATION OF 3D TERRAIN RENDERING SYSTEM ON MOBILE ENVIRONMENT USING HIGH RESOLUTION SATELLITE IMAGERY

  • Kim, Seung-Yub;Lee, Ki-Won
    • 대한원격탐사학회:학술대회논문집
    • /
    • 대한원격탐사학회 2006년도 Proceedings of ISRS 2006 PORSEC Volume I
    • /
    • pp.417-420
    • /
    • 2006
  • In these days, mobile application dealing with information contents on mobile or handheld devices such as mobile communicator, PDA or WAP device face the most important industrial needs. The motivation of this study is the design and implementation of mobile application using high resolution satellite imagery, large-sized image data set. Although major advantages of mobile devices are portability and mobility to users, limited system resources such as small-sized memory, slow CPU, low power and small screen size are the main obstacles to developers who should handle a large volume of geo-based 3D model. Related to this, the previous works have been concentrated on GIS-based location awareness services on mobile; however, the mobile 3D terrain model, which aims at this study, with the source data of DEM (Digital Elevation Model) and high resolution satellite imagery is not considered yet, in the other mobile systems. The main functions of 3D graphic processing or pixel pipeline in this prototype are implemented with OpenGL|ES (Embedded System) standard API (Application Programming Interface) released by Khronos group. In the developing stage, experiments to investigate optimal operation environment and good performance are carried out: TIN-based vertex generation with regular elevation data, image tiling, and image-vertex texturing, text processing of Unicode type and ASCII type.

  • PDF

전산처리를 통한 Linacgram의 화질개선 (Enhancement of Image Contrast in Linacgram through Image Processing)

  • 서현숙;신현교;이레나
    • Radiation Oncology Journal
    • /
    • 제18권4호
    • /
    • pp.345-354
    • /
    • 2000
  • 목적 : 방사선조사야를 확인하는 보편적인 방법인 linacgram은 저대조도(low contrast)의 영상을 보여주고 있어 정확한 영상을 확인하는데 문제점이 있다. 따라서 본 연구는 linacgram의 대조도를 높이는 저가형 확인방법을 모색하여 영상판독과 조사야 확인에 도움이 되고자 한다. 대상 및 방법: 인체모형을 사용하여 얻어진 필름 영상을 필름전용 스캐너(Diagnostic Pro)를 통해 Optical Density Scan, Histogram Equalized, Linear Histogram Based (HB), Linear Histogram Independent, Linear Optical Density (OD) Logarithmic 및 Power, Square Root scan 방식으로 디지털화 하였다. 각기 다른 방식으로 전산 입력된 영상의 신호분포도를 얻어 signal intensity를 비교한 후 pailette fitting 방식을 통해 영상을 재구성하였고 재구성된 영상을 비교 분석하였다. 실제 치료에서 얻어진 각 인체 부위별 linacgram도 동일한 방법으로 처리한 후 화질 개선도를 알아 보았다. 결과 : 인체모형을 통해 얻어진 영상의 신호 분포영역은 Logarlthmic 방식을 선택했을 때 최소값인 3192가 나왔고 Square Root방식을 사용했을 때 최대값인 21940가 나왔다. 이러한 값들을 모니터 상에서 구현할 수 있는 256 gray scale로 바꾸어 보았을 때 7$\~$30$\%$ 만 사용되어지고 있음을 알수 있었다. Pallette fitting 방식을 통하여 모니터의 최대표현 값인 256 계조도로 Gray Scale Expansion (GSE) 함으로써 모니터가 지원하는 8bit gray scale pallette의 전범위를 사용하여 대조도가 개선되었다. 임상에서 얻어진 각 인체 부위별 무릎관절, 두경부, 폐, 골반영상에서도 GSE 처리하여 얻어진 영상이 해부학적 구조를 판독하는데 도움이 죄었다. 결론 : GSE 영상의 재구성은 대조도를 증가 시킬뿐 아니라 인체내 관심부위의 농도분포를 별도로 재구성할 수 있으므로 이중방사선조사(double exposure)에 의해 발생되는 화질의 저하를 보정함으로써 화질 개선을 가능하게 하였다. Linacgram 화질 개선은 simulation image 및 치료계획에서 발생한 DRR과 multi-layer 중첩영상 분석에 사용할 수 있으며 영상 비교 시 치료부위의 신속하고 정밀한 확인을 가능하게 하였다.

  • PDF