jishnujayakumar/MV-Tractus

how can l extract predict residual and SAD value?

Closed this issue · 2 comments

excuse me ,how can i extract predict residual and SAD value? can you have good method ,thank you very much!

Hi @shujishizcc. This is just a motion vector extraction tool. It doesn't and won't contain anything related to SAD value. But you can use the macroblock information like source, src_x, src_y, dst_x, dst_y, block_width, block_height produced as an output of this tool and write a function that would serve the purpose.

ok,thank you!