Video plate capture: calibration, edge enhance, auto-detect well borders

This commit is contained in:
2026-06-03 17:56:23 +02:00
parent 4b42c03756
commit 9bb8fc1bce
58 changed files with 1699 additions and 274 deletions
@@ -0,0 +1,18 @@
# Generated by Django 6.0.5 on 2026-05-31 07:43
from django.db import migrations, models
class Migration(migrations.Migration):
dependencies = [
('scanner', '0002_remove_multiwell_crop_radius'),
]
operations = [
migrations.AddField(
model_name='multiwell',
name='crop_radius',
field=models.PositiveSmallIntegerField(default=500, help_text='Rayon en pixels pour recadrer les images en px', verbose_name='Rayon de découpe recadrage'),
),
]