This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

DM365的ipipe Noise Filter功能无效

dear TI:

环境:DM365开发板 dvsdk_dm365_4_02_00_06,linux-2.6.32.17-psp03.01.01.39

IMP_MODE_CONTINUOUS模式

我利用demo程序加上了NF功能,期望能做到2D降噪功能,但是当成功运行NF后(无错误提示),图像质量没有任何改变。 我的NF程序配置如下:

nf_params.en = 1;    

nf_params.gr_sample_meth = IPIPE_NF_BOX/*IPIPE_NF_DIAMOND*/;    

nf_params.shft_val = 0;    

nf_params.spread_val = 3;    

nf_params.apply_lsc_gain = 1;

 

nf_params.thr[0] = 120;   

nf_params.thr[1] = 130;    

nf_params.thr[2] = 135;   

nf_params.thr[3] = 140;   

nf_params.thr[4] = 150;    

nf_params.thr[5] = 160;  

nf_params.thr[6] = 170;   

nf_params.thr[7] = 200;

 

nf_params.str[0] = 16;   

nf_params.str[1] = 16;    

nf_params.str[2] = 15;   

nf_params.str[3] = 15;  

nf_params.str[4] = 15;

nf_params.str[5] = 15;  

nf_params.str[6] = 15;   

nf_params.str[7] = 15;

 

nf_params.edge_det_min_thr = 0;

nf_params.edge_det_max_thr = 2047;   

请问是否配置有误,或者DM365实现NF功能还需要其他的配置呢???谢谢