You are here: Start » Program Examples » Calibration with Custom Grid
Calibration with Custom Grid
Macrofilter Main

Used Filters
| Icon | Name | Description |
|---|---|---|
| RemapImage | Fast (precomputed) image transformations, especially for view undistortion or object geometry correction (e.g. pos recognition of labels on cylindrical bottles). | |
| ThresholdToRegion_Dynamic | Useful in case of uneven illumination. | |
| RegionMassCenter | Computes a point with coordinates equal to the average coordinates of the region's pixels. | |
| CalibrateCamera | Recognition of lens distortion. Usually followed by CreateUndistortionMap. | |
| AnnotateGridPoints | Recognition of a custom regular grid, other than the standard chessboard, for the purpose of camera calibration. | |
| CreateUndistortionMap | Creation of a transform map that will be used with the RemapImage filter. | |
| LoadImage | Loads a single image from a file. | |
| SplitRegionIntoBlobs | Segmentation of a region into individual objects when the objects do not touch each other. |
