Home
last modified time | relevance | path

Searched refs:FrameSource (Results 1 – 14 of 14) sorted by relevance

/external/opencv3/modules/superres/src/
Dframe_source.cpp49 cv::superres::FrameSource::~FrameSource() in ~FrameSource()
58 class EmptyFrameSource : public FrameSource
75 Ptr<FrameSource> cv::superres::createFrameSource_Empty() in createFrameSource_Empty()
85 Ptr<FrameSource> cv::superres::createFrameSource_Video(const String& fileName) in createFrameSource_Video()
89 return Ptr<FrameSource>(); in createFrameSource_Video()
92 Ptr<FrameSource> cv::superres::createFrameSource_Camera(int deviceId) in createFrameSource_Camera()
96 return Ptr<FrameSource>(); in createFrameSource_Camera()
103 class CaptureFrameSource : public FrameSource
180 Ptr<FrameSource> cv::superres::createFrameSource_Video(const String& fileName) in createFrameSource_Video()
185 Ptr<FrameSource> cv::superres::createFrameSource_Camera(int deviceId) in createFrameSource_Camera()
[all …]
Dbtv_l1.cpp805 void initImpl(Ptr<FrameSource>& frameSource);
806 bool ocl_initImpl(Ptr<FrameSource>& frameSource);
808 void processImpl(Ptr<FrameSource>& frameSource, OutputArray output);
809 bool ocl_processImpl(Ptr<FrameSource>& frameSource, OutputArray output);
812 void readNextFrame(Ptr<FrameSource>& frameSource);
813 bool ocl_readNextFrame(Ptr<FrameSource>& frameSource);
894 bool BTVL1::ocl_initImpl(Ptr<FrameSource>& frameSource) in ocl_initImpl()
919 void BTVL1::initImpl(Ptr<FrameSource>& frameSource) in initImpl()
945 bool BTVL1::ocl_processImpl(Ptr<FrameSource>& /*frameSource*/, OutputArray _output) in ocl_processImpl() argument
955 void BTVL1::processImpl(Ptr<FrameSource>& frameSource, OutputArray _output) in processImpl()
[all …]
Dbtv_l1_cuda.cpp425 void initImpl(Ptr<FrameSource>& frameSource);
426 void processImpl(Ptr<FrameSource>& frameSource, OutputArray output);
429 void readNextFrame(Ptr<FrameSource>& frameSource);
474 void BTVL1_CUDA::initImpl(Ptr<FrameSource>& frameSource) in initImpl()
495 void BTVL1_CUDA::processImpl(Ptr<FrameSource>& frameSource, OutputArray _output) in processImpl()
523 void BTVL1_CUDA::readNextFrame(Ptr<FrameSource>& frameSource) in readNextFrame()
Dsuper_resolution.cpp55 void cv::superres::SuperResolution::setInput(const Ptr<FrameSource>& frameSource) in setInput()
/external/opencv3/modules/superres/include/opencv2/
Dsuperres.hpp66 class CV_EXPORTS FrameSource class
69 virtual ~FrameSource();
75 CV_EXPORTS Ptr<FrameSource> createFrameSource_Empty();
77 CV_EXPORTS Ptr<FrameSource> createFrameSource_Video(const String& fileName);
78 CV_EXPORTS Ptr<FrameSource> createFrameSource_Video_CUDA(const String& fileName);
80 CV_EXPORTS Ptr<FrameSource> createFrameSource_Camera(int deviceId = 0);
87 class CV_EXPORTS SuperResolution : public cv::Algorithm, public FrameSource
94 void setInput(const Ptr<FrameSource>& frameSource);
170 virtual void initImpl(Ptr<FrameSource>& frameSource) = 0;
171 virtual void processImpl(Ptr<FrameSource>& frameSource, OutputArray output) = 0;
[all …]
/external/opencv3/modules/superres/test/
Dtest_superres.cpp48 class AllignedFrameSource : public cv::superres::FrameSource
51 AllignedFrameSource(const cv::Ptr<cv::superres::FrameSource>& base, int scale);
57 cv::Ptr<cv::superres::FrameSource> base_;
63 AllignedFrameSource::AllignedFrameSource(const cv::Ptr<cv::superres::FrameSource>& base, int scale)… in AllignedFrameSource()
87 class DegradeFrameSource : public cv::superres::FrameSource
90 DegradeFrameSource(const cv::Ptr<cv::superres::FrameSource>& base, int scale);
96 cv::Ptr<cv::superres::FrameSource> base_;
104 DegradeFrameSource::DegradeFrameSource(const cv::Ptr<cv::superres::FrameSource>& base, int scale) : in DegradeFrameSource()
233 …cv::Ptr<cv::superres::FrameSource> goldSource(new AllignedFrameSource(cv::superres::createFrameSou… in RunTest()
234 cv::Ptr<cv::superres::FrameSource> lowResSource(new DegradeFrameSource( in RunTest()
/external/opencv3/modules/superres/perf/
Dperf_superres.cpp56 class OneFrameSource_CPU : public FrameSource
74 class OneFrameSource_CUDA : public FrameSource
/external/opencv3/samples/gpu/
Dsuper_resolution.cpp105 Ptr<FrameSource> frameSource; in main()
/external/robolectric/v3/runtime/
Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/ ...
Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/ ...
Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/ ...
Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...