martiege / lab_01

Lab 1: Transformations with Eigen

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Lab 1: Transformations with Eigen

We will in this lab play around with the Eigen library, which is a C++ library for linear algebra that we will use throughout this course.

This lab consists of two different code projects, which are both part of this repository. Start by cloning this repository on your machine. Then open the lab project in CLion using the cmake-file in the base directory: lab_01/CMakeLists.txt . If you are uncertain about how this is done, please take a look at last week's lab. Remember to use the correct repository address!

The lab is carried out by following these steps:

  1. Get to know Eigen
  2. Image transformations with Eigen and OpenCV

When appropriate, take a look at our proposed solution.

Please start the lab by going to the first step.

About

Lab 1: Transformations with Eigen

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:C++ 83.7%Language:CMake 16.3%