CalibrationPattern Methods

CVB.Net Documentation
Methods

  NameDescription
Public methodStatic memberCreate(CalibrationPatternStyle, CalibrationPatternContrast, Int32, Int32, Int32, Int32)
Create a user-definable calibration pattern.
Public methodStatic memberCreate(CalibrationPatternStyle, CalibrationPatternContrast, CalibrationPatternFormat, CalibrationPatternOrientation, Int32, Int32, Double, Double, Int32)
Create a user-definable calibration pattern suitable for printing on a sheet of paper. The calibration pattern will consist of a regularly spaced matrix of dots, the size of which will be determined by the input parameters. The size of the pattern image will be suitable for printing it on an piece of paper defined by the paperSize parameter. The calibration pattern will consist of a regular rectangular grid of dots. The distance between the dots in x- and y-direction will be 2.5 times the diameter of the dots. If an asymmetric pattern was selected, the bigger dots will have 2.5 times the area of the smaller dots (meaning that their radius is sqrt(2.5) times the radius of the small dots).
Public methodStatic memberExtractCalibrationLists(ImagePlane, CalibrationPatternStyle, CalibrationPatternContrast, Int32, Int32, Double, Point2Dd, Point2Dd)
Automatically extracts the pixel lists required for creating a NonLinearTransformation object.
Public methodStatic memberExtractCalibrationLists(ImagePlane, Area2D, CalibrationPatternStyle, CalibrationPatternContrast, Int32, Int32, Double, Point2Dd, Point2Dd)
Automatically extracts the pixel lists required for creating a NonLinearTransformation object.
Top
See Also

Reference