Skip to content

Instantly share code, notes, and snippets.

@jizhihang
jizhihang / Eigen2CV.h
Last active August 29, 2015 14:07 — forked from BloodAxe/Eigen2CV.h
/**
* @brief Mapping functions from Eigen data types to OpenCV
* @author Eugene Khvedchenya <ekhvedchenya@gmail.com>
* @details This header file contains code snippet for easy mapping Eigen types to OpenCV and back with minimal overhead.
* @more computer-vision.talks.com/articles/mapping-eigen-to-opencv/
* Features:
* - Mapping plain data types with no overhead (read/write access)
* - Mapping expressions via evaluation (read only acess)
*
* Known issues: