Home
last modified time | relevance | path

Searched defs:nativeObj (Results 1 – 25 of 46) sorted by relevance

12

/external/opencv3/modules/java/src/
Dml+TrainData.java13 protected final long nativeObj; field in TrainData
535 private static native int getLayout_0(long nativeObj); in getLayout_0()
538 private static native int getNTestSamples_0(long nativeObj); in getNTestSamples_0()
541 private static native int getNTrainSamples_0(long nativeObj); in getNTrainSamples_0()
544 private static native int getNSamples_0(long nativeObj); in getNSamples_0()
547 private static native int getNVars_0(long nativeObj); in getNVars_0()
550 …private static native void getSample_0(long nativeObj, long varIdx_nativeObj, int sidx, float buf); in getSample_0()
553 private static native int getNAllVars_0(long nativeObj); in getNAllVars_0()
556 private static native long getMissing_0(long nativeObj); in getMissing_0()
559 …private static native long getTrainSamples_0(long nativeObj, int layout, boolean compressSamples, … in getTrainSamples_0()
[all …]
Dvideo+BackgroundSubtractorMOG2.java360 private static native double getVarThreshold_0(long nativeObj); in getVarThreshold_0()
363 private static native void setVarThreshold_0(long nativeObj, double varThreshold); in setVarThreshold_0()
366 private static native double getVarThresholdGen_0(long nativeObj); in getVarThresholdGen_0()
369 private static native void setVarThresholdGen_0(long nativeObj, double varThresholdGen); in setVarThresholdGen_0()
372 private static native double getVarInit_0(long nativeObj); in getVarInit_0()
375 private static native void setVarInit_0(long nativeObj, double varInit); in setVarInit_0()
378 private static native double getVarMin_0(long nativeObj); in getVarMin_0()
381 private static native void setVarMin_0(long nativeObj, double varMin); in setVarMin_0()
384 private static native double getVarMax_0(long nativeObj); in getVarMax_0()
387 private static native void setVarMax_0(long nativeObj, double varMax); in setVarMax_0()
[all …]
Dml+DTrees.java297 private static native int getMaxCategories_0(long nativeObj); in getMaxCategories_0()
300 private static native void setMaxCategories_0(long nativeObj, int val); in setMaxCategories_0()
303 private static native int getMaxDepth_0(long nativeObj); in getMaxDepth_0()
306 private static native void setMaxDepth_0(long nativeObj, int val); in setMaxDepth_0()
309 private static native int getMinSampleCount_0(long nativeObj); in getMinSampleCount_0()
312 private static native void setMinSampleCount_0(long nativeObj, int val); in setMinSampleCount_0()
315 private static native int getCVFolds_0(long nativeObj); in getCVFolds_0()
318 private static native void setCVFolds_0(long nativeObj, int val); in setCVFolds_0()
321 private static native boolean getUseSurrogates_0(long nativeObj); in getUseSurrogates_0()
324 private static native void setUseSurrogates_0(long nativeObj, boolean val); in setUseSurrogates_0()
[all …]
Dvideo+KalmanFilter.java13 protected final long nativeObj; field in KalmanFilter
386 private static native long predict_0(long nativeObj, long control_nativeObj); in predict_0()
387 private static native long predict_1(long nativeObj); in predict_1()
390 private static native long correct_0(long nativeObj, long measurement_nativeObj); in correct_0()
393 private static native long get_statePre_0(long nativeObj); in get_statePre_0()
396 private static native void set_statePre_0(long nativeObj, long statePre_nativeObj); in set_statePre_0()
399 private static native long get_statePost_0(long nativeObj); in get_statePost_0()
402 private static native void set_statePost_0(long nativeObj, long statePost_nativeObj); in set_statePost_0()
405 private static native long get_transitionMatrix_0(long nativeObj); in get_transitionMatrix_0()
408 …private static native void set_transitionMatrix_0(long nativeObj, long transitionMatrix_nativeObj); in set_transitionMatrix_0()
[all …]
Dvideo+BackgroundSubtractorKNN.java220 private static native int getHistory_0(long nativeObj); in getHistory_0()
223 private static native void setHistory_0(long nativeObj, int history); in setHistory_0()
226 private static native int getNSamples_0(long nativeObj); in getNSamples_0()
229 private static native void setNSamples_0(long nativeObj, int _nN); in setNSamples_0()
232 private static native double getDist2Threshold_0(long nativeObj); in getDist2Threshold_0()
235 private static native void setDist2Threshold_0(long nativeObj, double _dist2Threshold); in setDist2Threshold_0()
238 private static native int getkNNSamples_0(long nativeObj); in getkNNSamples_0()
241 private static native void setkNNSamples_0(long nativeObj, int _nkNN); in setkNNSamples_0()
244 private static native boolean getDetectShadows_0(long nativeObj); in getDetectShadows_0()
247 private static native void setDetectShadows_0(long nativeObj, boolean detectShadows); in setDetectShadows_0()
[all …]
Dml+ANN_MLP.java376 …private static native void setTrainMethod_0(long nativeObj, int method, double param1, double para… in setTrainMethod_0()
377 private static native void setTrainMethod_1(long nativeObj, int method); in setTrainMethod_1()
380 …private static native void setActivationFunction_0(long nativeObj, int type, double param1, double… in setActivationFunction_0()
381 private static native void setActivationFunction_1(long nativeObj, int type); in setActivationFunction_1()
384 private static native int getTrainMethod_0(long nativeObj); in getTrainMethod_0()
387 private static native void setLayerSizes_0(long nativeObj, long _layer_sizes_nativeObj); in setLayerSizes_0()
390 private static native long getLayerSizes_0(long nativeObj); in getLayerSizes_0()
393 private static native double[] getTermCriteria_0(long nativeObj); in getTermCriteria_0()
396 …private static native void setTermCriteria_0(long nativeObj, int val_type, int val_maxCount, doubl… in setTermCriteria_0()
399 private static native double getBackpropWeightScale_0(long nativeObj); in getBackpropWeightScale_0()
[all …]
Dml+SVM.java368 private static native int getType_0(long nativeObj); in getType_0()
371 private static native void setType_0(long nativeObj, int val); in setType_0()
374 private static native double getGamma_0(long nativeObj); in getGamma_0()
377 private static native void setGamma_0(long nativeObj, double val); in setGamma_0()
380 private static native double getCoef0_0(long nativeObj); in getCoef0_0()
383 private static native void setCoef0_0(long nativeObj, double val); in setCoef0_0()
386 private static native double getDegree_0(long nativeObj); in getDegree_0()
389 private static native void setDegree_0(long nativeObj, double val); in setDegree_0()
392 private static native double getC_0(long nativeObj); in getC_0()
395 private static native void setC_0(long nativeObj, double val); in setC_0()
[all …]
Dcalib3d+StereoMatcher.java212 …private static native void compute_0(long nativeObj, long left_nativeObj, long right_nativeObj, lo… in compute_0()
215 private static native int getMinDisparity_0(long nativeObj); in getMinDisparity_0()
218 private static native void setMinDisparity_0(long nativeObj, int minDisparity); in setMinDisparity_0()
221 private static native int getNumDisparities_0(long nativeObj); in getNumDisparities_0()
224 private static native void setNumDisparities_0(long nativeObj, int numDisparities); in setNumDisparities_0()
227 private static native int getBlockSize_0(long nativeObj); in getBlockSize_0()
230 private static native void setBlockSize_0(long nativeObj, int blockSize); in setBlockSize_0()
233 private static native int getSpeckleWindowSize_0(long nativeObj); in getSpeckleWindowSize_0()
236 private static native void setSpeckleWindowSize_0(long nativeObj, int speckleWindowSize); in setSpeckleWindowSize_0()
239 private static native int getSpeckleRange_0(long nativeObj); in getSpeckleRange_0()
[all …]
Dml+LogisticRegression.java252 private static native double getLearningRate_0(long nativeObj); in getLearningRate_0()
255 private static native void setLearningRate_0(long nativeObj, double val); in setLearningRate_0()
258 private static native int getIterations_0(long nativeObj); in getIterations_0()
261 private static native void setIterations_0(long nativeObj, int val); in setIterations_0()
264 private static native int getRegularization_0(long nativeObj); in getRegularization_0()
267 private static native void setRegularization_0(long nativeObj, int val); in setRegularization_0()
270 private static native int getTrainMethod_0(long nativeObj); in getTrainMethod_0()
273 private static native void setTrainMethod_0(long nativeObj, int val); in setTrainMethod_0()
276 private static native int getMiniBatchSize_0(long nativeObj); in getMiniBatchSize_0()
279 private static native void setMiniBatchSize_0(long nativeObj, int val); in setMiniBatchSize_0()
[all …]
Dcalib3d+StereoBM.java276 private static native int getPreFilterType_0(long nativeObj); in getPreFilterType_0()
279 private static native void setPreFilterType_0(long nativeObj, int preFilterType); in setPreFilterType_0()
282 private static native int getPreFilterSize_0(long nativeObj); in getPreFilterSize_0()
285 private static native void setPreFilterSize_0(long nativeObj, int preFilterSize); in setPreFilterSize_0()
288 private static native int getPreFilterCap_0(long nativeObj); in getPreFilterCap_0()
291 private static native void setPreFilterCap_0(long nativeObj, int preFilterCap); in setPreFilterCap_0()
294 private static native int getTextureThreshold_0(long nativeObj); in getTextureThreshold_0()
297 private static native void setTextureThreshold_0(long nativeObj, int textureThreshold); in setTextureThreshold_0()
300 private static native int getUniquenessRatio_0(long nativeObj); in getUniquenessRatio_0()
303 private static native void setUniquenessRatio_0(long nativeObj, int uniquenessRatio); in setUniquenessRatio_0()
[all …]
Dvideoio+VideoCapture.java14 protected final long nativeObj; field in VideoCapture
226 private static native boolean open_0(long nativeObj, String filename); in open_0()
229 private static native boolean open_1(long nativeObj, int device); in open_1()
232 private static native boolean isOpened_0(long nativeObj); in isOpened_0()
235 private static native void release_0(long nativeObj); in release_0()
238 private static native boolean grab_0(long nativeObj); in grab_0()
241 private static native boolean retrieve_0(long nativeObj, long image_nativeObj, int flag); in retrieve_0()
242 private static native boolean retrieve_1(long nativeObj, long image_nativeObj); in retrieve_1()
245 private static native boolean read_0(long nativeObj, long image_nativeObj); in read_0()
248 private static native boolean set_0(long nativeObj, int propId, double value); in set_0()
[all …]
Dphoto+TonemapDurand.java136 private static native float getSaturation_0(long nativeObj); in getSaturation_0()
139 private static native void setSaturation_0(long nativeObj, float saturation); in setSaturation_0()
142 private static native float getContrast_0(long nativeObj); in getContrast_0()
145 private static native void setContrast_0(long nativeObj, float contrast); in setContrast_0()
148 private static native float getSigmaSpace_0(long nativeObj); in getSigmaSpace_0()
151 private static native void setSigmaSpace_0(long nativeObj, float sigma_space); in setSigmaSpace_0()
154 private static native float getSigmaColor_0(long nativeObj); in getSigmaColor_0()
157 private static native void setSigmaColor_0(long nativeObj, float sigma_color); in setSigmaColor_0()
160 private static native void delete(long nativeObj); in delete()
Dphoto+CalibrateDebevec.java108 private static native float getLambda_0(long nativeObj); in getLambda_0()
111 private static native void setLambda_0(long nativeObj, float lambda); in setLambda_0()
114 private static native int getSamples_0(long nativeObj); in getSamples_0()
117 private static native void setSamples_0(long nativeObj, int samples); in setSamples_0()
120 private static native boolean getRandom_0(long nativeObj); in getRandom_0()
123 private static native void setRandom_0(long nativeObj, boolean random); in setRandom_0()
126 private static native void delete(long nativeObj); in delete()
Dml+RTrees.java137 private static native boolean getCalculateVarImportance_0(long nativeObj); in getCalculateVarImportance_0()
140 private static native void setCalculateVarImportance_0(long nativeObj, boolean val); in setCalculateVarImportance_0()
143 private static native int getActiveVarCount_0(long nativeObj); in getActiveVarCount_0()
146 private static native void setActiveVarCount_0(long nativeObj, int val); in setActiveVarCount_0()
149 private static native double[] getTermCriteria_0(long nativeObj); in getTermCriteria_0()
152 …private static native void setTermCriteria_0(long nativeObj, int val_type, int val_maxCount, doubl… in setTermCriteria_0()
155 private static native long getVarImportance_0(long nativeObj); in getVarImportance_0()
161 private static native void delete(long nativeObj); in delete()
Dml+KNearest.java178 private static native void setDefaultK_0(long nativeObj, int val); in setDefaultK_0()
181 private static native int getDefaultK_0(long nativeObj); in getDefaultK_0()
184 private static native boolean getIsClassifier_0(long nativeObj); in getIsClassifier_0()
187 private static native void setIsClassifier_0(long nativeObj, boolean val); in setIsClassifier_0()
190 private static native int getEmax_0(long nativeObj); in getEmax_0()
193 private static native void setEmax_0(long nativeObj, int val); in setEmax_0()
196 private static native int getAlgorithmType_0(long nativeObj); in getAlgorithmType_0()
199 private static native void setAlgorithmType_0(long nativeObj, int val); in setAlgorithmType_0()
202 …private static native float findNearest_0(long nativeObj, long samples_nativeObj, int k, long resu… in findNearest_0()
203 …private static native float findNearest_1(long nativeObj, long samples_nativeObj, int k, long resu… in findNearest_1()
[all …]
Dphoto+TonemapReinhard.java108 private static native float getIntensity_0(long nativeObj); in getIntensity_0()
111 private static native void setIntensity_0(long nativeObj, float intensity); in setIntensity_0()
114 private static native float getLightAdaptation_0(long nativeObj); in getLightAdaptation_0()
117 private static native void setLightAdaptation_0(long nativeObj, float light_adapt); in setLightAdaptation_0()
120 private static native float getColorAdaptation_0(long nativeObj); in getColorAdaptation_0()
123 private static native void setColorAdaptation_0(long nativeObj, float color_adapt); in setColorAdaptation_0()
126 private static native void delete(long nativeObj); in delete()
Dphoto+AlignMTB.java184 …private static native void process_0(long nativeObj, long src_mat_nativeObj, long dst_mat_nativeOb… in process_0()
187 …private static native void process_1(long nativeObj, long src_mat_nativeObj, long dst_mat_nativeOb… in process_1()
190 …private static native double[] calculateShift_0(long nativeObj, long img0_nativeObj, long img1_nat… in calculateShift_0()
193 …private static native void shiftMat_0(long nativeObj, long src_nativeObj, long dst_nativeObj, doub… in shiftMat_0()
196 …private static native void computeBitmaps_0(long nativeObj, long img_nativeObj, long tb_nativeObj,… in computeBitmaps_0()
199 private static native int getMaxBits_0(long nativeObj); in getMaxBits_0()
202 private static native void setMaxBits_0(long nativeObj, int max_bits); in setMaxBits_0()
205 private static native int getExcludeRange_0(long nativeObj); in getExcludeRange_0()
208 private static native void setExcludeRange_0(long nativeObj, int exclude_range); in setExcludeRange_0()
211 private static native boolean getCut_0(long nativeObj); in getCut_0()
[all …]
Dphoto+MergeMertens.java139 …private static native void process_0(long nativeObj, long src_mat_nativeObj, long dst_nativeObj, l… in process_0()
142 … private static native void process_1(long nativeObj, long src_mat_nativeObj, long dst_nativeObj); in process_1()
145 private static native float getContrastWeight_0(long nativeObj); in getContrastWeight_0()
148 private static native void setContrastWeight_0(long nativeObj, float contrast_weiht); in setContrastWeight_0()
151 private static native float getSaturationWeight_0(long nativeObj); in getSaturationWeight_0()
154 private static native void setSaturationWeight_0(long nativeObj, float saturation_weight); in setSaturationWeight_0()
157 private static native float getExposureWeight_0(long nativeObj); in getExposureWeight_0()
160 private static native void setExposureWeight_0(long nativeObj, float exposure_weight); in setExposureWeight_0()
163 private static native void delete(long nativeObj); in delete()
Dimgproc+CLAHE.java110 private static native void apply_0(long nativeObj, long src_nativeObj, long dst_nativeObj); in apply_0()
113 private static native void setClipLimit_0(long nativeObj, double clipLimit); in setClipLimit_0()
116 private static native double getClipLimit_0(long nativeObj); in getClipLimit_0()
119 …private static native void setTilesGridSize_0(long nativeObj, double tileGridSize_width, double ti… in setTilesGridSize_0()
122 private static native double[] getTilesGridSize_0(long nativeObj); in getTilesGridSize_0()
125 private static native void collectGarbage_0(long nativeObj); in collectGarbage_0()
128 private static native void delete(long nativeObj); in delete()
Dml+EM.java246 private static native int getClustersNumber_0(long nativeObj); in getClustersNumber_0()
249 private static native void setClustersNumber_0(long nativeObj, int val); in setClustersNumber_0()
252 private static native int getCovarianceMatrixType_0(long nativeObj); in getCovarianceMatrixType_0()
255 private static native void setCovarianceMatrixType_0(long nativeObj, int val); in setCovarianceMatrixType_0()
258 private static native double[] getTermCriteria_0(long nativeObj); in getTermCriteria_0()
261 …private static native void setTermCriteria_0(long nativeObj, int val_type, int val_maxCount, doubl… in setTermCriteria_0()
264 private static native long getWeights_0(long nativeObj); in getWeights_0()
267 private static native long getMeans_0(long nativeObj); in getMeans_0()
270 …private static native double[] predict2_0(long nativeObj, long sample_nativeObj, long probs_native… in predict2_0()
273 …private static native boolean trainEM_0(long nativeObj, long samples_nativeObj, long logLikelihood… in trainEM_0()
[all …]
Dimgproc+Subdiv2D.java22 protected final long nativeObj; field in Subdiv2D
335 private static native void getTriangleList_0(long nativeObj, long triangleList_mat_nativeObj); in getTriangleList_0()
338 …private static native void getVoronoiFacetList_0(long nativeObj, long idx_mat_nativeObj, long face… in getVoronoiFacetList_0()
341 private static native double[] getVertex_0(long nativeObj, int vertex, double[] firstEdge_out); in getVertex_0()
342 private static native double[] getVertex_1(long nativeObj, int vertex); in getVertex_1()
345 private static native int getEdge_0(long nativeObj, int edge, int nextEdgeType); in getEdge_0()
348 private static native int nextEdge_0(long nativeObj, int edge); in nextEdge_0()
351 private static native int rotateEdge_0(long nativeObj, int edge, int rotate); in rotateEdge_0()
354 private static native int symEdge_0(long nativeObj, int edge); in symEdge_0()
357 private static native int edgeOrg_0(long nativeObj, int edge, double[] orgpt_out); in edgeOrg_0()
[all …]
Dphoto+CalibrateRobertson.java94 private static native int getMaxIter_0(long nativeObj); in getMaxIter_0()
97 private static native void setMaxIter_0(long nativeObj, int max_iter); in setMaxIter_0()
100 private static native float getThreshold_0(long nativeObj); in getThreshold_0()
103 private static native void setThreshold_0(long nativeObj, float threshold); in setThreshold_0()
106 private static native long getRadiance_0(long nativeObj); in getRadiance_0()
109 private static native void delete(long nativeObj); in delete()
Dobjdetect+HOGDescriptor.java20 protected final long nativeObj; field in HOGDescriptor
508 private static native long getDescriptorSize_0(long nativeObj); in getDescriptorSize_0()
511 private static native boolean checkDetectorSize_0(long nativeObj); in checkDetectorSize_0()
514 private static native double getWinSigma_0(long nativeObj); in getWinSigma_0()
517 private static native void setSVMDetector_0(long nativeObj, long _svmdetector_nativeObj); in setSVMDetector_0()
520 private static native boolean load_0(long nativeObj, String filename, String objname); in load_0()
521 private static native boolean load_1(long nativeObj, String filename); in load_1()
524 private static native void save_0(long nativeObj, String filename, String objname); in save_0()
525 private static native void save_1(long nativeObj, String filename); in save_1()
528 …private static native void compute_0(long nativeObj, long img_nativeObj, long descriptors_mat_nati… in compute_0()
[all …]
Dml+StatModel.java139 private static native int getVarCount_0(long nativeObj); in getVarCount_0()
142 private static native boolean empty_0(long nativeObj); in empty_0()
145 private static native boolean isTrained_0(long nativeObj); in isTrained_0()
148 private static native boolean isClassifier_0(long nativeObj); in isClassifier_0()
151 …private static native boolean train_0(long nativeObj, long samples_nativeObj, int layout, long res… in train_0()
154 …private static native float predict_0(long nativeObj, long samples_nativeObj, long results_nativeO… in predict_0()
155 private static native float predict_1(long nativeObj, long samples_nativeObj); in predict_1()
158 private static native void delete(long nativeObj); in delete()
Dcore+Algorithm.java13 protected final long nativeObj; field in Algorithm
67 private static native void clear_0(long nativeObj); in clear_0()
70 private static native void save_0(long nativeObj, String filename); in save_0()
73 private static native String getDefaultName_0(long nativeObj); in getDefaultName_0()
76 private static native void delete(long nativeObj); in delete()

12