Skip to content

SlapSeg III Validation (01905031344)

Compare
Choose a tag to compare
@gfiumara gfiumara released this 03 May 19:43
· 96 commits to master since this release
validation_201905031344
  • Check that at least one Deficiency is set if setting ReturnStatus::Code::RequestRecapture[WithAttempt]. (f89bf60)
  • Removed a check that disallowed ReturnStatus::Code::RequestRecapture[WithAttempt] being set from determineOrientation(). We're ultimately only recording the returned Orientation on ReturnStatus::Code::Success, so if you want to provide the extra recapture information, it does not make a difference. (f4c4c29)
  • When printing the message about failure ReturnStatus codes, ignore errors from the canary images. We fully expect errors to be raised from these images, we just don't want you to crash on them. (9f21adc)
  • Check for successful segmentation ReturnStatus that do not set any SegmentationPositions. (ff3bf72)
  • Ensure deficiencies are logged when setting ReturnStatus::Code::RequestRecapture. (8b8be3b)
  • Set that the correct quantity of SegmentationPositions are recorded (instead of NA) in failure conditions. (2905c7a)
  • If printing that a failure ReturnStatus::Code was returned, print this as a warning to be more visible to the user. (038712b)