@@ -3,39 +3,43 @@ API Reference
33.. toctree ::
44 :caption: API Reference
55
6- .. autofunction :: segmenteverygrain.predict_image
7- .. autofunction :: segmenteverygrain.predict_large_image
8- .. autofunction :: segmenteverygrain.predict_image_tile
9- .. autofunction :: segmenteverygrain.label_grains
10- .. autofunction :: segmenteverygrain.one_point_prompt
11- .. autofunction :: segmenteverygrain.two_point_prompt
12- .. autofunction :: segmenteverygrain.find_overlapping_polygons
13- .. autofunction :: segmenteverygrain.weighted_crossentropy
14- .. autofunction :: segmenteverygrain.plot_images_and_labels
156.. autofunction :: segmenteverygrain.calculate_iou
16- .. autofunction :: segmenteverygrain.pick_most_similar_polygon
17- .. autofunction :: segmenteverygrain.sam_segmentation
18- .. autofunction :: segmenteverygrain.find_connected_components
19- .. autofunction :: segmenteverygrain.merge_overlapping_polygons
20- .. autofunction :: segmenteverygrain.rasterize_grains
7+ .. autofunction :: segmenteverygrain.classify_points
8+ .. autofunction :: segmenteverygrain.click_for_scale
9+ .. autofunction :: segmenteverygrain.collect_polygon_from_mask
10+ .. autofunction :: segmenteverygrain.compute_curvature
11+ .. autofunction :: segmenteverygrain.convert_to_large_image_coords
12+ .. autofunction :: segmenteverygrain.create_and_train_model
2113.. autofunction :: segmenteverygrain.create_labeled_image
14+ .. autofunction :: segmenteverygrain.create_train_val_test_data
15+ .. autofunction :: segmenteverygrain.extract_patch
16+ .. autofunction :: segmenteverygrain.find_connected_components
17+ .. autofunction :: segmenteverygrain.find_grain_size_classes
18+ .. autofunction :: segmenteverygrain.find_overlapping_polygons
19+ .. autofunction :: segmenteverygrain.get_area_weighted_distribution
20+ .. autofunction :: segmenteverygrain.get_grains_from_patches
21+ .. autofunction :: segmenteverygrain.label_grains
2222.. autofunction :: segmenteverygrain.load_and_preprocess
23+ .. autofunction :: segmenteverygrain.merge_overlapping_polygons
2324.. autofunction :: segmenteverygrain.onclick
24- .. autofunction :: segmenteverygrain.onpress
2525.. autofunction :: segmenteverygrain.onclick2
26- .. autofunction :: segmenteverygrain.onpress2
27- .. autofunction :: segmenteverygrain.click_for_scale
28- .. autofunction :: segmenteverygrain.get_grains_from_patches
29- .. autofunction :: segmenteverygrain.plot_image_w_colorful_grains
30- .. autofunction :: segmenteverygrain.plot_grain_axes_and_centroids
31- .. autofunction :: segmenteverygrain.classify_points
32- .. autofunction :: segmenteverygrain.compute_curvature
33- .. autofunction :: segmenteverygrain.extract_patch
34- .. autofunction :: segmenteverygrain.convert_to_large_image_coords
3526.. autofunction :: segmenteverygrain.onclick_large_image
27+ .. autofunction :: segmenteverygrain.one_point_prompt
28+ .. autofunction :: segmenteverygrain.onpress
29+ .. autofunction :: segmenteverygrain.onpress2
3630.. autofunction :: segmenteverygrain.patchify_training_data
37- .. autofunction :: segmenteverygrain.create_train_val_test_data
38- .. autofunction :: segmenteverygrain.create_and_train_model
39- .. autofunction :: segmenteverygrain.save_polygons
31+ .. autofunction :: segmenteverygrain.pick_most_similar_polygon
32+ .. autofunction :: segmenteverygrain.plot_grain_axes_and_centroids
33+ .. autofunction :: segmenteverygrain.plot_histogram_of_axis_lengths
34+ .. autofunction :: segmenteverygrain.plot_image_w_colorful_grains
35+ .. autofunction :: segmenteverygrain.plot_images_and_labels
36+ .. autofunction :: segmenteverygrain.predict_image
37+ .. autofunction :: segmenteverygrain.predict_image_tile
38+ .. autofunction :: segmenteverygrain.predict_large_image
39+ .. autofunction :: segmenteverygrain.rasterize_grains
4040.. autofunction :: segmenteverygrain.read_polygons
41- .. autofunction :: segmenteverygrain.plot_histogram_of_axis_lengths
41+ .. autofunction :: segmenteverygrain.sam_segmentation
42+ .. autofunction :: segmenteverygrain.save_polygons
43+ .. autofunction :: segmenteverygrain.two_point_prompt
44+ .. autofunction :: segmenteverygrain.Unet
45+ .. autofunction :: segmenteverygrain.weighted_crossentropy
0 commit comments