MCPcopy Create free account

hub / github.com/DigitalSlideArchive/HistomicsTK / functions

Functions504 in github.com/DigitalSlideArchive/HistomicsTK

Functionrag_color
Generates a coloring of an adjacency graph using the sequential coloring algorithm. Used to bin regions from a label image into a small number of
histomicstk/segmentation/rag_color.py:4
Functionreg_edge
Distance-regularized edge-based level sets. Distance-regularization is used in this edge-based level set implementation to avoid numerical pr
histomicstk/segmentation/level_set/reg_edge.py:6
Functionreinhard_stats
Samples a whole-slide-image to determine colorspace statistics (mean, variance) needed to perform global Reinhard color normalization. Normal
histomicstk/preprocessing/color_normalization/reinhard_stats.py:9
Functionreinhard_stats_rgb
(rgb_image)
histomicstk/preprocessing/color_normalization/reinhard_stats.py:87
Functionremove_overlap_nuclei
Remove overlapping nuclei using spatial indexing and parallel processing. This function removes overlapping nuclei polygons from input using
histomicstk/segmentation/label/remove_overlap_nuclei.py:57
Functionreproduce_annotations_from_backup
Reproduce annotations on HistomicsUI from local backup. This is the reverse functionality to dump_annotations.locally(). This reproduces this
histomicstk/utils/girder_convenience_utils.py:542
Functionrevert_annotation
Revert an annotation to a previous version. Parameters ---------- gc : girder_client.GirderClient authenticated girder client
histomicstk/utils/girder_convenience_utils.py:347
Functionrevert_annotations_in_folder
Revert all annotations in a folder recursively. Parameters ---------- gc : girder_client.GirderClient authenticated girder client
histomicstk/utils/girder_convenience_utils.py:446
Functionrgb_separate_stains_xu_snmf
Compute the stain matrix for color deconvolution with SNMF from an RGB image or matrix. Parameters ---------- im_rgb : array_like
histomicstk/preprocessing/color_deconvolution/rgb_separate_stains_xu_snmf.py:5
Functionsample_pixels
Generates a sampling of pixels from a whole-slide image. Useful for generating statistics or Reinhard color-normalization or adaptive deconvo
histomicstk/utils/sample_pixels.py:8
Functionsegment_wsi_foreground_at_low_res
( ts, lres_size=2048, invert_image=False, frame=None, default_img_inversion=False)
histomicstk/cli/utils.py:58
Methodset_color_normalization_target
Set color normalization values to use from target image. Arguments: --------- ref_image_path, str > path to target
histomicstk/saliency/cellularity_detection_thresholding.py:604
Functionshuffle
Shuffles labels in a label image to improve visualization and enhance object boundaries. Parameters ---------- im_label : array_
histomicstk/segmentation/label/shuffle.py:4
Functionsplit
Re-labels objects that have multiple non-contiguous portions to create a new label image where each object is contiguous. Parameters ----
histomicstk/segmentation/label/split.py:6
FunctionsplitArgs
Split a Namespace into a Namespace of Namespaces based on shared prefixes. The string separating the prefix from the rest of the argument is
histomicstk/cli/utils.py:451
MethodtestSimple
(self)
tests/test_global_cell_graph_features.py:9
FunctiontestXMLParsing
(cli, caplog)
tests/test_cli_xml.py:14
Methodtest_Slide_iterator
Test Slide_iterator.run().
histomicstk/workflows/tests/test_workflow_runner.py:57
Methodtest_annotations_to_contours_no_mask_1
Test annotations_to_contours_no_mask().
histomicstk/annotations_and_masks/tests/test_annotations_to_object_mask_handler.py:116
Methodtest_annotations_to_contours_no_mask_2
Test get_image_and_mask_from_slide().
histomicstk/annotations_and_masks/tests/test_annotations_to_object_mask_handler.py:141
Methodtest_argpercentile
(self)
tests/test_color_deconvolution.py:25
Methodtest_background_intensity
(self)
tests/test_color_normalization.py:52
Methodtest_cdog
(self)
tests/test_blob_detection_filters.py:88
Methodtest_cellularity_detection_superpixels
Test Cellularity_detector_superpixels().
histomicstk/saliency/tests/test_saliency.py:105
Methodtest_cellularity_detection_thresholding
Test Cellularity_detector_thresholding().
histomicstk/saliency/tests/test_saliency.py:87
Methodtest_clog
(self)
tests/test_blob_detection_filters.py:60
Methodtest_compute_fsd_features
(self)
tests/test_feature_extraction.py:308
Methodtest_compute_gradient_features
(self)
tests/test_feature_extraction.py:215
Methodtest_compute_haralick_features
(self)
tests/test_feature_extraction.py:168
Methodtest_create_review_galleries
Test create_review_galleries().
histomicstk/annotations_and_masks/tests/test_review_gallery.py:147
Methodtest_create_tile_nuclei_annotations
(self)
tests/test_cli_common.py:87
Methodtest_defaults
(self)
tests/test_cli_results.py:101
Methodtest_delete_border
(self)
tests/test_segmentation_label.py:62
Methodtest_detection
(self, filename, params, roi)
tests/test_cli_results.py:61
Methodtest_detection
(self, filename, params, roi)
tests/test_cli_results.py:83
Methodtest_dump_annotations_locally_1
Test dump annotations locally.
histomicstk/annotations_and_masks/tests/test_annotation_database_parser.py:68
Methodtest_dump_annotations_locally_2
Test dump annotations locally.
histomicstk/annotations_and_masks/tests/test_annotation_database_parser.py:99
Methodtest_get_absolute_girder_path
(self)
histomicstk/utils/tests/test_girder_convenience_utils.py:53
Methodtest_get_all_rois_from_folder_v2
Test get_all_rois_from_folder_v2().
histomicstk/annotations_and_masks/tests/test_review_gallery.py:94
Methodtest_get_all_rois_from_slide
Test get_all_roi_masks_for_slide() as-is without tiling.
histomicstk/annotations_and_masks/tests/test_annotations_to_masks_handler.py:144
Methodtest_get_all_rois_from_slide_tiled
Test get_all_roi_masks_for_slide() with tiling.
histomicstk/annotations_and_masks/tests/test_annotations_to_masks_handler.py:183
Methodtest_get_all_rois_from_slide_v2
Test get_all_rois_from_slide_v2().
histomicstk/annotations_and_masks/tests/test_annotations_to_object_mask_handler.py:161
Methodtest_get_annotation_documents_from_contours
Test get_contours_from_bin_mask().
histomicstk/annotations_and_masks/tests/test_masks_to_annotations_handler.py:115
Methodtest_get_bboxes_from_slide_annotations
Test get_bboxes_from_slide_annotations.
histomicstk/annotations_and_masks/tests/test_annotation_and_mask_utils.py:64
Methodtest_get_contours_from_mask
Test get_contours_from_mask().
histomicstk/annotations_and_masks/tests/test_masks_to_annotations_handler.py:48
Methodtest_get_contours_from_mask_with_groups
Test get_contours_from_mask().
histomicstk/annotations_and_masks/tests/test_masks_to_annotations_handler.py:68
Methodtest_get_contours_from_mask_with_zeroes
Test get_contours_from_mask().
histomicstk/annotations_and_masks/tests/test_masks_to_annotations_handler.py:88
Methodtest_get_image_and_mask_manual_bounds
Test get_image_and_mask_from_slide().
histomicstk/annotations_and_masks/tests/test_annotations_to_masks_handler.py:224
Methodtest_get_image_and_mask_minbbox
Test get_image_and_mask_from_slide().
histomicstk/annotations_and_masks/tests/test_annotations_to_masks_handler.py:252
Methodtest_get_image_from_htk_response
Test get_image_from_htk_response.
histomicstk/annotations_and_masks/tests/test_annotation_and_mask_utils.py:55
Methodtest_get_region_dict
(self)
tests/test_cli_common.py:37
Methodtest_get_roi_mask
Test get_roi_mask().
histomicstk/annotations_and_masks/tests/test_annotations_to_masks_handler.py:123
Methodtest_get_scale_factor_and_appendStr
Test get_scale_factor_and_appendStr.
histomicstk/annotations_and_masks/tests/test_annotation_and_mask_utils.py:103
Methodtest_get_stain_matrix
(self)
tests/test_cli_common.py:24
Methodtest_get_tissue_boundary_annotation_documents
Test get_tissue_boundary_annotation_documents().
histomicstk/saliency/tests/test_saliency.py:64
Methodtest_get_tissue_mask
Test get_tissue_mask().
histomicstk/saliency/tests/test_saliency.py:54
Methodtest_graycomatrixext
(self)
tests/test_glcm.py:9
Methodtest_image_inversion_flag_setter
(self)
tests/test_nuclei_segmentation.py:172
Methodtest_macenko
(self)
tests/test_color_deconvolution.py:13
Methodtest_macenko_normalization
Test macenko_pca normalization.
histomicstk/preprocessing/tests/test_normalization_and_augmentation.py:95
Methodtest_nuclei_detection
(self)
tests/test_nuclei_segmentation.py:177
Methodtest_nuclei_detection_image_inverted
(self)
tests/test_nuclei_segmentation.py:203
Methodtest_od_to_rgb
(self)
tests/test_color_conversion.py:27
Methodtest_parse_slide_annotations_into_tables
Test parse_slide_annotations_into_tables.
histomicstk/annotations_and_masks/tests/test_annotation_and_mask_utils.py:74
Methodtest_polygon_merger_rtree
Test Polygon_merger_v2.run().
histomicstk/annotations_and_masks/tests/test_polygon_merger.py:90
Methodtest_polygon_merger_tiled_masks
Test Polygon_merger.run().
histomicstk/annotations_and_masks/tests/test_polygon_merger.py:31
Functiontest_prep
(girderClient)
histomicstk/annotations_and_masks/tests/test_annotation_database_parser.py:32
Functiontest_prep
(girderClient)
histomicstk/annotations_and_masks/tests/test_annotations_to_masks_handler.py:46
Functiontest_prep
(girderClient)
histomicstk/annotations_and_masks/tests/test_annotations_to_object_mask_handler.py:43
Functiontest_prep
(girderClient)
histomicstk/annotations_and_masks/tests/test_review_gallery.py:37
Functiontest_prep
()
histomicstk/preprocessing/tests/test_normalization_and_augmentation.py:37
Functiontest_prep
(girderClient)
histomicstk/saliency/tests/test_saliency.py:45
Methodtest_prep
(self, girderClient)
histomicstk/utils/tests/test_girder_convenience_utils.py:31
Methodtest_prep
(self, girderClient)
histomicstk/annotations_and_masks/tests/test_annotation_and_mask_utils.py:36
Methodtest_prep
(self, girderClient)
histomicstk/workflows/tests/test_workflow_runner.py:34
Methodtest_reinhard
Test reinhard.
histomicstk/preprocessing/tests/test_normalization_and_augmentation.py:60
Methodtest_reinhard_stats
(self)
tests/test_color_normalization.py:14
Methodtest_reinhard_stats
(self)
tests/test_color_normalization.py:80
Methodtest_removing_overlapping_nuclei
(self)
tests/test_nuclei_segmentation.py:255
Methodtest_removing_overlapping_nuclei_bbox
(self)
tests/test_nuclei_segmentation.py:288
Methodtest_revert_annotations_in_slide
(self)
histomicstk/utils/tests/test_girder_convenience_utils.py:100
Methodtest_rgb_perturb_stain_concentration
Test rgb_perturb_stain_concentration.
histomicstk/preprocessing/tests/test_normalization_and_augmentation.py:140
Methodtest_rgb_to_lab_to_rgb
(self)
tests/test_color_conversion.py:56
Methodtest_rgb_to_od
(self)
tests/test_color_conversion.py:9
Methodtest_rgb_to_od_to_rgb
(self)
tests/test_color_conversion.py:45
Methodtest_roundtrip
(self)
tests/test_color_deconvolution.py:51
Methodtest_runner_using_annotation_style_update
Test workflow runner for cellularity detection.
histomicstk/workflows/tests/test_workflow_runner.py:72
Methodtest_scale_slide_annotations
Test scale_slide_annotations.
histomicstk/annotations_and_masks/tests/test_annotation_and_mask_utils.py:94
Methodtest_segment_nuclei_guassian_voting
(self)
tests/test_nuclei_segmentation.py:93
Methodtest_segment_nuclei_kofahi
(self)
tests/test_nuclei_segmentation.py:23
Methodtest_segment_wsi_foreground_at_low_res
(self)
tests/test_cli_common.py:52
Methodtest_short_array
(self)
tests/test_color_deconvolution.py:66
Methodtest_splitArgs
(self)
tests/test_cli_common.py:260
Methodtest_tile_overlap
(self)
tests/test_nuclei_segmentation.py:229
Methodtest_trace_boundary
(self)
tests/test_segmentation_label.py:9
Methodtest_trace_boundary_bad
(self)
tests/test_segmentation_label.py:49
Methodtest_update_permissions_for_annotations_in_slide
(self)
histomicstk/utils/tests/test_girder_convenience_utils.py:59
Methodtest_update_styles_for_annotations_in_slide
(self)
histomicstk/utils/tests/test_girder_convenience_utils.py:84
Methodunion_point
Placeholder.
histomicstk/annotations_and_masks/pyrtree/rect.py:155
Functionupdate_permissions_for_annotation
Update permissions for a single annotation. Parameters ---------- gc : gider_client.GirderClient authenticated girder client inst
histomicstk/utils/girder_convenience_utils.py:77
← previousnext →401–500 of 504, ranked by callers