This document proposes a method for detecting brain tumors from MRI images using binary image processing and k-means clustering. MRI images are first converted to binary images using morphological filtering. This allows for more efficient hardware implementation of image processing operations like dilation and erosion. The binary images then undergo k-means clustering to segment and detect the tumor region. Simulation results show the tumor was successfully detected in binary images processed with morphological filtering and k-means clustering. The proposed method aims to reduce computational complexity and hardware requirements for brain tumor detection compared to existing methods.