Home
last modified time | relevance | path

Searched refs:derivatives (Results 1 – 25 of 143) sorted by relevance

123456

/external/eigen/unsupported/Eigen/src/AutoDiff/
DAutoDiffScalar.h103 : m_value(other.value()), m_derivatives(other.derivatives()) in AutoDiffScalar()
112 : m_value(other.value()), m_derivatives(other.derivatives()) in AutoDiffScalar()
119 m_derivatives = other.derivatives();
126 m_derivatives = other.derivatives();
136 inline const DerType& derivatives() const { return m_derivatives; } in derivatives() function
137 inline DerType& derivatives() { return m_derivatives; } in derivatives() function
167 return AutoDiffScalar<DerType&>(a + b.value(), b.derivatives());
190 internal::make_coherent(m_derivatives, other.derivatives());
193 m_derivatives + other.derivatives());
213 (a - b.value(), -b.derivatives());
[all …]
DAutoDiffJacobian.h64 av[j].derivatives().resize(this->inputs()); in operator()
67 ax[i].derivatives() = DerivativeType::Unit(this->inputs(),i); in operator()
74 jac.row(i) = av[i].derivatives(); in operator()
/external/opencv3/doc/tutorials/imgproc/imgtrans/sobel_derivatives/
Dsobel_derivatives.markdown9 - Use the OpenCV function @ref cv::Sobel to calculate the derivatives from an image.
19 important convolutions is the computation of derivatives in an image (or an approximation to
21 -# Why may be important the calculus of the derivatives in an image? Let's imagine we want to
27 good way to express *changes* is by using *derivatives*. A high change in gradient indicates a
55 -# We calculate two derivatives:
141 -# Second, we calculate the "*derivatives*" in *x* and *y* directions. For this, we use the
/external/ceres-solver/docs/source/
Dfaqs.rst40 #. Use analytical/automatic derivatives.
50 and we recommend using this facility. In some cases the derivatives
53 cases, analytic derivatives are recommended.
55 The use of numerical derivatives should be a measure of last
90 case to compute the derivatives more or less analytically.
109 // Analytic derivatives
Dfeatures.rst23 - **Derivatives** Supplying derivatives is perhaps the most tedious
26 never have to compute derivatives by hand (unless you really want
28 analytical derivatives in any combination that you want.
Dtutorial.rst88 Jacobians are needed. In :ref:`section-derivatives` we will discuss the
89 various ways of supplying derivatives to Ceres in more detail.
167 .. _section-derivatives:
174 evaluate the value and the derivatives of each term in the objective
183 derivatives.
226 numerical derivatives [#f3]_. For more details see the documentation
240 derivatives in closed form instead of relying on the chain rule used
287 Computing derivatives is by far the most complicated part of using
289 sophisticated ways of computing derivatives. This section just
290 scratches the surface of how derivatives can be supplied to
[all …]
/external/eigen/unsupported/test/
Dautodiff.cpp149 ap.x().derivatives() = Vector2f::UnitX(); in test_autodiff_vector()
150 ap.y().derivatives() = Vector2f::UnitY(); in test_autodiff_vector()
/external/eigen/unsupported/Eigen/src/Splines/
DSpline.h121 derivatives(Scalar u, DenseIndex order) const;
130 derivatives(Scalar u, DenseIndex order = DerivativeOrder) const;
323 Spline<_Scalar, _Dim, _Degree>::derivatives(Scalar u, DenseIndex order) const in derivatives() function
333 Spline<_Scalar, _Dim, _Degree>::derivatives(Scalar u, DenseIndex order) const in derivatives() function
/external/ceres-solver/internal/ceres/
Dprogram.cc474 int derivatives = 0; in MaxDerivativesPerResidualBlock() local
478 derivatives += residual_block->NumResiduals() * in MaxDerivativesPerResidualBlock()
481 max_derivatives = max(max_derivatives, derivatives); in MaxDerivativesPerResidualBlock()
/external/opencv3/doc/py_tutorials/py_imgproc/py_gradients/
Dpy_gradients.markdown21 resistant to noise. You can specify the direction of derivatives to be taken, vertical or horizontal
30 each derivative is found using Sobel derivatives. If ksize = 1, then following kernel is used for
/external/mesa3d/src/glsl/builtins/profiles/
DARB_shader_texture_lod.glsl1 /* New anisotropic texture functions, providing explicit derivatives: */
/external/noto-fonts/cjk/
DNOTICE22 names are not used by derivative works. The fonts and derivatives,
25 any document created using the fonts or their derivatives.
/external/google-fonts/carrois-gothic-sc/
DNOTICE22 names are not used by derivative works. The fonts and derivatives,
25 to any document created using the fonts or their derivatives.
/external/google-fonts/cutive-mono/
DNOTICE24 names are not used by derivative works. The fonts and derivatives,
27 to any document created using the fonts or their derivatives.
/external/google-fonts/dancing-script/
DNOTICE24 names are not used by derivative works. The fonts and derivatives,
27 to any document created using the fonts or their derivatives.
/external/naver-fonts/
DNOTICE25 names are not used by derivative works. The fonts and derivatives,
28 to any document created using the fonts or their derivatives.
/external/deqp/framework/referencerenderer/
Ddesign.txt95 + compute derivatives from data in SoA form
/external/valgrind/
DAUTHORS24 created a set of ppc-linux derivatives of the 2.X release line.
/external/opencv3/doc/py_tutorials/py_ml/py_svm/py_svm_opencv/
Dpy_svm_opencv.markdown35 Next we have to find the HOG Descriptor of each cell. For that, we find Sobel derivatives of each
/external/mesa3d/src/gallium/docs/source/cso/
Dsampler.rst93 The normal level of detail is computed from the partial derivatives of
/external/dng_sdk/
DNOTICE16 derivatives or portions thereof, constitutes your acceptance of this Agreement.
DLICENSE.source_code6 derivatives or portions thereof, constitutes your acceptance of this Agreement.
DLICENSE9 derivatives or portions thereof, constitutes your acceptance of this Agreement.
/external/opencv3/doc/py_tutorials/py_feature2d/py_features_harris/
Dpy_features_harris.markdown37 Here, \f$I_x\f$ and \f$I_y\f$ are image derivatives in x and y directions respectively. (Can be eas…
/external/vulkan-validation-layers/
DLICENSE.txt54 derivatives.

123456