File tree 2 files changed +1
-9
lines changed 2 files changed +1
-9
lines changed Original file line number Diff line number Diff line change 1
1
name = " ImageContrastAdjustment"
2
2
uuid = " f332f351-ec65-5f6a-b3d1-319c6670881a"
3
3
authors = [" Dr. Zygmunt L. Szpak <zygmunt.szpak@gmail.com>" ]
4
- version = " 0.3.2 "
4
+ version = " 0.3.3 "
5
5
6
6
[deps ]
7
7
ColorVectorSpace = " c3611d14-8923-5661-9e6a-0046d554d3a4"
Original file line number Diff line number Diff line change @@ -105,14 +105,6 @@ imshow(img_transformed)
105
105
edges:: T₃ = nothing
106
106
end
107
107
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
-
116
108
function (f:: Matching )(out:: GenericGrayImage , img:: GenericGrayImage )
117
109
# TODO Throw error/warning if user specifies both edges and nbins simultaneously.
118
110
out .= img
You can’t perform that action at this time.
0 commit comments