資源簡(jiǎn)介
直線匹配程序(MATLAB) 直線匹配程序(MATLAB) 直線匹配程序(MATLAB)

代碼片段和文件信息
%---------------------------------------------%
% ??????%
%??????????工作室提供代做matlab仿真 ??????%
% ??????%
%??詳情請(qǐng)?jiān)L問:http://cn.mikecrm.com/5k6v1DP??%
% ??????%
%---------------------------------------------%
%?This?code?is?a?matlab?implementation?of?the?algorithm?presented?in?the
%?paper?titled?‘A?Fast?Local?Descriptor?for?Dense?Matching‘?by?Engin?Tola
%?Vincent?Lepetit?and?Pascal?Fua?published?in?the?proceedings?of?the
%?Computer?Vision?and?Pattern?Recognition?2008?Conference.
%
%?Please?give?a?reference?to?that?paper?if?you?use?this?code?in?any
%?academic?work.
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%
%?Source?code?is?available?under?the?GNU?General?Public?License.?In?short
%?if?you?distribute?a?software?that?uses?DAISY?you?have?to?distribute?it?
%?under?GPL?with?the?source?code.?Another?option?is?to?contact?us?to?
%?purchase?a?commercial?license.
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%
%?See?the?usage.matlab?document?about?the?details?on?how?to?use?this?code
%?and?some?warnings
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%
function?[dzy]?=?compute_daisy(image?R?RQ?TQ?HQ?SI?LI?NT)
%%
if?nargin?==?5
????SI?=?1;
????LI?=?1;
????NT?=?1;
elseif?nargin?==?1
????R??=?15;
????RQ?=?3;
????TQ?=?8;
????HQ?=?8;
????SI?=?1;
????LI?=?1;
????NT?=?1;
end
[dzy]?=?init_daisy(imageRRQTQHQSILINT);
o?=?0;?%?which?orientation?to?compute?the?descriptors
fprintf(1‘computing?descriptors?‘);
tic;
dzy.descs?=?mex_compute_all_descriptors(dzy.H?dzy.params?dzy.ogrid(::o+1)?dzy.ostable?single(o)?)‘;
time_dc=toc;
fprintf(1‘is?done?in?%f?sec\n‘time_dc);
?屬性????????????大小?????日期????時(shí)間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2019-05-09?16:37??直線匹配程序(MATLAB)\
?????目錄???????????0??2019-05-09?16:37??直線匹配程序(MATLAB)\關(guān)于直線匹配的程序\
?????目錄???????????0??2019-05-09?16:37??直線匹配程序(MATLAB)\關(guān)于直線匹配的程序\mdaisy-v1.0\
?????目錄???????????0??2019-05-09?16:37??直線匹配程序(MATLAB)\關(guān)于直線匹配的程序\mdaisy-v1.0\.svn\
?????文件?????????461??2011-09-19?09:52??直線匹配程序(MATLAB)\關(guān)于直線匹配的程序\mdaisy-v1.0\.svn\entries
?????文件???????????2??2011-09-19?09:52??直線匹配程序(MATLAB)\關(guān)于直線匹配的程序\mdaisy-v1.0\.svn\format
?????目錄???????????0??2019-05-09?16:37??直線匹配程序(MATLAB)\關(guān)于直線匹配的程序\mdaisy-v1.0\.svn\prop-ba
?????文件??????????30??2011-09-19?09:52??直線匹配程序(MATLAB)\關(guān)于直線匹配的程序\mdaisy-v1.0\.svn\prop-ba
?????目錄???????????0??2019-05-09?16:37??直線匹配程序(MATLAB)\關(guān)于直線匹配的程序\mdaisy-v1.0\.svn\text-ba
?????文件???????71730??2011-09-19?09:52??直線匹配程序(MATLAB)\關(guān)于直線匹配的程序\mdaisy-v1.0\.svn\text-ba
?????文件?????????909??2011-09-19?09:52??直線匹配程序(MATLAB)\關(guān)于直線匹配的程序\mdaisy-v1.0\.svn\text-ba
?????文件?????1767959??2011-09-19?09:52??直線匹配程序(MATLAB)\關(guān)于直線匹配的程序\mdaisy-v1.0\00000000.jpg
?????文件????????1718??2019-05-09?16:52??直線匹配程序(MATLAB)\關(guān)于直線匹配的程序\mdaisy-v1.0\compute_daisy.m
?????文件?????????792??2019-05-09?16:52??直線匹配程序(MATLAB)\關(guān)于直線匹配的程序\mdaisy-v1.0\compute_desc
?????文件?????????421??2019-05-09?16:52??直線匹配程序(MATLAB)\關(guān)于直線匹配的程序\mdaisy-v1.0\display_desc
?????文件?????????363??2019-05-09?16:52??直線匹配程序(MATLAB)\關(guān)于直線匹配的程序\mdaisy-v1.0\filter_size.m
?????文件??????196623??2011-09-19?09:52??直線匹配程序(MATLAB)\關(guān)于直線匹配的程序\mdaisy-v1.0\frm.pgm
?????文件?????????387??2019-05-09?16:52??直線匹配程序(MATLAB)\關(guān)于直線匹配的程序\mdaisy-v1.0\gaussian_1d.m
?????文件????????4645??2019-05-09?16:52??直線匹配程序(MATLAB)\關(guān)于直線匹配的程序\mdaisy-v1.0\init_daisy.m
?????文件?????????746??2019-05-09?16:52??直線匹配程序(MATLAB)\關(guān)于直線匹配的程序\mdaisy-v1.0\la
?????文件?????????512??2019-05-09?16:52??直線匹配程序(MATLAB)\關(guān)于直線匹配的程序\mdaisy-v1.0\load_cubes.m
?????文件?????????365??2019-05-09?16:52??直線匹配程序(MATLAB)\關(guān)于直線匹配的程序\mdaisy-v1.0\load_gradient_la
?????文件?????????367??2019-05-09?16:52??直線匹配程序(MATLAB)\關(guān)于直線匹配的程序\mdaisy-v1.0\load_sgradient_la
?????文件???????11865??2011-09-19?09:52??直線匹配程序(MATLAB)\關(guān)于直線匹配的程序\mdaisy-v1.0\mex_compute_all_desc
?????文件???????11509??2011-09-19?09:52??直線匹配程序(MATLAB)\關(guān)于直線匹配的程序\mdaisy-v1.0\mex_compute_all_desc
?????文件???????11570??2011-09-19?09:52??直線匹配程序(MATLAB)\關(guān)于直線匹配的程序\mdaisy-v1.0\mex_compute_desc
?????文件???????11504??2011-09-19?09:52??直線匹配程序(MATLAB)\關(guān)于直線匹配的程序\mdaisy-v1.0\mex_compute_desc
?????文件?????????364??2019-05-09?16:52??直線匹配程序(MATLAB)\關(guān)于直線匹配的程序\mdaisy-v1.0\normalize_full.m
?????文件?????????387??2019-05-09?16:52??直線匹配程序(MATLAB)\關(guān)于直線匹配的程序\mdaisy-v1.0\normalize_partial.m
?????文件?????????546??2019-05-09?16:52??直線匹配程序(MATLAB)\關(guān)于直線匹配的程序\mdaisy-v1.0\normalize_sift.m
?????文件?????????479??2019-05-09?16:52??直線匹配程序(MATLAB)\關(guān)于直線匹配的程序\mdaisy-v1.0\QUICK?START.m
............此處省略61個(gè)文件信息
評(píng)論
共有 條評(píng)論