This paper presents a parallel implementation of geodesic distance transform (GDT) using OpenMP to speed up the algorithm on multi-core CPUs. The sequential chamfer distance propagation algorithm is parallelized by partitioning the image into bands that are processed concurrently by different threads. Experimental results show a speedup of 2.6 times on a quad-core machine without loss of accuracy. This parallel GDT forms part of a C implementation for geodesic superpixel segmentation of natural images.