Skip to content

Commit

Permalink
removed mob_gpgpu submodule for now
Browse files Browse the repository at this point in the history
  • Loading branch information
internaut committed Jun 12, 2014
1 parent 045d58b commit 0091506
Show file tree
Hide file tree
Showing 17 changed files with 0 additions and 1,242 deletions.
3 changes: 0 additions & 3 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,3 +0,0 @@
[submodule "external/mob_gpgpu"]
path = external/mob_gpgpu
url = ../mob_gpgpu/
Empty file added common/cam.h
Empty file.
31 changes: 0 additions & 31 deletions common/conf.h
Original file line number Diff line number Diff line change
@@ -1,31 +0,0 @@
#ifndef OCV_AR_CONF_H
#define OCV_AR_CONF_H

#define OCV_AR_CONF_PLATFORM_IOS
//#define #define OCV_AR_CONF_PLATFORM_ANDROID

/** Downsampling **/

// perform cv::pyrDown N times
#define OCV_AR_CONF_DOWNSAMPLE 1
// or: use cv::resize
//#define OCV_AR_CONF_RESIZE_W 640
//#define OCV_AR_CONF_RESIZE_H 360

#define OCV_AR_CONF_THRESH_BLOCK_SIZE 5
#define OCV_AR_CONF_THRESH_C 9.0f

#define OCV_AR_CONF_MIN_CONTOUR_PTS 4
#define OCV_AR_CONF_MIN_CONTOUR_LENGTH 30.0f
#define OCV_AR_CONF_MAX_DUPLICATE_DIST 2.0f

#define OCV_AR_CONF_DEFAULT_MARKER_SIZE_REAL 0.05f // "real world" marker size in meters

#define OCV_AR_CONF_REFINE_CORNERS_ITER 0

#define OCV_AR_CONF_MARKER_CODE_PX_PER_FIELD 8

#define OCV_AR_CONF_PROJMAT_NEAR_PLANE 0.01f
#define OCV_AR_CONF_PROJMAT_FAR_PLANE 100.0f

#endif
Empty file added common/core.h
Empty file.
Loading

0 comments on commit 0091506

Please sign in to comment.