I want to perform some image processing task but I have no idea about it.
What I want to do is this, I have input as an image and I want to find out objects in image like tree, walls, dustbin etc based on distance. I basically want to identify objects that are on my wat in image.
I found out that opencv can be used for this. Can Someone let me know how and where to begin and what opencv algos will be usefull for me?
thanks