Home
last modified time | relevance | path

Searched refs:min_shapes (Results 1 – 5 of 5) sorted by relevance

/dports/graphics/py-scikit-image/scikit-image-0.19.0/skimage/draw/tests/
H A Dtest_random_shapes.py17 (4567, 123), min_shapes=3, max_shapes=20, channel_axis=None)
24 (4567, 123), min_shapes=3, max_shapes=20, multichannel=False)
39 shape, num_channels=num_channels, min_shapes=3, max_shapes=10,
/dports/graphics/py-scikit-image/scikit-image-0.19.0/doc/examples/edges/
H A Dplot_random_shapes.py50 image, _ = random_shapes((128, 128), min_shapes=5, max_shapes=10,
/dports/graphics/py-scikit-image/scikit-image-0.19.0/skimage/draw/
H A D_random_shapes.py297 min_shapes=1, argument
420 num_shapes = random.integers(min_shapes, max_shapes + 1)
/dports/graphics/tesseract/tesseract-5.0.0/src/training/common/
H A Dmastertrainer.h245 void ClusterShapes(int min_shapes, int max_shape_unichars, float max_dist,
H A Dmastertrainer.cpp969 void MasterTrainer::ClusterShapes(int min_shapes, int max_shape_unichars, in ClusterShapes() argument
972 int max_merges = num_shapes - min_shapes; in ClusterShapes()