3 questions from the last 7 days
            
            
            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 ...
            
        
       
    
            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,
                        ...
            
        
       
    
            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 ...