GithubHelp home page GithubHelp logo

particle-match's People

Contributors

jureviciusr avatar

Stargazers

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

Watchers

 avatar  avatar

particle-match's Issues

Cuda Acceleration does not seems active

Hello,

I enabled CUDA
CMakeLists.txt
option(USE_OPENCV_CUDA= "Enable this flag to compile features requiring GPU support" ON)

ParticuleFastMatch.cpp
//cv::Mat bestView = Utilities::extractWarpedMapPart(imageGray, templ.size(), transform);
cv::cuda::GpuMat bestView = Utilities::extractWarpedMapPart(imageGrayGpu,

But it does not seem to use any GPU:

image

Missing some headers

Hi,

I build on UBUNTU 20 with OpenCV version: 3.4.14
and I had to include these headers

ParticuleFastMatch.cpp  
#include <fstream>

Utilities.cpp
#include <random>

Parameters of Camera used in PX4 simulation

I am trying to reproduce the results in "Robust GNSS Denied Localization for UAV Using Particle Filter and Visual Odometry" and for Visual Odometry, I need to know what were the parameters of the camera used in PX4 simulation for producing the aerial images?

Implementation for Custom Map and Data

Hi,
I really appreciate the research and code, I think I have learned a lot about visual odometry, particle filter and computer vision concepts.This was very insightful for me but I have something on my mind: I would like to go further and try this project with custom map and data. However, when I try to change the .tif file with another .tif example which I have found, I got some errors. How can I basically customize this project for my map area and image data? Would you like to summarize generally the steps for this custom configuration? (I am aware of that I will get inconsistent result since simulations has done with different maps, but I just want to change the map.)

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.