Home
last modified time | relevance | path

Searched refs:Transform (Results 1 – 25 of 272) sorted by relevance

1234567891011

/external/eigen/Eigen/src/Eigen2Support/Geometry/
DTransform.h43 class Transform
79 inline Transform() { } in Transform() function
81 inline Transform(const Transform& other) in Transform() function
86 inline explicit Transform(const TranslationType& t) { *this = t; } in Transform() function
87 inline explicit Transform(const ScalingType& s) { *this = s; } in Transform() function
89 inline explicit Transform(const RotationBase<Derived, Dim>& r) { *this = r; } in Transform() function
91 inline Transform& operator=(const Transform& other)
97 static inline void run(Transform *transform, const MatrixBase<OtherDerived>& other) in run()
105 static inline void run(Transform *transform, const MatrixBase<OtherDerived>& other)
116 inline explicit Transform(const MatrixBase<OtherDerived>& other)
[all …]
/external/eigen/Eigen/src/Geometry/
DTransform.h19 template<typename Transform>
24 Dim = Transform::Dim,
25 HDim = Transform::HDim,
26 Mode = Transform::Mode,
178 class Transform
222 typedef Transform<Scalar,Dim,TransformTimeDiagonalMode> TransformTimeDiagonalReturnType;
232 inline Transform() in Transform() function
238 inline Transform(const Transform& other) in Transform() function
244 inline explicit Transform(const TranslationType& t) in Transform() function
249 inline explicit Transform(const UniformScaling<Scalar>& s) in Transform() function
[all …]
DScaling.h59 inline Transform<Scalar,Dim,Affine> operator* (const Translation<Scalar,Dim>& t) const;
63 …inline Transform<Scalar,Dim,(int(Mode)==int(Isometry)?Affine:Mode)> operator* (const Transform<Sca…
65 Transform<Scalar,Dim,(int(Mode)==int(Isometry)?Affine:Mode)> res = t;
153 inline Transform<Scalar,Dim,Affine>
156 Transform<Scalar,Dim,Affine> res;
DRotationBase.h56 inline Transform<Scalar,Dim,Isometry> operator*(const Translation<Scalar,Dim>& t) const
57 { return Transform<Scalar,Dim,Isometry>(*this) * t; }
80 …friend inline Transform<Scalar,Dim,Affine> operator*(const DiagonalMatrix<Scalar,Dim>& l, const De…
82 Transform<Scalar,Dim,Affine> res(r);
89 inline Transform<Scalar,Dim,Mode> operator*(const Transform<Scalar,Dim,Mode,Options>& t) const
112 typedef Transform<Scalar,Dim,Affine> ReturnType;
DTranslation.h43 typedef Transform<Scalar,Dim,Affine> AffineTransformType;
45 typedef Transform<Scalar,Dim,Isometry> IsometryTransformType;
125 inline Transform<Scalar,Dim,Mode> operator* (const Transform<Scalar,Dim,Mode,Options>& t) const
127 Transform<Scalar,Dim,Mode> res = t;
/external/opencv3/modules/cudawarping/src/cuda/
Dwarp.cu85 template <class Transform> __global__ void buildWarpMaps(PtrStepSzf xmap, PtrStepf ymap) in buildWarpMaps()
92 const float2 coord = Transform::calcCoord(x, y); in buildWarpMaps()
99 …template <class Transform> void buildWarpMaps_caller(PtrStepSzf xmap, PtrStepSzf ymap, cudaStream_… in buildWarpMaps_caller()
104 buildWarpMaps<Transform><<<grid, block, 0, stream>>>(xmap, ymap); in buildWarpMaps_caller()
128 …template <class Transform, class Ptr2D, typename T> __global__ void warp(const Ptr2D src, PtrStepS… in warp()
135 const float2 coord = Transform::calcCoord(x, y); in warp()
141 …template <class Transform, template <typename> class Filter, template <typename> class B, typename…
154 warp<Transform><<<grid, block, 0, stream>>>(filter_src, dst); in call()
159 …template <class Transform, template <typename> class Filter, template <typename> class B, typename…
176 warp<Transform><<<grid, block>>>(filter_src, dst); in call()
[all …]
/external/mesa3d/src/mesa/main/
Dclip.c45 _mesa_transform_vector(ctx->Transform._ClipUserPlane[plane], in _mesa_update_clip_plane()
46 ctx->Transform.EyeUserPlane[plane], in _mesa_update_clip_plane()
84 if (TEST_EQ_4V(ctx->Transform.EyeUserPlane[p], equation)) in _mesa_ClipPlane()
88 COPY_4FV(ctx->Transform.EyeUserPlane[p], equation); in _mesa_ClipPlane()
90 if (ctx->Transform.ClipPlanesEnabled & (1 << p)) { in _mesa_ClipPlane()
112 equation[0] = (GLdouble) ctx->Transform.EyeUserPlane[p][0]; in _mesa_GetClipPlane()
113 equation[1] = (GLdouble) ctx->Transform.EyeUserPlane[p][1]; in _mesa_GetClipPlane()
114 equation[2] = (GLdouble) ctx->Transform.EyeUserPlane[p][2]; in _mesa_GetClipPlane()
115 equation[3] = (GLdouble) ctx->Transform.EyeUserPlane[p][3]; in _mesa_GetClipPlane()
Dmatrix.c152 if (ctx->Transform.MatrixMode == mode && mode != GL_TEXTURE) in _mesa_MatrixMode()
227 ctx->Transform.MatrixMode = mode; in _mesa_MatrixMode()
249 _mesa_lookup_enum_by_nr(ctx->Transform.MatrixMode)); in _mesa_PushMatrix()
252 if (ctx->Transform.MatrixMode == GL_TEXTURE) { in _mesa_PushMatrix()
259 _mesa_lookup_enum_by_nr(ctx->Transform.MatrixMode)); in _mesa_PushMatrix()
289 _mesa_lookup_enum_by_nr(ctx->Transform.MatrixMode)); in _mesa_PopMatrix()
292 if (ctx->Transform.MatrixMode == GL_TEXTURE) { in _mesa_PopMatrix()
299 _mesa_lookup_enum_by_nr(ctx->Transform.MatrixMode)); in _mesa_PopMatrix()
579 if (ctx->Transform.ClipPlanesEnabled) { in update_projection()
582 if (ctx->Transform.ClipPlanesEnabled & (1 << p)) { in update_projection()
[all …]
/external/llvm/include/llvm/ExecutionEngine/Orc/
DIRTransformLayer.h35 TransformFtor Transform = TransformFtor())
36 : BaseLayer(BaseLayer), Transform(std::move(Transform)) {} in BaseLayer()
50 *I = Transform(std::move(*I)); in addModuleSet()
88 TransformFtor& getTransform() { return Transform; } in getTransform()
91 const TransformFtor& getTransform() const { return Transform; } in getTransform()
95 TransformFtor Transform; variable
DObjectTransformLayer.h35 TransformFtor Transform = TransformFtor())
36 : BaseLayer(BaseLayer), Transform(std::move(Transform)) {} in BaseLayer()
49 *I = Transform(std::move(*I)); in addObjectSet()
91 TransformFtor &getTransform() { return Transform; } in getTransform()
94 const TransformFtor &getTransform() const { return Transform; } in getTransform()
98 TransformFtor Transform; variable
/external/mesa3d/src/mesa/tnl/
Dt_vb_cliptmp.h141 if (ctx->Transform.ClipPlanesEnabled & (1 << p)) { in TAG()
142 const GLfloat a = ctx->Transform._ClipUserPlane[p][0]; in TAG()
143 const GLfloat b = ctx->Transform._ClipUserPlane[p][1]; in TAG()
144 const GLfloat c = ctx->Transform._ClipUserPlane[p][2]; in TAG()
145 const GLfloat d = ctx->Transform._ClipUserPlane[p][3]; in TAG()
230 if (ctx->Transform.ClipPlanesEnabled & (1 << p)) { in TAG()
231 const GLfloat a = ctx->Transform._ClipUserPlane[p][0]; in TAG()
232 const GLfloat b = ctx->Transform._ClipUserPlane[p][1]; in TAG()
233 const GLfloat c = ctx->Transform._ClipUserPlane[p][2]; in TAG()
234 const GLfloat d = ctx->Transform._ClipUserPlane[p][3]; in TAG()
[all …]
Dt_vb_vertex.c70 if (ctx->Transform.ClipPlanesEnabled & (1 << p)) { \
72 const GLfloat a = ctx->Transform._ClipUserPlane[p][0]; \
73 const GLfloat b = ctx->Transform._ClipUserPlane[p][1]; \
74 const GLfloat c = ctx->Transform._ClipUserPlane[p][2]; \
75 const GLfloat d = ctx->Transform._ClipUserPlane[p][3]; \
126 if (ctx->Transform.DepthClamp) { in tnl_clip_prepare()
194 !ctx->Transform.DepthClamp ); in run_vertex_stage()
203 !ctx->Transform.DepthClamp ); in run_vertex_stage()
213 if (ctx->Transform.ClipPlanesEnabled) { in run_vertex_stage()
Dt_rasterpos.c92 if (ctx->Transform.ClipPlanesEnabled & (1 << p)) { in userclip_point()
93 GLfloat dot = v[0] * ctx->Transform._ClipUserPlane[p][0] in userclip_point()
94 + v[1] * ctx->Transform._ClipUserPlane[p][1] in userclip_point()
95 + v[2] * ctx->Transform._ClipUserPlane[p][2] in userclip_point()
96 + v[3] * ctx->Transform._ClipUserPlane[p][3]; in userclip_point()
387 if (!ctx->Transform.DepthClamp) { in _tnl_RasterPos()
393 if (!ctx->Transform.RasterPositionUnclipped) { in _tnl_RasterPos()
401 if (ctx->Transform.ClipPlanesEnabled && !userclip_point(ctx, clip)) { in _tnl_RasterPos()
421 if (ctx->Transform.DepthClamp) { in _tnl_RasterPos()
Dt_vb_normals.c114 if (ctx->Transform.Normalize) { in validate_normal_stage()
117 else if (ctx->Transform.RescaleNormals && in validate_normal_stage()
131 if (ctx->Transform.Normalize) { in validate_normal_stage()
134 else if (!ctx->Transform.RescaleNormals && in validate_normal_stage()
/external/llvm/lib/Transforms/Utils/
DSymbolRewriter.cpp139 const std::string Transform; member in __anonce86bc3f0111::PatternRewriteDescriptor
142 : RewriteDescriptor(DT), Pattern(P), Transform(T) { } in PatternRewriteDescriptor()
161 std::string Name = Regex(Pattern).sub(Transform, C.getName(), &Error); in performOnModule()
311 std::string Transform; in parseRewriteFunctionDescriptor() local
344 Transform = Value->getValue(ValueStorage); in parseRewriteFunctionDescriptor()
356 if (Transform.empty() == Target.empty()) { in parseRewriteFunctionDescriptor()
367 DL->push_back(new PatternRewriteFunctionDescriptor(Source, Transform)); in parseRewriteFunctionDescriptor()
378 std::string Transform; in parseRewriteGlobalVariableDescriptor() local
411 Transform = Value->getValue(ValueStorage); in parseRewriteGlobalVariableDescriptor()
418 if (Transform.empty() == Target.empty()) { in parseRewriteGlobalVariableDescriptor()
[all …]
/external/nanopb-c/tools/
Dmake_windows_package.sh40Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity"></dsig:Transform></dsig:Tr…
/external/opencv3/doc/tutorials/imgproc/imgtrans/hough_circle/
Dhough_circle.markdown1 Hough Circle Transform {#tutorial_hough_circle}
14 ### Hough Circle Transform
16 - The Hough Circle Transform works in a *roughly* analogous way to the Hough Line Transform
29 Hough Transform: *The Hough gradient method*, which is made up of two main stages. The first
39 - Applies the *Hough Circle Transform* to the blurred image .
65 -# Proceed to apply Hough Circle Transform:
101 namedWindow( "Hough Circle Transform Demo", WINDOW_AUTOSIZE );
102 imshow( "Hough Circle Transform Demo", src );
/external/opencv3/doc/tutorials/imgproc/imgtrans/hough_lines/
Dhough_lines.markdown1 Hough Line Transform {#tutorial_hough_lines}
17 Hough Line Transform
20 -# The Hough Line Transform is a transform used to detect straight lines.
21 -# To apply the Transform, first an edge detection pre-processing is desirable.
70 -# This is what the Hough Line Transform does. It keeps track of the intersection between curves of
74 ### Standard and Probabilistic Hough Line Transform argument
78 a. **The Standard Hough Transform**
84 b. **The Probabilistic Hough Line Transform**
86 - A more efficient implementation of the Hough Line Transform. It gives as output the extremes
95 - Applies either a *Standard Hough Line Transform* or a *Probabilistic Line Transform*.
[all …]
/external/mesa3d/src/mesa/state_tracker/
Dst_atom_clip.c50 STATIC_ASSERT(sizeof(clip.ucp) <= sizeof(ctx->Transform._ClipUserPlane)); in update_clip()
60 use_eye ? ctx->Transform.EyeUserPlane in update_clip()
61 : ctx->Transform._ClipUserPlane, sizeof(clip.ucp)); in update_clip()
/external/eigen/bench/
Dgeometry.cpp58 EIGEN_DONT_INLINE void transform(const Transform<Scalar,Dim,Projective>& t, Data& data) in transform()
100 Transform<Scalar,3,Isometry> iso3(mat34); in main()
101 Transform<Scalar,3,Affine> aff3(mat34); in main()
102 Transform<Scalar,3,AffineCompact> caff3(mat34); in main()
103 Transform<Scalar,3,Projective> proj3(mat34); in main()
/external/skia/src/sfnt/
DSkOTTable_glyf.h156 union Transform { union
181 SkOTTableGlyphData::Composite::Component::Transform::Matrix matrix;
187 SkOTTableGlyphData::Composite::Component::Transform::Matrix matrix;
193 SkOTTableGlyphData::Composite::Component::Transform::Matrix matrix;
199 SkOTTableGlyphData::Composite::Component::Transform::Matrix matrix;
/external/pdfium/core/include/fpdfapi/
Dfpdf_pageobj.h55 void Transform(const CFX_Matrix* pMatrix) { GetModify()->Transform(pMatrix); } in Transform() function
110 void Transform(const CFX_Matrix& matrix);
363 virtual void Transform(const CFX_Matrix& matrix) = 0;
447 void Transform(const CFX_Matrix& matrix) override;
496 void Transform(const CFX_Matrix& maxtrix) override;
519 void Transform(const CFX_Matrix& matrix) override;
540 void Transform(const CFX_Matrix& matrix) override;
556 void Transform(const CFX_Matrix& matrix) override;
/external/opencv3/doc/py_tutorials/py_imgproc/py_houghlines/
Dpy_houghlines.markdown1 Hough Line Transform {#tutorial_py_houghlines}
15 Hough Transform is a popular technique to detect any shape, if you can represent that shape in
32 Now let's see how Hough Transform works for lines. Any line can be represented in these two terms,
62 Hough Transform in OpenCV
100 Probabilistic Hough Transform
104 computation. Probabilistic Hough Transform is an optimization of Hough Transform we saw. It doesn't
107 Hough Transform and Probabilistic Hough Transform in hough space. (Image Courtesy : [Franck
113 Hough Transform by Matas, J. and Galambos, C. and Kittler, J.V.. The function used is
141 -# [Hough Transform on Wikipedia](http://en.wikipedia.org/wiki/Hough_transform)
/external/skia/src/gpu/glsl/
DGrGLSLPrimitiveProcessor.h100 struct Transform { struct
101 Transform() : fType(kVoid_GrSLType) { fCurrentValue = SkMatrix::InvalidMatrix(); } in Transform() function
107 SkSTArray<8, SkSTArray<2, Transform, true> > fInstalledTransforms; argument
/external/opencv3/modules/core/include/opencv2/core/
Daffine.hpp129 Affine3(const Eigen::Transform<T, 3, Eigen::Affine, (Eigen::RowMajor)>& affine);
130 Affine3(const Eigen::Transform<T, 3, Eigen::Affine>& affine);
131 operator Eigen::Transform<T, 3, Eigen::Affine, (Eigen::RowMajor)>() const;
132 operator Eigen::Transform<T, 3, Eigen::Affine>() const;
489 cv::Affine3<T>::Affine3(const Eigen::Transform<T, 3, Eigen::Affine, (Eigen::RowMajor)>& affine) in Affine3()
495 cv::Affine3<T>::Affine3(const Eigen::Transform<T, 3, Eigen::Affine>& affine) in Affine3()
497 Eigen::Transform<T, 3, Eigen::Affine, (Eigen::RowMajor)> a = affine; in Affine3()
502 cv::Affine3<T>::operator Eigen::Transform<T, 3, Eigen::Affine, (Eigen::RowMajor)>() const in operator Eigen::Transform<T,3,Eigen::Affine,(Eigen::RowMajor)>()
504 Eigen::Transform<T, 3, Eigen::Affine, (Eigen::RowMajor)> r; in operator Eigen::Transform<T,3,Eigen::Affine,(Eigen::RowMajor)>()
511 cv::Affine3<T>::operator Eigen::Transform<T, 3, Eigen::Affine>() const in operator Eigen::Transform<T,3,Eigen::Affine>()
[all …]

1234567891011