![]() |
![]() |
erstes Bild (Bild_0) |
zweites Bild (Bild_1) |
![]() |
|
Differenz-Bild mit Raster (Bild_d) |
![]() |
![]() |
erstes Bild (Bild_0) |
zweites Bild (Bild_1) |
![]() |
|
Differenz-Bild mit Raster (Bild_d) |
Ort |
Bild_0 | Bild_1 |
Tasse @ Bild_0 |
eher hell |
stellenweise dunkel |
Tasse @ Bild_1 | stellenweise dunkel | eher hell |
Ort |
Bild_0 | Bild_1 |
Spindel @ Bild_0 |
dunkel |
hell |
Spindel @ Bild_1 | relativ hell |
dunkel |
![]() |
![]() |
![]() |
erstes Bild (Bild_0) |
zweites Bild (Bild_1) | drittes Bild (Bild_2) |
![]() |
![]() |
![]() |
Differenz-Bild 0-1 (Bild_d01) |
Differenz-Bild 0-2 (Bild_d02) | Bild_d01 AND Bild_d02
(Bild_d1and2) |
![]() |
||
Bild_d02 XOR Bild_d1and2
(Bild_d2xor) |
diff01b=diff01>100 diff02b=diff02>100 d1and2=np.logical_and(diff01b, diff02b) d2xor=np.logical_xor(diff02b, d1and2) |
cam.saveImage(insertRaster(np.uint8(-d1and2-1)),
"%s-5"%(t,)) cam.saveImage(insertRaster(np.uint8(-d2xor-1)), "%s-6"%(t,)) |