#include "SuperimposeMesh/SICAD.h"
#include <iostream>
#include <exception>
#include <string>
#include <assimp/Importer.hpp>
#include <assimp/scene.h>
#include <assimp/postprocess.h>
#include <glm/gtc/matrix_transform.hpp>
#include <glm/gtc/type_ptr.hpp>
#include <opencv2/imgproc/imgproc.hpp>