CVB++ 15.0
dnc.hpp
1#pragma once
2
3#include "../global.hpp"
4
5namespace Cvb
6{
7
8 CVB_BEGIN_INLINE_NS
9
11
28 namespace Dnc
29 {
30
31 class Finder;
34
35 } // namespace Dnc
36
37 CVB_END_INLINE_NS
38
39} // namespace Cvb
Match3D DNC finder used to perform a search on a point cloud.
Definition finder.hpp:29
Namespace for Match3D DNC (CAD-based 3D-object recognition).
Definition dnc.hpp:29
std::shared_ptr< Finder > FinderPtr
Convenience shared pointer for Finder.
Definition dnc.hpp:33
Root namespace for the Image Manager interface.
Definition c_bayer_to_rgb.h:17