• Title/Summary/Keyword: openCV(openCV)

Search Result 400, Processing Time 0.031 seconds

Design of a Realtime Interactive Authentication Method using PKI in the Wireless Network (무선 네트워크 기반에서 PKI 방식을 이용한 상호인증 프로토콜 설계)

  • Park, Jea-Seong;Han, Seung-Jo
    • Proceedings of the Korean Institute of Information and Commucation Sciences Conference
    • /
    • 2008.10a
    • /
    • pp.873-877
    • /
    • 2008
  • There were many exposed problems in previous authentication method on LAN. Especially Open System Authentication Method, Shared Key Method, Mac Based Authentication Method are very hard to use in wireless network that needs security. So now, many researches have been performed about $802.1{\times}$ and user authentication method applying PKI. But certificate verification protocol has been used abolished list called CRL since it's first usage of PKI, there were still has a problem about distribution point. In this paper, I applied CVS to use CA direct not to use CRL and OSCP server in order to improve this problems.

  • PDF

A Study on the Self Configurable Smart E-Book Recognizing User's Look based on Face Recognition (얼굴인식을 이용한 사용자 표정감지 스마트 전자책 연구)

  • Cha, Jiyoon;Kim, Injae;Shin, Yurim;Lim, Gyumin;Yun, Sunghyun
    • Proceedings of the Korea Information Processing Society Conference
    • /
    • 2016.10a
    • /
    • pp.566-567
    • /
    • 2016
  • 최근 스마트기기가 발전함에 따라 종이책이 아닌 다양한 전자책뷰어가 등장하고 있다. 애플의 아이패드(iPad), 아마존의 킨들(kindle)과 같은 태블릿, 전자책 또는 스마트폰이 대표적인 예이며 스마트기기의 사용자 증가로 전용 단말기가 아닌 스마트폰 중심의 전자책 시장도 크게 성장하고 있다. 하지만 시니어 또는 스마트기기 사용을 어려워하는 사용자들이 전자책을 사용하는데 어려움을 느끼기 때문에, 전자책은 종이책에 비해 여전히 낮은 이용률을 나타내고 있다. 본 논문에서는 얼굴 표정에 따라서 전자책 설정을 자동으로 변경해 주는 방법을 제안한다. 제안한 방법은 표정감지를 위하여 OpenCV 라이브러리를 이용하여 얼굴을 검출하고, Haar-Like 피처 기법으로 사용자의 눈 모양을 검출한다. 눈이 감겨있는 경우와 찌푸린 경우를 감지하여 이에 맞게 글자크기와 화면을 자동으로 설정해 준다.

Position Detection and Gathering Swimming Control of Fish Robot Using Color Detection Algorithm (색상 검출 알고리즘을 활용한 물고기로봇의 위치인식과 군집 유영제어)

  • Akbar, Muhammad;Shin, Kyoo Jae
    • Proceedings of the Korea Information Processing Society Conference
    • /
    • 2016.10a
    • /
    • pp.510-513
    • /
    • 2016
  • Detecting of the object in image processing is substantial but it depends on the object itself and the environment. An object can be detected either by its shape or color. Color is an essential for pattern recognition and computer vision. It is an attractive feature because of its simplicity and its robustness to scale changes and to detect the positions of the object. Generally, color of an object depends on its characteristics of the perceiving eye and brain. Physically, objects can be said to have color because of the light leaving their surfaces. Here, we conducted experiment in the aquarium fish tank. Different color of fish robots are mimic the natural swim of fish. Unfortunately, in the underwater medium, the colors are modified by attenuation and difficult to identify the color for moving objects. We consider the fish motion as a moving object and coordinates are found at every instinct of the aquarium to detect the position of the fish robot using OpenCV color detection. In this paper, we proposed to identify the position of the fish robot by their color and use the position data to control the fish robot gathering in one point in the fish tank through serial communication using RF module. It was verified by the performance test of detecting the position of the fish robot.

Portable Projection-Based Multimedia Display System (휴대형 프로젝션 기반의 멀티미디어 디스플레이 시스템)

  • Oh, Ji-Hyun;Lee, Moon-Hyun;Park, Han-Hoon;Kim, Jae-Soo;Park, Jong-Il
    • Proceedings of the Korean Society of Broadcast Engineers Conference
    • /
    • 2006.11a
    • /
    • pp.265-268
    • /
    • 2006
  • 데스크탑 환경의 멀티미디어 디스플레이 시스템은 고해상도, 대화면의 영상을 제공해 줄 수 있는 반면 제약된 공간에서만 동작하므로 휴대할 수 없는 문체가 있다. PDA, PMP와 모바일 폰과 같은 휴대성을 가지는 멀티미디어 디스플레이 시스템은 해상도가 낮아 사용자에게 충분한 몰입감을 제공 해 주지 못한다. 본 논문에서는 기존의 데스크탑 환경에서 동작하는 프로젝션 기반의 증강현실 시스템을 모바일 플랫폼으로 확장한 프로젝션 기반의 휴대형 멀티미디어 디스플레이 시스템을 제안한다. 제안된 시스템은 PDA와 포켓 프로젝터를 결합한 것으로, PDA에서 전 처리된 멀티미디어 영상을 포켓 프로젝터를 이용하여 임의의 모양을 가지는 스크린에 왜곡 없이 영상을 표시해 줄 수 있다. 개발환경은 Window Mobile 5.0 기반의 ARM 플랫폼을 사용하는 PDA를 이용하였고, 시스템의 최적화를 위하여 x86 플랫폼에 최적화된 OpenCV 라이브러리를 모바일용으로 변환하였다. 또한 모바일 플랫폼에서는 부동소수점 연산으로 인한 시스템의 속도저하 문제가 발생하기 때문에 부동소수점 연산을 정수 연산으로 변환함으로써 처리 속도를 개선하였다. 프로젝션 기반의 디스플레이 시스템을 실현하기 위해서 필요한 기술적인 과제들을 모바일 환경에서 직접 처리해 봄으로써 휴대형 프로젝션 기반의 멀티미디어 시스템의 가능성을 제시한다.

  • PDF

Molecular Characterization of an Apple cDNA Encoding Cinnamyl Alcohol Dehydrogenase

  • Kim, Sung-Hyun;Lee, Jae-Rin;Shin, Yong-Uk;An, Gyn-Heung;Kim, Seong-Ryong
    • Journal of Microbiology and Biotechnology
    • /
    • v.9 no.4
    • /
    • pp.475-481
    • /
    • 1999
  • The study of lignin, a major component of secondary cell wall, has been partly focused on its removal from the woody part in the kraft pulping industry. Cinnamyl alcohol dehydrogenase (CAD; EC 1.1.l95) catalyzes the synthesis of cinnamyl alcohols from corresponding cinnamaldehydes. A cDNA clone, MdCADl, encoding putative CAD from apples (Malus domestica Borkh. cv Fuji) was characterized in this study. The clone contains an open reading frame of 325 amino acid residues, which shows a greater than 80% identity with Eucalyptus CADl. MdCADl mRNA was detectable in vegetative tissues and was strongly expressed in the fruit. The expression pattern of MdCADl mRNA in the fruit peel after light exposure was also examined. The mRNA was rapidly increased until 1 day after light exposure and remained stable thereafter, suggesting that MdCADl is light inducible. The inducibility of the MdCADl gene was examined using several environmental stresses. Mechanical wounding of leaves increased the MdCADl mRNA level and the induction was further increased by salicylic acid. Southern blot hybridization showed that there is either one or a few copies of CAD genes in apples. To our knowledge, it is believed that MdCADl is the first CAD clone expressed predominantly in fruit.

  • PDF

Robot Arm Recognizing and Drawing Various Line Thicknesses (다양한 선 두께들을 인식하고 그리는 로봇 팔)

  • Jo, Won-Se;Kim, Dong-Han;Rew, Keun-Ho
    • Journal of Institute of Control, Robotics and Systems
    • /
    • v.19 no.12
    • /
    • pp.1105-1110
    • /
    • 2013
  • In this paper, a robot arm capable of recognizing and drawing various line thicknesses is developed. Conventional line drawing robots are not capable of adjusting the thickness of lines. However, to draw faster and to enrich the expression of line drawing robots, it is necessary to adjust line thickness using a brush pen. Simple images are acquired and various line thicknesses are recognized by image processing. Trajectories of lines are generated with distance sorting using thinning and corner point detections for each label. Information on line thickness and trajectory is sent to the controller of a robot arm taking into consideration 2D inverse kinematics. Through this process, the robot arm can draw various lines thicknesses along 2D trajectories with 3 motors. Robot arm for detailed drawing will be studied in the future.

Using Video Function of Smart Phone Number plate recognition & Real-time Inquiry System (스마트폰의 영상기능을 이용한 차량 번호판 인식 및 실시간 조회 시스템)

  • Park, Min-Sung;Woo, Jong-Seong;Kim, Gwan-Hyung;Sin, Dong-Seok
    • Proceedings of the Korean Institute of Information and Commucation Sciences Conference
    • /
    • 2013.10a
    • /
    • pp.111-112
    • /
    • 2013
  • 본 논문에서는 최근 증가하고 있는 차량의 질서 위반 행위 및 과태료 체납, 대포차 등에 대한 문제를 보다 효율적으로 해결하기 위하여 이동이 간편한 스마트 기기를 통하여 차량의 번호판을 인식하고 관리할 수 있는 시스템을 제시하고자 한다. 영상 촬영 기능과 데이터 전송 기능을 가지고 있는 휴대용 단말기를 소지한 사용자가 자동차의 번호판을 촬영했을 시 자동차 번호판을 인식하고 촬영된 영상과 차량 번호에 대한 데이터를 원격지 서버로 전송하여 차량 소유자에 대한 과태료 체납여부, 위반행위 등을 조회하여 해당 차량에 대한 정보 등을 신속하게 확인하고 현장에서 복합적으로 대응할 수 있는 시스템을 개발하고자 한다. 본 논문에서 제시할 주요한 기능은 영상처리를 통한 차량 번호판 인식과 인식된 차량 번호 정보와 번호판 영상 정보를 원격지 서버로 전송하여 정보를 관리 할 수 있는 시스템을 제시하고자 한다.

  • PDF

Gesture based Natural User Interface for e-Training

  • Lim, C.J.;Lee, Nam-Hee;Jeong, Yun-Guen;Heo, Seung-Il
    • Journal of the Ergonomics Society of Korea
    • /
    • v.31 no.4
    • /
    • pp.577-583
    • /
    • 2012
  • Objective: This paper describes the process and results related to the development of gesture recognition-based natural user interface(NUI) for vehicle maintenance e-Training system. Background: E-Training refers to education training that acquires and improves the necessary capabilities to perform tasks by using information and communication technology(simulation, 3D virtual reality, and augmented reality), device(PC, tablet, smartphone, and HMD), and environment(wired/wireless internet and cloud computing). Method: Palm movement from depth camera is used as a pointing device, where finger movement is extracted by using OpenCV library as a selection protocol. Results: The proposed NUI allows trainees to control objects, such as cars and engines, on a large screen through gesture recognition. In addition, it includes the learning environment to understand the procedure of either assemble or disassemble certain parts. Conclusion: Future works are related to the implementation of gesture recognition technology for a multiple number of trainees. Application: The results of this interface can be applied not only in e-Training system, but also in other systems, such as digital signage, tangible game, controlling 3D contents, etc.

Fast algorithm for Traffic Sign Recognition (고속 교통표시판 인식 알고리즘)

  • Dajun, Ding;Lee, Chanho
    • Journal of IKEEE
    • /
    • v.16 no.4
    • /
    • pp.356-363
    • /
    • 2012
  • Information technology improves convenience, safety, and performance of automobiles. Recently, a lot of algorithms are studied to provide safety and environment information for driving, and traffic sign recognition is one of them. It can provide important information for safety driving. In this paper, we propose a method for traffic sign detection and identification concentrating on reducing the computation time. First, potential traffic signs are segmented by color threshold, and a polygon approximation algorithm is used to detect appropriate polygons. The potential signs are compared with the template signs in the database using SURF and ORB feature matching method.

A study on Real-time Graphic User Interface for Hidden Target Segmentation (은닉표적의 분할을 위한 실시간 Graphic User Interface 구현에 관한 연구)

  • Yeom, Seokwon
    • Journal of the Institute of Convergence Signal Processing
    • /
    • v.17 no.2
    • /
    • pp.67-70
    • /
    • 2016
  • This paper discusses a graphic user interface(GUI) for the concealed target segmentation. The human subject hiding a metal gun is captured by the passive millimeter wave(MMW) imaging system. The imaging system operates on the regime of 8 mm wavelength. The MMW image is analyzed by the multi-level segmentation to segment and identify a concealed weapon under clothing. The histogram of the passive MMW image is modeled with the Gaussian mixture distribution. LBG vector quantization(VQ) and expectation and maximization(EM) algorithms are sequentially applied to segment the body and the object area. In the experiment, the GUI is implemented by the MFC(Microsoft Foundation Class) and the OpenCV(Computer Vision) libraries and tested in real-time showing the efficiency of the system.