OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BundleAdjusterRay
(Results
1 - 4
of
4
) sorted by null
/external/opencv3/modules/stitching/include/opencv2/stitching/detail/
motion_estimators.hpp
224
class CV_EXPORTS
BundleAdjusterRay
: public BundleAdjusterBase
227
BundleAdjusterRay
() : BundleAdjusterBase(4, 3) {}
/external/opencv3/modules/stitching/src/
stitcher.cpp
57
stitcher.setBundleAdjuster(makePtr<detail::
BundleAdjusterRay
>());
545
stitcher->setBundleAdjuster(makePtr<detail::
BundleAdjusterRay
>());
motion_estimators.cpp
463
void
BundleAdjusterRay
::setUpInitialCameraParams(const std::vector<CameraParams> &cameras)
486
void
BundleAdjusterRay
::obtainRefinedCameraParams(std::vector<CameraParams> &cameras) const
505
void
BundleAdjusterRay
::calcError(Mat &err)
579
void
BundleAdjusterRay
::calcJacobian(Mat &jac)
/external/opencv3/samples/cpp/
stitching_detailed.cpp
526
else if (ba_cost_func == "ray") adjuster = makePtr<detail::
BundleAdjusterRay
>();
Completed in 88 milliseconds