Zivid C++ API 2.13.1+18e79e79-1
|
#include <array>
#include <chrono>
#include <cmath>
#include <ctime>
#include <iomanip>
#include <memory>
#include <set>
#include <sstream>
#include <string>
#include <tuple>
#include <utility>
#include <vector>
#include "Zivid/DataModel/Attributes.h"
#include "Zivid/DataModel/Detail/Detail.h"
#include "Zivid/DataModel/NodeType.h"
#include "Zivid/DataModel/Traits.h"
#include "Zivid/Detail/CoreExport.h"
#include "Zivid/Detail/TypeTraits.h"
#include "Zivid/Range.h"
Go to the source code of this file.
Classes | |
class | Zivid::Settings2D |
Settings used when capturing 2D images with a Zivid camera. More... | |
class | Zivid::Settings2D::Acquisition |
Settings for a single acquisition. More... | |
class | Zivid::Settings2D::Acquisition::Aperture |
Aperture setting for the camera. Specified as an f-number (the ratio of lens focal length to the effective aperture diameter). More... | |
class | Zivid::Settings2D::Acquisition::Brightness |
Brightness controls the light output from the projector. More... | |
class | Zivid::Settings2D::Acquisition::ExposureTime |
Exposure time for the image. More... | |
class | Zivid::Settings2D::Acquisition::Gain |
Analog gain in the camera. More... | |
class | Zivid::Settings2D::Acquisitions |
List of acquisitions. Note that the Zivid SDK only supports a single acquisition per capture in 2D mode. More... | |
class | Zivid::Settings2D::Processing |
Processing related settings. More... | |
class | Zivid::Settings2D::Processing::Color |
Color settings. More... | |
class | Zivid::Settings2D::Processing::Color::Balance |
Color balance settings. More... | |
class | Zivid::Settings2D::Processing::Color::Balance::Blue |
Digital gain applied to blue channel. More... | |
class | Zivid::Settings2D::Processing::Color::Balance::Green |
Digital gain applied to green channel. More... | |
class | Zivid::Settings2D::Processing::Color::Balance::Red |
Digital gain applied to red channel. More... | |
class | Zivid::Settings2D::Processing::Color::Gamma |
Gamma applied to the color values. Gamma less than 1 makes the colors brighter, while gamma greater than 1 makes the colors darker. More... | |
class | Zivid::Settings2D::Sampling |
Sampling settings. More... | |
class | Zivid::Settings2D::Sampling::Color |
Choose how to sample colors for the 2D image. The rgb option gives an image with full colors. The grayscale option gives a grayscale (r=g=b) image, which can be acquired faster than full colors. More... | |
class | Zivid::Settings2D::Sampling::Pixel |
Use this setting to obtain an image that matches a point cloud captured with the equivalent sampling setting. More... | |
Namespaces | |
namespace | Zivid |
The main Zivid namespace. All Zivid code is found here. | |