Statistics
RANK
18,089
of 295,486
REPUTATION
2
CONTRIBUTIONS
12 Questions
1 Answer
ANSWER ACCEPTANCE
50.0%
VOTES RECEIVED
2
RANK
of 20,236
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 153,912
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Question
How to convert scilab code into matlab?
I have a code in Scilab. How to convert that code into Matlab?? Can anyone please tel me..
10 years ago | 1 answer | 1
1
answerQuestion
Does anyone knows how to do Elastic Bunch Graph match????
*Does anyone knows how to do elastic bunch graph matching on face image?? is there a code available???*
11 years ago | 0 answers | 0
0
answersQuestion
Is there a code available for facial feature point detection???
Is there a code available for detecting fiducial points such as eyes, nose, and mouth????
11 years ago | 0 answers | 0
0
answersQuestion
how to get the facial feature points from the faces???
Using the Viola Jones algorithm m able to detect the face parts. Now i want to extract the facial feature points from eyes,nose ...
11 years ago | 3 answers | 1
3
answersQuestion
How to get the 4 pts for mouth in face parts detection????
This is the pgm for face parts detection... img = imread('f5.jpg'); detector = buildDetector(); [bbox bbimg faces bbfaces...
11 years ago | 2 answers | 0
2
answersQuestion
How to save the cropped image as a RGB image?
This is the pgm for face detection... % set mex file path for this platform ... addpath(lower(computer)); % call wit...
11 years ago | 1 answer | 0
1
answerQuestion
To crop the detected face parts
This is the pgm for face parts detection.In this i wanted to crop the detected parts. So i wanted to knw how to use "imcrop" in ...
11 years ago | 1 answer | 0
1
answerQuestion
how to save the image as a RGB image???
This is the code for median filtering on RGB images. I wanted to save only the resorted image into a new folder. how do i do tha...
11 years ago | 3 answers | 0
3
answersQuestion
To remove the noise using Median Filtering.
This is my code for median filtering..i have 5 image in "class2" folder. Am able to display only the 1st image of original & noi...
11 years ago | 1 answer | 0
1
answerQuestion
is there a code to perform a median filtering without adding the noise???
i wanted to perform a *median filtering on the original image without adding any* *noise*. Is it possible??? If so can u plz pro...
11 years ago | 1 answer | 0
1
answerQuestion
how can i display the image in GUI??
This is my code. To read the image from the file and display that image..m able to read the image but m not able to display it. ...
11 years ago | 3 answers | 0
3
answersQuestion
ctranspose Transpose on ND array is not defined.
*face recognition program* % Acquire new image % Note: the input image must have a bmp or jpg...
12 years ago | 1 answer | 0