Community Profile

photo

saeeda saher


Last seen: 3년 초과 전 2017년부터 활동

Followers: 0   Following: 0

통계

  • First Review
  • Thankful Level 3

배지 보기

Feeds

보기 기준

질문


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

4년 초과 전 | 답변 수: 2 | 0

2

답변

질문


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

거의 5년 전 | 답변 수: 0 | 0

0

답변

질문


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

거의 5년 전 | 답변 수: 1 | 0

1

답변

질문


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

거의 5년 전 | 답변 수: 2 | 0

2

답변

질문


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

대략 5년 전 | 답변 수: 1 | 0

1

답변

질문


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

대략 5년 전 | 답변 수: 1 | 0

1

답변

질문


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

5년 초과 전 | 답변 수: 1 | 0

1

답변

질문


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

5년 초과 전 | 답변 수: 0 | 0

0

답변

질문


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

5년 초과 전 | 답변 수: 0 | 0

0

답변

질문


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

5년 초과 전 | 답변 수: 0 | 0

0

답변

질문


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

거의 6년 전 | 답변 수: 0 | 0

0

답변

질문


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

거의 6년 전 | 답변 수: 1 | 0

1

답변

질문


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

거의 6년 전 | 답변 수: 1 | 0

1

답변

질문


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

거의 6년 전 | 답변 수: 1 | 0

1

답변

질문


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

거의 6년 전 | 답변 수: 1 | 0

1

답변

질문


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

거의 6년 전 | 답변 수: 1 | 0

1

답변

질문


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

거의 6년 전 | 답변 수: 0 | 0

0

답변

질문


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

거의 6년 전 | 답변 수: 1 | 0

1

답변

질문


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

거의 6년 전 | 답변 수: 2 | 0

2

답변

질문


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

6년 초과 전 | 답변 수: 1 | 0

1

답변

질문


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

6년 초과 전 | 답변 수: 1 | 0

1

답변

질문


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

6년 초과 전 | 답변 수: 1 | 0

1

답변

질문


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

6년 초과 전 | 답변 수: 2 | 0

2

답변

질문


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

6년 초과 전 | 답변 수: 0 | 0

0

답변

질문


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

6년 초과 전 | 답변 수: 0 | 0

0

답변

질문


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

6년 초과 전 | 답변 수: 2 | 0

2

답변

질문


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.

6년 초과 전 | 답변 수: 1 | 0

1

답변

질문


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

6년 초과 전 | 답변 수: 1 | 0

1

답변

질문


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

6년 초과 전 | 답변 수: 1 | 0

1

답변

더 보기