removed q subfolder
This commit is contained in:
@@ -1,10 +0,0 @@
|
||||
#pragma once
|
||||
|
||||
#include <opencv2/core.hpp>
|
||||
#include <opencv2/viz/types.hpp>
|
||||
#include <vector>
|
||||
|
||||
namespace temp_viz
|
||||
{
|
||||
CV_EXPORTS Mesh3d::Ptr mesh_load(const String& file);
|
||||
}
|
@@ -67,10 +67,13 @@ namespace temp_viz
|
||||
class CV_EXPORTS Mesh3d
|
||||
{
|
||||
public:
|
||||
typedef cv::Ptr<Mesh3d> Ptr;
|
||||
typedef Ptr<Mesh3d> Ptr;
|
||||
|
||||
Mat cloud, colors;
|
||||
std::vector<Vertices> polygons;
|
||||
|
||||
static Mesh3d::Ptr mesh_load(const String& file);
|
||||
|
||||
};
|
||||
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
|
Reference in New Issue
Block a user