RANSAC - Control over sampled data points
이전 댓글 표시
Hi,
I'm running into a problem using the Matlab RANSAC (is it actually MLESAC as cited on the documentation page?) implementation.
For the data that I'm working with, my model is uniquely determined for 2 data points (sampleSize = 2) such that the model parameters are estimated via matrix inversion as
(or using Matlab's
). Where
and
. This looks like:
The problem is that the data I'm working with is the output of a sensor that bins the
values into a set of 64 angular bins. And so for some samples, I get
and thus A is singular and the matrix inversion cannot be done.
However, this does not indicate that either data point 1 or data point 2 are outliers, just that these two points are not a good sample.
Is there any way in which I can reject a sample generated by RANSAC based on user-determined criteria (in this case if
)?
Thank you,
Carl
답변 (1개)
Star Strider
2019년 4월 5일
0 개 추천
카테고리
도움말 센터 및 File Exchange에서 Display Point Clouds에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!