HomeSort by relevance Sort by last modified time
    Searched defs:Jet (Results 1 - 2 of 2) sorted by null

  /external/opencv3/modules/imgproc/src/
colormap.cpp 229 // Equals the GNU Octave colormap "jet".
230 class Jet : public ColorMap {
233 Jet() {
236 Jet(int n) : ColorMap() {
    [all...]
  /external/ceres-solver/include/ceres/
jet.h 65 // the function with one extended with infinitesimals. The class Jet, defined in
96 // this file, it is necessary to create a single jet type which has components
105 // Jet<double, 2> x(0); // Pick the 0th dual number for x.
106 // Jet<double, 2> y(1); // Pick the 1st dual number for y.
107 // Jet<double, 2> z = f(x, y);
112 // Most users should not use Jet objects directly; a wrapper around Jet objects,
118 // "jets". A 1st order jet is an element of the ring
122 // which essentially means that each jet consists of a "scalar" value 'a' from T
138 // The only remaining question is how to evaluate the function of a jet, fo
    [all...]

Completed in 875 milliseconds