Zhentao-Liu / KLT-JND

This is a brief introduction of our proposed JND profile with totally new design philosophy based on KLT.
27 stars 1 forks source link

KLT_JND.m question #1

Open weilianLin opened 2 years ago

weilianLin commented 2 years ago

When I carry out run_me.m, the program can not work well on Matlab R2016a. It shows a wrong "klt_coeff = KLT_kernel'text_matrix;klt_coeff = KLT_kernel'text_matrix;" on line 19 of KLT_JND.m. When I correct "KLT_kernel = pca(text_matrix');" as "KLT_kernel = pca(text_matrix);", the program can carry out. Does it is correct?

Zhentao-Liu commented 2 years ago

Thanks for your attention! After my validation, I think the original implementation "KLT_kernel = pca(text_matrix');" is correct. Could you describe your wrong information more clearly? You could add my wechat for finer communication: 15088203026.

Best wishes.

------------------ 原始邮件 ------------------ 发件人: "Zhentao-Liu/KLT-JND" @.>; 发送时间: 2022年5月27日(星期五) 上午10:00 @.>; @.***>; 主题: [Zhentao-Liu/KLT-JND] KLT_JND.m question (Issue #1)

When I carry out run_me.m, the program can not work well on Matlab R2016a. It shows a wrong "klt_coeff = KLT_kernel'text_matrix;klt_coeff = KLT_kernel'text_matrix;" on line 19 of KLT_JND.m. When I correct "KLT_kernel = pca(text_matrix');" as "KLT_kernel = pca(text_matrix);", the program can carry out. Does it is correct?

— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you are subscribed to this thread.Message ID: @.***>