Counting rendered pixels?

I’m looking to put together a solution that counts the rendered pixels of a single GameObject on screen at any given time. I tried a few things but the performance of them wasnt too good. Can anyone steer me in the right direction? I’m using Unity Pro.

This article does it for bounding spheres. Maybe its a start.