Open Wayne-sketch opened 7 months ago
In the file imageProjection.cpp, cloudExtraction seems to save the fifth-to-last point on each scan line into endRingIndex. But it seems like an extra subtraction of 1 when calculating the index. It should be cloudInfo.endRingIndex[i] = count - 5;
In the file imageProjection.cpp, cloudExtraction seems to save the fifth-to-last point on each scan line into endRingIndex. But it seems like an extra subtraction of 1 when calculating the index. It should be cloudInfo.endRingIndex[i] = count - 5;