checkobjectsize static method
Calculates the percentage of the main object area relative to image dimensions.
@param objectthresholdpercent Object threshold percent (Default: 50)
@return The generated TransformationData.
Implementation
static TransformationData checkobjectsize(
{int? objectthresholdpercent = 50}) {
// Call the generated class method
return CheckObjectSize().detect(objectthresholdpercent);
}