photo

Anandakumar Selvaraj


2013년부터 활동

Followers: 0   Following: 0

메시지

통계학

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

배지 보기

Feeds

보기 기준

질문


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

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

1

답변

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

10년 초과 전 | 0

답변 있음
Matlab 2013a cannot display Chinese char
*Try this in your code* feature('DefaultCharacterSet', 'UTF8') %# for Chinese Character support *Note:- that UTF-8 can...

10년 초과 전 | 1

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

10년 초과 전 | 0

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

10년 초과 전 | 1

| 수락됨

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

10년 초과 전 | 0

질문


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

거의 11년 전 | 답변 수: 2 | 0

2

답변

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

거의 11년 전 | 0

| 수락됨

질문


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

거의 11년 전 | 답변 수: 1 | 0

1

답변

질문


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

거의 11년 전 | 답변 수: 1 | 0

1

답변

질문


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

거의 11년 전 | 답변 수: 1 | 0

1

답변

질문


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

거의 11년 전 | 답변 수: 0 | 0

0

답변

질문


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

거의 11년 전 | 답변 수: 2 | 0

2

답변

질문


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

거의 11년 전 | 답변 수: 1 | 0

1

답변

질문


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

거의 11년 전 | 답변 수: 2 | 0

2

답변

답변 있음
Face Detection Isolating faces
you can try this code to crop the face faceBBox = step(faceDetector,videoFrame); x = faceBBox(1); y = fa...

거의 11년 전 | 0

질문


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

거의 11년 전 | 답변 수: 1 | 0

1

답변