Home
last modified time | relevance | path

Searched defs:dcount (Results 1 – 6 of 6) sorted by relevance

/external/opencv3/modules/features2d/src/kaze/
DKAZEFeatures.cpp662 int x2 = 0, y2 = 0, kx = 0, ky = 0, i = 0, j = 0, dcount = 0; in Get_KAZE_Upright_Descriptor_64() local
791 int kx = 0, ky = 0, i = 0, j = 0, dcount = 0; in Get_KAZE_Descriptor_64() local
919 int x2 = 0, y2 = 0, kx = 0, ky = 0, i = 0, j = 0, dcount = 0; in Get_KAZE_Upright_Descriptor_128() local
1074 int kx = 0, ky = 0, i = 0, j = 0, dcount = 0; in Get_KAZE_Descriptor_128() local
DAKAZEFeatures.cpp863 int x2 = 0, y2 = 0, kx = 0, ky = 0, i = 0, j = 0, dcount = 0; in Get_MSURF_Upright_Descriptor_64() local
987 int kx = 0, ky = 0, i = 0, j = 0, dcount = 0; in Get_MSURF_Descriptor_64() local
/external/google-breakpad/src/client/linux/minidump_writer/
Dlinux_dumper.cc169 size_t dcount = segment_size / sizeof(ElfW(Dyn)); in ElfFileSoNameFromMappedFile() local
/external/opencv/ml/src/
Dmlann_mlp.cpp1063 int i, ivcount, ovcount, l_count, total = 0, max_iter, buf_sz, dcount0, dcount=0; in train_rprop() local
/external/opencv3/modules/ml/src/
Dann_mlp.cpp897 int dcount = i1 - i0; in operator ()() local
/external/opencv3/modules/imgproc/src/
Dfilter.cpp322 int dcount = bufRows - ay - startY - rowCount + roi.y; in proceed() local