For a research project at the institute I am working at, we are systematically collecting Street View Panoramas in certain areas.
In our country (Germany), a lot of buildings are censored. As I understand it, this is because according to our laws, Google must remove any personally identifying information upon request.
That is fine and I'm not looking to take away people's constitutional rights.
What I would like to be able to do is programmatically determine whether an image has one (or a certain percentage) of these blurred tiles in it, so we can exclude them as they are not useful to us.
I had a look at the metadata that I receive from a street view api request, but it did not look like there was such a parameter. Maybe I'm looking in the wrong place, though?
Thank you for your help :)
PS: "Alternative" solutions are also welcome - I have looked quickly into whether this kind of thing might be able to be done with certain image evaluation algorithms.