Skip to content

Commit

Permalink
Fix #169
Browse files Browse the repository at this point in the history
  • Loading branch information
shrubb committed Jan 19, 2017
1 parent 2575211 commit 94243b5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cv/cudaimgproc/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,6 @@ function cv.cuda.bilateralFilter(t)
{"kernel_size", required = true},
{"sigma_color", required = true},
{"sigma_spatial", required = true},
{"kernel_size", required = true},
{"borderMode", default = cv.BORDER_DEFAULT}
}
return cv.unwrap_tensors(C.bilateralFilterCuda(cv.cuda._info(), cv.argcheck(t, argRules)))
Expand Down

0 comments on commit 94243b5

Please sign in to comment.