Skip to main content
Filter by
Sorted by
Tagged with
1 vote
1 answer
49 views

Separable convolutions in PyTorch (i.e. 2 1D-vector-tensor "traditional" convolutions)

I'm trying to implement an image filter in PyTorch that takes in two filters of shapes (1,3), (3,1) that build up a filter of (3,3). An example application of this is the Sobel filter or Gaussian ...
juxyper's user avatar
  • 35
0 votes
1 answer
30 views

My backdropfilter in flutter app is giving a whitish glow why is it so event the color is transparent

here in this image it is showiing the whitish glow effect Positioned.fill( child: SizedBox( child: BackdropFilter( // enabled: false, ...
Hira Zaheer's user avatar
0 votes
0 answers
5 views

How to Apply Band Pass Filter to a 3D Stack in DigitalMicrograph

In Gatan software, I found that the Band Pass Filter in Process Image can only be applied to a single 2D image or a specific frame of a 3D image. My dataset is a 3D stack (multiple frames), and I need ...
yale chen's user avatar