package ffn

Mouse Melon logoGet desktop application:
View/edit binary Protocol Buffers messages

message AlignmentOptions

inference.proto:165

Settings related to online alignment.

Used in: InferenceRequest

enum AlignmentOptions.AlignType

inference.proto:166

Used in: AlignmentOptions

message BoundingBox

bounding_box.proto:26

Describes a 3-dimensional axis-aligned hyperrectangular region of voxels. The region contains whole numbers of rows, columns and layers of voxels (i.e., not fractional ones).

Used in: BoundingBoxes, InferenceRequest

message BoundingBoxes

bounding_box.proto:46

A sequence of bounding boxes.

message ConsensusRequest

consensus.proto:22

enum ConsensusRequest.ConsensusType

consensus.proto:28

Used in: ConsensusRequest

message CoordinateExpressionOptions

inference.proto:67

Used in: MaskConfig

message CounterValue

inference.proto:336

Used in: TaskCounters

message DecoratedVolume

inference.proto:22

Used in: InferenceRequest, VolumeMaskOptions

message EndpointResegmentationResult

resegmentation.proto:8

message EndpointResegmentationResult.OverlapInfo

resegmentation.proto:18

Stores statistics about the overlap between an original segment and one created in the current resegmentation run.

Used in: EndpointResegmentationResult

message ImageMaskOptions

inference.proto:58

Used in: MaskConfig

message InferenceOptions

inference.proto:115

Configures the details of the FFN inference process. Passed to the Canvas. FoV stands for 'Field of View' of the network.

Used in: InferenceRequest

message InferenceRequest

inference.proto:183

Passed to the Runner.

Used in: ResegmentationRequest

message MaskChannelConfig

inference.proto:50

Specifies how to convert a channel from a VolumeStore volume into a Boolean exclusion mask. The mask will be formed by: min_value <= [channel_value] <= max_value or, if `values` is set, to all voxels containing one of the values specified therein. If `invert` is true, the complement of the mask computed according to the above rules is used.

Used in: ImageMaskOptions, VolumeMaskOptions

message MaskConfig

inference.proto:80

Specifies how to convert a VolumeStore volume into a Boolean mask. The per-channel masks built as described above are combined as a logical sum to form the final mask, which can then be optionally inverted.

Used in: InferenceRequest, MaskConfigs

message MaskConfigs

inference.proto:89

Used in: SegmentationSource

message PairResegmentationResult

resegmentation.proto:43

message PairResegmentationResult.EvalResult

resegmentation.proto:77

Used in: PairResegmentationResult

message PairResegmentationResult.SegmentResult

resegmentation.proto:58

Metrics from a single FFN inference run.

Used in: EvalResult

message ResegmentationPoint

inference.proto:277

Used in: ResegmentationRequest

message ResegmentationRequest

inference.proto:288

message SegmentationSource

inference.proto:95

Describes a segmentation stored as subvolumes & basic transformations to be applied to it when it is read.

Used in: ConsensusRequest

message SelfPredictionOptions

inference.proto:159

Settings related to self-prediction halting. TODO(phli): Add more detailed explanations of the parameters and the halting mechanism.

Used in: InferenceRequest

message TaskCounters

inference.proto:341

message VolumeMaskOptions

inference.proto:62

Used in: MaskConfig