Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
O
opencv_contrib
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
opencv_contrib
Commits
d1193e31
Commit
d1193e31
authored
Sep 02, 2014
by
Bence Magyar
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Move header files inside opencv2/surface_matching/, update the rest
parent
9401285e
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
8 additions
and
9 deletions
+8
-9
surface_matching.hpp
...les/surface_matching/include/opencv2/surface_matching.hpp
+2
-2
icp.hpp
...surface_matching/include/opencv2/surface_matching/icp.hpp
+1
-1
ppf_match_3d.hpp
...atching/include/opencv2/surface_matching/ppf_match_3d.hpp
+2
-2
ppf_load_match.cpp
modules/surface_matching/samples/ppf_load_match.cpp
+1
-2
precomp.hpp
modules/surface_matching/src/precomp.hpp
+2
-2
No files found.
modules/surface_matching/include/opencv2/surface_matching.hpp
View file @
d1193e31
...
@@ -38,7 +38,7 @@
...
@@ -38,7 +38,7 @@
#ifndef __OPENCV_SURFACE_MATCHING_HPP__
#ifndef __OPENCV_SURFACE_MATCHING_HPP__
#define __OPENCV_SURFACE_MATCHING_HPP__
#define __OPENCV_SURFACE_MATCHING_HPP__
#include "ppf_match_3d.hpp"
#include "
surface_matching/
ppf_match_3d.hpp"
#include "icp.hpp"
#include "
surface_matching/
icp.hpp"
#endif
#endif
modules/surface_matching/include/opencv2/icp.hpp
→
modules/surface_matching/include/opencv2/
surface_matching/
icp.hpp
View file @
d1193e31
...
@@ -51,7 +51,7 @@
...
@@ -51,7 +51,7 @@
#include <opencv2/core.hpp>
#include <opencv2/core.hpp>
#include "
surface_matching/
pose_3d.hpp"
#include "pose_3d.hpp"
#include <vector>
#include <vector>
namespace
cv
namespace
cv
...
...
modules/surface_matching/include/opencv2/ppf_match_3d.hpp
→
modules/surface_matching/include/opencv2/
surface_matching/
ppf_match_3d.hpp
View file @
d1193e31
...
@@ -58,8 +58,8 @@ IEEE Computer Society Conference on Computer Vision and Pattern Recognition (CVP
...
@@ -58,8 +58,8 @@ IEEE Computer Society Conference on Computer Vision and Pattern Recognition (CVP
#include <opencv2/core.hpp>
#include <opencv2/core.hpp>
#include <vector>
#include <vector>
#include "
surface_matching/
pose_3d.hpp"
#include "pose_3d.hpp"
#include "
surface_matching/
t_hash_int.hpp"
#include "t_hash_int.hpp"
namespace
cv
namespace
cv
{
{
...
...
modules/surface_matching/samples/ppf_load_match.cpp
View file @
d1193e31
...
@@ -38,9 +38,8 @@
...
@@ -38,9 +38,8 @@
//
//
// Author: Tolga Birdal <tbirdal AT gmail.com>
// Author: Tolga Birdal <tbirdal AT gmail.com>
#include "opencv2/
ppf_match_3d
.hpp"
#include "opencv2/
surface_matching
.hpp"
#include <iostream>
#include <iostream>
#include "opencv2/icp.hpp"
#include "opencv2/surface_matching/ppf_helpers.hpp"
#include "opencv2/surface_matching/ppf_helpers.hpp"
#include "opencv2/core/utility.hpp"
#include "opencv2/core/utility.hpp"
...
...
modules/surface_matching/src/precomp.hpp
View file @
d1193e31
...
@@ -42,8 +42,8 @@ the use of this software, even if advised of the possibility of such damage.
...
@@ -42,8 +42,8 @@ the use of this software, even if advised of the possibility of such damage.
#ifndef __OPENCV_SURFACE_MATCHING_PRECOMP_HPP__
#ifndef __OPENCV_SURFACE_MATCHING_PRECOMP_HPP__
#define __OPENCV_SURFACE_MATCHING_PRECOMP_HPP__
#define __OPENCV_SURFACE_MATCHING_PRECOMP_HPP__
#include "opencv2/ppf_match_3d.hpp"
#include "opencv2/
surface_matching/
ppf_match_3d.hpp"
#include "opencv2/icp.hpp"
#include "opencv2/
surface_matching/
icp.hpp"
#include "opencv2/surface_matching/ppf_helpers.hpp"
#include "opencv2/surface_matching/ppf_helpers.hpp"
#include <string>
#include <string>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment