-
大小: 2.71MB文件類型: .rar金幣: 2下載: 0 次發(fā)布日期: 2023-09-09
- 語(yǔ)言: Matlab
- 標(biāo)簽: FAST??FeaturePoint??Matlab??CV??
資源簡(jiǎn)介
FAST的matlab源代碼實(shí)現(xiàn),不是matlab的自帶函數(shù)!直接運(yùn)行testMyFAST.m。myFAST里是FAST特征點(diǎn)檢測(cè)的實(shí)現(xiàn)源碼以及注釋。

代碼片段和文件信息
clear
img?=?imread(‘img.png‘);
if?ndims(img)?==?3
????gray?=?rgb2gray(img);
else
????gray?=?img;
end
corners?=?detectFASTFeatures(gray‘MinContrast‘0.1);
imshow(img);?hold?on;
plot(corners);
?屬性????????????大小?????日期????時(shí)間???名稱
-----------?---------??----------?-----??----
?????文件?????????15??2018-12-20?09:55??FAST\.git\COMMIT_EDITMSG
?????文件????????387??2018-12-20?20:28??FAST\.git\config
?????文件?????????73??2018-12-20?09:55??FAST\.git\desc
?????文件?????????16??2018-12-20?20:28??FAST\.git\GITGUI_MSG
?????文件?????????23??2018-12-20?09:55??FAST\.git\HEAD
?????文件????????478??2018-12-20?09:55??FAST\.git\hooks\applypatch-msg.sample
?????文件????????896??2018-12-20?09:55??FAST\.git\hooks\commit-msg.sample
?????文件????????189??2018-12-20?09:55??FAST\.git\hooks\post-update.sample
?????文件????????424??2018-12-20?09:55??FAST\.git\hooks\pre-applypatch.sample
?????文件???????1642??2018-12-20?09:55??FAST\.git\hooks\pre-commit.sample
?????文件???????1348??2018-12-20?09:55??FAST\.git\hooks\pre-push.sample
?????文件???????4951??2018-12-20?09:55??FAST\.git\hooks\pre-reba
?????文件????????544??2018-12-20?09:55??FAST\.git\hooks\pre-receive.sample
?????文件???????1239??2018-12-20?09:55??FAST\.git\hooks\prepare-commit-msg.sample
?????文件???????3610??2018-12-20?09:55??FAST\.git\hooks\update.sample
?????文件????????590??2018-12-20?20:27??FAST\.git\index
?????文件????????240??2018-12-20?09:55??FAST\.git\info\exclude
?????文件????????154??2018-12-20?09:55??FAST\.git\logs\HEAD
?????文件????????154??2018-12-20?09:55??FAST\.git\logs\refs\heads\master
?????文件????????136??2018-12-20?09:56??FAST\.git\logs\refs\remotes\origin\master
?????文件????1306647??2018-12-20?20:27??FAST\.git\ob
?????文件?????206867??2018-12-20?20:27??FAST\.git\ob
?????文件????????162??2018-12-20?20:27??FAST\.git\ob
?????文件?????????57??2018-12-20?09:55??FAST\.git\ob
?????文件???????1196??2018-12-20?20:27??FAST\.git\ob
?????文件???????1163??2018-12-20?20:27??FAST\.git\ob
?????文件????????167??2018-12-20?20:27??FAST\.git\ob
?????文件????????117??2018-12-20?09:55??FAST\.git\ob
?????文件????????596??2018-12-20?20:27??FAST\.git\ob
?????文件?????????15??2018-12-20?09:55??FAST\.git\ob
............此處省略36個(gè)文件信息
評(píng)論
共有 條評(píng)論