HomeSort by relevance Sort by last modified time
    Searched refs:detectShadows (Results 1 - 10 of 10) sorted by null

  /external/opencv3/modules/video/include/opencv2/video/
background_segm.hpp 175 CV_WRAP virtual void setDetectShadows(bool detectShadows) = 0;
206 @param detectShadows If true, the algorithm will detect shadows and mark them. It decreases the
211 bool detectShadows=true);
265 CV_WRAP virtual void setDetectShadows(bool detectShadows) = 0;
295 @param detectShadows If true, the algorithm will detect shadows and mark them. It decreases the
300 bool detectShadows=true);
  /external/opencv3/modules/java/src/
video+BackgroundSubtractorKNN.java 143 // C++: void setDetectShadows(bool detectShadows)
146 //javadoc: BackgroundSubtractorKNN::setDetectShadows(detectShadows)
147 public void setDetectShadows(boolean detectShadows)
150 setDetectShadows_0(nativeObj, detectShadows);
246 // C++: void setDetectShadows(bool detectShadows)
247 private static native void setDetectShadows_0(long nativeObj, boolean detectShadows);
video+BackgroundSubtractorMOG2.java 199 // C++: void setDetectShadows(bool detectShadows)
202 //javadoc: BackgroundSubtractorMOG2::setDetectShadows(detectShadows)
203 public void setDetectShadows(boolean detectShadows)
206 setDetectShadows_0(nativeObj, detectShadows);
398 // C++: void setDetectShadows(bool detectShadows)
399 private static native void setDetectShadows_0(long nativeObj, boolean detectShadows);
video+Video.java 191 // C++: Ptr_BackgroundSubtractorMOG2 createBackgroundSubtractorMOG2(int history = 500, double varThreshold = 16, bool detectShadows = true)
194 //javadoc: createBackgroundSubtractorMOG2(history, varThreshold, detectShadows)
195 public static BackgroundSubtractorMOG2 createBackgroundSubtractorMOG2(int history, double varThreshold, boolean detectShadows)
198 BackgroundSubtractorMOG2 retVal = new BackgroundSubtractorMOG2(createBackgroundSubtractorMOG2_0(history, varThreshold, detectShadows));
228 // C++: Ptr_BackgroundSubtractorKNN createBackgroundSubtractorKNN(int history = 500, double dist2Threshold = 400.0, bool detectShadows = true)
231 //javadoc: createBackgroundSubtractorKNN(history, dist2Threshold, detectShadows)
232 public static BackgroundSubtractorKNN createBackgroundSubtractorKNN(int history, double dist2Threshold, boolean detectShadows)
235 BackgroundSubtractorKNN retVal = new BackgroundSubtractorKNN(createBackgroundSubtractorKNN_0(history, dist2Threshold, detectShadows));
278 // C++: Ptr_BackgroundSubtractorMOG2 createBackgroundSubtractorMOG2(int history = 500, double varThreshold = 16, bool detectShadows = true)
279 private static native long createBackgroundSubtractorMOG2_0(int history, double varThreshold, boolean detectShadows);
    [all...]
video.cpp 562 // Ptr_BackgroundSubtractorMOG2 createBackgroundSubtractorMOG2(int history = 500, double varThreshold = 16, bool detectShadows = true)
568 (JNIEnv* env, jclass , jint history, jdouble varThreshold, jboolean detectShadows)
574 Ptr_BackgroundSubtractorMOG2 _retval_ = cv::createBackgroundSubtractorMOG2( (int)history, (double)varThreshold, (bool)detectShadows );
633 // Ptr_BackgroundSubtractorKNN createBackgroundSubtractorKNN(int history = 500, double dist2Threshold = 400.0, bool detectShadows = true)
639 (JNIEnv* env, jclass , jint history, jdouble dist2Threshold, jboolean detectShadows)
645 Ptr_BackgroundSubtractorKNN _retval_ = cv::createBackgroundSubtractorKNN( (int)history, (double)dist2Threshold, (bool)detectShadows );
    [all...]
  /external/opencv3/modules/cudabgsegm/src/
mog2.cpp 59 void mog2_gpu(PtrStepSzb frame, int cn, PtrStepSzb fgmask, PtrStepSzb modesUsed, PtrStepSzf weight, PtrStepSzf variance, PtrStepSzb mean, float alphaT, float prune, bool detectShadows, cudaStream_t stream);
84 MOG2Impl(int history, double varThreshold, bool detectShadows);
120 void setDetectShadows(bool detectShadows) { detectShadows_ = detectShadows; }
156 MOG2Impl::MOG2Impl(int history, double varThreshold, bool detectShadows) :
161 detectShadows_ = detectShadows;
248 Ptr<cuda::BackgroundSubtractorMOG2> cv::cuda::createBackgroundSubtractorMOG2(int history, double varThreshold, bool detectShadows)
250 return makePtr<MOG2Impl>(history, varThreshold, detectShadows);
  /external/opencv3/modules/cudabgsegm/include/opencv2/
cudabgsegm.hpp 143 @param detectShadows If true, the algorithm will detect shadows and mark them. It decreases the
148 bool detectShadows = true);
  /external/opencv3/modules/cudabgsegm/src/cuda/
mog2.cu 133 template <bool detectShadows, typename SrcT, typename WorkT>
291 if (detectShadows && !background)
334 float alphaT, float prune, bool detectShadows, cudaStream_t stream)
341 if (detectShadows)
365 float alphaT, float prune, bool detectShadows, cudaStream_t stream)
367 typedef void (*func_t)(PtrStepSzb frame, PtrStepSzb fgmask, PtrStepSzb modesUsed, PtrStepSzf weight, PtrStepSzf variance, PtrStepSzb mean, float alphaT, float prune, bool detectShadows, cudaStream_t stream);
374 funcs[cn](frame, fgmask, modesUsed, weight, variance, mean, alphaT, prune, detectShadows, stream);
  /external/opencv3/modules/video/src/
bgfg_gaussmix2.cpp 261 virtual void setDetectShadows(bool detectshadows)
263 if ((bShadowDetection && detectshadows) || (!bShadowDetection && !detectshadows))
265 bShadowDetection = detectshadows;
291 << "detectShadows" << (int)bShadowDetection
308 bShadowDetection = (int)fn["detectShadows"] != 0;
548 detectShadows = _detectShadows;
730 detectShadows && detectShadowGMM(data, nchannels, nmodes, gmm, mean, Tb, TB, tau) ?
746 bool detectShadows;
    [all...]
  /cts/apps/CtsVerifier/libs/
opencv3-android.jar 

Completed in 66 milliseconds