You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -79,7 +88,7 @@ CameraModel = (@warn("CameraModels.CameraModel is deprecated, use CameraModels.A
79
88
80
89
81
90
export CameraModelandParameters
82
-
const CameraModelandParameters = (@warn("CameraModels.CameraModelandParameters is deprecated, use CamereModels.CameraCalibration instead.");CameraCalibration)
91
+
#const CameraModelandParameters = (@warn("CameraModels.CameraModelandParameters is deprecated, use CamereModels.CameraCalibration instead.");CameraCalibration)
83
92
84
93
functionCameraModelandParameters(
85
94
width::Int,
@@ -189,7 +198,7 @@ export Pinhole
189
198
190
199
191
200
## From yakir12/CameraModels.jl
192
-
const Pinhole = (@warn("CameraModels.Pinhole is deprecated, use CamereModels.CameraCalibration instead."); CameraCalibration)
201
+
#const Pinhole = (@warn("CameraModels.Pinhole is deprecated, use CamereModels.CameraCalibration instead."); CameraCalibration)
0 commit comments