initial commit
This commit is contained in:
9
pydiffvg/pixel_filter.py
Normal file
9
pydiffvg/pixel_filter.py
Normal file
@@ -0,0 +1,9 @@
|
||||
import torch
|
||||
import pydiffvg
|
||||
|
||||
class PixelFilter:
|
||||
def __init__(self,
|
||||
type,
|
||||
radius = torch.tensor(0.5)):
|
||||
self.type = type
|
||||
self.radius = radius
|
Reference in New Issue
Block a user