Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DigitalSlideArchive/HistomicsTK
/ functions
Functions
504 in github.com/DigitalSlideArchive/HistomicsTK
⨍
Functions
504
◇
Types & classes
58
Function
rag_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
Function
reg_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
Function
reinhard_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
Function
reinhard_stats_rgb
(rgb_image)
histomicstk/preprocessing/color_normalization/reinhard_stats.py:87
Function
remove_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
Function
reproduce_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
Function
revert_annotation
Revert an annotation to a previous version. Parameters ---------- gc : girder_client.GirderClient authenticated girder client
histomicstk/utils/girder_convenience_utils.py:347
Function
revert_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
Function
rgb_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
Function
sample_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
Function
segment_wsi_foreground_at_low_res
( ts, lres_size=2048, invert_image=False, frame=None, default_img_inversion=False)
histomicstk/cli/utils.py:58
Method
set_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
Function
shuffle
Shuffles labels in a label image to improve visualization and enhance object boundaries. Parameters ---------- im_label : array_
histomicstk/segmentation/label/shuffle.py:4
Function
split
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
Function
splitArgs
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
Method
testSimple
(self)
tests/test_global_cell_graph_features.py:9
Function
testXMLParsing
(cli, caplog)
tests/test_cli_xml.py:14
Method
test_Slide_iterator
Test Slide_iterator.run().
histomicstk/workflows/tests/test_workflow_runner.py:57
Method
test_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
Method
test_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
Method
test_argpercentile
(self)
tests/test_color_deconvolution.py:25
Method
test_background_intensity
(self)
tests/test_color_normalization.py:52
Method
test_cdog
(self)
tests/test_blob_detection_filters.py:88
Method
test_cellularity_detection_superpixels
Test Cellularity_detector_superpixels().
histomicstk/saliency/tests/test_saliency.py:105
Method
test_cellularity_detection_thresholding
Test Cellularity_detector_thresholding().
histomicstk/saliency/tests/test_saliency.py:87
Method
test_clog
(self)
tests/test_blob_detection_filters.py:60
Method
test_compute_fsd_features
(self)
tests/test_feature_extraction.py:308
Method
test_compute_gradient_features
(self)
tests/test_feature_extraction.py:215
Method
test_compute_haralick_features
(self)
tests/test_feature_extraction.py:168
Method
test_create_review_galleries
Test create_review_galleries().
histomicstk/annotations_and_masks/tests/test_review_gallery.py:147
Method
test_create_tile_nuclei_annotations
(self)
tests/test_cli_common.py:87
Method
test_defaults
(self)
tests/test_cli_results.py:101
Method
test_delete_border
(self)
tests/test_segmentation_label.py:62
Method
test_detection
(self, filename, params, roi)
tests/test_cli_results.py:61
Method
test_detection
(self, filename, params, roi)
tests/test_cli_results.py:83
Method
test_dump_annotations_locally_1
Test dump annotations locally.
histomicstk/annotations_and_masks/tests/test_annotation_database_parser.py:68
Method
test_dump_annotations_locally_2
Test dump annotations locally.
histomicstk/annotations_and_masks/tests/test_annotation_database_parser.py:99
Method
test_get_absolute_girder_path
(self)
histomicstk/utils/tests/test_girder_convenience_utils.py:53
Method
test_get_all_rois_from_folder_v2
Test get_all_rois_from_folder_v2().
histomicstk/annotations_and_masks/tests/test_review_gallery.py:94
Method
test_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
Method
test_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
Method
test_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
Method
test_get_annotation_documents_from_contours
Test get_contours_from_bin_mask().
histomicstk/annotations_and_masks/tests/test_masks_to_annotations_handler.py:115
Method
test_get_bboxes_from_slide_annotations
Test get_bboxes_from_slide_annotations.
histomicstk/annotations_and_masks/tests/test_annotation_and_mask_utils.py:64
Method
test_get_contours_from_mask
Test get_contours_from_mask().
histomicstk/annotations_and_masks/tests/test_masks_to_annotations_handler.py:48
Method
test_get_contours_from_mask_with_groups
Test get_contours_from_mask().
histomicstk/annotations_and_masks/tests/test_masks_to_annotations_handler.py:68
Method
test_get_contours_from_mask_with_zeroes
Test get_contours_from_mask().
histomicstk/annotations_and_masks/tests/test_masks_to_annotations_handler.py:88
Method
test_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
Method
test_get_image_and_mask_minbbox
Test get_image_and_mask_from_slide().
histomicstk/annotations_and_masks/tests/test_annotations_to_masks_handler.py:252
Method
test_get_image_from_htk_response
Test get_image_from_htk_response.
histomicstk/annotations_and_masks/tests/test_annotation_and_mask_utils.py:55
Method
test_get_region_dict
(self)
tests/test_cli_common.py:37
Method
test_get_roi_mask
Test get_roi_mask().
histomicstk/annotations_and_masks/tests/test_annotations_to_masks_handler.py:123
Method
test_get_scale_factor_and_appendStr
Test get_scale_factor_and_appendStr.
histomicstk/annotations_and_masks/tests/test_annotation_and_mask_utils.py:103
Method
test_get_stain_matrix
(self)
tests/test_cli_common.py:24
Method
test_get_tissue_boundary_annotation_documents
Test get_tissue_boundary_annotation_documents().
histomicstk/saliency/tests/test_saliency.py:64
Method
test_get_tissue_mask
Test get_tissue_mask().
histomicstk/saliency/tests/test_saliency.py:54
Method
test_graycomatrixext
(self)
tests/test_glcm.py:9
Method
test_image_inversion_flag_setter
(self)
tests/test_nuclei_segmentation.py:172
Method
test_macenko
(self)
tests/test_color_deconvolution.py:13
Method
test_macenko_normalization
Test macenko_pca normalization.
histomicstk/preprocessing/tests/test_normalization_and_augmentation.py:95
Method
test_nuclei_detection
(self)
tests/test_nuclei_segmentation.py:177
Method
test_nuclei_detection_image_inverted
(self)
tests/test_nuclei_segmentation.py:203
Method
test_od_to_rgb
(self)
tests/test_color_conversion.py:27
Method
test_parse_slide_annotations_into_tables
Test parse_slide_annotations_into_tables.
histomicstk/annotations_and_masks/tests/test_annotation_and_mask_utils.py:74
Method
test_polygon_merger_rtree
Test Polygon_merger_v2.run().
histomicstk/annotations_and_masks/tests/test_polygon_merger.py:90
Method
test_polygon_merger_tiled_masks
Test Polygon_merger.run().
histomicstk/annotations_and_masks/tests/test_polygon_merger.py:31
Function
test_prep
(girderClient)
histomicstk/annotations_and_masks/tests/test_annotation_database_parser.py:32
Function
test_prep
(girderClient)
histomicstk/annotations_and_masks/tests/test_annotations_to_masks_handler.py:46
Function
test_prep
(girderClient)
histomicstk/annotations_and_masks/tests/test_annotations_to_object_mask_handler.py:43
Function
test_prep
(girderClient)
histomicstk/annotations_and_masks/tests/test_review_gallery.py:37
Function
test_prep
()
histomicstk/preprocessing/tests/test_normalization_and_augmentation.py:37
Function
test_prep
(girderClient)
histomicstk/saliency/tests/test_saliency.py:45
Method
test_prep
(self, girderClient)
histomicstk/utils/tests/test_girder_convenience_utils.py:31
Method
test_prep
(self, girderClient)
histomicstk/annotations_and_masks/tests/test_annotation_and_mask_utils.py:36
Method
test_prep
(self, girderClient)
histomicstk/workflows/tests/test_workflow_runner.py:34
Method
test_reinhard
Test reinhard.
histomicstk/preprocessing/tests/test_normalization_and_augmentation.py:60
Method
test_reinhard_stats
(self)
tests/test_color_normalization.py:14
Method
test_reinhard_stats
(self)
tests/test_color_normalization.py:80
Method
test_removing_overlapping_nuclei
(self)
tests/test_nuclei_segmentation.py:255
Method
test_removing_overlapping_nuclei_bbox
(self)
tests/test_nuclei_segmentation.py:288
Method
test_revert_annotations_in_slide
(self)
histomicstk/utils/tests/test_girder_convenience_utils.py:100
Method
test_rgb_perturb_stain_concentration
Test rgb_perturb_stain_concentration.
histomicstk/preprocessing/tests/test_normalization_and_augmentation.py:140
Method
test_rgb_to_lab_to_rgb
(self)
tests/test_color_conversion.py:56
Method
test_rgb_to_od
(self)
tests/test_color_conversion.py:9
Method
test_rgb_to_od_to_rgb
(self)
tests/test_color_conversion.py:45
Method
test_roundtrip
(self)
tests/test_color_deconvolution.py:51
Method
test_runner_using_annotation_style_update
Test workflow runner for cellularity detection.
histomicstk/workflows/tests/test_workflow_runner.py:72
Method
test_scale_slide_annotations
Test scale_slide_annotations.
histomicstk/annotations_and_masks/tests/test_annotation_and_mask_utils.py:94
Method
test_segment_nuclei_guassian_voting
(self)
tests/test_nuclei_segmentation.py:93
Method
test_segment_nuclei_kofahi
(self)
tests/test_nuclei_segmentation.py:23
Method
test_segment_wsi_foreground_at_low_res
(self)
tests/test_cli_common.py:52
Method
test_short_array
(self)
tests/test_color_deconvolution.py:66
Method
test_splitArgs
(self)
tests/test_cli_common.py:260
Method
test_tile_overlap
(self)
tests/test_nuclei_segmentation.py:229
Method
test_trace_boundary
(self)
tests/test_segmentation_label.py:9
Method
test_trace_boundary_bad
(self)
tests/test_segmentation_label.py:49
Method
test_update_permissions_for_annotations_in_slide
(self)
histomicstk/utils/tests/test_girder_convenience_utils.py:59
Method
test_update_styles_for_annotations_in_slide
(self)
histomicstk/utils/tests/test_girder_convenience_utils.py:84
Method
union_point
Placeholder.
histomicstk/annotations_and_masks/pyrtree/rect.py:155
Function
update_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
← previous
next →
401–500 of 504, ranked by callers