mirror of
https://github.com/zebrajr/opencv.git
synced 2026-01-15 12:15:17 +00:00
fixed whitespace issue
This commit is contained in:
@@ -22,7 +22,7 @@ int main(void)
|
||||
|
||||
Mat homography;
|
||||
FileStorage fs("../data/H1to3p.xml", FileStorage::READ);
|
||||
|
||||
|
||||
fs.getFirstTopLevelNode() >> homography;
|
||||
|
||||
vector<KeyPoint> kpts1, kpts2;
|
||||
|
||||
Reference in New Issue
Block a user