摘要:
1. matlab 自带含 ground truth 数据集%% 加载停车标志数据到内存;data = load('stopSignsAndCars.mat', 'stopSignsAndCars');stopSignsAndCars = data.stopSigns...
阅读全文
摘要:
1. matlab 自带含 ground truth 数据集%% 加载停车标志数据到内存;data = load('stopSignsAndCars.mat', 'stopSignsAndCars');stopSignsAndCars = data.stopSigns...
阅读全文
摘要:
1. montage:同时显示多个图像thumbnails = train_x(:, :, :, 1:100);thumbnails = imresize(thumbnails, [64, 64]);montage(thumbnails) montage(I) di...
阅读全文
摘要:
1. fullfile:路径补全f = fullfile(filepart1,...,filepartN)显然可变参数之间填充的路径分隔符(path separator),会根据操作系统而变化:windows:/Linux:\2. fileparts:路径拆分[pat...
阅读全文
摘要:
1. fullfile:路径补全f = fullfile(filepart1,...,filepartN)显然可变参数之间填充的路径分隔符(path separator),会根据操作系统而变化:windows:/Linux:\2. fileparts:路径拆分[pat...
阅读全文