trungtpham / RCMSA

The Random Cluster Model for Robust Geometric Fitting
12 stars 6 forks source link

The question #1

Open YiruWangYuri opened 6 years ago

YiruWangYuri commented 6 years ago

I couldn't find the "segmentation_error" in the 51 line of homo_eval.m and fundal_eval.m. Hence i could not run this demo successfully. Was there anybody else met this question?

trungtpham commented 6 years ago

Hi Yiru, I have just added segmentation_error function. Please check it out.

Cheers, Trung

YiruWangYuri commented 6 years ago

Hi Trung, thank you so much for your prompt reply! I have run the fundamental demo successfully. And I also have a question about the model_type. In fact, most of the robust model fitting algorithms provided the code with some model types such as “fundamental" and "homography". However, there are also other remaining model types: line, plane, circle, two-view motion segmentation, etc.. Hence, I am not clear how to compare with the state of the art in these remaining model types. Actually, it is just lack of some "fit_XXX.m" when we fit XXX model. Meanwhile, it seems that most of the authors did not provide all the model_types mentioned in the paper. As a freshman in this field, I wonder know whether there is no need for providing all codes in every model_types. The users could code these part by themselves or find them among Peter Kovesi and Andrew Zisserman's MATLAB functions? Thank you very much!

Best regards, Yiru