Home | History | Annotate | Download | only in source

Lines Matching full:functor

183    class with a templated ``operator()`` (a functor) that computes the
253 ``MyScalarCostFunction``, ``<1, 2, 2>`` describe the functor as
261 **WARNING 1** Since the functor will get instantiated with
295 templated functor, but the signature of the functor differs
336 In some cases, its not possible to define a templated cost functor,
354 define a class with a ``operator()`` (a functor) that computes the
355 residuals. The functor must write the computed value in the last
425 ``MyScalarCostFunctor``, ``1, 2, 2``, describe the functor as
486 that takes a variadic functor evaluating a function, numerically
487 differentiates it and makes it available as a templated functor so
502 is a functor that implements the projection of a point in its local
506 Now we would like to compose the action of this functor with the
519 ``CameraProjection`` functor as follows.
628 // any other templated functor.
1072 templated functor that implements the
1077 define a class with a templated operator() (a functor) that computes
1130 **WARNING:** Since the functor will get instantiated with different