Statistiques
RANG
4 620
of 295 467
RÉPUTATION
10
CONTRIBUTIONS
10 Questions
7 Réponses
ACCEPTATION DE VOS RÉPONSES
50.0%
VOTES REÇUS
2
RANG
of 20 234
RÉPUTATION
N/A
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
0 Fichier
TÉLÉCHARGEMENTS
0
ALL TIME TÉLÉCHARGEMENTS
0
RANG
of 153 912
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
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éponseChinese 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
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
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
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é
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/...
presque 11 ans il y a | 2 réponses | 0
2
réponsesinserting 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 ...
presque 11 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') ...
presque 11 ans il y a | 1 réponse | 0
1
réponseQuestion
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...
presque 11 ans il y a | 1 réponse | 0
1
réponseQuestion
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...
presque 11 ans il y a | 1 réponse | 0
1
réponseQuestion
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...
presque 11 ans il y a | 1 réponse | 0
0
réponseQuestion
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 ...
presque 11 ans il y a | 2 réponses | 0
2
réponsesQuestion
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...
presque 11 ans il y a | 1 réponse | 0
1
réponseQuestion
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...
presque 11 ans il y a | 2 réponses | 0
2
réponsesFace Detection Isolating faces
you can try this code to crop the face faceBBox = step(faceDetector,videoFrame); x = faceBBox(1); y = fa...
presque 11 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...
presque 11 ans il y a | 1 réponse | 0