How to use python to filter an image based on colour?
Given a coloured image. I would like to turn it into an image that is black everywhere except for pixels that have colour close to the RGB colour (170,120,75).
How can I go about doing this efficiently?