Skip to content

Instantly share code, notes, and snippets.

View indukantdeo's full-sized avatar

Indu kant deo indukantdeo

View GitHub Profile
@indukantdeo
indukantdeo / birds-eye-view.cpp
Created September 8, 2017 13:45 — forked from anujonthemove/Birds-Eye-View Transformation.pdf
Bird's eye view perspective transformation using OpenCV
// OpenCV imports
#include <opencv2/imgproc/imgproc.hpp>
#include <opencv2/highgui/highgui.hpp>
// C++ imports
#include <iostream>
// namespaces
using namespace std;
using namespace cv;