How to refer a block in an image?

27 Views Asked by At

I have an image $I$ with size $X,Y$. I want to refer to a varticle stripe of the image between column $S_1$ and $S_2$. In matlab we write it as,

$B = I(:,S_1:S_2)$

But how to write in mathematical notation ?

Thanks in advance.