what does this code do?

2 ビュー (過去 30 日間)
vani shree
vani shree 2017 年 5 月 4 日
コメント済み: Jan 2017 年 5 月 4 日
if(ispc == 1)
[s, b] = dos('set NUMBER_OF_PROCESSORS');
num_CPUs = sscanf(b, '%*21c%d', [1, Inf]);
setenv('OMP_NUM_THREADS', num2str(num_CPUs));
% ASIFT command
command_ASIFT = 'demo_ASIFT';
command_ASIFT = [command_ASIFT ' ' file_img1_png ' ' file_img2_png ' ' ...
imgOutVert ' ' imgOutHori ' ' matchings ' ' keys1 ' ' keys2];
imshow('imgOutVert.jpg');
if (flag_resize == 0)
command_ASIFT = [command_ASIFT ' 0'];
end
command = command_ASIFT;
sir can u please explain this code? i couldn't able to understand what it does
  4 件のコメント
Adam
Adam 2017 年 5 月 4 日
I have no idea what ASIFT is.
Jan
Jan 2017 年 5 月 4 日
Prefer:
num_CPUs = getenv('NUMBER_OF_PROCESSORS');

サインインしてコメントする。

回答 (0 件)

カテゴリ

Help Center および File ExchangeImage Processing Toolbox についてさらに検索

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by