|
String | pcl::ImageOp::Id (value_type operation) |
|
bool | pcl::ImageOp::IsArithmeticOperator (int op) noexcept |
|
bool | pcl::ImageOp::IsBitwiseLogicalOperator (int op) noexcept |
|
bool | pcl::ImageOp::IsMoveOperator (int op) noexcept |
|
bool | pcl::ImageOp::IsPixelCompositionOperator (int op) noexcept |
|
template<class P , typename T > |
GenericImage< P > | pcl::operator* (const GenericImage< P > &image, T scalar) |
|
template<class P1 , class P2 > |
GenericImage< P1 > | pcl::operator* (const GenericImage< P1 > &image1, const GenericImage< P2 > &image2) |
|
template<class P , typename T > |
GenericImage< P > | pcl::operator* (T scalar, const GenericImage< P > &image) |
|
template<class P , typename T > |
GenericImage< P > | pcl::operator+ (const GenericImage< P > &image, T scalar) |
|
template<class P1 , class P2 > |
GenericImage< P1 > | pcl::operator+ (const GenericImage< P1 > &image1, const GenericImage< P2 > &image2) |
|
template<class P , typename T > |
GenericImage< P > | pcl::operator+ (T scalar, const GenericImage< P > &image) |
|
template<class P , typename T > |
GenericImage< P > | pcl::operator- (const GenericImage< P > &image, T scalar) |
|
template<class P1 , class P2 > |
GenericImage< P1 > | pcl::operator- (const GenericImage< P1 > &image1, const GenericImage< P2 > &image2) |
|
template<class P , typename T > |
GenericImage< P > | pcl::operator/ (const GenericImage< P > &image, T scalar) |
|
template<class P1 , class P2 > |
GenericImage< P1 > | pcl::operator/ (const GenericImage< P1 > &image1, const GenericImage< P2 > &image2) |
|
template<class P , typename T > |
GenericImage< P > | pcl::operator^ (const GenericImage< P > &image, T scalar) |
|
template<class P1 , class P2 > |
GenericImage< P1 > | pcl::operator^ (const GenericImage< P1 > &image1, const GenericImage< P2 > &image2) |
|