Back to FabImage Library website
You are here: Start » Function Reference » Computer Vision » Camera Calibration » WorldPlaneStripesToImage

WorldPlaneStripesToImage
Header: | FIL.h |
---|---|
Namespace: | fil |
Module: | Calibration |
Finds the image coordinates of world plane Stripes.
Syntax
C++
C#
void fil::WorldPlaneStripesToImage ( const ftl::Array<fil::Stripe1D>& inWorldStripes, const fil::RectificationTransform& inTransform, ftl::Array<fil::Stripe1D>& outImageStripes )
Parameters
Name | Type | Default | Description | |
---|---|---|---|---|
![]() |
inWorldStripes | const Array<Stripe1D>& | ||
![]() |
inTransform | const 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. | |
![]() |
outImageStripes | Array<Stripe1D>& |