Community Profile

photo

saeeda saher


Last seen: mehr als 3 Jahre vor Aktiv seit 2017

Followers: 0   Following: 0

Statistiken

  • First Review
  • Thankful Level 3

Abzeichen anzeigen

Feeds

Anzeigen nach

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, ...

mehr als 4 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


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 ...

fast 5 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


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...

fast 5 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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...

fast 5 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


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...

etwa 5 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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...

etwa 5 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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...

mehr als 5 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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...

mehr als 5 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


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 ...

mehr als 5 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


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...

mehr als 5 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


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) ...

fast 6 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


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...

fast 6 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


calculating accuracy and confusion matrix
I have used Classification Learner app for classifying 7 classes(happy, sad, angry, disgust, neutral, fear, surprise) I trained ...

fast 6 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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...

fast 6 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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...

fast 6 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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....

fast 6 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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...

fast 6 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


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...

fast 6 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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...

fast 6 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


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...

etwa 6 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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, ...

mehr als 6 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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 ...

mehr als 6 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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...

mehr als 6 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


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...

mehr als 6 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


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...

mehr als 6 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


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');...

mehr als 6 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


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.

mehr als 6 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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...

mehr als 6 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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...

mehr als 6 Jahre vor | 1 Antwort | 0

1

Antwort

Mehr laden