fixed whitespace issue
This commit is contained in:
parent
05a45ef6dc
commit
a4e5b09ea4
@ -22,7 +22,7 @@ int main(void)
|
|||||||
|
|
||||||
Mat homography;
|
Mat homography;
|
||||||
FileStorage fs("../data/H1to3p.xml", FileStorage::READ);
|
FileStorage fs("../data/H1to3p.xml", FileStorage::READ);
|
||||||
|
|
||||||
fs.getFirstTopLevelNode() >> homography;
|
fs.getFirstTopLevelNode() >> homography;
|
||||||
|
|
||||||
vector<KeyPoint> kpts1, kpts2;
|
vector<KeyPoint> kpts1, kpts2;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user