Func             1093 3rdparty/include/opencl/1.2/CL/cl.hpp template <typename Func, typename T>
Func             1094 3rdparty/include/opencl/1.2/CL/cl.hpp inline cl_int getInfoHelper(Func f, cl_uint name, VECTOR_CLASS<T>* param, long)
Func             1118 3rdparty/include/opencl/1.2/CL/cl.hpp template <typename Func, typename T>
Func             1119 3rdparty/include/opencl/1.2/CL/cl.hpp inline cl_int getInfoHelper(Func f, cl_uint name, VECTOR_CLASS<T>* param, int, typename T::cl_type = 0)
Func             1149 3rdparty/include/opencl/1.2/CL/cl.hpp template <typename Func>
Func             1150 3rdparty/include/opencl/1.2/CL/cl.hpp inline cl_int getInfoHelper(Func f, cl_uint name, VECTOR_CLASS<char *>* param, int)
Func             1162 3rdparty/include/opencl/1.2/CL/cl.hpp template <typename Func>
Func             1163 3rdparty/include/opencl/1.2/CL/cl.hpp inline cl_int getInfoHelper(Func f, cl_uint name, STRING_CLASS* param, long)
Func             1182 3rdparty/include/opencl/1.2/CL/cl.hpp template <typename Func, ::size_t N>
Func             1183 3rdparty/include/opencl/1.2/CL/cl.hpp inline cl_int getInfoHelper(Func f, cl_uint name, size_t<N>* param, long)
Func             1212 3rdparty/include/opencl/1.2/CL/cl.hpp template<typename Func, typename T>
Func             1213 3rdparty/include/opencl/1.2/CL/cl.hpp inline cl_int getInfoHelper(Func f, cl_uint name, T* param, int, typename T::cl_type = 0)
Func             1499 3rdparty/include/opencl/1.2/CL/cl.hpp template <typename Func, typename T>
Func             1501 3rdparty/include/opencl/1.2/CL/cl.hpp getInfo(Func f, cl_uint name, T* param)
Func             1506 3rdparty/include/opencl/1.2/CL/cl.hpp template <typename Func, typename Arg0>
Func             1509 3rdparty/include/opencl/1.2/CL/cl.hpp     Func f_; const Arg0& arg0_;
Func             1515 3rdparty/include/opencl/1.2/CL/cl.hpp template <typename Func, typename Arg0, typename Arg1>
Func             1518 3rdparty/include/opencl/1.2/CL/cl.hpp     Func f_; const Arg0& arg0_; const Arg1& arg1_;
Func             1524 3rdparty/include/opencl/1.2/CL/cl.hpp template <typename Func, typename Arg0, typename T>
Func             1526 3rdparty/include/opencl/1.2/CL/cl.hpp getInfo(Func f, const Arg0& arg0, cl_uint name, T* param)
Func             1528 3rdparty/include/opencl/1.2/CL/cl.hpp     GetInfoFunctor0<Func, Arg0> f0 = { f, arg0 };
Func             1532 3rdparty/include/opencl/1.2/CL/cl.hpp template <typename Func, typename Arg0, typename Arg1, typename T>
Func             1534 3rdparty/include/opencl/1.2/CL/cl.hpp getInfo(Func f, const Arg0& arg0, const Arg1& arg1, cl_uint name, T* param)
Func             1536 3rdparty/include/opencl/1.2/CL/cl.hpp     GetInfoFunctor1<Func, Arg0, Arg1> f0 = { f, arg0, arg1 };
Func             1761 3rdparty/include/opencl/1.2/CL/cl.hpp     template<typename Func, typename U>
Func             1762 3rdparty/include/opencl/1.2/CL/cl.hpp     friend inline cl_int getInfoHelper(Func, cl_uint, U*, int, typename U::cl_type);
Func             1841 3rdparty/include/opencl/1.2/CL/cl.hpp     template<typename Func, typename U>
Func             1842 3rdparty/include/opencl/1.2/CL/cl.hpp     friend inline cl_int getInfoHelper(Func, cl_uint, U*, int, typename U::cl_type);
Func             1844 3rdparty/include/opencl/1.2/CL/cl.hpp     template<typename Func, typename U>
Func             1845 3rdparty/include/opencl/1.2/CL/cl.hpp     friend inline cl_int getInfoHelper(Func, cl_uint, VECTOR_CLASS<U>*, int, typename U::cl_type);
Func             2668 modules/core/include/opencv2/core/core_c.h #define OPENCV_CALL( Func )                                         \
Func             2670 modules/core/include/opencv2/core/core_c.h Func;                                                           \
Func             2711 modules/core/include/opencv2/core/core_c.h #define CV_CALL( Func )                                             \
Func             2713 modules/core/include/opencv2/core/core_c.h     Func;                                                           \
Func               56 modules/core/include/opencv2/core/cuda/funcattrib.hpp     template<class Func>
Func               57 modules/core/include/opencv2/core/cuda/funcattrib.hpp     void printFuncAttrib(Func& func)
Func              763 modules/core/include/opencv2/core/cuda/functional.hpp         template <typename Func, bool unary = IsUnaryFunction<Func>::value> struct ShiftDispatcher;
Func              764 modules/core/include/opencv2/core/cuda/functional.hpp         template <typename Func> struct ShiftDispatcher<Func, true>
Func              766 modules/core/include/opencv2/core/cuda/functional.hpp             enum { shift = DefaultUnaryShift<typename Func::argument_type, typename Func::result_type>::shift };
Func              768 modules/core/include/opencv2/core/cuda/functional.hpp         template <typename Func> struct ShiftDispatcher<Func, false>
Func              770 modules/core/include/opencv2/core/cuda/functional.hpp             enum { shift = DefaultBinaryShift<typename Func::first_argument_type, typename Func::second_argument_type, typename Func::result_type>::shift };
Func              774 modules/core/include/opencv2/core/cuda/functional.hpp     template <typename Func> struct DefaultTransformShift
Func              776 modules/core/include/opencv2/core/cuda/functional.hpp         enum { shift = functional_detail::ShiftDispatcher<Func>::shift };
Func              779 modules/core/include/opencv2/core/cuda/functional.hpp     template <typename Func> struct DefaultTransformFunctorTraits
Func              786 modules/core/include/opencv2/core/cuda/functional.hpp         enum { smart_shift = DefaultTransformShift<Func>::shift };
Func              789 modules/core/include/opencv2/core/cuda/functional.hpp     template <typename Func> struct TransformFunctorTraits : DefaultTransformFunctorTraits<Func> {};
Func              296 modules/core/include/opencv2/core/optim.hpp CV_EXPORTS_W int solveLP(const Mat& Func, const Mat& Constr, Mat& z);
Func               94 modules/core/src/lpsolver.cpp int solveLP(const Mat& Func, const Mat& Constr, Mat& z){
Func               98 modules/core/src/lpsolver.cpp     CV_Assert(Func.type()==CV_64FC1 || Func.type()==CV_32FC1);
Func              100 modules/core/src/lpsolver.cpp     CV_Assert((Func.rows==1 && (Constr.cols-Func.cols==1))||
Func              101 modules/core/src/lpsolver.cpp             (Func.cols==1 && (Constr.cols-Func.rows==1)));
Func              104 modules/core/src/lpsolver.cpp     Mat_<double> bigC=Mat_<double>(1,(Func.rows==1?Func.cols:Func.rows)+1),
Func              106 modules/core/src/lpsolver.cpp     if(Func.rows==1){
Func              107 modules/core/src/lpsolver.cpp         Func.convertTo(bigC.colRange(1,bigC.cols),CV_64FC1);
Func              109 modules/core/src/lpsolver.cpp         Mat FuncT=Func.t();
Func               56 modules/cudacodec/src/thread.cpp         Thread::Func func;
Func               73 modules/cudacodec/src/thread.cpp     Impl(Thread::Func func, void* userData)
Func              109 modules/cudacodec/src/thread.cpp         Thread::Func func;
Func              126 modules/cudacodec/src/thread.cpp     Impl(Thread::Func func, void* userData)
Func              151 modules/cudacodec/src/thread.cpp cv::cudacodec::detail::Thread::Thread(Func func, void* userData) :
Func               54 modules/cudacodec/src/thread.hpp     typedef void (*Func)(void* userData);
Func               56 modules/cudacodec/src/thread.hpp     explicit Thread(Func func, void* userData = 0);
Func              149 modules/cudalegacy/src/cuda/NCVRuntimeTemplates.hpp     template<typename TList, int NumArguments, class Func>
Func              154 modules/cudalegacy/src/cuda/NCVRuntimeTemplates.hpp         static void call(Func *functor, ...)
Func              176 modules/cudalegacy/src/cuda/NCVRuntimeTemplates.hpp         static void call( Func &functor, std::vector<int> &templateParamList)
Func              189 modules/cudalegacy/src/cuda/NCVRuntimeTemplates.hpp                     NumArguments-1, Func >
Func              196 modules/cudalegacy/src/cuda/NCVRuntimeTemplates.hpp                     NumArguments-1, Func >
Func              204 modules/cudalegacy/src/cuda/NCVRuntimeTemplates.hpp     template<class TList, class Func>
Func              205 modules/cudalegacy/src/cuda/NCVRuntimeTemplates.hpp     struct KernelCaller<TList, 0, Func>
Func              207 modules/cudalegacy/src/cuda/NCVRuntimeTemplates.hpp         static void call(Func &functor)
Func              213 modules/cudalegacy/src/cuda/NCVRuntimeTemplates.hpp         static void call(Func &functor, std::vector<int> &templateParams)