Skip to content

Commit 2e783cf

Browse files
authored
Merge pull request #24 from JuliaImages/undo_032
Reverts the change associated with 0.3.2
2 parents e181b7e + cb16f14 commit 2e783cf

File tree

2 files changed

+1
-9
lines changed

2 files changed

+1
-9
lines changed

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "ImageContrastAdjustment"
22
uuid = "f332f351-ec65-5f6a-b3d1-319c6670881a"
33
authors = ["Dr. Zygmunt L. Szpak <zygmunt.szpak@gmail.com>"]
4-
version = "0.3.2"
4+
version = "0.3.3"
55

66
[deps]
77
ColorVectorSpace = "c3611d14-8923-5661-9e6a-0046d554d3a4"

src/algorithms/matching.jl

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -105,14 +105,6 @@ imshow(img_transformed)
105105
edges::T₃ = nothing
106106
end
107107

108-
# Required for backwards compatibility with Images.jl. Will be removed once
109-
# code in deprecations.jl in the Images.jl package is removed.
110-
function Matching()
111-
Base.depwarn("`Matching()` is deprecated, use Matching(targetimg = targetimg) instead.", :Matching)
112-
return Matching(targetimg = zeros(3,3))
113-
end
114-
115-
116108
function (f::Matching)(out::GenericGrayImage, img::GenericGrayImage)
117109
#TODO Throw error/warning if user specifies both edges and nbins simultaneously.
118110
out .= img

0 commit comments

Comments
 (0)