OpenEV
Extending OpenCV to event-based vision
|
Point cloud of events. More...
#include "openev/core/types.hpp"
#include "openev/options.hpp"
#include "openev/representations/abstract-representation.hpp"
#include <array>
#include <opencv2/core/hal/interface.h>
#include <opencv2/core/matx.hpp>
#include <opencv2/core/types.hpp>
#include <vector>
Go to the source code of this file.
Classes | |
class | ev::PointCloud_< T, Options, E > |
This class is used to represent events as point clouds. More... | |
Typedefs | |
using | ev::PointCloud1b = PointCloud_<uchar> |
using | ev::PointCloud3b = PointCloud_<cv::Vec3b> |
using | ev::PointCloud1s = PointCloud_<short> |
using | ev::PointCloud3s = PointCloud_<cv::Vec3s> |
using | ev::PointCloud1w = PointCloud_<ushort> |
using | ev::PointCloud3w = PointCloud_<cv::Vec3w> |
using | ev::PointCloud1i = PointCloud_<int> |
using | ev::PointCloud3i = PointCloud_<cv::Vec3i> |
using | ev::PointCloud1f = PointCloud_<float> |
using | ev::PointCloud3f = PointCloud_<cv::Vec3f> |
using | ev::PointCloud1d = PointCloud_<double> |
using | ev::PointCloud3d = PointCloud_<cv::Vec3d> |
using | ev::PointCloud1 = PointCloud1b |
using | ev::PointCloud3 = PointCloud3b |
using | ev::PointCloud = PointCloud1 |
Point cloud of events.
Implementation of point-cloud.
using ev::PointCloud = PointCloud1 |
Alias for PointCloud_ using uchar
using ev::PointCloud1 = PointCloud1b |
Alias for PointCloud_ using uchar
using ev::PointCloud1b = PointCloud_<uchar> |
Alias for PointCloud_ using uchar
using ev::PointCloud1d = PointCloud_<double> |
Alias for PointCloud_ using double
using ev::PointCloud1f = PointCloud_<float> |
Alias for PointCloud_ using float
using ev::PointCloud1i = PointCloud_<int> |
Alias for PointCloud_ using int
using ev::PointCloud1s = PointCloud_<short> |
Alias for PointCloud_ using short
using ev::PointCloud1w = PointCloud_<ushort> |
Alias for PointCloud_ using ushort
using ev::PointCloud3 = PointCloud3b |
Alias for PointCloud_ using cv::Vec3b
using ev::PointCloud3b = PointCloud_<cv::Vec3b> |
Alias for PointCloud_ using cv::Vec3b
using ev::PointCloud3d = PointCloud_<cv::Vec3d> |
Alias for PointCloud_ using cv::Vec3d
using ev::PointCloud3f = PointCloud_<cv::Vec3f> |
Alias for PointCloud_ using cv::Vec3f
using ev::PointCloud3i = PointCloud_<cv::Vec3i> |
Alias for PointCloud_ using cv::Vec3i
using ev::PointCloud3s = PointCloud_<cv::Vec3s> |
Alias for PointCloud_ using cv::Vec3s
using ev::PointCloud3w = PointCloud_<cv::Vec3w> |
Alias for PointCloud_ using cv::Vec3w