Hi,<div>I am trying to implement a simple convolution filter with symmetric padding. My composite filter contains a Mirror padding filter followed by a convolution filter which is then followed by a RegionofInterest filter ( for cropping the central portion); What methods from  (such as GenerateInputRequested region, GenerateOutputInformation,EnlargeInputRequested Region) do I have to re-implement? Do I have to explicitly pass the negative indices produced by the mirrorpadding filter to the subsequent filter.</div>
<div>thanks in advance! </div><div>~p</div>