Giter Site home page Giter Site logo

liveframes vs. keyframes about lsd_slam HOT 3 CLOSED

tum-vision avatar tum-vision commented on August 21, 2024
liveframes vs. keyframes

from lsd_slam.

Comments (3)

rbarthseas avatar rbarthseas commented on August 21, 2024

In the source code I see that it is not filled with a pointcloud (see below). Hence only pointclouds are published at keyframes?

lsd_slam_viewer::keyframeMsg fMsg;

fMsg.id = kf->id();
fMsg.time = kf->timestamp();
fMsg.isKeyframe = false;

memcpy(fMsg.camToWorld.data(),kf->getScaledCamToWorld().cast<float>().data(),sizeof(float)*7);
fMsg.fx = kf->fx(publishLvl);
fMsg.fy = kf->fy(publishLvl);
fMsg.cx = kf->cx(publishLvl);
fMsg.cy = kf->cy(publishLvl);
fMsg.width = kf->width(publishLvl);
fMsg.height = kf->height(publishLvl);

fMsg.pointcloud.clear();

liveframe_publisher.publish(fMsg);

from lsd_slam.

amiltonwong avatar amiltonwong commented on August 21, 2024

@rbarthseas, did you see the corresponding paper? You can find the answer from it.

from lsd_slam.

rbarthseas avatar rbarthseas commented on August 21, 2024

Hi Amilton,

Thanks for pointing that out that reference. Will read!

Best,
Ruud

from lsd_slam.

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.