Image/userl representation => down screen tasks

端到端的 文本领域 字典
visual word本质是 local feature handcraft feature 希望这个具有足够的泛华性 generalize
为了有交集 泛化性 clustering 聚类
Quantization 量化
每张图像

图像SIFI笔记

有特征点

local feature sift(128d维度)

每张图做两件事

1 Detection Feature ⇒ (x,y) 坐标点

2 Feature Extration ==> given local feature reture feature vector e.g sift 128d

open cv sift

for I in {i1,i2,…,in}:
detect(I);
.
local feature graiants 函数值 变化比较大 边缘区域 local feature
图像SIFI笔记

图像SIFI笔记

for S in {S1,S2,…,Sn}
X= concatterate(S1,S2,…,Sn)
图像SIFI笔记
得到S

进行kmens聚类,
Clustering(X,k) ⇐ # visual word / visual vocabulary 3000,5000
图像SIFI笔记
图像SIFI笔记
投影
Project each Si into C:
obtain each BovW vector for ecah Image (k*1)
图像SIFI笔记
图像SIFI笔记
图像SIFI笔记

K-means算法
1.select k points reandomly
2.compute distance(x,Ci)
3.assignment
4.update controids

https://github.com/dolphin-emu/dolphin
https://github.com/yanue/V2rayU

相关文章:

  • 2021-07-24
  • 2022-12-23
  • 2021-12-04
  • 2021-07-25
  • 2021-05-01
  • 2022-01-16
  • 2022-01-15
  • 2021-10-09
猜你喜欢
  • 2021-07-26
  • 2022-01-01
  • 2021-10-12
  • 2021-06-25
相关资源
相似解决方案