zoukankan      html  css  js  c++  java
  • 视觉(12)Active Vision Based Robot Navigation System

    http://www.nlpr.ia.ac.cn/english/rv/
    系统硬件说明:
    The system consists of a pan-tilt-translation camera platform, an omni-directional vehicle and a Sunsparc10 workstation. The camera platform has two CCD cameras, each one of which has five degrees of freedom.

    要达到的目标:
    Based on only the images from the two cameras, the vehicle moves to a predefined destination in a cluttered laboratory environment. A real navigation system must at least has the following units: modelling, camera calibration path planning, robot self-location, (static and moving) obstacle detection and avoidance, local re-planning and re-modelling.

    当前已作的工作:
    However, this project concerns only 3 of these units which are considered closely related to the vision research. These 3 units are:
     

    • Camera calibration: We thoroughly studied previous methods in the literature and proposed an Active Vision Based Camera calibration method [1], a Non-Parametric Calibration approach [2] and a Two Planes method[3].

    • Robot Self-Location: The window frames in this system are used as landmarks to determine robot's position and orientation. The process was carried out in two stages: Firstly, four straight lines are extracted by an RHT-like approach. Secondly, based on the recorded approximative information of the robot's odometers, a fuzzy approach was used to match the window frame to its stored model[4].

    • Obstacle detection and avoidance: The principles of the used method in our system are similar to those proposed by Mallot et al.in [5]. i.e., by re-projecting the two images from a well calibrated stereo rim onto the ground, and comparing the two reprojected images, if the two images are not identical, which means there are some things above the ground and can be considered as potential obstacles of the robot.

    • [1] S. D. Ma, An Self Camera Calibration Method for Active Vision System, IEEE-T on Robotics and Automation, Vol.2, 1996.

    • [2] M.L.Qiu and S.D.Ma, "A non-parametric approach for camera calibration", in proc. ICCV 1995, MIT, USA, pp.224-229, 1995.

    • [3] G. Q. Wei and S. D. Ma, "Implicit and explicit camera calibration: Theory and experiments", IEEE-T PAMI 16, No.5, 1995.

    • [4] L. Zhao, Fuzzy Theory Application in Robot Self-Location, M.S. thesis, National Laboratory of Pattern Recognition, Institute of Automation, Chinese Academy of Sciences, 1995.

    • [5] H.A.Mallot, H. H. Bulthoff, J.J.Little, and S. Bohrer, Inverse Perspective Mapping Simplifies Optical Flow Computation and Obstacle Detection, Biological. Cybernetics 64, pp.177-185, 1991.

  • 相关阅读:
    oracle调用存储过程和函数返回结果集
    怎样让Oracle的存储过程返回结果集
    Java 调用存储过程 返回结果集
    oracle多表关联删除数据表记录方法
    ORACLE多表关联UPDATE 语句
    Oracle--用户管理与权限分配
    java代码开启关闭线程(nginx)
    netty实现websocket客户端(附:测试服务端代码)
    netty同时实现http与socket
    Oracle-控制语句
  • 原文地址:https://www.cnblogs.com/cutepig/p/820386.html
Copyright © 2011-2022 走看看