This document summarizes a parallel approach to object identification in large-scale images presented at ICESS 2016 in Takamatsu, Japan. The approach exploits data parallelism on the GPU for connected component labeling (CCL) in three main steps: initializing pixel labels, computing column-wise label runs, and efficiently merging labels through parallel boundary comparisons. Experimental results on images up to 4096x4096 pixels with varying object densities and shapes demonstrate the efficiency of the GPU approach compared to a reference CPU implementation from OpenCV. The method can be successfully applied to applications involving large-scale images like object tracking with radar signals.