Mez

Results 5 repositories owned by Mez

deep_homography_estimation

51
Stars
12
Forks
Watchers

This project implements the 2016 paper Deep Image Homography Estimation by DeTone, Malisiewicz, and Rabinovich.

extended_kalman_filter_cpp

18
Stars
2
Forks
Watchers

An Extended Kalman Filter (that uses a constant velocity model) in C++. This EKF fuses LIDAR and RADAR sensor readings to estimate location (x,y) and velocity (vx, vy).

extended_kalman_filter_python

31
Stars
7
Forks
Watchers

Python implementation of an Extended Kalman Filter.

model_predictive_controller_cpp

17
Stars
11
Forks
Watchers

This is MPC (model predictive controller) that can predict steering and throttle to drive in a simulator.

monocular-visual-odometry

16
Stars
7
Forks
Watchers

Experiments on visual odometry using monocular camera. Plan to eventually experiment with Deep Learning for features.