• Title/Summary/Keyword: EXIF(exchangeable image file format)

Search Result 4, Processing Time 0.018 seconds

Web-based Photo Classification using EXIF Metadata (EXIF 메타데이터를 활용한 웹 기반 사진 자동분류)

  • Choi, Hong-Seon;Lee, Kang-Hee;Im, Kwang-Hyuk;Kim, Soo-Kyun
    • Proceedings of the Korean Society of Computer Information Conference
    • /
    • 2012.07a
    • /
    • pp.301-302
    • /
    • 2012
  • 본 논문에서는 웹 서버에 사진을 등록(upload)하면 서버에서 자동으로 사진의 메타데이터(EXIF)의 GPS정보를 추출하여 미리 정이된 정보와 비교하여 사진이 촬영된 장소를 표시하고, 좌표 값을 활용하여 구글 지도(google map)과 연계되는 방법을 제안한다. 사진등록으로 사용되는 서버 웹페이지로는 php를 사용하여 그림을 등록하고, exif_read_data함수를 사용하여 메타데이터에 접근하고 메타데이터 안의 GPS의 값을 추출하여 정의된 분류표에 의해 사진을 분류하고, 구글지도와 연계하여 촬영된 위치를 지도상에서도 확인할 수 있도록 하였다.

  • PDF

Metadata Processing Technique for Similar Image Search of Mobile Platform

  • Seo, Jung-Hee
    • Journal of information and communication convergence engineering
    • /
    • v.19 no.1
    • /
    • pp.36-41
    • /
    • 2021
  • Text-based image retrieval is not only cumbersome as it requires the manual input of keywords by the user, but is also limited in the semantic approach of keywords. However, content-based image retrieval enables visual processing by a computer to solve the problems of text retrieval more fundamentally. Vision applications such as extraction and mapping of image characteristics, require the processing of a large amount of data in a mobile environment, rendering efficient power consumption difficult. Hence, an effective image retrieval method on mobile platforms is proposed herein. To provide the visual meaning of keywords to be inserted into images, the efficiency of image retrieval is improved by extracting keywords of exchangeable image file format metadata from images retrieved through a content-based similar image retrieval method and then adding automatic keywords to images captured on mobile devices. Additionally, users can manually add or modify keywords to the image metadata.

Implementation of Header Parser Module for JPEG Baseline Decoder (JPEG 베이스라인 디코더용 헤더 파서 모듈 구현)

  • Noh, Si-Chan;Sonh, Seung-Il;Oh, Seung-Ho;Lee, Min-Soo
    • Proceedings of the Korean Institute of Information and Commucation Sciences Conference
    • /
    • 2008.05a
    • /
    • pp.747-750
    • /
    • 2008
  • JPEG(Joint Photographic Expert Group)은 손실 압축 기법을 사용하여 데이터 양을 20:1 이상으로 현저히 줄이면서도 원 영상과 거의 유사한 영상을 복원할 수 있도록 해주기 때문에, 요즘 디지털 카메라 및 휴대폰 등 영상을 저장할 매 대부분 Exif(Exchangeable image file format)로 JPEG 압축형식을 널리 사용하고 있다. 본 논문은 JPEG 베이스라인 모드로 압축되어진 영상의 디코딩 단계에서 필요한 비계층형 헤더를 파싱하는 모듈의 기능을 소프트웨어로 모델링하고 VHDL을 이용하여 회로를 합성하고 동작을 검증하였다. 설계 결과 Xilinx xc3s1000 fg676-4 환경에서 154.488MHz의 동작속도를 나타내었고, JPEG 디코더의 고속 데이터 처리에 적응 가능하다.

  • PDF

A Study on Picture Meta Data Processing System Architecture based on Ubiquitous Environment (유비쿼터스 환경에 적용 가능한 사진 메타 데이터 처리 시스템 아키텍쳐 연구)

  • Kyung, Min-Gi;Min, Dugki
    • Proceedings of the Korea Information Processing Society Conference
    • /
    • 2009.04a
    • /
    • pp.954-956
    • /
    • 2009
  • 디지털 카메라는 단순히 사진을 찍는 장치가 아니며 사진에 연관된 다양한 메타 데이터를 제공하기 위한 다양한 시스템이 사진을 찍는 CCD와 유기적으로 연계되어 있다. 사진에 연관된 메타 데이터들은 디지털 카메라로 찍은 사진을 분류하는 기능을 지원한다. 하지만 사진의 메타 데이터들은 사진에 대한 검색을 가능하게 하지만, 대부분 사람의 수작업으로 이루어지기 때문에 새로운 메타 데이터의 입력이 어렵다는 문제점이 있다. 사진의 메타 데이터를 쉽게 추가하기 위해 본 논문에서는 GPS 시스템과 Wi-Fi, 데이터베이스를 이용해서 사진의 메타 데이터를 Exif(Exchangeable image file format)에 추가하고자 한다. GPS 시스템은 사진을 찍는 사람들이 어디에 있는지를 제시하고, Wi-Fi와 데이터 베이스를 이용해서 사용자에게 사용자가 사진을 찍은 위치와 관련된 메타 데이터를 제공한다. 이를 기반으로 본 논문에서는 이러한 PreTag라는 사진 메타 데이터 추가 아키텍처를 제시한다.