• Home
  • Raw
  • Download

Lines Matching refs:nativeObj

24         double retVal = getVarThreshold_0(nativeObj);  in getVarThreshold()
38 setVarThreshold_0(nativeObj, varThreshold); in setVarThreshold()
52 double retVal = getVarThresholdGen_0(nativeObj); in getVarThresholdGen()
66 setVarThresholdGen_0(nativeObj, varThresholdGen); in setVarThresholdGen()
80 double retVal = getVarInit_0(nativeObj); in getVarInit()
94 setVarInit_0(nativeObj, varInit); in setVarInit()
108 double retVal = getVarMin_0(nativeObj); in getVarMin()
122 setVarMin_0(nativeObj, varMin); in setVarMin()
136 double retVal = getVarMax_0(nativeObj); in getVarMax()
150 setVarMax_0(nativeObj, varMax); in setVarMax()
164 double retVal = getComplexityReductionThreshold_0(nativeObj); in getComplexityReductionThreshold()
178 setComplexityReductionThreshold_0(nativeObj, ct); in setComplexityReductionThreshold()
192 boolean retVal = getDetectShadows_0(nativeObj); in getDetectShadows()
206 setDetectShadows_0(nativeObj, detectShadows); in setDetectShadows()
220 int retVal = getShadowValue_0(nativeObj); in getShadowValue()
234 setShadowValue_0(nativeObj, value); in setShadowValue()
248 double retVal = getShadowThreshold_0(nativeObj); in getShadowThreshold()
262 setShadowThreshold_0(nativeObj, threshold); in setShadowThreshold()
276 int retVal = getHistory_0(nativeObj); in getHistory()
290 setHistory_0(nativeObj, history); in setHistory()
304 int retVal = getNMixtures_0(nativeObj); in getNMixtures()
318 setNMixtures_0(nativeObj, nmixtures); in setNMixtures()
332 double retVal = getBackgroundRatio_0(nativeObj); in getBackgroundRatio()
346 setBackgroundRatio_0(nativeObj, ratio); in setBackgroundRatio()
354 delete(nativeObj); in finalize()
360 private static native double getVarThreshold_0(long nativeObj); in getVarThreshold_0() argument
363 private static native void setVarThreshold_0(long nativeObj, double varThreshold); in setVarThreshold_0() argument
366 private static native double getVarThresholdGen_0(long nativeObj); in getVarThresholdGen_0() argument
369 private static native void setVarThresholdGen_0(long nativeObj, double varThresholdGen); in setVarThresholdGen_0() argument
372 private static native double getVarInit_0(long nativeObj); in getVarInit_0() argument
375 private static native void setVarInit_0(long nativeObj, double varInit); in setVarInit_0() argument
378 private static native double getVarMin_0(long nativeObj); in getVarMin_0() argument
381 private static native void setVarMin_0(long nativeObj, double varMin); in setVarMin_0() argument
384 private static native double getVarMax_0(long nativeObj); in getVarMax_0() argument
387 private static native void setVarMax_0(long nativeObj, double varMax); in setVarMax_0() argument
390 private static native double getComplexityReductionThreshold_0(long nativeObj); in getComplexityReductionThreshold_0() argument
393 private static native void setComplexityReductionThreshold_0(long nativeObj, double ct); in setComplexityReductionThreshold_0() argument
396 private static native boolean getDetectShadows_0(long nativeObj); in getDetectShadows_0() argument
399 private static native void setDetectShadows_0(long nativeObj, boolean detectShadows); in setDetectShadows_0() argument
402 private static native int getShadowValue_0(long nativeObj); in getShadowValue_0() argument
405 private static native void setShadowValue_0(long nativeObj, int value); in setShadowValue_0() argument
408 private static native double getShadowThreshold_0(long nativeObj); in getShadowThreshold_0() argument
411 private static native void setShadowThreshold_0(long nativeObj, double threshold); in setShadowThreshold_0() argument
414 private static native int getHistory_0(long nativeObj); in getHistory_0() argument
417 private static native void setHistory_0(long nativeObj, int history); in setHistory_0() argument
420 private static native int getNMixtures_0(long nativeObj); in getNMixtures_0() argument
423 private static native void setNMixtures_0(long nativeObj, int nmixtures); in setNMixtures_0() argument
426 private static native double getBackgroundRatio_0(long nativeObj); in getBackgroundRatio_0() argument
429 private static native void setBackgroundRatio_0(long nativeObj, double ratio); in setBackgroundRatio_0() argument
432 private static native void delete(long nativeObj); in delete() argument