HomeSort by relevance Sort by last modified time
    Searched refs:Vec4f (Results 1 - 21 of 21) sorted by null

  /external/opencv3/samples/cpp/
lsd_lines.cpp 40 vector<Vec4f> lines_std;
delaunay2.cpp 42 vector<Vec4f> edgeList;
46 Vec4f e = edgeList[i];
detect_mser.cpp 105 Vec4f rotAxis(1,0,1,0);
  /external/opencv3/modules/imgproc/src/
lsd.cpp 194 * @param _lines Return: A vector of Vec4i or Vec4f elements specifying the beginning and ending point of a line.
195 * Where Vec4i/Vec4f is (x1, y1, x2, y2), point 1 is the start, point 2 - end.
289 * @param lines Return: A vector of Vec4f elements specifying the beginning and ending point of a line.
290 * Where Vec4f is (x1, y1, x2, y2), point 1 is the start, point 2 - end.
300 void flsd(std::vector<Vec4f>& lines,
421 std::vector<Vec4f> lines;
438 void LineSegmentDetectorImpl::flsd(std::vector<Vec4f>& lines,
521 lines.push_back(Vec4f(float(rec.x1), float(rec.y1), float(rec.x2), float(rec.y2)));
    [all...]
generalized_hough.cpp 93 std::vector<Vec4f> posOutBuf_;
225 std::vector<Vec4f> oldPosBuf(posOutBuf_);
484 posOutBuf_.push_back(Vec4f(static_cast<float>(x * dp_), static_cast<float>(y * dp_), 1.0f, 0.0f));
933 posOutBuf_.push_back(Vec4f(static_cast<float>(x * dp_), static_cast<float>(y * dp_), static_cast<float>(scale), static_cast<float>(angle)));
templmatch.cpp 463 Vec4f templ_sum = Vec4f::all(0);
464 templ_sum = (Vec4f)mean(templ);
514 Vec4f templ_sum = Vec4f::all(0), templ_sqsum = Vec4f::all(0);
    [all...]
subdivision2d.cpp 709 void Subdiv2D::getEdgeList(std::vector<Vec4f>& edgeList) const
721 edgeList.push_back(Vec4f(org.x, org.y, dst.x, dst.y));
  /external/opencv3/samples/gpu/
generalized_hough.cpp 125 vector<Vec4f> position;
  /external/opencv3/modules/java/generator/src/cpp/
converters.h 38 void vector_Vec4f_to_Mat(std::vector<cv::Vec4f>& v_vec, cv::Mat& mat);
converters.cpp 316 void vector_Vec4f_to_Mat(std::vector<Vec4f>& v_vec, Mat& mat)
  /external/opencv3/modules/imgproc/test/
test_lsd.cpp 19 vector<Vec4f> lines;
test_convhull.cpp     [all...]
  /frameworks/base/media/mca/filterpacks/native/base/
vec_types.h 172 typedef Vec<float,4> Vec4f;
  /external/opencv3/modules/cudaimgproc/test/
test_hough.cpp 229 std::vector<cv::Vec4f> pos;
  /external/opencv3/modules/calib3d/src/
fundam.cpp 932 const Vec4f* sptr = src.ptr<Vec4f>();
    [all...]
fisheye.cpp 100 Vec4d k = _D.depth() == CV_32F ? (Vec4d)*_D.getMat().ptr<Vec4f>(): *_D.getMat().ptr<Vec4d>();
273 Vec4d k = D.depth() == CV_32F ? (Vec4d)*D.getMat().ptr<Vec4f>(): *D.getMat().ptr<Vec4d>();
336 Vec4d k = D.depth() == CV_32F ? (Vec4d)*D.getMat().ptr<Vec4f>(): *D.getMat().ptr<Vec4d>();
430 k = D.depth() == CV_32F ? (Vec4d)*D.getMat().ptr<Vec4f>(): *D.getMat().ptr<Vec4d>();
    [all...]
  /external/opencv3/modules/imgproc/include/opencv2/
imgproc.hpp     [all...]
  /external/opencv3/modules/python/src2/
cv2.cpp 96 typedef std::vector<Vec4f> vector_Vec4f;
    [all...]
  /external/opencv3/modules/core/include/opencv2/core/
mat.hpp     [all...]
matx.hpp 377 typedef Vec<float, 4> Vec4f;
    [all...]
  /external/opencv3/modules/java/src/
imgproc.cpp 722 std::vector<Vec4f> edgeList;
    [all...]

Completed in 970 milliseconds