This document describes a research project that uses image processing and feature extraction to identify plant leaves from digital images. The goal is to build a database of leaf features that could help hikers and campers identify unknown plants. The system works by preprocessing leaf images, extracting features like area, shape, and size, and comparing the features to a database to classify the leaf. The document outlines the image processing steps, including segmentation, feature extraction of 7 key metrics, and using MATLAB for implementation and testing. In summary, it presents a simple image-based approach to automate plant identification by analyzing leaf features in digital photos.