photo

Anandakumar Selvaraj


Actif depuis 2013

Followers: 0   Following: 0

Message

Statistiques

  • Thankful Level 1
  • Revival Level 2
  • Knowledgeable Level 1
  • First Answer

Afficher les badges

Feeds

Afficher par

Question


how pop up a gui from an another gui on click of a button with a value?
I have a task were i click a pushbutton in a gui named for example ( gui1.fig & gui1.m )and its takes a value from that gui say ...

plus de 10 ans il y a | 1 réponse | 0

1

réponse

Réponse apportée
Chinese text using the Screen function of Psychtoobox
*Try this in your code* feature('DefaultCharacterSet', 'UTF8') %# for all Character support *Note:- that UTF-8 can be ...

plus de 10 ans il y a | 0

Réponse apportée
Matlab 2013a cannot display Chinese char
*Try this in your code* feature('DefaultCharacterSet', 'UTF8') %# for Chinese Character support *Note:- that UTF-8 can...

plus de 10 ans il y a | 1

Réponse apportée
Displaying (in the prompt) latin characters, such as á, é, í, ó, ú, and ñ, using MATLAB R2010b/R2011a for mac
*Try this in your code* feature('DefaultCharacterSet', 'UTF8') %# for all Character support or try 'Windows-1250' insted...

plus de 10 ans il y a | 0

Réponse apportée
Why Matlab doesn't support font for foreign language such as Czech. For example the character ě š č ř ž ý á í é.
*Try this in your code* feature('DefaultCharacterSet', 'UTF8') %# for all Character support or try 'Windows-1250' insted ...

plus de 10 ans il y a | 1

| A accepté

Réponse apportée
How to display Chinese character in edit text box in Matlab GUI?
finally I found The Answer by my self its just a matter of Adding The DefaultCharacterSet to utf 8 i am able to display all chi...

plus de 10 ans il y a | 0

Question


How to display Chinese character in edit text box in Matlab GUI?
*i Have to display chinese characters from db were i am able to display it in matlab console* <</matlabcentral/answers/...

plus de 10 ans il y a | 2 réponses | 0

2

réponses

Réponse apportée
inserting values in MySQL database using matlab
I resolved the problem my self ...The thing is i have used some sort of key word in the database creation left,right,top,bottom ...

plus de 10 ans il y a | 0

| A accepté

Question


inserting values in MySQL database using matlab
%# JDBC connector path javaaddpath('C:\Program Files (x86)\MySQL\MySQL Connector J\mysql-connector-java-5.1.28-bin.jar') ...

plus de 10 ans il y a | 1 réponse | 0

1

réponse

Question


How to get the distance between Centroid to Top and Centroid to Bottom and respectively right and left in a binary image?
*I have marked the Centroid and Top ,Bottom,Left and Right in a binary image* <</matlabcentral/answers/uploaded_files/67...

plus de 10 ans il y a | 1 réponse | 0

1

réponse

Question


how to apply Motion detection in a sequence of images saved in a folder and only the Motion detected image/frame should be shown/saved again
i have a sequence of images saved in a folder for example frame1.jpg frame2.jpg....frame20.jpg fileNames = arrayfun( @(x) fu...

plus de 10 ans il y a | 1 réponse | 0

1

réponse

Question


how can i detect eyes nose mouth features from a ROI Video using computer vision toolbox
I am having a task of detecting righteye lefteye nose and mouth from a video were most of the time the surrounding objects from...

plus de 10 ans il y a | 1 réponse | 0

0

réponse

Question


how to save images into a image array and then use it?
i have taken plot of images and i need to store it into a image array and then i need to use that array variable as shown below ...

plus de 10 ans il y a | 2 réponses | 0

2

réponses

Question


how to locate blobs upper middle and lower middle points and plot it
i am trying to locate points like it shows in the figure 4 below were the centroid i have marked as shown in figure 2 from the b...

plus de 10 ans il y a | 1 réponse | 0

1

réponse

Question


is there any way to draw a vertical and horizontal line that pass through blobs centroid ?
I have a task of locating the upper lower and right and left cornet of a blob like this image where i have marked the points as...

plus de 10 ans il y a | 2 réponses | 0

2

réponses

Réponse apportée
Face Detection Isolating faces
you can try this code to crop the face faceBBox = step(faceDetector,videoFrame); x = faceBBox(1); y = fa...

plus de 10 ans il y a | 0

Question


how to save the video frame as a image before detecting the next video frame in Face Detection and Tracking Using the KLT Algorithm?
i want to save the videoFrame in the while loop as separate image in the <http://www.mathworks.com/help/vision/examples/face-de...

plus de 10 ans il y a | 1 réponse | 0

1

réponse