Community Profile

photo

Usman


Research Student

Active since 2015

Followers: 0   Following: 0

Message

Statistics

All
  • First Review
  • Thankful Level 1
  • Solver

View badges

Feeds

View by

Question


Classify images based on pixel differences.
i have to classify the covered and uncovered mouth images using the concept of pixel differences between them. I don't want to g...

8 years ago | 1 answer | 0

1

answer

Question


how to save series of values under one excel file MATLAB?
I want to store pitch, yaw and roll for each frame in excel file. eg: if 144 frames then excel stores 144 values of pitch,yaw an...

8 years ago | 1 answer | 0

1

answer

Question


How to use local binary pattern to extract features?
I am new to MATLAB. Kindly help me how to use local binary pattern to extract features from images?

8 years ago | 1 answer | 0

1

answer

Question


How to apply local binary pattern on images and manipulate its results?
I have to apply Local binary patterns on the images to classify the covered and uncovered mouth and then manipulate its results ...

8 years ago | 1 answer | 0

1

answer

Question


Getting error about recursion limit?
I have getting the recursion error upon calling function. Maximum recursion limit of 500 reached. Use set(0,'RecursionLimit...

8 years ago | 0 answers | 0

0

answers

Question


How to continuously update the variable when input given by user?
Scenario is I have 5 images in folder. I have to read image1,calculate its pixels calculation then calculate the ratio of black ...

8 years ago | 1 answer | 0

1

answer

Question


How to remove the unwanted black region from binary image?
I have converted the images into binary image then calculate its black and white pixels. after calculation i have calculate the ...

8 years ago | 0 answers | 0

0

answers

Question


How to find Eye-blinking rate after extraction of eye region in MATLAB?
I want to find Eye-blinking rate to declare the drowsiness. I have extract the eyes region from an image which is attached below...

8 years ago | 0 answers | 0

0

answers

Question


How can i extract desired image from an image?
In the attached figure, I have to extract the visible part (i.e. rectangular eye part) in order to have focused eye region. I ha...

8 years ago | 1 answer | 0

1

answer

Question


How to extract point of interest from plotted graph?
I have plotted the graph by calculating this average horizontal values and then calculate their local minima points. Now I want ...

8 years ago | 1 answer | 0

1

answer

Question


How to extract the point of interests from the plotted graph?
I have plotted the horizontal average values and calculate their local minimas point. Now i want to extract the point of interes...

8 years ago | 0 answers | 0

0

answers

Question


How to extract the point of interests from the plotted graph?
I have plotted the horizontal average values and calculate their local minimas point. Now i want to extract the point of interes...

8 years ago | 0 answers | 0

0

answers

Question


I want to extract the point of interest from plotted graph?
I want to extract the point of interest i.e from negative to positive is 1st point of interest and positive to negative is 2nd p...

8 years ago | 0 answers | 0

0

answers

Question


I want to extract the point of interest from plotted graph?
I want to extract the point of interest i.e from negative to positive is 1st point of interest and positive to negative is 2nd p...

8 years ago | 0 answers | 0

0

answers

Question


I want to find minimum values from an array?.
Min(x) simply gives the most smaller value but i dont want this i want atleast 2 min values and by taking those values i have t...

8 years ago | 1 answer | 0

1

answer

Question


How can I get the exact intensity change coordinates from graph automatically?
I am working on Eye-tracking thing i have to track the eye for open and close. for which I am using the concept of horizontal av...

8 years ago | 0 answers | 0

0

answers

Solved


Make the vector [1 2 3 4 5 6 7 8 9 10]
In MATLAB, you create a vector by enclosing the elements in square brackets like so: x = [1 2 3 4] Commas are optional, s...

8 years ago

Solved


Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...

8 years ago

Question


How to apply viola-john algorithm after extraction of skin region from original image?
I have completed extraction of skin region, but unable to apply exact viola-john algorithm on it to achieve the face detection p...

8 years ago | 0 answers | 0

0

answers