saeeda saher
Followers: 0 Following: 0
Statistik
45 Fragen
0 Antworten
RANG
294.494
of 295.467
REPUTATION
0
BEITRÄGE
45 Fragen
0 Antworten
ANTWORTZUSTIMMUNG
37.78%
ERHALTENE STIMMEN
0
RANG
of 20.234
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANG
of 153.912
BEITRÄGE
0 Probleme
0 Lösungen
PUNKTESTAND
0
ANZAHL DER ABZEICHEN
0
BEITRÄGE
0 Beiträge
BEITRÄGE
0 Öffentlich Kanäle
DURCHSCHNITTLICHE BEWERTUNG
BEITRÄGE
0 Highlights
DURCHSCHNITTLICHE ANZAHL DER LIKES
Feeds
Frage
saving classified 7 facial expressions into 7 folders.
I am trying to detect faces in the image and label the images with predicted facial expressions, such as angry, disgust, happy, ...
fast 5 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
How to Capture frames from live streaming using camera? Each Time when the start button is clicked it should capture images after 5 seconds pause and save the images session-wise.
I have tried the following code, (1) I want to the camera to stop when the session ends and strat again when the start button ...
mehr als 5 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
Multiple face detection and cropping from multiple images
I want to read multiple images from directory where each image contains multiple faces, I want to detect faces from each image a...
mehr als 5 Jahre vor | 1 Antwort | 0
1
AntwortFrage
I need help with my GUI
I need some help with my following code: (1) I my following code when push the button the start button the camera starts , whil...
mehr als 5 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
Facing problem in saving the images in folder
I need some help in my code. I am trying to read the images from a folder and detect faces from then and save the cropped images...
fast 6 Jahre vor | 1 Antwort | 0
1
AntwortFrage
How to capture frames after each 5 seconds from live stream and save as image in a folder ??
I am trying to save frames from live stream after each 5 seconds duration and save the frames as an image into the folder. Kindl...
fast 6 Jahre vor | 1 Antwort | 0
1
AntwortFrage
how to access variables from one function to another function?
I have created GUI, I am trying to acess variable featureVector from one function to another function. Kindly help me. Here...
fast 6 Jahre vor | 1 Antwort | 0
1
AntwortFrage
How to apply high resolution on face image dataset??
I have a dataset which contains 48x48 grayscale images. I want to apply high-resolution on the whole dataset. Please guide me ho...
etwa 6 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
I need some help in detecting nose, eyes and lips from a face image of 48x48 image.
I have tried the following code on my dataset. but it's not detecting the facial parts. please help me clear all clc ...
etwa 6 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
How to solve the Facial Expression Recognition problem for the Dataset having images with variability in face posture, lighting and occlusions ??
I have a dataset which has images with variability in face posture, lighting, and occlusions. I want to recognize facial express...
etwa 6 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
How to calculate Percentage wise confusion matrix for each class??
I have tried the following command to calculate the confusion matrix C = confusionmat(testinglabels,predictedLabels) ...
mehr als 6 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
How to convert char data to num??
I have .mat file which contains labels of my image dataset. These labels are numbers (0,1,2,3,4,5,6) but in mat file these are s...
mehr als 6 Jahre vor | 1 Antwort | 0
1
AntwortFrage
calculating accuracy and confusion matrix
I have used Classification Learner app for classifying 7 classes(happy, sad, angry, disgust, neutral, fear, surprise) I trained ...
mehr als 6 Jahre vor | 1 Antwort | 0
1
AntwortFrage
I have Pixel Values of Images and I want to use these pixel values for classification, Please help
I have images dataset , I have extracted the pixel values , now I want to use these pixel values into Classification Learner for...
mehr als 6 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Anyone help me please, How to use Classification Learner App to calculate accuracy rates on training set, and on test set??
I am using classification Learner App on my dataset. My dataset has two sets, Training set and Test set these sets are separate...
mehr als 6 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Someone Please Help me to save Features into .mat file along with labels
Here is my code, I am beginner and dont kow how to edit it. I want to save HOG features into .mat file with labels. Please help....
mehr als 6 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Please help me to understand the PCA usage.
I want to use HOG for feature extraction and want to apply PCA for dimension reduction ,I found this code but did not understand...
mehr als 6 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
I want to save my data from .mat file to csv file. I tried many methods but its not working.
<</matlabcentral/answers/uploaded_files/115586/output.jpg>> Here is my code and results are attached in image. myFolder...
mehr als 6 Jahre vor | 1 Antwort | 0
1
AntwortFrage
How to Save image Features in .mat file??
I am trying to extract facial features from image using HOG and trying to save them in .mat file, but when i run my code it save...
mehr als 6 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
I am getting * error Conversion to uint8 from cell is not possible, in following code.
*Kindly help me to solve this error.* % Define a starting folder. start_path = 'C:\Users\saeeda\Desktop\Training'; % A...
fast 7 Jahre vor | 1 Antwort | 0
1
AntwortFrage
I want to read the images from multiple sub-folders, kindly help
Here is the code which reads images from one folder. but I want to read images from multiple sub-folders. I am new to MATLAB, ...
fast 7 Jahre vor | 1 Antwort | 0
1
AntwortFrage
How to solve this error: Error using reshape To RESHAPE the number of elements must not change.
I am trying to run the following code but i am getting the error Error using reshape To RESHAPE the number of elements ...
fast 7 Jahre vor | 1 Antwort | 0
1
AntwortFrage
I am getting error Undefined function or variable, How to solve this error??
*I am trying to run this code but I am getting error.* clear; tic; DataX = zeros(28709,2304,'single'); DataY = zer...
fast 7 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
how to create .mat file from .csv file??
I have a .csv datset which has 3 columns. I want to create .mat file from it.I tried many codes like: M=importdata('dataset...
fast 7 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
I want to apply SVM and K-nearest Algorithms on image data-set which has following classes: happy , sad, surprise, angry. Kindly help me to perform this task.
I am new to Matlab, kindly guide me through code or useful links which can help me to perform this task. Kindly guide me that w...
fast 7 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
I have this code and I want to perform this process on multiple images. kindly help me through code.
Kindly help me, i am new to Matlab. clc; [filename, filepath] = uigetfile ({'*.jpg';'*.bmp';'*.png'}, 'File Selector');...
fast 7 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
i have few images, i want to create folders, and names of folders should be identical to images. and want to save those images in folders having identical names.
Kindly help me through coding, I am new to Matlab, and its difficult for me to do this task, I need your help.
fast 7 Jahre vor | 1 Antwort | 0
1
AntwortFrage
I have following code, i want to perform following task on many images reading from directory. kindly help me through code.
I=imread('E:\a.jpg'); figure(1),imshow(I); FaceDetect = vision.CascadeObjectDetector; BB = step(Fa...
fast 7 Jahre vor | 1 Antwort | 0
1
AntwortFrage
how to create loop to read many images from directory and then create a folder for each image and save it in that folder, the folder and image names should be the same, for example image name is 1.jpg then create folder 1 for it and save image in it?
kindly help.
etwa 7 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
I have directory which has many images , i want to perform face detection and cropping process on these images. kindly guide me, how to do this??
here is my code for single image, i want to perform this task on many images. I=imread('E:\a.jpg'); figu...
etwa 7 Jahre vor | 1 Antwort | 0