Coder Social home page Coder Social logo

Comments (2)

ChongjianYUAN avatar ChongjianYUAN commented on August 15, 2024 1

2022-04-25 20-02-20 的屏幕截图 为什么要计算 matrix[1][4] = a1 * x1 + b1 * y1 + c1 * z1;

2022-04-25 20-08-40 的屏幕截图 calc(matrix, point); calc中的计算原理是什么?

以及后续分别计算6次得到的point各代表的含义是什么?

你好,calcLine目的是计算两个平面在voxel内部的交线. 实际上平面的交线是无限长的,我们只关心在voxel内部的交线;所以可以通过判断两个平面与voxel的六个面的交点,把在voxel内的交点连线,即是平面相交的线。calc函数求解的是一个行列式,求解的point是输入的三个平面的交点。

from livox_camera_calib.

chengih avatar chengih commented on August 15, 2024 1

明白了,感谢回复

from livox_camera_calib.

Related Issues (20)

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.