-
-
Notifications
You must be signed in to change notification settings - Fork 28
Closed
Labels
Included in next releaseoptimizationOptimization of existing featuresOptimization of existing features
Description
Especially in the case of 1080p or higher, if the non-transparent area of the mask image used for the split is small, resizing the entire image to 320x240 will lose the information inside the mask. One idea to prevent this is to adaptively determine the target size according to the number of nonzero elements in the alpha channel of the split image. At least for the L2 norm and histogram, such a change would not affect performance since they only use information about the mask's interior.
Metadata
Metadata
Assignees
Labels
Included in next releaseoptimizationOptimization of existing featuresOptimization of existing features