LIVE / pydiffvg /pixel_filter.py
Xu Ma
upload all files
28958dc
raw
history blame contribute delete
195 Bytes
import torch
import pydiffvg
class PixelFilter:
def __init__(self,
type,
radius = torch.tensor(0.5)):
self.type = type
self.radius = radius