Loading...
Loading...
Detectar sobreexposición, subexposición e iluminación desigual en frames capturados
npx skill4agent add davidcastagnetoa/skills histogram_analysishsv = cv2.cvtColor(image, cv2.COLOR_BGR2HSV)v_channel = hsv[:,:,2]p5 = np.percentile(v_channel, 5)p95 = np.percentile(v_channel, 95)OVEREXPOSEDUNDEREXPOSED{ quality_issues: [], brightness_mean: float, contrast_score: float }