Community Profile

photo

jaya motwani


Active since 2015

Statistics

Content Feed

View by

Question


is there a user defined function that can be used in place of fitcecoc ?
faceClassifier = fitcecoc(trainingset,traininglabel);

9 years ago | 0 answers | 0

0

answers

Question


i have a file facerecognition.m in a folder and a function file hog.m in the same folder. i want to initialize the function hog in facerecognition.m. how do i do that. below i am pasting the code for hog.m
function [feature] = hog(image) % >>> im = imread('cameraman.tif'); % >>> hog = hog_feature_vector (im); image=doubl...

9 years ago | 0 answers | 0

0

answers