HomeSort by relevance Sort by last modified time
    Searched refs:Vec3b (Results 26 - 39 of 39) sorted by null

12

  /external/opencv3/modules/viz/include/opencv2/viz/
types.hpp 72 operator Vec3b() const;
273 inline cv::viz::Color::operator cv::Vec3b() const { return cv::Vec3d(val); }
  /external/opencv3/modules/imgcodecs/test/
test_drawing.cpp 231 Vec3b v = (Vec3b)(*(*it)) - img.at<Vec3b>(300,i);
400 Vec3b v = (Vec3b)(*(it.ptr)) - _img.at<Vec3b>(300,i);
  /external/opencv3/modules/imgproc/test/
test_cvtyuv.cpp 9 typedef Vec3b YUV;
10 typedef Vec3b RGB;
88 rgb.at<Vec3b>(row, col) = val;
98 Vec3b tmp(val[2], val[1], val[0]);
99 rgb.at<Vec3b>(row, col) = tmp;
test_color.cpp     [all...]
  /external/opencv3/modules/video/src/
bgfg_KNN.cpp 617 meanBackground.at<Vec3b>(row, col) = Vec3b(mean_m);
bgfg_gaussmix2.cpp     [all...]
  /external/opencv3/modules/core/test/
test_operations.cpp     [all...]
  /external/opencv3/modules/viz/test/
tests_simple.cpp 167 Vec3b c;
226 colors.at<Vec3b>(i) = palette[i & palette_size];
  /external/opencv3/modules/viz/src/
shapes.cpp 774 Vec3b *drow = color.ptr<Vec3b>();
780 *drow++ = Vec3b::all(*srow++);
843 image.at<Vec3b>(0, 0) = Vec3d(color.val); //workaround of VTK limitation
    [all...]
  /external/opencv3/modules/core/src/
copy.cpp 240 DEF_COPY_MASK_F(8uC3, Vec3b, 8u_C3MR, Ipp8u)
    [all...]
matrix.cpp     [all...]
  /external/opencv3/modules/cudaimgproc/test/
test_color.cpp     [all...]
  /external/opencv3/modules/core/include/opencv2/core/
mat.hpp     [all...]
matx.hpp 358 typedef Vec<uchar, 3> Vec3b;
    [all...]

Completed in 1643 milliseconds

12