硬件设计会计算标准化的猪特征向量,我想用Matlab Hog库进行可视化。
fpga_normArr = 'Output_Norm_FPGA.txt';
delimiterIn = '\n';
headerlinesIn = 0;
A = importdata(fpga_normArr,delimiterIn,headerlinesIn);
% want to give following function extractHOGFeatures "A" Vector as Input .. ?
img = imread('output_cropped.jpeg');
[_, hogVisualization] = extractHOGFeatures(fpga_normArr);
%override the hogVisualization output and plot the modified object?
plot(hogVisualization)
Matlab中是否有一个能够绘制给定特征向量的函数?
编辑:我开放替代方法,在不同平台上进行perhabs