HomeSort by relevance Sort by last modified time
    Searched refs:getRows (Results 1 - 25 of 102) sorted by null

1 2 3 4 5

  /external/opencv3/modules/cudev/include/opencv2/cudev/ptr2d/
traits.hpp 69 __host__ static int getRows(const Ptr2DSz& ptr)
91 __host__ int getRows(const Ptr2DSz& ptr)
93 return PtrTraits<Ptr2DSz>::getRows(ptr);
zip.hpp 120 const int rows = getRows(ptr0);
123 CV_Assert( getRows(ptr1) == rows && getCols(ptr1) == cols );
137 const int rows = getRows(ptr0);
140 CV_Assert( getRows(ptr1) == rows && getCols(ptr1) == cols );
141 CV_Assert( getRows(ptr2) == rows && getCols(ptr2) == cols );
155 const int rows = getRows(ptr0);
158 CV_Assert( getRows(ptr1) == rows && getCols(ptr1) == cols );
159 CV_Assert( getRows(ptr2) == rows && getCols(ptr2) == cols );
160 CV_Assert( getRows(ptr3) == rows && getCols(ptr3) == cols );
extrapolation.hpp 80 b.rows = getRows(src);
138 b.rows = getRows(src);
164 b.rows = getRows(src);
190 b.rows = getRows(src);
215 b.rows = getRows(src);
remap.hpp 118 const int rows = getRows(map);
133 const int rows = getRows(mapx);
136 CV_Assert( getRows(mapy) == rows && getCols(mapy) == cols );
transform.hpp 93 ptr.rows = getRows(src);
134 const int rows = getRows(src1);
137 CV_Assert( getRows(src2) == rows && getCols(src2) == cols );
mask.hpp 95 ptr.rows = getRows(mask);
resize.hpp 95 r.rows = cv::saturate_cast<int>(getRows(src) * fy);
deriv.hpp 90 s.rows = getRows(src);
130 s.rows = getRows(src);
177 s.rows = getRows(src);
223 s.rows = getRows(src);
270 s.rows = getRows(src);
316 s.rows = getRows(src);
385 ptr.rows = getRows(src);
lut.hpp 92 ptr.rows = getRows(src);
  /external/opencv3/modules/cudev/include/opencv2/cudev/grid/
split_merge.hpp 68 const int rows = getRows(src);
71 CV_Assert( getRows(mask) == rows && getCols(mask) == cols );
87 const int rows = getRows(src);
90 CV_Assert( getRows(dst) == rows && getCols(dst) == cols );
91 CV_Assert( getRows(mask) == rows && getCols(mask) == cols );
105 const int rows = getRows(src);
122 const int rows = getRows(src);
125 CV_Assert( getRows(dst) == rows && getCols(dst) == cols );
139 const int rows = getRows(src);
142 CV_Assert( getRows(mask) == rows && getCols(mask) == cols )
    [all...]
integral.hpp 62 const int rows = getRows(src);
transpose.hpp 63 const int rows = getRows(src);
74 const int rows = getRows(src);
77 CV_Assert( getRows(dst) == cols && getCols(dst) == rows );
copy.hpp 66 const int rows = getRows(src);
69 CV_Assert( getRows(mask) == rows && getCols(mask) == cols );
79 const int rows = getRows(src);
82 CV_Assert( getRows(dst) == rows && getCols(dst) == cols );
83 CV_Assert( getRows(mask) == rows && getCols(mask) == cols );
91 const int rows = getRows(src);
102 const int rows = getRows(src);
105 CV_Assert( getRows(dst) == rows && getCols(dst) == cols );
115 const int rows = getRows(src);
118 CV_Assert( getRows(mask) == rows && getCols(mask) == cols )
    [all...]
transform.hpp 66 const int rows = getRows(src);
69 CV_Assert( getRows(mask) == rows && getCols(mask) == cols );
79 const int rows = getRows(src);
82 CV_Assert( getRows(dst) == rows && getCols(dst) == cols );
83 CV_Assert( getRows(mask) == rows && getCols(mask) == cols );
91 const int rows = getRows(src);
102 const int rows = getRows(src);
105 CV_Assert( getRows(dst) == rows && getCols(dst) == cols );
113 const int rows = getRows(src1);
116 CV_Assert( getRows(src2) == rows && getCols(src2) == cols )
    [all...]
histogram.hpp 65 const int rows = getRows(src);
68 CV_Assert( getRows(mask) == rows && getCols(mask) == cols );
85 const int rows = getRows(src);
pyramids.hpp 64 const int rows = getRows(src);
81 const int rows = getRows(src);
reduce.hpp 73 const int rows = getRows(src);
76 CV_Assert( getRows(mask) == rows && getCols(mask) == cols );
95 const int rows = getRows(src);
111 const int rows = getRows(src);
114 CV_Assert( getRows(mask) == rows && getCols(mask) == cols );
129 const int rows = getRows(src);
145 const int rows = getRows(src);
148 CV_Assert( getRows(mask) == rows && getCols(mask) == cols );
163 const int rows = getRows(src);
180 const int rows = getRows(src)
    [all...]
reduce_to_vec.hpp 148 const int rows = getRows(src);
151 CV_Assert( getRows(mask) == rows && getCols(mask) == cols );
165 const int rows = getRows(src);
180 const int rows = getRows(src);
183 CV_Assert( getRows(mask) == rows && getCols(mask) == cols );
197 const int rows = getRows(src);
  /external/opencv3/modules/cudev/include/opencv2/cudev/expr/
expr.hpp 82 __host__ static int getRows(const Expr<Body>& expr)
84 return PtrTraits<Body>::getRows(expr.body);
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/
ArrayTestListAdapter.java 42 protected List<TestListItem> getRows() {
  /external/snakeyaml/src/test/java/org/yaml/snakeyaml/extensions/compactnotation/
Table.java 31 public List<Row> getRows() {
ManyListsTable.java 29 public List<Row> getRows() {
CompactConstructorErrorsTest.java 97 List<Row> rows = table.getRows();
111 List<Row> rows = table.getRows();
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
TouchPositionCorrection.java 79 public int getRows() {
  /frameworks/base/core/tests/coretests/src/android/content/
ContentQueryMapTest.java 71 cqm.getRows();

Completed in 785 milliseconds

1 2 3 4 5