photo

Manoj Murali


2012년부터 활동

Followers: 0   Following: 0

메시지

통계학

  • First Review
  • Thankful Level 3

배지 보기

Feeds

보기 기준

질문


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

12년 초과 전 | 답변 수: 2 | 1

2

답변

질문


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

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

0

답변

질문


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

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

0

답변

질문


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

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

1

답변

답변 있음
how to detect a face from a real time video?
Cud anyone provide me the program if they hav...

12년 초과 전 | 0

질문


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

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

1

답변

질문


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?

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

1

답변

답변 있음
how 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 ...

12년 초과 전 | 0

답변 있음
how to join points at the edges of a face on an image using a curve?
Any answer wud b appreciated.Thank u..

12년 초과 전 | 0

질문


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

12년 초과 전 | 답변 수: 3 | 0

3

답변

질문


What does the symbol ";" mean in the statement "p1 = [x; y]"?
What does the symbol ";" mean in the following statement? p1 = [x; y];

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

2

답변

질문


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

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

1

답변

질문


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

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

1

답변

질문


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

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

1

답변

답변 있음
How 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...

12년 초과 전 | 1

질문


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

12년 초과 전 | 답변 수: 3 | 0

3

답변

질문


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

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

1

답변

질문


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

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

0

답변

질문


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

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

2

답변

질문


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

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

1

답변

질문


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

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

1

답변

질문


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

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

1

답변

질문


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

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

2

답변

질문


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

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

0

답변

질문


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

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

2

답변

질문


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

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

0

답변

질문


imsubtract(data(:,:,1), rgb2gray(data));
imsubtract(data(:,:,1), rgb2gray(data)); how does the above function work??i know the operation of imsubtract in general....

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

1

답변