Question about function optPath
Closed this issue · 2 comments
semajping commented
function optPath in Bundled.m:
"value = squeeze(oP(frameIndex, row, col, :, :)); " may be "value = squeeze(obj.C(frameIndex, row, col, :, :)); "?
value may be C(t) but not P(t)
I read the paper, but I'm not certain.
Thanks.
SuTanTank commented
Yes, it should be C if following the paper strictly. But I found out using P leads to better result
semajping commented
Ok,thanks for your reply!