Giter Site home page Giter Site logo

at128_ground_remove_jcp's Introduction

Visitor Count

at128_ground_remove_jcp's People

Contributors

shuming1998 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

at128_ground_remove_jcp's Issues

range image计算问题

您的计算方式如下:
row_i = 128 - pt.ring;
if(atan2(pt.y, pt.x) >= 0) //[0,pi]
col_i = ((128.1/2) - atan2(pt.y, pt.x) * RAD) / 0.1;
else //(-pi,0)
col_i = (-atan2(pt.y, pt.x) * RAD + (128.1 / 2)) / 0.1;

根据atan2的取值范围(-pi, pi],以及AT128水平视场角范围120°, 不太明白为何这样计算col_i?

注:结合禾赛官网AT128数据显示: 角分辨率:0.1° (H) × 0.2° (V),视场角:120°(H) × 25.4°(V), 全局分辨率(点数):1200 × 128

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.