HomeSort by relevance Sort by last modified time
    Searched full:img_size (Results 26 - 42 of 42) sorted by null

12

  /external/opencv3/modules/stitching/src/
stitcher.cpp 277 Size img_size = img.size(); local
295 mask.create(img_size, CV_8U);
  /external/opencv3/modules/stitching/include/opencv2/stitching/detail/
matchers.hpp 65 Size img_size; member in struct:cv::detail::ImageFeatures
  /external/valgrind/coregrind/m_debuginfo/
priv_image.h 78 DiOffT ML_(img_size)(const DiImage* img);
185 vg_assert(cur.ioff + size <= ML_(img_size)(cur.img));
195 return mk_DiSlice(img, 0, ML_(img_size)(img));
image.c 788 DiOffT ML_(img_size)(const DiImage* img) function
    [all...]
readelf.c     [all...]
  /external/opencv/cv/src/
cvtemplmatch.cpp 398 CvSize img_size = cvGetMatSize(img), templ_size = cvGetMatSize(templ); local
401 img_size, templ->data.ptr,
  /external/opencv3/samples/cpp/
stitching_detailed.cpp 770 Size img_size = img.size(); local
779 mask.create(img_size, CV_8U);
  /external/opencv/cvaux/src/
cveigenobjects.cpp 1205 CvSize img_size = avg_size, old_size = avg_size; local
    [all...]
  /external/opencv3/modules/imgproc/include/opencv2/imgproc/
imgproc_c.h     [all...]
  /external/opencv3/modules/calib3d/include/opencv2/calib3d/
calib3d_c.h 308 const CvMat* F, CvSize img_size,
  /external/opencv3/modules/imgproc/src/
drawing.cpp 80 bool clipLine( Size img_size, Point& pt1, Point& pt2 )
84 int64 right = img_size.width-1, bottom = img_size.height-1;
86 if( img_size.width <= 0 || img_size.height <= 0 )
    [all...]
  /external/opencv/cxcore/include/
cxcore.h     [all...]
  /external/pdfium/third_party/libopenjpeg20/
j2k.h 356 /*int img_size;*/
  /external/opencv/cxcore/src/
cxdrawing.cpp 81 cvClipLine( CvSize img_size, CvPoint* pt1, CvPoint* pt2 )
91 int right = img_size.width-1, bottom = img_size.height-1;
    [all...]
  /external/opencv3/modules/cudaobjdetect/src/
hog.cpp 172 int getTotalHistSize(Size img_size) const;
483 int HOG_Impl::getTotalHistSize(Size img_size) const
486 Size blocks_per_img = numPartsWithin(img_size, block_size_, block_stride_);
    [all...]
  /external/opencv/cv/include/
cv.h     [all...]
  /external/opencv/cvaux/include/
cvaux.h     [all...]

Completed in 1311 milliseconds

12