Home
last modified time | relevance | path

Searched refs:ResidualErrorFunctor_Pinhole_Intrinsic (Results 1 – 2 of 2) sorted by relevance

/dports/misc/openmvg/openMVG-2.0/src/openMVG/sfm/
H A Dsfm_data_BA_ceres_camera_functor.hpp103 struct ResidualErrorFunctor_Pinhole_Intrinsic struct
105 explicit ResidualErrorFunctor_Pinhole_Intrinsic(const double* const pos_2dpoint) in ResidualErrorFunctor_Pinhole_Intrinsic() argument
180 <ResidualErrorFunctor_Pinhole_Intrinsic, 2, 3, 6, 3>( in Create()
181 new ResidualErrorFunctor_Pinhole_Intrinsic(observation.data()))); in Create()
187 <WeightedCostFunction<ResidualErrorFunctor_Pinhole_Intrinsic>, 2, 3, 6, 3> in Create()
188 (new WeightedCostFunction<ResidualErrorFunctor_Pinhole_Intrinsic> in Create()
189 (new ResidualErrorFunctor_Pinhole_Intrinsic(observation.data()), weight))); in Create()
H A Dsfm_data_BA_ceres.cpp92 return ResidualErrorFunctor_Pinhole_Intrinsic::Create(observation, weight); in IntrinsicsToCostFunction()