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

Method forward

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

Source from the content-addressed store, hash-verified

33
34interface DistortionStrategy {
35 forward(p: Vec2, i: CameraIntrinsics): Vec2; // undistorted → distorted
36 inverse(d: Vec2, i: CameraIntrinsics): UndistortResult; // distorted → undistorted
37}
38

Callers 6

inverseFunction · 0.80
distortNormalizedFunction · 0.80
assertParityFunction · 0.80
assertInverseParityFunction · 0.80
assertSubModelParityFunction · 0.80

Calls

no outgoing calls

Tested by 3

assertParityFunction · 0.64
assertInverseParityFunction · 0.64
assertSubModelParityFunction · 0.64