We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents da7dc36 + 606051d commit 9887b53Copy full SHA for 9887b53
modules/core/src/prOmni.cpp
@@ -60,7 +60,7 @@ bool prOmni::projectImageSphere(prPointFeature & P, double & Xs, double & Ys, do
60
Ys = fact * y;
61
Zs = fact - xi;
62
63
- return 0;
+ return true;
64
}
65
66
prOmni& prOmni::operator=(const prOmni& cam)
0 commit comments