Result 61 modules/core/include/opencv2/core/cuda/functional.hpp template<typename Argument, typename Result> struct unary_function : public std::unary_function<Argument, Result> {}; Result 62 modules/core/include/opencv2/core/cuda/functional.hpp template<typename Argument1, typename Argument2, typename Result> struct binary_function : public std::binary_function<Argument1, Argument2, Result> {}; Result 132 modules/cudalegacy/src/cuda/NCVRuntimeTemplates.hpp typedef typename TypeAt<Tail, i - 1>::Result Result; Result 3558 modules/ts/src/ts_gtest.cpp template <class T, typename Result> Result 3559 modules/ts/src/ts_gtest.cpp Result HandleSehExceptionsInMethodIfSupported( Result 3560 modules/ts/src/ts_gtest.cpp T* object, Result (T::*method)(), const char* location) { Result 3574 modules/ts/src/ts_gtest.cpp return static_cast<Result>(0); Result 3585 modules/ts/src/ts_gtest.cpp template <class T, typename Result> Result 3586 modules/ts/src/ts_gtest.cpp Result HandleExceptionsInMethodIfSupported( Result 3587 modules/ts/src/ts_gtest.cpp T* object, Result (T::*method)(), const char* location) { Result 3629 modules/ts/src/ts_gtest.cpp return static_cast<Result>(0); Result 21 samples/cpp/tutorial_code/core/mat_mask_operations/mat_mask_operations.cpp void Sharpen(const Mat& myImage,Mat& Result); Result 62 samples/cpp/tutorial_code/core/mat_mask_operations/mat_mask_operations.cpp void Sharpen(const Mat& myImage,Mat& Result) Result 67 samples/cpp/tutorial_code/core/mat_mask_operations/mat_mask_operations.cpp Result.create(myImage.size(),myImage.type()); Result 75 samples/cpp/tutorial_code/core/mat_mask_operations/mat_mask_operations.cpp uchar* output = Result.ptr<uchar>(j); Result 84 samples/cpp/tutorial_code/core/mat_mask_operations/mat_mask_operations.cpp Result.row(0).setTo(Scalar(0)); Result 85 samples/cpp/tutorial_code/core/mat_mask_operations/mat_mask_operations.cpp Result.row(Result.rows-1).setTo(Scalar(0)); Result 86 samples/cpp/tutorial_code/core/mat_mask_operations/mat_mask_operations.cpp Result.col(0).setTo(Scalar(0)); Result 87 samples/cpp/tutorial_code/core/mat_mask_operations/mat_mask_operations.cpp Result.col(Result.cols-1).setTo(Scalar(0));