I wish to understand a piece of code that I have seen in python.
in my particular case, face is a list and when the code is executed x is 739 y is 229 w is 232 h is 349
image is a numpy.ndarray, I wanted to understand how the slicing of image is acctually working... which part of the image is acctually being selected?
I cant understand how the slicing is working