Microplastics have been known to kill fish and other microorganisms that feed on them in water bodies. The microplastics are also harmful to human beings when consumed directly or indirectly. This paper focuses on extracting features that can be used to build a model for identifying microplastics in images taken from open sewers that lead to the Indian Ocean. One thousand (1000) pictures were taken from selected points in Kilifi, Mombasa and Kwale counties in Kenya using a still picture camera. The pictures were then subjected to auto-cropping using a code written in python programming language. TensorFlow tool with openCV was used to capture the shape of the microplastics and annotate them by drawing bounding boxes. This was followed by application of Scale-Invariant Feature Transform (SIFT) algorithm to extract features from the images. The output of the process was a dataset of features for model building to identify microplastics in images. Further research can be conducted to extract more features using different algorithms and build models for identifying microplastics in images.