|
template<class P , typename T > |
GenericImage< P > | pcl::operator* (const GenericImage< P > &image, T scalar) |
|
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 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 P , typename T > |
GenericImage< P > | pcl::operator/ (const GenericImage< P > &image, T scalar) |
|
template<class P , typename T > |
GenericImage< P > | pcl::operator^ (const GenericImage< P > &image, T scalar) |
|