MCPcopy Create free account

hub / github.com/DigitalSlideArchive/HistomicsTK / types & classes

Types & classes58 in github.com/DigitalSlideArchive/HistomicsTK

↓ 10 callersClassRect
A rectangle class that stores: . an axis aligned rectangle, and: two flags (swapped_x and swapped_y). (The flags are stored implicitly v
histomicstk/annotations_and_masks/pyrtree/rect.py:37
↓ 6 callersClassPrint_and_log
Print to screen and/or log if conditions are satisfied (Internal).
histomicstk/utils/general_utils.py:11
↓ 6 callersClassSlide_iterator
Iterate through large_image items in a girder folder.
histomicstk/workflows/workflow_runner.py:9
↓ 5 callersClassWorkflow_runner
Run workflow for all slides in a girder folder.
histomicstk/workflows/workflow_runner.py:71
↓ 3 callersClassAnnotation_iterator
Iterate through annotations in a girder item (slide).
histomicstk/workflows/workflow_runner.py:175
↓ 3 callersClass_NodeCursor
Placeholder.
histomicstk/annotations_and_masks/pyrtree/rtree.py:97
↓ 1 callersClassCDT_single_tissue_piece
Detect various regions in a single tissue piece (internal).
histomicstk/saliency/cellularity_detection_thresholding.py:31
↓ 1 callersClassCD_single_tissue_piece
Detect cellular regions in a single tissue piece (internal).
histomicstk/saliency/cellularity_detection_superpixels.py:28
↓ 1 callersClassCellularity_detector_superpixels
Detect cellular regions in a slides by classifying superpixels. This uses Simple Linear Iterative Clustering (SLIC) to get superpixels at a l
histomicstk/saliency/cellularity_detection_superpixels.py:297
↓ 1 callersClassCellularity_detector_thresholding
Detect cellular regions in a slide using thresholding. This uses a thresholding and stain unmixing based pipeline to detect highly-cellular r
histomicstk/saliency/cellularity_detection_thresholding.py:267
↓ 1 callersClassCfg
tests/test_feature_extraction.py:27
↓ 1 callersClassCfg
histomicstk/utils/tests/test_girder_convenience_utils.py:16
↓ 1 callersClassCfg
histomicstk/annotations_and_masks/annotation_and_mask_utils.py:485
↓ 1 callersClassCfg
histomicstk/annotations_and_masks/tests/test_annotation_database_parser.py:20
↓ 1 callersClassCfg
histomicstk/annotations_and_masks/tests/test_annotations_to_masks_handler.py:26
↓ 1 callersClassCfg
histomicstk/annotations_and_masks/tests/test_annotations_to_object_mask_handler.py:24
↓ 1 callersClassCfg
histomicstk/annotations_and_masks/tests/test_annotation_and_mask_utils.py:21
↓ 1 callersClassCfg
histomicstk/annotations_and_masks/tests/test_review_gallery.py:19
↓ 1 callersClassCfg
histomicstk/preprocessing/tests/test_normalization_and_augmentation.py:27
↓ 1 callersClassCfg
histomicstk/workflows/tests/test_workflow_runner.py:20
↓ 1 callersClassCfg
histomicstk/saliency/tests/test_saliency.py:31
↓ 1 callersClassDKCPooch
tests/datastore.py:75
↓ 1 callersClassPolygon_merger
Methods to merge polygons in tiled masks.
histomicstk/annotations_and_masks/polygon_merger.py:22
↓ 1 callersClassPolygon_merger_v2
Methods to merge contiguous polygons from whole-slide image.
histomicstk/annotations_and_masks/polygon_merger_v2.py:17
↓ 1 callersClassRTree
Placeholder.
histomicstk/annotations_and_masks/pyrtree/rtree.py:44
↓ 1 callersClassTestFeatureExtraction
tests/test_feature_extraction.py:57
ClassBase_HTK_Class
Just a base class with preferred behavior to inherit.
histomicstk/utils/general_utils.py:28
ClassLabels
Labels for the output image of the positive pixel count routines.
histomicstk/segmentation/positive_pixel_count.py:10
ClassParameters
Parameters(hue_value, hue_width, saturation_minimum, intensity_upper_limit, intensity_weak_threshold, intensity_strong_threshold, intensity_lo
histomicstk/segmentation/positive_pixel_count.py:19
ClassTestAnnotAndMaskUtils
Test utilities for annotations and masks.
histomicstk/annotations_and_masks/tests/test_annotation_and_mask_utils.py:31
ClassTestBackgroundIntensity
tests/test_color_normalization.py:50
ClassTestBlobDetectionFilters
tests/test_blob_detection_filters.py:58
ClassTestCellularityDetection
Test methods for getting cellularity.
histomicstk/saliency/tests/test_saliency.py:84
ClassTestCliCommon
tests/test_cli_common.py:22
ClassTestColorAugmentation
Test color augmentation.
histomicstk/preprocessing/tests/test_normalization_and_augmentation.py:137
ClassTestColorConversion
tests/test_color_conversion.py:7
ClassTestColorDeconvolution
tests/test_color_deconvolution.py:49
ClassTestColorDeconvolution
tests/test_cli_results.py:90
ClassTestColorNormalization
Test color normalization.
histomicstk/preprocessing/tests/test_normalization_and_augmentation.py:57
ClassTestComputeNucleiFeatures
tests/test_cli_results.py:67
ClassTestDatabaseParser
Test girder database parser.
histomicstk/annotations_and_masks/tests/test_annotation_database_parser.py:65
ClassTestDeleteBorderLabel
tests/test_segmentation_label.py:60
ClassTestGLCMMatrixGeneration
tests/test_glcm.py:7
ClassTestGetROIMasks
Test methods for getting ROI mask from annotations.
histomicstk/annotations_and_masks/tests/test_annotations_to_masks_handler.py:120
ClassTestGetSlideRegionNoMask
Test methods for getting ROI contours from annotations.
histomicstk/annotations_and_masks/tests/test_annotations_to_object_mask_handler.py:113
ClassTestGirderConvenience
Test utilities for interaction with girder.
histomicstk/utils/tests/test_girder_convenience_utils.py:26
ClassTestGlobalCellGraphFeatures
tests/test_global_cell_graph_features.py:8
ClassTestMacenko
tests/test_color_deconvolution.py:11
ClassTestMasksToAnnotations
Test methods for getting ROI mask from annotations.
histomicstk/annotations_and_masks/tests/test_masks_to_annotations_handler.py:24
ClassTestNucleiDetection
tests/test_cli_results.py:29
ClassTestNucleiSegmentation
tests/test_nuclei_segmentation.py:21
ClassTestPolygonMerger
Test methods for polygon merger.
histomicstk/annotations_and_masks/tests/test_polygon_merger.py:27
ClassTestReinhardNormalization
tests/test_color_normalization.py:12
ClassTestReinhardNormalizationInvert
tests/test_color_normalization.py:78
ClassTestReviewGallery
Test methods for getting review gallery.
histomicstk/annotations_and_masks/tests/test_review_gallery.py:91
ClassTestTissueDetection
Test methods for getting ROI mask from annotations.
histomicstk/saliency/tests/test_saliency.py:51
ClassTestTraceBoundary
tests/test_segmentation_label.py:7
ClassTestWorkflows
Test slide and folder iterator & workflow runner.
histomicstk/workflows/tests/test_workflow_runner.py:29