face-detection icon indicating copy to clipboard operation
face-detection copied to clipboard

My Face Detection application written in Matlab.

Results 3 face-detection issues
Sort by recently updated
recently updated
newest added

>> main Extracting features from positive image: 100 Extracting features from negative image: 100 Extracting features from negative image: 200 此类型的变量不支持使用点进行索引。 出错 main (line 80) all_features = [positiveFeatures.positiveFeatures; negativeFeatures.negativeFeatures];

Hi I'm getting following error ??? Attempt to reference field of non-structure array. Error in ==> main at 80 all_features = [positiveFeatures.positiveFeatures; negativeFeatures.negativeFeatures];

hello!I want to konw where the featuresInfo.mat is created? Thanks