You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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;
The text was updated successfully, but these errors were encountered:
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;
The text was updated successfully, but these errors were encountered: