The function cv2.drawKeypoints() will not modify your original image, but return a new one. In the picture above, you can see the keypoints drawn as circles proportional to its "size" with a stroke indicating the orientation. There are keypoints on the number "17" on the door as well as on the mail slots.
