From a4e5b09ea44147386f5ed155c941b6178d2dfbbd Mon Sep 17 00:00:00 2001 From: GilLevi Date: Mon, 25 May 2015 01:28:05 +0300 Subject: [PATCH] fixed whitespace issue --- samples/cpp/tutorial_code/xfeatures2D/LATCH_match.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/cpp/tutorial_code/xfeatures2D/LATCH_match.cpp b/samples/cpp/tutorial_code/xfeatures2D/LATCH_match.cpp index b1886744d..a9413b871 100644 --- a/samples/cpp/tutorial_code/xfeatures2D/LATCH_match.cpp +++ b/samples/cpp/tutorial_code/xfeatures2D/LATCH_match.cpp @@ -22,7 +22,7 @@ int main(void) Mat homography; FileStorage fs("../data/H1to3p.xml", FileStorage::READ); - + fs.getFirstTopLevelNode() >> homography; vector kpts1, kpts2;