Error in project code image processing
显示 更早的评论
I have a project which i was working on but i was getting errors while classifying and evaluating the accuracy.
matlab files are attatched and dataset image is also attatched.
% --- Executes on button press in pushbutton6.
function pushbutton6_Callback(hObject, ~, handles)
test = handles.ImgData3;
Affect = handles.ImgData4;
% Load All The Features
load('Training_Data.mat')
% Put the test features into variable 'test'
result = multisvm(Train_Feat,Train_Label,test);
2 个评论
KALYAN ACHARJYA
2021-3-15
Be specific, if you want help, then you need to make it easy to be helped.
krishna vamsi narla
2021-3-15
采纳的回答
更多回答(0 个)
类别
在 帮助中心 和 File Exchange 中查找有关 Nearest Neighbors 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
