文件名称:matlab羽化代码-GIST-feature-extractor:GIST-特征提取器
文件大小:4KB
文件格式:ZIP
更新时间:2024-06-20 23:59:47
系统开源
matlab羽化代码GIST-特征提取器
这个存储库是用
Python
重新实现本文中实现的
Matlab
代码。
本库中可以使用的图像仍然只是灰度图像。
(宽
×
高
×
1)
先决条件
需要安装以下库
Python
3.6
麻木
枕头
用法
一、安装
$
git
clone
https://github.com/imoken1122/GIST-feature-extractor.git
2.
使用
GIST
特征提取器
如有必要,更改这些参数。
param
=
{
"orientationsPerScale"
:
np
.
array
([
8
,
8
]),
"numberBlocks"
:[
10
,
10
],
"fc_prefilt"
:
10
,
"boundaryExtension"
:
10
}
指定图像名称或包含多个图像的文件夹路径和保存提取的要点特征的输出路径作为选项(输出文件的扩展名是“.feather”
)
--input_path
【文件预览】:
GIST-feature-extractor-master
----GIST.py(4KB)
----README.md(1KB)
----main.py(2KB)