I've the following issue:
- starting from an image (example: a picture of my food pantry) I have to split in sub-images according to different objects contained in it.
- after having isolated each object (and got its image) preprocess the image with
split()
function dividing channels - detect text contained in each image (example "peanuts", on the peanuts pack) and read text contained in it (using tesseract libs)
- detect symbols in each image (example coca-cola logo, on a coca-cola bottle) using a SURF library...
Explained my purpose, the question is: - how can I perform activity 1?