Zivid C++ API 2.16.0+46cdaba6-1
PointCloudRegistration.h File Reference

Go to the source code of this file.

Classes

class  Zivid::Experimental::Toolbox::LocalPointCloudRegistrationResult
 The result of a call to localPointCloudRegistration() More...
 

Namespaces

namespace  Zivid
 The main Zivid namespace. All Zivid code is found here.
 
namespace  Zivid::Experimental
 
namespace  Zivid::Experimental::Toolbox
 

Typedefs

using Zivid::Experimental::Toolbox::Pose = Zivid::Calibration::Pose
 

Functions

ZIVID_CORE_EXPORT std::ostream & Zivid::Experimental::Toolbox::operator<< (std::ostream &stream, const LocalPointCloudRegistrationResult &result)
 Serialize the value to a stream.
 
ZIVID_CORE_EXPORT LocalPointCloudRegistrationResult Zivid::Experimental::Toolbox::localPointCloudRegistration (const UnorganizedPointCloud &target, const UnorganizedPointCloud &source, const LocalPointCloudRegistrationParameters &params, const Pose &initialTransform=Pose{ Matrix4x4::identity() })
 Compute alignment transform between two point clouds.