class cv::viz::WCoordinateSystem

Overview

Compond widgets. Moreā€¦

#include <widgets.hpp>

class WCoordinateSystem: public cv::viz::Widget3D
{
public:
    // construction

    WCoordinateSystem(double scale = 1.0);
};

Inherited Members

public:
    // methods

    template <typename _W>
    _W
    cast();

    Widget2D
    cast();

    WWidgetMerger
    cast();

    double
    getRenderingProperty(int property) const;

    Widget&
    operator=(const Widget& other);

    void
    setRenderingProperty(
        int property,
        double value
        );

    static
    Widget
    fromPlyFile(const String& file_name);

    void
    applyTransform(const Affine3d& transform);

    Affine3d
    getPose() const;

    void
    setColor(const Color& color);

    void
    setPose(const Affine3d& pose);

    void
    updatePose(const Affine3d& pose);

Detailed Documentation

Compond widgets.

This 3D Widget represents a coordinate system. :

Construction

WCoordinateSystem(double scale = 1.0)

Constructs a WCoordinateSystem.

Parameters:

scale Determines the size of the axes.