Coder Social home page Coder Social logo

kazuotani14 / eventbasedvisualodometry Goto Github PK

View Code? Open in Web Editor NEW
60.0 60.0 33.0 6.64 MB

Implementation of Event-Based Visual Odometry algorithm - Group project for 16-720 Computer Vision / 16-833 SLAM

License: MIT License

MATLAB 28.60% CMake 4.44% C++ 66.97%

eventbasedvisualodometry's People

Contributors

aumj avatar cyrusxyl avatar hy565 avatar kazuotani14 avatar kuobenj avatar zang3t5u avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

eventbasedvisualodometry's Issues

Is it right for the computation that converts the points from camera coordinate to world coordinate in GetNewMapPoints.m?

Hello,
I am interested about EVO, thank you for your amazing work.
But I just wonder the 38th line in GetNewMapPoints.m:
new_map_points = [points_in_camera_frame, ones(size(points_in_camera_frame,1),1)]*tform';

Because tform the the transform matrix converting the world coordinate to camera coordinate,
if we want to get the points in world coordinate, we should use the inverse of tform instead of original one?
That is:
new_map_points = [points_in_camera_frame, ones(size(points_in_camera_frame,1),1)]*inv(tform)';
Is it?

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.