Skip to content

Commit

Permalink
updated scripts mainly small changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Georg Pelz committed Jul 11, 2020
1 parent 5cd67e6 commit 61723f1
Show file tree
Hide file tree
Showing 6 changed files with 1,642 additions and 824 deletions.
2 changes: 0 additions & 2 deletions README.md

This file was deleted.

2 changes: 1 addition & 1 deletion fvsfunc.py
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@
def GradFun3(src, thr=None, radius=None, elast=None, mask=None, mode=None, ampo=None,
ampn=None, pat=None, dyn=None, staticnoise=None, smode=None, thr_det=None,
debug=None, thrc=None, radiusc=None, elastc=None, planes=None, ref=None,
yuv444=None, w=None, h=None, resizer=None, b=None, c=None, bits=None):
yuv444=None, w=None, h=None, resizer=None, b=None, c=None, bits=None, opencl=False, device=None):

def smooth_mod(src_16, ref_16, smode, radius, thr, elast, planes):
if smode == 0:
Expand Down
Loading

0 comments on commit 61723f1

Please sign in to comment.