florianblume / 6d-pat

6D - Pose Annotation Tool (6D-PAT) - is a tool that allows the user to load a set of images and also a set of 3D models and annotate where in the 2D image the 3D object ist placed.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Rename all member variables to m_

florianblume opened this issue · comments

It is convention in C++ to have all member variables comply to the naming pattern m_variableName