OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getBackgroundImage
(Results
1 - 25
of
43
) sorted by null
1
2
/external/opencv3/modules/cudabgsegm/include/opencv2/
cudabgsegm.hpp
87
using cv::BackgroundSubtractor::
getBackgroundImage
;
88
virtual void
getBackgroundImage
(OutputArray backgroundImage, Stream& stream) const = 0;
130
using cv::BackgroundSubtractorMOG2::
getBackgroundImage
;
134
virtual void
getBackgroundImage
(OutputArray backgroundImage, Stream& stream) const = 0;
/external/opencv3/samples/gpu/
bgfg_segm.cpp
128
mog->
getBackgroundImage
(d_bgimg);
133
mog2->
getBackgroundImage
(d_bgimg);
142
fgd->
getBackgroundImage
(d_bgimg);
/external/opencv3/modules/java/src/
video+BackgroundSubtractor.java
18
// C++: void
getBackgroundImage
(Mat& backgroundImage)
21
//javadoc: BackgroundSubtractor::
getBackgroundImage
(backgroundImage)
22
public void
getBackgroundImage
(Mat backgroundImage)
61
// C++: void
getBackgroundImage
(Mat& backgroundImage)
video.cpp
129
// void
getBackgroundImage
(Mat& backgroundImage)
142
(*me)->
getBackgroundImage
( backgroundImage );
[
all
...]
/external/opencv3/modules/cudabgsegm/src/
mog.cpp
82
void
getBackgroundImage
(OutputArray backgroundImage) const;
83
void
getBackgroundImage
(OutputArray backgroundImage, Stream& stream) const;
160
void MOGImpl::
getBackgroundImage
(OutputArray backgroundImage) const
162
getBackgroundImage
(backgroundImage, Stream::Null());
165
void MOGImpl::
getBackgroundImage
(OutputArray _backgroundImage, Stream& stream) const
mog2.cpp
89
void
getBackgroundImage
(OutputArray backgroundImage) const;
90
void
getBackgroundImage
(OutputArray backgroundImage, Stream& stream) const;
204
void MOG2Impl::
getBackgroundImage
(OutputArray backgroundImage) const
206
getBackgroundImage
(backgroundImage, Stream::Null());
209
void MOG2Impl::
getBackgroundImage
(OutputArray _backgroundImage, Stream& stream) const
/external/opencv3/modules/cudabgsegm/test/
test_bgsegm.cpp
137
CUDA_TEST_P(MOG2,
getBackgroundImage
)
166
mog2->
getBackgroundImage
(background);
169
mog2_gold->
getBackgroundImage
(background_gold);
/external/opencv3/modules/video/test/ocl/
test_bgfg_mog2.cpp
115
OCL_OFF(mog2_cpu->
getBackgroundImage
(background));
118
OCL_ON (mog2_ocl->
getBackgroundImage
(u_background));
/external/opencv3/modules/video/include/opencv2/video/
background_segm.hpp
81
CV_WRAP virtual void
getBackgroundImage
(OutputArray backgroundImage) const = 0;
/external/opencv3/samples/cpp/
bgfg_segm.cpp
90
bg_model->
getBackgroundImage
(bgimg);
/external/opencv3/modules/video/perf/opencl/
perf_bgfg_mog2.cpp
112
mog2->
getBackgroundImage
(u_background);
/external/opencv3/modules/cudalegacy/src/
gmg.cpp
76
void
getBackgroundImage
(OutputArray backgroundImage) const;
232
void GMGImpl::
getBackgroundImage
(OutputArray backgroundImage) const
fgd.cpp
584
void
getBackgroundImage
(OutputArray backgroundImage) const;
672
void FGDImpl::
getBackgroundImage
(OutputArray backgroundImage) const
/external/opencv3/modules/cudabgsegm/perf/
perf_bgsegm.cpp
370
TEST_CYCLE() d_mog2->
getBackgroundImage
(background);
399
TEST_CYCLE() mog2->
getBackgroundImage
(background);
/external/opencv3/modules/cudabgsegm/src/cuda/
mog.cu
366
__global__ void
getBackgroundImage
(const PtrStepf gmm_weight, const PtrStep<WorkT> gmm_mean, PtrStepSz<OutT> dst, const int nmixtures, const float backgroundRatio)
401
cudaSafeCall( cudaFuncSetCacheConfig(
getBackgroundImage
<WorkT, OutT>, cudaFuncCachePreferL1) );
403
getBackgroundImage
<WorkT, OutT><<<grid, block, 0, stream>>>(weight, (PtrStepSz<WorkT>) mean, (PtrStepSz<OutT>) dst, nmixtures, backgroundRatio);
/external/opencv3/modules/video/src/
bgfg_KNN.cpp
123
virtual void
getBackgroundImage
(OutputArray backgroundImage) const;
598
void BackgroundSubtractorKNNImpl::
getBackgroundImage
(OutputArray backgroundImage) const
bgfg_gaussmix2.cpp
180
virtual void
getBackgroundImage
(OutputArray backgroundImage) const;
[
all
...]
/external/opencv3/samples/gpu/performance/
tests.cpp
1260
mog2->
getBackgroundImage
(background);
1269
mog2->
getBackgroundImage
(background);
1285
d_mog2->
getBackgroundImage
(d_background);
1295
d_mog2->
getBackgroundImage
(d_background);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ui.forms_3.5.2.r36_v20100702.jar
/prebuilts/tools/common/m2/repository/xerces/xmlParserAPIs/2.6.2/
xmlParserAPIs-2.6.2.jar
/prebuilts/tools/common/m2/repository/xml-apis/xml-apis/1.0.b2/
xml-apis-1.0.b2.jar
/prebuilts/tools/common/m2/repository/xml-apis/xml-apis/1.3.04/
xml-apis-1.3.04.jar
/cts/apps/CtsVerifier/libs/
opencv3-android.jar
/prebuilts/tools/common/m2/repository/xml-apis/xml-apis/1.4.01/
xml-apis-1.4.01.jar
/prebuilts/tools/common/m2/repository/net/sourceforge/htmlunit/htmlunit/2.14/
htmlunit-2.14.jar
Completed in 133 milliseconds
1
2