LeGO-LOAM icon indicating copy to clipboard operation
LeGO-LOAM copied to clipboard

labelComponent alpha value

Open pauls0323 opened this issue 1 year ago • 0 comments

at imageProjection.cpp Line 416,
if ((*iter).first == 0) this means thisIndX and fromInx are equal,and thisIndY and fromIndY are different,and also means thisPoint and fromPoint are in the same vertiacal line, so the the alpha should be euqal to segmentAlphaY.But in Line 417 alpha = segmentAlphaX. Is there any question about my understanding? Any one who can help me? Thanks!

pauls0323 avatar Aug 08 '22 07:08 pauls0323