Home
last modified time | relevance | path

Searched defs:trainIdx (Results 1 – 13 of 13) sorted by relevance

/dports/graphics/opencv/opencv-4.5.3/contrib/modules/cudafeatures2d/src/cuda/
H A Dbf_radius_match.cu65 const int trainIdx = blockIdx.x * BLOCK_SIZE + threadIdx.x; in matchUnrolled() local
116const PtrStepSzi& trainIdx, const PtrStepSzf& distance, const PtrStepSz<unsigned int>& nMatches, c… in matchUnrolled()
133const PtrStepSzi& trainIdx, const PtrStepSzi& imgIdx, const PtrStepSzf& distance, const PtrStepSz<… in matchUnrolled()
173 const int trainIdx = blockIdx.x * BLOCK_SIZE + threadIdx.x; in match() local
223const PtrStepSzi& trainIdx, const PtrStepSzf& distance, const PtrStepSz<unsigned int>& nMatches, in match()
241const PtrStepSzi& trainIdx, const PtrStepSzi& imgIdx, const PtrStepSzf& distance, const PtrStepSz<… in match()
276const PtrStepSzi& trainIdx, const PtrStepSzf& distance, const PtrStepSz<unsigned int>& nMatches, in matchDispatcher()
340const PtrStepSzi& trainIdx, const PtrStepSzf& distance, const PtrStepSz<unsigned int>& nMatches, in matchL1_gpu()
365const PtrStepSzi& trainIdx, const PtrStepSzf& distance, const PtrStepSz<unsigned int>& nMatches, in matchL2_gpu()
390const PtrStepSzi& trainIdx, const PtrStepSzf& distance, const PtrStepSz<unsigned int>& nMatches, in matchHamming_gpu()
[all …]
H A Dbf_match.cu127 const int trainIdx = t * BLOCK_SIZE + threadIdx.x; in loopUnrolledCached() local
171 const PtrStepSzi& trainIdx, const PtrStepSzf& distance, in matchUnrolledCached()
287 const int trainIdx = t * BLOCK_SIZE + threadIdx.x; in loopUnrolled() local
329 const PtrStepSzi& trainIdx, const PtrStepSzf& distance, in matchUnrolled()
386const PtrStepSzi& trainIdx, const PtrStepSzi& imgIdx, const PtrStepSzf& distance, in matchUnrolled()
442 const int trainIdx = t * BLOCK_SIZE + threadIdx.x; in loop() local
484 const PtrStepSzi& trainIdx, const PtrStepSzf& distance, in match()
540 const PtrStepSzi& trainIdx, const PtrStepSzi& imgIdx, const PtrStepSzf& distance, in match()
560 const PtrStepSzi& trainIdx, const PtrStepSzf& distance, in matchDispatcher()
624const PtrStepSzi& trainIdx, const PtrStepSzf& distance, in matchL1_gpu()
[all …]
H A Dbf_knnmatch.cu352 const int trainIdx = t * BLOCK_SIZE + threadIdx.x; in loopUnrolledCached() local
531 const int trainIdx = t * BLOCK_SIZE + threadIdx.x; in loopUnrolled() local
588 const PtrStepSz<int2>& trainIdx, const PtrStepSz<float2>& distance, in matchUnrolled()
705 const int trainIdx = t * BLOCK_SIZE + threadIdx.x; in loop() local
762 const PtrStepSz<int2>& trainIdx, const PtrStepSz<float2>& distance, in match()
841 const PtrStepSzb& trainIdx, const PtrStepSzb& distance, in match2Dispatcher()
910 const int trainIdx = blockIdx.x * BLOCK_SIZE + threadIdx.x; in calcDistanceUnrolled() local
974 const int trainIdx = blockIdx.x * BLOCK_SIZE + threadIdx.x; in calcDistance() local
1203 const PtrStepSzb& trainIdx, const PtrStepSzb& imgIdx, const PtrStepSzb& distance, in match2L1_gpu()
1220 const PtrStepSzb& trainIdx, const PtrStepSzb& imgIdx, const PtrStepSzb& distance, in match2L2_gpu()
[all …]
/dports/science/rdkit/rdkit-Release_2021_03_5/rdkit/ML/
H A DEnrichPlot.py426 trainIdx, testIdx = SplitData.SplitIndices(tmpD.GetNPts(), model._splitFrac, silent=1) variable
431 trainIdx = trainFilt variable
433 testIdx, trainIdx = trainIdx, testIdx variable
H A DScreenComposite.py1356 trainIdx = testIdx variable
1392 trainIdx, testIdx = PrepareDataFromDetails(model, details, tmpD, verbose=1) variable
/dports/graphics/opencv/opencv-4.5.3/modules/features2d/src/
H A Dmatchers.cpp77 UMat &trainIdx, UMat &distance, int distType) in ocl_matchSingle()
130 static bool ocl_matchConvert(const Mat &trainIdx, const Mat &distance, std::vector< std::vector<DMa… in ocl_matchConvert()
174 static bool ocl_knnMatchSingle(InputArray query, InputArray train, UMat &trainIdx, in ocl_knnMatchSingle()
287 UMat &trainIdx, UMat &distance, UMat &nMatches, float maxDistance, int distType) in ocl_radiusMatchSingle()
343 static bool ocl_radiusMatchConvert(const Mat &trainIdx, const Mat &distance, const Mat &_nMatches, in ocl_radiusMatchConvert()
394 static bool ocl_radiusMatchDownload(const UMat &trainIdx, const UMat &distance, const UMat &nMatche… in ocl_radiusMatchDownload()
686 bool DescriptorMatcher::isPossibleMatch( InputArray _mask, int queryIdx, int trainIdx ) in isPossibleMatch()
736 UMat trainIdx, distance; in ocl_match() local
746 UMat trainIdx, distance; in ocl_knnMatch() local
899 UMat trainIdx, distance, nMatches; in ocl_radiusMatch() local
[all …]
H A Dbagofwords.cpp204 int trainIdx = matches[i].trainIdx; // cluster index in compute() local
/dports/graphics/opencv/opencv-4.5.3/contrib/modules/cudafeatures2d/src/
H A Dbrute_force_matcher.cpp371 GpuMat trainIdx(1, nQuery, CV_32SC1, matches.ptr(0)); in matchAsync() local
433 GpuMat trainIdx(1, nQuery, CV_32SC1, matches.ptr(0)); in matchAsync() local
484 const int trainIdx = trainIdxPtr[queryIdx]; in matchConvert() local
630 GpuMat trainIdx, distance, allDist; in knnMatchAsync() local
718 GpuMat trainIdx(1, nQuery, CV_32SC2, matches.ptr(0)); in knnMatchAsync() local
793 const int trainIdx = *trainIdxPtr; in knnMatchConvert() local
904 GpuMat trainIdx(nQuery, cols, CV_32SC1, matches.ptr(0), matches.step); in radiusMatchAsync() local
970 GpuMat trainIdx(nQuery, nQuery, CV_32SC1, matches.ptr(0), matches.step); in radiusMatchAsync() local
1052 const int trainIdx = trainIdxPtr[i]; in radiusMatchConvert() local
/dports/graphics/opencv/opencv-4.5.3/modules/core/misc/java/src/java/
H A Dcore+DMatch.java18 public int trainIdx; field in DMatch
/dports/graphics/opencv/opencv-4.5.3/modules/core/misc/objc/common/
H A DDMatch.mm21 - (int)trainIdx { method
/dports/graphics/opencv/opencv-4.5.3/modules/ml/src/
H A Ddata.cpp816 int* trainIdx = trainSampleIdx.ptr<int>(); in shuffleTrainTest() local
/dports/graphics/opencv/opencv-4.5.3/modules/ts/src/
H A Dts_perf.cpp173 cv::Mat trainIdx(len, 1, CV_32SC1, len ? (void*)&array[0].trainIdx : 0, sizeof(cv::DMatch)); in addMatches() local
/dports/graphics/opencv/opencv-4.5.3/modules/core/include/opencv2/core/
H A Dtypes.hpp816 CV_PROP_RW int trainIdx; //!< train descriptor index member in cv::DMatch