The CVB installation includes several standalone Python example programs that can be executed directly. These programs are installed under %CVB%Tutorial
(Windows) or $CVB/tutorial
(Linux) and can also be accessed from the list below:
Link to Example Program | Description | Location under %CVB%Tutorial |
---|---|---|
MetricCalibration | Example for intrinsic and extrinsic calibration of a laser triangulation system using the AQS12 target. | Foundation/CVBpy |
MetricCalibrationInclinationLaserPlane | Example for extrinsic calibration, including the correction of an inclined laser plane, in a laser triangulation system using the AQS12 target. | Foundation/CVBpy |
MetricCalibrationRigidBodyTransformation | Example for a rigid-body transformation (extrinsic calibration) using the AQS12 target. | Foundation/CVBpy |
QmlBlobSearch | This example shows the blob search of CVB Foundation package. | Foundation/CVBpy |
QmlGevServer | The QmlGevServer example starts a QML GevServer which can load a device and stream the device image. | GEVServer/CVBpy |
BufferHandling | Example for buffer handling. | Image Manager/CVBpy |
CompositeStreamHandler | CVBpy Example Script for 3rd generation acquisition stack to demonstrate a basic usage of CompositeStreamHandler. 1. Discover all devices. 2. Open the first device found. 3. Create a stream handler. 4. Start acquiring composites. 5. Wait for the handler acquires 10 composites. 6. Stop acquiring composites. Requires: CVMockTL. | Image Manager/CVBpy |
CreateAndAccessCalibratedPointCloud | Example for creating a calibrated point cloud from a range map and accessing point cloud values. | Image Manager/CVBpy |
DeviceConfiguration | Example for device configuration. | Image Manager/CVBpy |
DiscoverDevices | Example for discovering devices. | Image Manager/CVBpy |
ImageLoadSave | Example for loading and saving images. | Image Manager/CVBpy |
ImagePixelAccess | Example for accessing image pixel values. | Image Manager/CVBpy |
MultiPart | Example for acquiring multi part images. | Image Manager/CVBpy |
MultiStream | Example for acquiring multiple streams. | Image Manager/CVBpy |
PixelFormatConversion | Example for converting PFNC compliant pixel formats. | Image Manager/CVBpy |
QmlGenDCDisplay | Example for displaying GenDC data. | Image Manager/CVBpy |
QmlStreamDisplay | Example for QML based streaming display. | Image Manager/CVBpy |
Rdma | Example for RDMA for GEV acquisition. | Image Manager/CVBpy |
StreamingAsync | Example for asynchronous streaming. | Image Manager/CVBpy |
StreamingParallel | Example for parallel streaming. | Image Manager/CVBpy |
StreamingSimple | Example for simple Image, PointCloud and Composite streaming. | Image Manager/CVBpy |
QmlMinos | Example for OCR reading with Minos in QML environment. | Minos/CVBpy |
QmlCookieClassification | Example for pattern classification using Polimago search in QML environment. | Polimago/CVBpy |
ShapeFinder | Example for pattern recognition in 2D images using ShapeFinder. | ShapeFinder/CVBpy |
ColorConvert | Example for normalizing and calculating Lab and sRGB images on hyperspectral cubes. | Spectral/CVBpy |
Recording | cvb_movie2/CVBpy |