Compare brute force to image integral using Google Colab — In my quest to learn more about computer vision and python, I’ve been reading about the Viola-James object detection frame work, best summarized by the paper here. In it, they describe the concept of an image integral, a sort of summed area table for an array describing an image, with…