HomeSort by relevance Sort by last modified time
    Searched defs:FrameSource (Results 1 - 6 of 6) sorted by null

  /external/opencv3/modules/superres/include/opencv2/
superres.hpp 66 class CV_EXPORTS FrameSource
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
92 @param frameSource Input frame source
94 void setInput(const Ptr<FrameSource>& frameSource);
    [all...]
  /frameworks/base/media/mca/filterpacks/java/android/filterpacks/base/
FrameSource.java 30 public class FrameSource extends Filter {
41 public FrameSource(String name) {
  /external/opencv3/modules/superres/src/
frame_source.cpp 49 cv::superres::FrameSource::~FrameSource()
58 class EmptyFrameSource : public FrameSource
75 Ptr<FrameSource> cv::superres::createFrameSource_Empty()
85 Ptr<FrameSource> cv::superres::createFrameSource_Video(const String& fileName)
89 return Ptr<FrameSource>();
92 Ptr<FrameSource> cv::superres::createFrameSource_Camera(int deviceId)
96 return Ptr<FrameSource>();
103 class CaptureFrameSource : public FrameSource
180 Ptr<FrameSource> cv::superres::createFrameSource_Video(const String& fileName
    [all...]
  /external/robolectric/v3/runtime/
android-all-4.1.2_r1-robolectric-0.jar 
android-all-4.2.2_r1.2-robolectric-0.jar 
android-all-4.3_r2-robolectric-0.jar 

Completed in 571 milliseconds