|
class | Camera |
| This class serves as the primary interface between the camera and the various features provided by the SDK. More...
|
|
class | ZEDCommon |
|
struct | Matrix3x3 |
| Structure representing a generic 3*3 matrix. More...
|
|
struct | Resolution |
| Structure containing the width and height of an image. More...
|
|
struct | Rect |
| Structure defining a 2D rectangle with top-left corner coordinates and width/height in pixels. More...
|
|
struct | CameraConfiguration |
| Structure containing information about the camera sensor. More...
|
|
struct | CameraInformation |
| Structure containing information of a single camera (serial number, model, input type, etc.) More...
|
|
class | PositionalTrackingParameters |
| Class containing a set of parameters for the positional tracking module initialization. More...
|
|
struct | Pose |
| Structure containing positional tracking data giving the position and orientation of the camera in 3D space. More...
|
|
struct | RegionOfInterestParameters |
| Structure containing a set of parameters for the region of interest. More...
|
|
struct | PositionalTrackingStatus |
| Lists the different status of positional tracking. More...
|
|
struct | ImuData |
| Structure containing data from the IMU sensor. More...
|
|
struct | BarometerData |
| Structure containing data from the barometer sensor. More...
|
|
struct | MagnetometerData |
| Structure containing data from the magnetometer sensor. More...
|
|
struct | TemperatureSensorData |
| Structure containing data from the temperature sensors. More...
|
|
struct | SensorsData |
| Structure containing all sensors data (except image sensors) to be used for positional tracking or environment study. More...
|
|
struct | SensorParameters |
| Structure containing information about a single sensor available in the current device. More...
|
|
struct | SensorsConfiguration |
| Structure containing information about all the sensors available in the current device. More...
|
|
class | RuntimeParameters |
| Class containing parameters that defines the behavior of sl.Camera.Grab(). More...
|
|
struct | CameraParameters |
| Structure containing the intrinsic parameters of a camera. More...
|
|
struct | CalibrationParameters |
| Structure containing intrinsic and extrinsic parameters of the camera (translation and rotation). More...
|
|
struct | SVOData |
| Structure containing data that can be stored in and retrieved from SVOs. That information will be ingested with sl.Camera.ingestDataIntoSVO and retrieved with sl.Camera.retrieveSVOData. More...
|
|
class | InitParameters |
| Class containing the options used to initialize the sl.Camera object. More...
|
|
struct | RecordingParameters |
| Structure containing the options used to record. More...
|
|
struct | StreamingParameters |
| Structure containing the options used to stream with the ZED SDK. More...
|
|
struct | DeviceProperties |
| Structure containing information about the properties of a camera. More...
|
|
struct | StreamingProperties |
| Structure containing information about the properties of a streaming device. More...
|
|
struct | RecordingStatus |
| Structure containing information about the status of the recording. More...
|
|
struct | InputType |
| Structure defining the input type used in the ZED SDK. More...
|
|
class | PlaneDetectionParameters |
| Class containing a set of parameters for the plane detection functionality. More...
|
|
class | SpatialMappingParameters |
| Class containing a set of parameters for the spatial mapping module. More...
|
|
class | Mesh |
| Class representing a mesh and containing the geometric (and optionally texture) data of the scene captured by the spatial mapping module. More...
|
|
class | FusedPointCloud |
| A fused point cloud contains both geometric and color data of the scene captured by spatial mapping. More...
|
|
struct | Chunk |
| Class representing a sub-mesh containing local vertices and triangles. More...
|
|
struct | PlaneData |
| Structure representing a plane defined by a point and a normal, or a plane equation. More...
|
|
struct | BatchParameters |
| Structure containing a set of parameters for batch object detection. More...
|
|
struct | AI_Model_status |
| Structure containing AI model status. More...
|
|
struct | ObjectDetectionParameters |
| Structure containing a set of parameters for the object detection module. More...
|
|
struct | ObjectDetectionRuntimeParameters |
| Structure containing a set of runtime parameters for the object detection module. More...
|
|
struct | BodyTrackingParameters |
| Structure containing a set of parameters for the body tracking module. More...
|
|
struct | BodyTrackingRuntimeParameters |
| Structure containing a set of runtime parameters for the body tracking module. More...
|
|
struct | ObjectData |
| Structure containing data of a detected object such as its boundingBox, label, id and its 3D position. More...
|
|
struct | CustomBoxObjectData |
| Structure that store externally detected objects. More...
|
|
struct | Objects |
| Structure containing the results of the object detection module. It contains the number of object in the scene (numObject) and the objectData structure for each object. More...
|
|
struct | CovarMatrix |
| Full covariance matrix for position (3x3). Only 6 values are necessary [p0, p1, p2] [p1, p3, p4] [p2, p4, p5] More...
|
|
struct | BodyData |
| Structure containing data of a detected body/person such as its headBoundingBox, id and its 3D position. More...
|
|
struct | Bodies |
| Structure containing the results of the body tracking module. More...
|
|
class | ObjectsBatch |
| Class containing batched data of a detected objects from the object detection module. More...
|
|
struct | InitFusionParameters |
| Holds the options used to initialize the Fusion object. More...
|
|
struct | CommunicationParameters |
| Holds the communication parameter to configure the connection between senders and receiver More...
|
|
struct | FusionConfiguration |
| Stores the Fusion configuration, can be read from /write to a Json file. More...
|
|
struct | BodyTrackingFusionParameters |
| Holds the options used to initialize the body tracking module of the Fusion. More...
|
|
struct | BodyTrackingFusionRuntimeParameters |
| Holds the options used to change the behavior of the body tracking module at runtime. More...
|
|
struct | CameraIdentifier |
| Used to identify a specific camera in the Fusion API More...
|
|
struct | CameraMetrics |
| Holds the metrics of a sender in the fusion process. More...
|
|
struct | FusionMetrics |
| Holds the metrics of the fusion process. More...
|
|
struct | FusedPositionalTrackingStatus |
| Class containing the overall position fusion status More...
|
|
struct | GNSSData |
| Structure containing GNSS data to be used for positional tracking as prior. More...
|
|
struct | GeoPose |
| Holds Geo reference position. More...
|
|
struct | ECEF |
| Represents a world position in ECEF format. More...
|
|
struct | LatLng |
| Represents a world position in LatLng format. More...
|
|
struct | UTM |
| Represents a world position in UTM format. More...
|
|
class | GNSSCalibrationParameters |
| Holds the options used for calibrating GNSS / VIO. More...
|
|
class | PositionalTrackingFusionParameters |
| Holds the options used for initializing the positional tracking fusion module. More...
|
|
class | Fusion |
| Holds Fusion process data and functions More...
|
|
struct | char2 |
| Represents a 2D vector of uchars for use on both the CPU and GPU. More...
|
|
struct | char3 |
| Represents a 3D vector of uchars for use on both the CPU and GPU. More...
|
|
struct | char4 |
| Represents a 4D vector of uchars for use on both the CPU and GPU. More...
|
|
struct | float2 |
| Represents a 2D vector of floats for use on both the CPU and GPU. More...
|
|
struct | float3 |
| Represents a 3D vector of floats for use on both the CPU and GPU. More...
|
|
struct | float4 |
| Represents a 4D vector of floats for use on both the CPU and GPU. More...
|
|
class | Mat |
| Class representing 1 to 4-channel matrix of float or uchar, stored on CPU and/or GPU side. More...
|
|