"""Benchmark Python vs C++ frying postprocess on HSV/LAB+mask stats.""" mean_hsv = np.mean(food_pixels_hsv, axis=0) std_hsv = np.std(food_pixels_hsv, axis=0) mean_lab ...