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

  /external/opencv3/modules/cudaarithm/src/cuda/
polar_cart.cu 112 gridTransformBinary(xc, yc, anglec, direction_func<float, true>(), stream);
114 gridTransformBinary(xc, yc, anglec, direction_func<float, false>(), stream);
141 binaryTupleAdapter<0, 1>(direction_func<float, true>())),
150 binaryTupleAdapter<0, 1>(direction_func<float, false>())),
  /external/opencv3/modules/cudev/include/opencv2/cudev/functional/
functional.hpp 630 template <typename T, bool angleInDegrees> struct direction_func : binary_function<T, T, T> struct in namespace:cv::cudev

Completed in 42 milliseconds