You are here: Start » Program Examples » Calibration with Chessboard (Advanced)
Calibration with Chessboard (Advanced)
Macrofilter Main

Macrofilter GetCalibrationPoints

Macrofilter PrepareCalibrationMap

Used Filters
| Icon | Name | Description |
|---|---|---|
| EnumerateImages | Emulates image acquisition with images stored on disk. | |
| RemapImage | Fast (precomputed) image transformations, especially for view undistortion or object geometry correction (e.g. pos recognition of labels on cylindrical bottles). | |
| CalibrateCamera | Recognition of lens distortion. Usually followed by CreateUndistortionMap. | |
| GetArrayElement | Extracts a single element from an array at the specified index. | |
| CreateUndistortionMap | Creation of a transform map that will be used with the RemapImage filter. | |
| LoadImage | Loads a single image from a file. | |
| SaveImage | Saves an image to a file. | |
| SaveObject | Saves an object to a file. | |
| DetectChessboardGrid | Preparation of data required for creating image undistortion map. | |
| RemoveNils | This filter is useful e.g. when inspecting multiple objects while some of the inspections may fail (Nil result). RemoveNils is used to ignore the failed cases in the final result. | |
| FindFiles | Returns files of the input directory. |
