Selaa lähdekoodia

fix calibration problem at image bottom

tags/v1.2
Thierry Leconte 21 vuotta sitten
vanhempi
commit
d5c0a56eb4
1 muutettua tiedostoa jossa 1 lisäystä ja 0 poistoa
  1. +1
    -0
      image.c

+ 1
- 0
image.c Näytä tiedosto

@@ -151,6 +151,7 @@ for(n=0;n<nrow;n++) {
pv=pixelv[i+offset];

k=(n-telestart)/128;
if(k>=nbtele) k=nbtele-1;
kof=(n-telestart)%128;
if(kof<64) {
if(k<1) {


Ladataan…
Peruuta
Tallenna