In this project I have created a tetris object detector using OpenCV which detects tetrominoes in the given image. The goal of the project is to identify all the tetris objects (tetrominoes) in the given tetris input image and return the count. It is seen that during gameplay the tetris blocks are broken and this program should be able to identify such blocks too. It was part of open source programme in LGM Summer of Code