Statistiques
RANG
14 652
of 297 080
RÉPUTATION
3
CONTRIBUTIONS
23 Questions
4 Réponses
ACCEPTATION DE VOS RÉPONSES
43.48%
VOTES REÇUS
2
RANG
of 20 424
RÉPUTATION
N/A
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
0 Fichier
TÉLÉCHARGEMENTS
0
ALL TIME TÉLÉCHARGEMENTS
0
RANG
of 157 839
CONTRIBUTIONS
0 Problèmes
0 Solutions
SCORE
0
NOMBRE DE BADGES
0
CONTRIBUTIONS
0 Publications
CONTRIBUTIONS
0 Public Chaîne
CLASSEMENT MOYEN
CONTRIBUTIONS
0 Point fort
NOMBRE MOYEN DE LIKES
Feeds
Question
I need to apply AAM on a face image.
Hi friends.I wanted to apply AAM on the face images and my output must be like the image in the link shown below <https://pic...
presque 13 ans il y a | 2 réponses | 1
2
réponsesQuestion
how to check for the Circle shape in an image?
Hi,I hav an image and it has an object with circle shape.Is ther any inbuilt function to check if there are any circle shaped ob...
presque 13 ans il y a | 1 réponse | 0
0
réponseQuestion
howto calculate the covariance matrix?
hi, suppose Yi is a row matrix of size 1 X L with 'i' varrying from 1 to m.That is there are row matrices Y1,Y2,Y3...Ym. now ...
presque 13 ans il y a | 1 réponse | 0
0
réponseQuestion
How to histogram equilize an image?
Suppose i have a set of face images I1,I2, ,IM ,size of each image being LxL,in the training set.Now how to histogram equalize ...
presque 13 ans il y a | 1 réponse | 0
1
réponsehow to detect a face from a real time video?
Cud anyone provide me the program if they hav...
presque 13 ans il y a | 0
Question
how to detect a face from a real time video?
Hi friends,As a part of my curretnt project i need to detect the face from a real time video.That is i need to take the input fr...
presque 13 ans il y a | 1 réponse | 0
1
réponseQuestion
how to change the colour of the horizontal and vertical lines that move along with the mouse while using the ginput function?
how to change the colour of the horizontal and vertical lines that move along with the mouse while using the ginput function?
presque 13 ans il y a | 1 réponse | 0
1
réponsehow to join points at the edges of a face on an image using a curve?
What am gonna do is to first i ll use ginput to get the (x,y) coordinates of those three points.Then i ll mark those points as ...
environ 13 ans il y a | 0
how to join points at the edges of a face on an image using a curve?
Any answer wud b appreciated.Thank u..
environ 13 ans il y a | 0
Question
how to join points at the edges of a face on an image using a curve?
Hi.Suppose i have a face image with 3 selected points at the edges.One point is at the chin edge,another is the right cheek ed...
environ 13 ans il y a | 3 réponses | 0
3
réponsesQuestion
What does the symbol ";" mean in the statement "p1 = [x; y]"?
What does the symbol ";" mean in the following statement? p1 = [x; y];
environ 13 ans il y a | 2 réponses | 0
2
réponsesQuestion
How to find the linear distance between two points say (x,y) and (m,n) on an image?
Hi..How can we find the linear distance between any two points on an image?Can we do this using any inbuilt function??or can thi...
environ 13 ans il y a | 1 réponse | 0
1
réponseQuestion
What is a vector?or what are vector coordinates?
Hellow sir,Can any one tell me what is a vector in matlab(or vector coordinates).Can u please explain me with a small example ta...
environ 13 ans il y a | 1 réponse | 0
1
réponseQuestion
how to recognise an input image from a set of images which contains the input image as one of the images by comparing the pixel values of the input image from that of the set of images??
Hello sir,My problem statement is like this..I need to input an image using imread.In a folder there will be some 20 images.Our ...
environ 13 ans il y a | 1 réponse | 0
1
réponseHow to append data or values to an existing .csv file??
using dlmwrite with an '-append' is only appending the new values below the already present values.But wat i want is to append t...
environ 13 ans il y a | 1
Question
How to append data or values to an existing .csv file??
hi..suppose i have a .csv file named csvfile.csv.And it has the values as follows: 23 45 69 84 48 78 12 34 so it ...
environ 13 ans il y a | 3 réponses | 0
3
réponsesQuestion
How to append data or values to an existing .csv file??
hi..suppose i have a .csv file named csvfile.csv.And it has the values as follows: 23 45 69 84 48 78 12 34 so it ...
environ 13 ans il y a | 1 réponse | 0
1
réponseQuestion
How to append data or values to an existing .csv file??
hi..suppose i have a .csv file named csvfile.csv.And it has the values as follows: 23 45 69 84 48 78 12 34 so...
environ 13 ans il y a | 1 réponse | 0
0
réponseQuestion
what is the use of the symbol '*' in the function named fullfile?
Hi,what is the significance of the asterik symbol '*' in the following statement... filePattern = fullfile(myFolder, '*.jpg')...
environ 13 ans il y a | 2 réponses | 0
2
réponsesQuestion
Difference between Array,Cell array and Subscripted elements of an array..??
Hellow...Cud any one plz tell me the difference between these three terms... 1)Array 2)Cell array 3)subscripted elements of a...
environ 13 ans il y a | 1 réponse | 0
1
réponseQuestion
how to read images from a folder one after the other from a folder and convert them into its greylevel image using a for loop?
Suppose i hav around 30 images in a folder named 'images'.Now what i need to do is to read the images one after the other and co...
environ 13 ans il y a | 1 réponse | 0
1
réponseQuestion
How to find the pixel value at any point on a greyscale image(not on an rgb image?)
Respected sir, I need to find the pixel value on an graylevel image.(not on an RGB image,this can be done using impixel func...
environ 13 ans il y a | 1 réponse | 0
1
réponseQuestion
how to access values inside a matrix or array in a 'for' loop??
suppose i hav two matrices or arrays named m and n.They have 4 values each like this. m=56 67 89 103 n=45 78 92 71 ...
environ 13 ans il y a | 2 réponses | 0
2
réponsesQuestion
how to import a csv file to MS access??
I hav created a csv file named csvlist1 using the following step... csvwrite('csvlist1.dat',[x,y]) now i want to import this f...
environ 13 ans il y a | 1 réponse | 0
0
réponseQuestion
How to store the X,Y axis co-ordinate values of a point on image from Matlab to MS Access??
Respected sir,My program should be like this.First i need to read an image from the system.Then i need to show/display it.After ...
environ 13 ans il y a | 2 réponses | 0
2
réponsesQuestion
How to store the X,Y axis co-ordinate values of a point on image from Matlab to MS Access??
Respected sir,My program should be like this.First i need to read an image from the system.Then i need to show/display it.After ...
environ 13 ans il y a | 1 réponse | 0
0
réponseQuestion
imsubtract(data(:,:,1), rgb2gray(data));
imsubtract(data(:,:,1), rgb2gray(data)); how does the above function work??i know the operation of imsubtract in general....
environ 13 ans il y a | 1 réponse | 0