function [ im ] = D35WQ8_block2im( block, shape )
    [N, BH, BW, C] = size(block);
    [H, W] = shape;
    
    
end

