Home
last modified time | relevance | path

Searched refs:WSHED (Results 1 – 6 of 6) sorted by relevance

/dports/graphics/IPA/IPA-1.08/Morphology/
H A DMorphology2.c471 #define WSHED 0 macro
586 (x < maxx && out[p+1] >= WSHED) || in IPA__Morphology_watershed()
587 (x > 0 && out[p-1] >= WSHED) || in IPA__Morphology_watershed()
588 (y > 0 && out[p-width] >= WSHED) || in IPA__Morphology_watershed()
602 …(x < maxx && (out[p+1] >= WSHED || ( y > 0 && out[p-width+1] >= WSHED) || ( y < maxy && out[p+widt… in IPA__Morphology_watershed()
603 …(x > 0 && (out[p-1] >= WSHED || ( y > 0 && out[p-width-1] >= WSHED) || ( y < maxy && out[p+width-1… in IPA__Morphology_watershed()
653 out[p] = WSHED; in IPA__Morphology_watershed()
655 out[p] = WSHED; in IPA__Morphology_watershed()
725 if (out[p] == WSHED) continue; in IPA__Morphology_watershed()
733 out[p] = WSHED; in IPA__Morphology_watershed()
[all …]
/dports/misc/vxl/vxl-3.3.2/contrib/brl/bbas/bil/algo/
H A Dbil_wshed2d.cxx80 if (output_img_(i, j) != WSHED) in bil_wshed_2d_main()
83 output_img_uchar_(i + min_x, j + min_y) = WSHED; in bil_wshed_2d_main()
123 if (output_img_(neigh_x, neigh_y) > 0 || output_img_(neigh_x, neigh_y) == WSHED) in add_connected_pixels_to_queue()
295 if (output_img_(i, j) != WSHED && (is_there_a_neighbor_of_smaller_label(i,j))) in highlight_region_boundaries()
296 output_img_(i, j) = WSHED; in highlight_region_boundaries()
318 if (output_img_(neigh_x, neigh_y) != WSHED && output_img_(neigh_x, neigh_y) < region_id) in is_there_a_neighbor_of_smaller_label()
384 (output_img_(neigh_x, neigh_y) > 0 || output_img_(neigh_x, neigh_y) == WSHED)) in process_given_connected_pixel()
388 if (output_img_(pos_x, pos_y) == WSHED_MASK || output_img_(pos_x, pos_y) == WSHED) in process_given_connected_pixel()
391 output_img_(pos_x, pos_y) = WSHED; in process_given_connected_pixel()
394 output_img_(pos_x, pos_y) = WSHED; in process_given_connected_pixel()
[all …]
H A Dbil_wshed2d.h27 #define WSHED 0 macro
/dports/graphics/opencv/opencv-4.5.3/modules/imgproc/src/
H A Dsegmentation.cpp94 const int WSHED = -1; // Pixel belongs to watershed in watershed() local
181 mask[j] = mask[j + mstep*(size.height-1)] = WSHED; in watershed()
188 mask[0] = mask[size.width-1] = WSHED; // boundary pixels in watershed()
273 else if( t != lab ) lab = WSHED; in watershed()
279 else if( t != lab ) lab = WSHED; in watershed()
285 else if( t != lab ) lab = WSHED; in watershed()
292 if( lab == WSHED ) in watershed()
/dports/graphics/qgis/qgis-3.22.3/python/plugins/sagaprovider/tests/testdata/
H A Dsaga_algorithm_tests.yaml703 WSHED:
/dports/graphics/qgis-ltr/qgis-3.16.16/python/plugins/processing/tests/testdata/
H A Dsaga_algorithm_tests.yaml707 WSHED: