Ver código fonte

fix calibration problem at image bottom

tags/v1.2
Thierry Leconte 21 anos atrás
pai
commit
d5c0a56eb4
1 arquivos alterados com 1 adições e 0 exclusões
  1. +1
    -0
      image.c

+ 1
- 0
image.c Ver arquivo

@@ -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) {


Carregando…
Cancelar
Salvar