summaryrefslogtreecommitdiffstats
path: root/jni/feature_stab/src/dbreg/dbreg.h
diff options
context:
space:
mode:
Diffstat (limited to 'jni/feature_stab/src/dbreg/dbreg.h')
-rw-r--r--jni/feature_stab/src/dbreg/dbreg.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/jni/feature_stab/src/dbreg/dbreg.h b/jni/feature_stab/src/dbreg/dbreg.h
index 92cd0e3..4eb2444 100644
--- a/jni/feature_stab/src/dbreg/dbreg.h
+++ b/jni/feature_stab/src/dbreg/dbreg.h
@@ -222,6 +222,11 @@ public:
int GetNrMatches() { return m_nr_matches; }
/*!
+ * Returns the number of corners detected in the current reference image.
+ */
+ int GetNrRefCorners() { return m_nr_corners_ref; }
+
+ /*!
* Returns the pointer to an array of indices that were found to be RANSAC inliers from the matched corner lists.
*/
int* GetInliers() { return m_inlier_indices; }