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
@@ -153,6 +154,14 @@ class BlockManifest(WorkflowBlockManifest):
153
154
description="Second tangential distortion coefficient. Part of the camera's distortion parameters used to correct additional tangential distortion effects. p2 works together with p1 to correct lens misalignment distortions. Obtained through camera calibration. For well-aligned lenses, p1 and p2 are often close to zero.",
154
155
examples=[0.123, "$inputs.p2"],
155
156
)
157
+
use_fisheye_model: Union[
158
+
Optional[bool],
159
+
Selector(kind=[BOOLEAN_KIND]),
160
+
] =Field(
161
+
default=False,
162
+
description="Enable Fisheye distortion model (Rational/Divisional). If true, uses a different mathematical model better suited for fisheye lenses. When enabled, k1 is the primary parameter, and other coefficients are typically 0.",
0 commit comments