graph-cut-ransac icon indicating copy to clipboard operation
graph-cut-ransac copied to clipboard

replace R with q

Open ducha-aiki opened this issue 1 year ago • 0 comments

The R is defined as a getter function above, so one cannot assign values to R itself, and attempts to do so breaks clang compilation.

Another functions already are setting q correctly instead: https://github.com/danini/graph-cut-ransac/blob/master/src/pygcransac/include/relative_pose/bundle.cpp#L227 So this PR just makes it consistent.

ducha-aiki avatar Mar 06 '24 09:03 ducha-aiki