leomariga/pyRANSAC-3D

Should this line be pt_samples[3,:] instead of pt_samples[3,0]?

Closed this issue · 2 comments

p4_proj_plane = pt_samples[3,0]-dist_p4_plane*vecC

Yes.
This was working because the plane is infinite and and the points are random, in some way it was working with this error. I'm really surprised, thank you for letting us know.

Fix on 0ae8e71