You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently cv2.warpAffine does not support cv2.INTER_NEAREST_EXACT, cv2.INTER_LINEAR_EXACT interpolation modes. But for problems of image segmentations, where pixel level accuracy is important for prediction values on the border would be great to have them.
The text was updated successfully, but these errors were encountered:
Describe the feature and motivation
Currently cv2.warpAffine does not support
cv2.INTER_NEAREST_EXACT
,cv2.INTER_LINEAR_EXACT
interpolation modes. But for problems of image segmentations, where pixel level accuracy is important for prediction values on the border would be great to have them.The text was updated successfully, but these errors were encountered: