Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deprecate AffineCv2 in favor of Affine #540

Merged
merged 1 commit into from
Jan 4, 2020
Merged

Conversation

aleju
Copy link
Owner

@aleju aleju commented Dec 30, 2019

The augmenter imgaug.augmenters.geometric.AffineCv2 was not properly
maintained for quite a while and its functionality is already covered
by imgaug.augmenters.geometric.Affine using parameter
backend='cv2'. Hence, this patch marks it as deprecated.
Use Affine instead.

The augmenter `imgaug.augmenters.geometric.AffineCv2` was not properly
maintained for quite a while and its functionality is already covered
by `imgaug.augmenters.geometric.Affine` using parameter
`backend='cv2'`. Hence, this patch marks it as deprecated.
Use `Affine` instead.
@codecov-io
Copy link

codecov-io commented Dec 30, 2019

Codecov Report

Merging #540 into master will increase coverage by 0.02%.
The diff coverage is 100%.

@@            Coverage Diff             @@
##           master     #540      +/-   ##
==========================================
+ Coverage   96.33%   96.35%   +0.02%     
==========================================
  Files          37       37              
  Lines       13369    13370       +1     
==========================================
+ Hits        12879    12882       +3     
+ Misses        490      488       -2

@aleju aleju merged commit 8abde8e into master Jan 4, 2020
@aleju aleju deleted the deprecate_affinecv2 branch January 4, 2020 10:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants