/external/opencv3/modules/imgproc/src/ |
D | connectedcomponents.cpp | 192 LabelT operator()(const cv::Mat &I, cv::Mat &L, int connectivity, StatsOp &sop){ in operator ()() 195 CV_Assert(connectivity == 8 || connectivity == 4); in operator ()() 218 if(connectivity == 8){ in operator ()() 340 int connectedComponents_sub1(const cv::Mat &I, cv::Mat &L, int connectivity, StatsOp &sop){ in connectedComponents_sub1() argument 342 CV_Assert(connectivity == 8 || connectivity == 4); in connectedComponents_sub1() 352 return (int) LabelingImpl<uchar, uchar, StatsOp>()(I, L, connectivity, sop); in connectedComponents_sub1() 354 return (int) LabelingImpl<ushort, uchar, StatsOp>()(I, L, connectivity, sop); in connectedComponents_sub1() 358 return (int) LabelingImpl<int, uchar, StatsOp>()(I, L, connectivity, sop); in connectedComponents_sub1() 367 int cv::connectedComponents(InputArray _img, OutputArray _labels, int connectivity, int ltype){ in connectedComponents() argument 373 return connectedComponents_sub1(img, labels, connectivity, sop); in connectedComponents() [all …]
|
/external/opencv3/samples/python2/ |
D | floodfill.py | 37 connectivity = 4 variable 47 flags = connectivity 74 connectivity = 12-connectivity variable 75 print 'connectivity =', connectivity
|
/external/e2fsprogs/tests/f_resize_inode/ |
D | expect | 23 Pass 3: Checking directory connectivity 36 Pass 3: Checking directory connectivity 51 Pass 3: Checking directory connectivity 64 Pass 3: Checking directory connectivity 79 Pass 3: Checking directory connectivity 92 Pass 3: Checking directory connectivity 107 Pass 3: Checking directory connectivity 120 Pass 3: Checking directory connectivity 133 Pass 3: Checking directory connectivity 166 Pass 3: Checking directory connectivity
|
/external/autotest/client/site_tests/desktopui_ConnectivityDiagnostics/ |
D | control | 7 PURPOSE = "Basic sanity check of connectivity diagnostics in Chrome." 8 CRITERIA = "This test will fail if the connectivity diagnostics smoke tests fail." 15 This test logs in, connects to the connectivity diagnostics app, and asks it to
|
/external/opencv3/samples/cpp/ |
D | ffilldemo.cpp | 32 int connectivity = 4; variable 45 int flags = connectivity + (newMaskVal << 8) + in onMouse() 157 connectivity = 4; in main() 161 connectivity = 8; in main()
|
/external/opencv3/samples/cpp/tutorial_code/Histograms_Matching/ |
D | calcBackProject_Demo2.cpp | 65 int connectivity = 8; in pickPoint() local 66 int flags = connectivity + (newMaskVal << 8 ) + FLOODFILL_FIXED_RANGE + FLOODFILL_MASK_ONLY; in pickPoint()
|
/external/opencv3/modules/imgproc/perf/ |
D | perf_floodfill.cpp | 34 int connectivity = get<2>(GetParam()); variable 53 int flags = connectivity + (newMaskVal << 8) + (modeType == 1 ? FLOODFILL_FIXED_RANGE : 0);
|
/external/opencv3/modules/imgproc/test/ |
D | test_floodfill.cpp | 67 int connectivity; member in CV_FloodFillTest 105 connectivity = (cvtest::randInt(rng) & 1) ? 4 : 8; in get_test_array_types_and_sizes() 191 int flags = connectivity + (mask_only ? CV_FLOODFILL_MASK_ONLY : 0) + in run_func() 239 double* comp, int connectivity, int range_type, in cvTsFloodFill() argument 292 if( connectivity == 4 ) in cvTsFloodFill() 521 comp, connectivity, range_type, in prepare_to_validation()
|
/external/e2fsprogs/tests/f_orphan_extents_inode/ |
D | expect.2 | 3 Pass 3: Checking directory connectivity
|
/external/e2fsprogs/tests/f_ext_zero_len/ |
D | expect.2 | 3 Pass 3: Checking directory connectivity
|
/external/e2fsprogs/tests/f_full_bg/ |
D | expect.2 | 3 Pass 3: Checking directory connectivity
|
D | expect.1 | 3 Pass 3: Checking directory connectivity
|
/external/e2fsprogs/tests/f_imagic_fs/ |
D | expect.2 | 3 Pass 3: Checking directory connectivity
|
/external/e2fsprogs/tests/f_eofblocks/ |
D | expect.2 | 3 Pass 3: Checking directory connectivity
|
/external/e2fsprogs/tests/f_dup_de2/ |
D | expect.2 | 3 Pass 3: Checking directory connectivity
|
/external/e2fsprogs/tests/f_summary_counts/ |
D | expect.2 | 3 Pass 3: Checking directory connectivity
|
/external/e2fsprogs/tests/f_unused_itable/ |
D | expect.2 | 3 Pass 3: Checking directory connectivity
|
/external/e2fsprogs/tests/f_orphan_indirect_inode/ |
D | expect.2 | 3 Pass 3: Checking directory connectivity
|
/external/e2fsprogs/tests/f_dirlink/ |
D | expect.2 | 3 Pass 3: Checking directory connectivity
|
/external/e2fsprogs/tests/f_orphan_dotdot_ft/ |
D | expect.2 | 3 Pass 3: Checking directory connectivity
|
/external/e2fsprogs/tests/f_file_acl_high/ |
D | expect.2 | 3 Pass 3: Checking directory connectivity
|
/external/e2fsprogs/tests/f_h_normal/ |
D | expect.2 | 3 Pass 3: Checking directory connectivity
|
/external/e2fsprogs/tests/f_noroot/ |
D | expect.2 | 3 Pass 3: Checking directory connectivity
|
/external/e2fsprogs/tests/f_h_unsigned/ |
D | expect.2 | 3 Pass 3: Checking directory connectivity
|
/external/e2fsprogs/tests/f_okgroup/ |
D | expect.2 | 3 Pass 3: Checking directory connectivity
|