This document discusses using a radial basis function neural network for brain tumor detection through image segmentation. It begins by introducing the problem of brain tumor detection and importance of image segmentation. It then describes preprocessing steps including filtering and histogram equalization. Texture features are extracted from images using a gray level co-occurrence matrix. A radial basis function network is used for classification, which has three layers and faster training than a multilayer perceptron. Finally, image segmentation is performed to isolate the tumorous region.