/external/eigen/test/ |
geo_homogeneous.cpp | 13 template<typename Scalar,int Size> void homogeneous(void) function 16 Homogeneous.h 39 VERIFY_IS_APPROX(v0.homogeneous(), hv0); 43 VERIFY_IS_APPROX(m0.colwise().homogeneous(), hm0); 51 VERIFY_IS_APPROX(t1 * (v0.homogeneous().eval()), t1 * v0.homogeneous()); 52 VERIFY_IS_APPROX(t1 * (m0.colwise().homogeneous().eval()), t1 * m0.colwise().homogeneous()); 55 VERIFY_IS_APPROX(t2 * (v0.homogeneous().eval()), t2 * v0.homogeneous()); [all...] |
/external/opencv3/modules/features2d/src/ |
agast.cpp | 94 homogeneous: 115 goto homogeneous; 121 goto homogeneous; 123 goto homogeneous; 132 goto homogeneous; 134 goto homogeneous; 145 goto homogeneous; 150 goto homogeneous; 152 goto homogeneous; 163 goto homogeneous; [all...] |
/external/eigen/bench/ |
geometry.cpp | 60 data = (t * data.colwise().homogeneous()).template block<Dim,Data::ColsAtCompileTime>(0,0);
|
/external/eigen/Eigen/src/Geometry/ |
Homogeneous.h | 17 * \class Homogeneous 19 * \brief Expression of one (or a set of) homogeneous vector(s) 21 * \param MatrixType the type of the object in which we are making homogeneous 23 * This class represents an expression of one (or a set of) homogeneous vector(s). 24 * It is the return type of MatrixBase::homogeneous() and most of the time 27 * \sa MatrixBase::homogeneous() 33 struct traits<Homogeneous<MatrixType,Direction> > 61 template<typename MatrixType,int _Direction> class Homogeneous 62 : internal::no_assignment_operator, public MatrixBase<Homogeneous<MatrixType,_Direction> > 68 typedef MatrixBase<Homogeneous> Base 127 MatrixBase<Derived>::homogeneous() const function in class:Eigen::MatrixBase 143 VectorwiseOp<ExpressionType,Direction>::homogeneous() const function in class:Eigen::VectorwiseOp [all...] |
/external/ImageMagick/www/api/ |
segment.php | 59 <p>SegmentImage() segment an image by analyzing the histograms of the color components and identifying units that are homogeneous with the fuzzy C-means technique.</p>
|
magick-image.php | [all...] |
/external/eigen/Eigen/src/Core/ |
MatrixBase.h | 406 typedef Homogeneous<Derived, HomogeneousReturnTypeDirection> HomogeneousReturnType; 407 HomogeneousReturnType homogeneous() const;
|
VectorwiseOp.h | 555 Homogeneous<ExpressionType,Direction> homogeneous() const;
|
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/ |
tree.rb | 97 the purpose of which is to provide a homogeneous interface for handling tree [all...] |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar | |