OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:frameSource
(Results
1 - 7
of
7
) sorted by null
/external/opencv3/modules/superres/src/
super_resolution.cpp
55
void cv::superres::SuperResolution::setInput(const Ptr<
FrameSource
>&
frameSource
)
57
frameSource_ =
frameSource
;
btv_l1.cpp
805
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
);
[
all
...]
btv_l1_cuda.cpp
425
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
)
486
readNextFrame(
frameSource
);
495
void BTVL1_CUDA::processImpl(Ptr<
FrameSource
>& frameSource, OutputArray _output
[
all
...]
/external/opencv3/samples/gpu/
super_resolution.cpp
105
Ptr<
FrameSource
>
frameSource
;
111
frameSource
= createFrameSource_Video_CUDA(inputVideoName);
113
frameSource
->nextFrame(frame);
117
frameSource
.release();
120
if (!
frameSource
)
121
frameSource
= createFrameSource_Video(inputVideoName);
126
frameSource
->nextFrame(frame);
135
superRes->setInput(
frameSource
);
/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
...]
/external/opencv3/modules/videostab/include/opencv2/videostab/
stabilizer.hpp
78
Ptr<IFrameSource>
frameSource
() const { return frameSource_; }
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ui.ide_3.6.2.M20101117-0800.jar
Completed in 215 milliseconds