Context-Aware Saliency Detection,
%% A script for running saliency computation
clear all;
close all;
%% load parameters and images
file_names{1} = 'horse.jpg';
file_names{2} = 'zebra.jpg';
MOV = saliency(file_names);
%% display...
原创
2019-11-20 10:01:37 ·
360 阅读 ·
0 评论