aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYinhang Liu <yinhangx.liu@intel.com>2019-03-06 11:03:07 +0800
committerZong Wei <wei.zong@intel.com>2019-03-27 15:01:23 +0800
commit04badcbab1271a08f99c89602657f26d79efec1c (patch)
treeb9a0474c5f286e8fbec82c4af51d98e160afcbda
parentd6d8bbfa73f47e3bc274f7c7671cac4647d26c62 (diff)
downloadlibxcam-04badcbab1271a08f99c89602657f26d79efec1c.tar.gz
cv-feature-match: correct spelling mistake
-rw-r--r--modules/ocv/cv_feature_match.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/ocv/cv_feature_match.cpp b/modules/ocv/cv_feature_match.cpp
index d81bccf..ea04c0e 100644
--- a/modules/ocv/cv_feature_match.cpp
+++ b/modules/ocv/cv_feature_match.cpp
@@ -250,7 +250,7 @@ CVFeatureMatch::detect_and_match (cv::Mat img_left, cv::Mat img_right)
if (_need_adjust)
adjust_crop_area ();
-#if XCAM_CV_CAPI_FM_DEBUG
+#if XCAM_CV_FM_DEBUG
XCAM_LOG_INFO ("FeatureMatch(idx:%d): x_offset:%0.2f", _fm_idx, _x_offset);
if (_need_adjust) {
XCAM_LOG_INFO (