When I do geometric registration test, I download the evaluation files? There are some gt files including transform matrix of two pairs?How can I compute these matrices? #25
I find this line "[tform,movingReg,icpRmse] = pcregrigid(pcdownsample(pointCloud(fragment1Points'),'gridAverage',0.01),pcdownsample(pointCloud(fragment2Points'),'gridAverage',0.01),'InlierRatio',0.3,'Verbose',false,'Tolerance',[0.0001,0.00009],'Extrapolate',true,'MaxIterations',50); " in your code, but when I use it, the result matrix is not same as the gt matrix you provided!
I find this line "[tform,movingReg,icpRmse] = pcregrigid(pcdownsample(pointCloud(fragment1Points'),'gridAverage',0.01),pcdownsample(pointCloud(fragment2Points'),'gridAverage',0.01),'InlierRatio',0.3,'Verbose',false,'Tolerance',[0.0001,0.00009],'Extrapolate',true,'MaxIterations',50); " in your code, but when I use it, the result matrix is not same as the gt matrix you provided!