HomeSort by relevance Sort by last modified time
    Searched defs:Scalar_ (Results 1 - 2 of 2) sorted by null

  /external/opencv3/modules/core/include/opencv2/core/
types.hpp 562 //////////////////////////////// Scalar_ ///////////////////////////////
566 Being derived from Vec\<_Tp, 4\> , Scalar_ and Scalar can be used just as typical 4-element
570 template<typename _Tp> class Scalar_ : public Vec<_Tp, 4>
574 Scalar_();
575 Scalar_(_Tp v0, _Tp v1, _Tp v2=0, _Tp v3=0);
576 Scalar_(_Tp v0);
579 Scalar_(const Vec<_Tp2, cn>& v);
582 static Scalar_<_Tp> all(_Tp v0);
585 template<typename T2> operator Scalar_<T2>() const;
588 Scalar_<_Tp> mul(const Scalar_<_Tp>& a, double scale=1 ) const
    [all...]
types_c.h     [all...]

Completed in 54 milliseconds