ProcessImageDelphiJob
class ProcessImageDelphiJob extendsJob
Traits
Properties
protectedfloat | $distance | Distance between laser points im cm to use for computation. | from Job |
protectedint | $labelId | ID of the laser point label. | from Job |
protectedImage | $image | The image to compute the area for. |
Methods
Filtered
filterInvalidLaserPoints($annotations)
Removes items from the annotations array if the laser point annotations are invalid.
void
void
handle()
Execute the job.
Collection
getLaserpointsForVolume(int$id)
Collects all images of a volume that contain laser point annotations.
from Job
Details
inFiltersInvalidLaserPointsat line17
Filtered
filterInvalidLaserPoints($annotations)
Removes items from the annotations array if the laser point annotations are invalid.
at line25
void
__construct(Image$image,float$distance,int$labelId)
Create a new job instance.
at line36
void
handle()
Execute the job.
inJobat line66
protectedCollection
getLaserpointsForVolume(int$id)
Collects all images of a volume that contain laser point annotations.
inJobat line89
protectedstring
gather(Collection$points)
Perform the gather step.