MCPcopy Create free account
hub / github.com/ColmapView/Colmapview.github.io / inverse

Method inverse

src/utils/cameraUndistortion.ts:36–36  ·  view source on GitHub ↗
(d: Vec2, i: CameraIntrinsics)

Source from the content-addressed store, hash-verified

34interface DistortionStrategy {
35 forward(p: Vec2, i: CameraIntrinsics): Vec2; // undistorted → distorted
36 inverse(d: Vec2, i: CameraIntrinsics): UndistortResult; // distorted → undistorted
37}
38
39const EPS = 1e-9;

Callers 2

undistortNormalizedFunction · 0.80
assertInverseParityFunction · 0.80

Calls

no outgoing calls

Tested by 1

assertInverseParityFunction · 0.64