Zivid C++ API 2.18.0+1b44dbef-1
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 12345678]
 NZividThe main Zivid namespace. All Zivid code is found here
 NCalibration
 NCaptureAssistant
 NDataModel
 NDetail
 NExperimental
 NPresets
 NProjection
 NVisualization
 CApplicationManager class for Zivid
 CArray1DOne-dimensional container of data
 CArray2DTwo-dimensional container of data
 CBoundingBoxDefines a 2D rectangular bounding box in image coordinates
 CCameraInterface to one Zivid camera
 CCameraAddressA hostname or IPv4 address identifying a specific Zivid camera for direct connection
 CCameraCalibrationCamera Calibration data model
 CCameraExtrinsicsExtrinsic parameters describing the pose of a camera in 3D space, expressed as a rotation quaternion and a translation vector
 CCameraHealthResult of running the camera's health checks. Each check has a Status (severity) and a Value (the underlying measurement, when available). The Overall field aggregates the worst severity across all populated checks
 CCameraInfoInformation about camera model, serial number etc
 CCameraIntrinsicsInformation about the intrinsic parameters of the camera (OpenCV model)
 CCameraStateInformation about camera connection state, temperatures, etc
 CColorBGRColor with 8-bit blue, green and red channels (no alpha)
 CColorBGR_SRGBColor with 8-bit blue, green and red channels (no alpha) in the sRGB color space
 CColorBGRAColor with 8-bit blue, green, red and alpha channels
 CColorBGRA_SRGBColor with 8-bit blue, green, red and alpha channels in the sRGB color space
 CColorBGRABase
 CColorBGRBase
 CColorRGBColor with 8-bit red, green and blue channels (no alpha)
 CColorRGB_SRGBColor with 8-bit red, green and blue channels (no alpha) in the sRGB color space
 CColorRGBAColor with 8-bit red, green, blue and alpha channels
 CColorRGBABase
 CColorRGBAfColor with 32-bit red, green, blue and alpha channels
 CColorRGBBase
 CColorSRGBColor with 8-bit red, green, blue and alpha channels in the sRGB color space
 CComputeDeviceContains information about the compute device used by Zivid::Application
 CCUDAContextPtrWrapper for user-provided CUDA context pointer (CUcontext)
 CCUDADevicePointerWrapper for a CUDA device pointer
 CCUDAStreamPtrWrapper for user-provided CUDA stream for synchronization
 CDeviceArrayReference-counted handle to data on a GPU device
 CDeviceArrayViewNon-owning view of a device buffer
 CDisparityDisparity value
 CExceptionA common base class for all Zivid exceptions
 CFrameA frame captured by a Zivid camera
 CFrame2DA 2D frame captured by a Zivid camera
 CFrame2DStreamStatisticsStreaming performance statistics for Frame2DGrabber
 CFrameInfoVarious information for a frame
 CImageA 2-dimensional image
 CMaskA mask for filtering point cloud data
 CMatrixA fixed size matrix in row major order
 CNetworkConfigurationNetwork configuration of a camera
 CNormalXYZNormal vector with three coordinates as float
 COpenCLCommandQueuePtrWrapper for user-provided OpenCL command queue for synchronization
 COpenCLContextPtrWrapper for user-provided OpenCL context pointer (cl_context)
 COpenCLMemPointerWrapper for an OpenCL memory object (cl_mem)
 CPointCloudPoint cloud with x, y, z, RGB color and SNR laid out on a 2D grid
 CPointXYPoint with two coordinates as float
 CPointXYZPoint with three coordinates as float
 CPointXYZColorBGRAStruct which contains XYZ point and BGRA color packed together
 CPointXYZColorBGRA_SRGBStruct which contains XYZ point and BGRA color in the sRGB color space packed together
 CPointXYZColorRGBAStruct which contains XYZ point and RGBA color packed together
 CPointXYZColorRGBA_SRGBStruct which contains XYZ point and RGBA color in the sRGB color space packed together
 CPointXYZWPoint with four coordinates as float
 CPointZPoint with Z coordinate
 CRangeClass describing a range of values for a given type T
 CResolutionClass describing a resolution with a width and a height
 CSceneConditionsA description of the ambient conditions detected by the camera
 CSettingsSettings used when capturing a 3D capture or 2D+3D capture with a Zivid camera
 CSettings2DSettings used when capturing 2D images with a Zivid camera
 CSNRSignal-to-Noise ratio (SNR)
 CStreamOrQueueA user CUDA stream or OpenCL command queue, selected by which member is populated
 CUnorganizedPointCloudPoint cloud with x, y, z, RGB color and SNR laid out as a linear list of only valid points
 CVectorXYZVector with three coordinates as float