mirror of
https://github.com/stevenrobertson/cuburn.git
synced 2025-11-03 01:40:47 -05:00
Expand max filter radius to 21 pixels
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
import numpy as np
|
||||
|
||||
# The maximum number of coeffecients that will ever be retained on the device
|
||||
FWIDTH = 15
|
||||
FWIDTH = 21
|
||||
|
||||
# The number of points on either side of the center in one dimension
|
||||
F2 = int(FWIDTH/2)
|
||||
|
||||
Reference in New Issue
Block a user