在看別人寫的程式碼 但是有些不解
所以想請問板上的前輩
第一個問題
clear all;clc;
addpath('./code');
para.img_path = './img_data/single_data/';
para.result_path = './img_output/';
在上面的程式碼中,不是很了解'para.'的這個用法
para是一個特定的用法嗎?
第二個問題
[imvector, ~, DisVector]=GetImVector(img, Scale, Scale,0);
在輸入這邊的'~'這個符號代表什麼意思?
我只知道這是一個NOT的符號
但不知道用在output的時候代表什麼?
謝謝