Community Profile

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

10 years 前 | 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 ...

10 years 前 | 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') ...

10 years 前 | 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...

10 years 前 | 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...

10 years 前 | 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...

10 years 前 | 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 ...

10 years 前 | 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...

10 years 前 | 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...

10 years 前 | 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...

10 years 前 | 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...

10 years 前 | 1 个回答 | 0

1

个回答