video_inference icon indicating copy to clipboard operation
video_inference copied to clipboard

The calculation of the high-order potential energy of P^n Potts model

Open Hutai opened this issue 7 years ago • 0 comments

How to understand the key code 'higher_order[curr_pix_indexM_+k] += (ho_param1costdata - ho_param2*higher_order_prob);' in the function of "DenseCRF::calculate_higherorder_pot(int layer)" in the line 1270 of densecrf.cpp? And What do these four variables(ho_param1, ho_param2, costdata, higher_order_prob) mean?

Hutai avatar Aug 14 '17 11:08 Hutai