Skip to content

Commit

Permalink
Update PlumAlpha.py
Browse files Browse the repository at this point in the history
  • Loading branch information
IFeelBloated committed Jul 15, 2017
1 parent ee1bf06 commit 11fb537
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion PlumAlpha.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ def __init__(self):
self.MSuper = vs.core.mvsf.Super
self.MAnalyze = mvmulti.Analyze
self.MRecalculate = mvmulti.Recalculate
self.MDegrainN = mvmulti.DegrainN self.MCompensate = mvmulti.Compensate
self.MDegrainN = mvmulti.DegrainN
self.MCompensate = mvmulti.Compensate
self.RGB2OPP = vs.core.bm3d.RGB2OPP
self.OPP2RGB = vs.core.bm3d.OPP2RGB
self.KNLMeansCL = vs.core.knlm.KNLMeansCL
Expand Down

0 comments on commit 11fb537

Please sign in to comment.