Skip to main content

fovea_coordinates_algorithm

Computes the Fovea coordinates from the Fovea detection model predictions.

Not currently used in the project but may be useful in the future.

Classes

FoveaCoordinatesAlgorithm

class FoveaCoordinatesAlgorithm(    bscan_width_col: str = 'size_width',    location_prefixes: Optional[SLOSegmentationLocationPrefix] = None,    **kwargs: Any,):

Computes the Fovea coordinates from the Fovea detection model predictions.

Arguments

  • bscan_width_col: The column name that contains the bscan width. Defaults to "size_width".
  • location_prefixes: A dataclass that contains the prefixes for the start and end of the images along both X and Y axis.

Ancestors

Variables

  • static fields_dict : ClassVar[T_FIELDS_DICT]

Methods


modeller

def modeller(    self, **kwargs: Any,)> NoResultsModellerAlgorithm:

Modeller-side of the algorithm.

worker

def worker(    self, **kwargs: Any,)> bitfount.federated.algorithms.ophthalmology.fovea_coordinates_algorithm._WorkerSide:

Worker-side of the algorithm.