-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
17 changed files
with
0 additions
and
1,242 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.
Oops, something went wrong.