With respect to the slicing flipping and pasting which is shown in that example, you will need to use the filters directly ExtractImageFilter, FlipImageFilter, and PasteImageFilter. Something along the lines of the following Python code:
Many thanks all. I was able to use the ExtractImageFilter, the FlipFilter and the PasteImageFilter from F# to reproduce the example particularly following @zivy 's code.
Glad to hear you got it working. Just wanted to note that the SliceImageFilter can replace the two ExtractImageFilter and FlipImageFilter, if you want to optimize