You are here: Start » FIL.NET » Function Reference » Computer Vision » Camera Calibration » FIL.WorldPlaneRidgeToImage
Finds the image coordinates of world plane Ridge.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
C++
C#
public static void WorldPlaneRidgeToImage ( FilNet.Ridge1D inWorldRidge, FilNet.RectificationTransform inTransform, out FilNet.Ridge1D outImageRidge )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inWorldRidge | FilNet.Ridge1D | |||
![]() | inTransform | FilNet.RectificationTransform | Transform's camera model is needed for applying distortion back. Transform's homography is needed for transforming coordinates back from a given world plane. | ||
![]() | outImageRidge | FilNet.Ridge1D |