This document summarizes a research paper that proposes a new genetic algorithm to detect license plate symbols in images. The algorithm uses an adaptive thresholding technique to convert images to binary despite illumination changes. Connected component analysis detects candidate objects, which are filtered by size. A geometric relationship matrix models symbol layout. The genetic algorithm evaluates candidates based on their fit to this matrix. It was tested on datasets with variations in orientation, scale, location, illumination and background, achieving 98.4% accuracy.