Type 2202 3rdparty/include/dshow/strmif.h QualityMessageType Type; Type 7019 3rdparty/include/dshow/strmif.h DVD_SUBPICTURE_TYPE Type; Type 21 modules/core/test/test_mat.cpp template<class Type> Type 41 modules/core/test/test_mat.cpp const Mat_<Type>& src_ = src; Type 693 modules/features2d/include/opencv2/features2d.hpp typedef typename Accumulator<T>::Type ResultType; Type 709 modules/features2d/include/opencv2/features2d.hpp typedef typename Accumulator<T>::Type ResultType; Type 725 modules/features2d/include/opencv2/features2d.hpp typedef typename Accumulator<T>::Type ResultType; Type 109 modules/flann/include/opencv2/flann/dist.h typedef typename Accumulator<T>::Type ResultType; Type 142 modules/flann/include/opencv2/flann/dist.h typedef typename Accumulator<T>::Type ResultType; Type 207 modules/flann/include/opencv2/flann/dist.h typedef typename Accumulator<T>::Type ResultType; Type 264 modules/flann/include/opencv2/flann/dist.h typedef typename Accumulator<T>::Type ResultType; Type 328 modules/flann/include/opencv2/flann/dist.h typedef typename Accumulator<T>::Type ResultType; Type 540 modules/flann/include/opencv2/flann/dist.h typedef typename Accumulator<T>::Type ResultType; Type 595 modules/flann/include/opencv2/flann/dist.h typedef typename Accumulator<T>::Type ResultType; Type 644 modules/flann/include/opencv2/flann/dist.h typedef typename Accumulator<T>::Type ResultType; Type 698 modules/flann/include/opencv2/flann/dist.h typedef typename Accumulator<T>::Type ResultType; Type 70 modules/imgproc/src/imgwarp.cpp template <int channels, typename Type> Type 73 modules/imgproc/src/imgwarp.cpp Type values[channels]; Type 75 modules/imgproc/src/imgwarp.cpp values[i] = saturate_cast<Type>(value[i]); Type 1251 modules/ml/src/svm.cpp CV_IMPL_PROPERTY(int, Type, params.svmType) Type 7596 modules/ts/include/opencv2/ts/ts_gtest.h typedef Fixture<Type> FixtureClass; Type 7597 modules/ts/include/opencv2/ts/ts_gtest.h typedef typename GTEST_BIND_(TestSel, Type) TestClass; Type 7605 modules/ts/include/opencv2/ts/ts_gtest.h GetTypeName<Type>().c_str(), Type 17164 modules/ts/include/opencv2/ts/ts_gtest.h TestPartResult(Type a_type, Type 17176 modules/ts/include/opencv2/ts/ts_gtest.h Type type() const { return type_; } Type 17207 modules/ts/include/opencv2/ts/ts_gtest.h Type type_; Type 17641 modules/ts/include/opencv2/ts/ts_gtest.h void ReportFailureInUnknownLocation(TestPartResult::Type result_type, Type 18713 modules/ts/include/opencv2/ts/ts_gtest.h void AddTestPartResult(TestPartResult::Type result_type, Type 18745 modules/ts/include/opencv2/ts/ts_gtest.h TestPartResult::Type result_type, Type 19203 modules/ts/include/opencv2/ts/ts_gtest.h AssertHelper(TestPartResult::Type type, Type 19219 modules/ts/include/opencv2/ts/ts_gtest.h AssertHelperData(TestPartResult::Type t, Type 19225 modules/ts/include/opencv2/ts/ts_gtest.h TestPartResult::Type const type; Type 178 modules/ts/src/ts_gtest.cpp TestPartResult::Type type, Type 183 modules/ts/src/ts_gtest.cpp const TestPartResult::Type type_; Type 1847 modules/ts/src/ts_gtest.cpp AssertHelper::AssertHelper(TestPartResult::Type type, Type 2113 modules/ts/src/ts_gtest.cpp TestPartResult::Type type, Type 2150 modules/ts/src/ts_gtest.cpp TestPartResult::Type type, Type 3426 modules/ts/src/ts_gtest.cpp void ReportFailureInUnknownLocation(TestPartResult::Type result_type, Type 4000 modules/ts/src/ts_gtest.cpp static const char * TestPartResultTypeToString(TestPartResult::Type type) { Type 4465 modules/ts/src/ts_gtest.cpp #define GTEST_REPEATER_METHOD_(Name, Type) \ Type 4466 modules/ts/src/ts_gtest.cpp void TestEventRepeater::Name(const Type& parameter) { \ Type 4475 modules/ts/src/ts_gtest.cpp #define GTEST_REVERSE_REPEATER_METHOD_(Name, Type) \ Type 4476 modules/ts/src/ts_gtest.cpp void TestEventRepeater::Name(const Type& parameter) { \ Type 5286 modules/ts/src/ts_gtest.cpp TestPartResult::Type result_type, Type 60 modules/videoio/src/cap_msmf.hpp #define MAKE_TYPE(Type, Name) template<>\ Type 61 modules/videoio/src/cap_msmf.hpp struct winrt_type<Type>\ Type 63 modules/videoio/src/cap_msmf.hpp static HRESULT create(ABI::Windows::Foundation::IPropertyValueStatics* spPropVal, Type* _ObjInCtx, IInspectable** ppInsp) {\ Type 107 modules/videoio/src/cap_msmf.hpp #define MAKE_PROP(Prop, Type) template <>\ Type 109 modules/videoio/src/cap_msmf.hpp typedef Type _Type;\ Type 112 modules/videoio/src/cap_msmf.hpp #define MAKE_ARRAY_TYPE(Type, Name) MAKE_PROP(Name, Type)\ Type 113 modules/videoio/src/cap_msmf.hpp MAKE_PROP(Name##Array, Type*)\ Type 114 modules/videoio/src/cap_msmf.hpp MAKE_TYPE(Type, Name)\ Type 116 modules/videoio/src/cap_msmf.hpp struct winrt_array_type<Type*>\ Type 118 modules/videoio/src/cap_msmf.hpp static HRESULT create(ABI::Windows::Foundation::IPropertyValueStatics* spPropVal, UINT32 __valueSize, Type** _ObjInCtx, IInspectable** ppInsp) {\ Type 122 modules/videoio/src/cap_msmf.hpp static std::vector<Type> PropertyValueToVector(ABI::Windows::Foundation::IPropertyValue* propValue)\ Type 125 modules/videoio/src/cap_msmf.hpp Type* pArray = nullptr;\ Type 127 modules/videoio/src/cap_msmf.hpp return std::vector<Type>(pArray, pArray + uLen);\ Type 456 modules/videoio/src/cap_msmf.hpp #define MAKE_PROPERTY_BACKING(Type, PropName) property Type PropName; Type 457 modules/videoio/src/cap_msmf.hpp #define MAKE_PROPERTY(Type, PropName, PropValue) Type 458 modules/videoio/src/cap_msmf.hpp #define MAKE_PROPERTY_STRING(Type, PropName, PropValue) Type 459 modules/videoio/src/cap_msmf.hpp #define MAKE_READONLY_PROPERTY(Type, PropName, PropValue) property Type PropName\ Type 461 modules/videoio/src/cap_msmf.hpp Type get() { return PropValue; }\ Type 547 modules/videoio/src/cap_msmf.hpp #define MAKE_PROPERTY_BACKING(Type, PropName) Type PropName; Type 548 modules/videoio/src/cap_msmf.hpp #define MAKE_PROPERTY(Type, PropName, PropValue) STDMETHODIMP get_##PropName(Type* pVal) { if (pVal) { *pVal = PropValue; } else { return E_INVALIDARG; } return S_OK; }\ Type 549 modules/videoio/src/cap_msmf.hpp STDMETHODIMP put_##PropName(Type Val) { PropValue = Val; return S_OK; } Type 550 modules/videoio/src/cap_msmf.hpp #define MAKE_PROPERTY_STRING(Type, PropName, PropValue) STDMETHODIMP get_##PropName(Type* pVal) { if (pVal) { return ::WindowsDuplicateString(PropValue.Get(), pVal); } else { return E_INVALIDARG; } }\ Type 551 modules/videoio/src/cap_msmf.hpp STDMETHODIMP put_##PropName(Type Val) { return PropValue.Set(Val); } Type 552 modules/videoio/src/cap_msmf.hpp #define MAKE_READONLY_PROPERTY(Type, PropName, PropValue) STDMETHODIMP get_##PropName(Type* pVal) { if (pVal) { *pVal = PropValue; } else { return E_INVALIDARG; } return S_OK; } Type 250 modules/viz/include/opencv2/viz/types.hpp MouseEvent(const Type& type, const MouseButton& button, const Point& pointer, int modifiers); Type 252 modules/viz/include/opencv2/viz/types.hpp Type type; Type 54 modules/viz/src/types.cpp cv::viz::MouseEvent::MouseEvent(const Type& _type, const MouseButton& _button, const Point& _pointer, int _modifiers) Type 571 modules/viz/src/vtk/vtkVizInteractorStyle.cpp MouseEvent::Type type = (Interactor->GetRepeatCount() == 0) ? MouseEvent::MouseButtonPress : MouseEvent::MouseDblClick; Type 637 modules/viz/src/vtk/vtkVizInteractorStyle.cpp MouseEvent::Type type = (Interactor->GetRepeatCount() == 0) ? MouseEvent::MouseButtonPress : MouseEvent::MouseDblClick; Type 670 modules/viz/src/vtk/vtkVizInteractorStyle.cpp MouseEvent::Type type = (Interactor->GetRepeatCount() == 0) ? MouseEvent::MouseButtonPress : MouseEvent::MouseDblClick; Type 296 samples/winrt/ImageManipulations/AdvancedCapture.xaml.cpp if(props->Type->Equals("Image")) Type 306 samples/winrt/ImageManipulations/AdvancedCapture.xaml.cpp String^ s = props->Type; Type 307 samples/winrt/ImageManipulations/AdvancedCapture.xaml.cpp if(props->Type->Equals("Video")) Type 321 samples/winrt/ImageManipulations/common/suspensionmanager.cpp switch (propertyValue->Type)