ethz-asl / segmap

A map representation based on 3D segments
BSD 3-Clause "New" or "Revised" License
1.07k stars 393 forks source link

I just want to confirm one thing #87

Open Rogers34 opened 6 years ago

Rogers34 commented 6 years ago

https://github.com/ethz-asl/segmap/blob/c662324d23b9e049fbb49b52cda7895d1a4d2798/segmatch/src/opencv_random_forest.cpp#L105

I just want to confirm one thing, thanks a lot this line is going to be fs.push_back(f2_abs); or fs.push_back(f1_abs);

danieldugas commented 6 years ago

This looks like a bug to me, your correction is warranted. Thanks for catching it! @rdube

Rogers34 commented 6 years ago

Thanks for your answer.