mirror of
https://github.com/ceres-solver/ceres-solver.git
synced 2026-08-30 00:50:37 +08:00
ccfd7f4dbb
Below fixes are required to compile Ceres as a dynamic library using MSVC. 1. Added CERES_EXPORT to EigenQuaternionParameterization. 2. Removed CERES_EXPORT from CubicInterpolator and BicubicInterpolator. EigenQuaternionParameterization has its source embedded in ceres.dll whereas Cubic+BicubicInterpolators are defined in the header file and therefore do not require __declspec(dllimport). Change-Id: Idd1f387890c36aab51a1a4177ea7c06933b96f39