libigl v2.5.0
|
Go to the source code of this file.
Namespaces | |
namespace | igl |
Functions | |
template<typename R , typename H > | |
void | igl::rgb_to_hsv (const R *rgb, H *hsv) |
Convert RGB to HSV. | |
template<typename DerivedR , typename DerivedH > | |
void | igl::rgb_to_hsv (const Eigen::PlainObjectBase< DerivedR > &R, Eigen::PlainObjectBase< DerivedH > &H) |
This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts. | |