Searched refs:_depth (Results 1 - 25 of 35) sorted by relevance

12

/external/opencv3/modules/core/misc/java/src/java/
H A Dcore+MatOfByte.java8 private static final int _depth = CvType.CV_8U; field in class:MatOfByte
17 if( !empty() && checkVector(_channels, _depth) < 0 )
28 if( !empty() && checkVector(_channels, _depth) < 0 )
40 super.create(elemNumber, 1, CvType.makeType(_depth, _channels));
52 int num = checkVector(_channels, _depth);
H A Dcore+MatOfDouble.java8 private static final int _depth = CvType.CV_64F; field in class:MatOfDouble
17 if( !empty() && checkVector(_channels, _depth) < 0 )
28 if( !empty() && checkVector(_channels, _depth) < 0 )
40 super.create(elemNumber, 1, CvType.makeType(_depth, _channels));
52 int num = checkVector(_channels, _depth);
H A Dcore+MatOfFloat.java8 private static final int _depth = CvType.CV_32F; field in class:MatOfFloat
17 if( !empty() && checkVector(_channels, _depth) < 0 )
28 if( !empty() && checkVector(_channels, _depth) < 0 )
40 super.create(elemNumber, 1, CvType.makeType(_depth, _channels));
52 int num = checkVector(_channels, _depth);
H A Dcore+MatOfFloat4.java8 private static final int _depth = CvType.CV_32F; field in class:MatOfFloat4
17 if( !empty() && checkVector(_channels, _depth) < 0 )
28 if( !empty() && checkVector(_channels, _depth) < 0 )
40 super.create(elemNumber, 1, CvType.makeType(_depth, _channels));
52 int num = checkVector(_channels, _depth);
H A Dcore+MatOfFloat6.java8 private static final int _depth = CvType.CV_32F; field in class:MatOfFloat6
17 if( !empty() && checkVector(_channels, _depth) < 0 )
28 if( !empty() && checkVector(_channels, _depth) < 0 )
40 super.create(elemNumber, 1, CvType.makeType(_depth, _channels));
52 int num = checkVector(_channels, _depth);
H A Dcore+MatOfInt.java9 private static final int _depth = CvType.CV_32S; field in class:MatOfInt
18 if( !empty() && checkVector(_channels, _depth) < 0 )
29 if( !empty() && checkVector(_channels, _depth) < 0 )
41 super.create(elemNumber, 1, CvType.makeType(_depth, _channels));
53 int num = checkVector(_channels, _depth);
H A Dcore+MatOfInt4.java9 private static final int _depth = CvType.CV_32S; field in class:MatOfInt4
18 if( !empty() && checkVector(_channels, _depth) < 0 )
29 if( !empty() && checkVector(_channels, _depth) < 0 )
41 super.create(elemNumber, 1, CvType.makeType(_depth, _channels));
53 int num = checkVector(_channels, _depth);
H A Dcore+MatOfDMatch.java10 private static final int _depth = CvType.CV_32F; field in class:MatOfDMatch
19 if( !empty() && checkVector(_channels, _depth) < 0 )
30 if( !empty() && checkVector(_channels, _depth) < 0 )
42 super.create(elemNumber, 1, CvType.makeType(_depth, _channels));
H A Dcore+MatOfPoint.java8 private static final int _depth = CvType.CV_32S; field in class:MatOfPoint
17 if( !empty() && checkVector(_channels, _depth) < 0 )
28 if( !empty() && checkVector(_channels, _depth) < 0 )
40 super.create(elemNumber, 1, CvType.makeType(_depth, _channels));
H A Dcore+MatOfPoint2f.java8 private static final int _depth = CvType.CV_32F; field in class:MatOfPoint2f
17 if( !empty() && checkVector(_channels, _depth) < 0 )
28 if( !empty() && checkVector(_channels, _depth) < 0 )
40 super.create(elemNumber, 1, CvType.makeType(_depth, _channels));
H A Dcore+MatOfPoint3.java8 private static final int _depth = CvType.CV_32S; field in class:MatOfPoint3
17 if( !empty() && checkVector(_channels, _depth) < 0 )
28 if( !empty() && checkVector(_channels, _depth) < 0 )
40 super.create(elemNumber, 1, CvType.makeType(_depth, _channels));
H A Dcore+MatOfPoint3f.java8 private static final int _depth = CvType.CV_32F; field in class:MatOfPoint3f
17 if( !empty() && checkVector(_channels, _depth) < 0 )
28 if( !empty() && checkVector(_channels, _depth) < 0 )
40 super.create(elemNumber, 1, CvType.makeType(_depth, _channels));
H A Dcore+MatOfRect.java9 private static final int _depth = CvType.CV_32S; field in class:MatOfRect
18 if( !empty() && checkVector(_channels, _depth) < 0 )
29 if( !empty() && checkVector(_channels, _depth) < 0 )
41 super.create(elemNumber, 1, CvType.makeType(_depth, _channels));
H A Dcore+MatOfKeyPoint.java10 private static final int _depth = CvType.CV_32F; field in class:MatOfKeyPoint
19 if( !empty() && checkVector(_channels, _depth) < 0 )
30 if( !empty() && checkVector(_channels, _depth) < 0 )
42 super.create(elemNumber, 1, CvType.makeType(_depth, _channels));
/external/eigen/Eigen/src/Core/products/
H A DTriangularMatrixMatrix_MKL.h59 static inline void run(Index _rows, Index _cols, Index _depth, const Scalar* _lhs, Index lhsStride,\
64 _rows, _cols, _depth, _lhs, lhsStride, _rhs, rhsStride, res, resStride, alpha, blocking); \
95 Index _rows, Index _cols, Index _depth, \
101 Index diagSize = (std::min)(_rows,_depth); \
103 Index depth = IsLower ? diagSize : _depth; \
118 _rows, _cols, _depth, _lhs, lhsStride, _rhs, rhsStride, res, resStride, alpha, blocking); \
125 gemm_blocking_space<ColMajor,EIGTYPE,EIGTYPE,Dynamic,Dynamic,Dynamic> gemm_blocking(_rows,_cols,_depth); \
209 Index _rows, Index _cols, Index _depth, \
215 Index diagSize = (std::min)(_cols,_depth); \
217 Index depth = IsLower ? _depth
[all...]
H A DTriangularMatrixMatrix.h95 Index _rows, Index _cols, Index _depth,
108 Index _rows, Index _cols, Index _depth,
115 Index diagSize = (std::min)(_rows,_depth);
117 Index depth = IsLower ? diagSize : _depth;
236 Index _rows, Index _cols, Index _depth,
249 Index _rows, Index _cols, Index _depth,
256 Index diagSize = (std::min)(_cols,_depth);
258 Index depth = IsLower ? _depth : diagSize;
107 run( Index _rows, Index _cols, Index _depth, const Scalar* _lhs, Index lhsStride, const Scalar* _rhs, Index rhsStride, Scalar* res, Index resStride, const Scalar& alpha, level3_blocking<Scalar,Scalar>& blocking) argument
248 run( Index _rows, Index _cols, Index _depth, const Scalar* _lhs, Index lhsStride, const Scalar* _rhs, Index rhsStride, Scalar* res, Index resStride, const Scalar& alpha, level3_blocking<Scalar,Scalar>& blocking) argument
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/
H A DPKIXPolicyNode.java29 int _depth,
37 depth = _depth;
27 PKIXPolicyNode( List _children, int _depth, Set _expectedPolicies, PolicyNode _parent, Set _policyQualifiers, String _validPolicy, boolean _critical) argument
/external/chromium-trace/catapult/tracing/tracing_build/
H A Dmerge_traces.py51 self._depth = depth
143 if self._depth == len(self.LEVELS):
146 logging.debug('Merging %r entries in %s...', self.LEVELS[self._depth].name,
159 entry = type(self)(self._depth + 1)
182 match_cls = self.LEVELS[self._depth - 1].match
187 if self._depth > 0:
194 if self._depth < len(self.LEVELS):
276 if self._depth == 0:
279 return '%s %s entry(%s)' % (cls_name, self.LEVELS[self._depth - 1].name,
/external/ImageMagick/Magick++/lib/Magick++/
H A DStatistic.h203 size_t _depth; member in class:Magick::ChannelStatistics
/external/ImageMagick/Magick++/lib/
H A DStatistic.cpp282 _depth(0.0),
302 _depth(channelStatistics_._depth),
334 return(_depth);
406 _depth(channelStatistics_->depth),
/external/jetty/src/java/org/eclipse/jetty/xml/
H A DXmlParser.java259 int _depth; field in class:XmlParser.NoopHandler
269 _depth++;
275 if (_depth == 0)
278 _depth--;
/external/opencv3/3rdparty/jinja2/
H A Druntime.py260 self._depth = depth
265 if self._depth + 1 >= len(self._stack):
270 self._depth + 1)
274 rv = concat(self._stack[self._depth](self._context))
/external/opencv3/modules/core/include/opencv2/core/
H A Dtraits.hpp274 template<int _depth> class TypeDepth
/external/opencv3/modules/ml/src/
H A Dkdtree.cpp85 SubTree(int _first, int _last, int _nodeIdx, int _depth) argument
86 : first(_first), last(_last), nodeIdx(_nodeIdx), depth(_depth) {}
/external/opencv3/modules/core/src/
H A Dumatrix.cpp547 int UMat::checkVector(int _elemChannels, int _depth, bool _requireContinuous) const
549 return (depth() == _depth || _depth <= 0) &&

Completed in 896 milliseconds

12