Statistiques
15 Questions
0 Réponses
RANG
24 227
of 300 365
RÉPUTATION
1
CONTRIBUTIONS
15 Questions
0 Réponses
ACCEPTATION DE VOS RÉPONSES
86.67%
VOTES REÇUS
0
RANG
of 20 933
RÉPUTATION
N/A
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
0 Fichier
TÉLÉCHARGEMENTS
0
ALL TIME TÉLÉCHARGEMENTS
0
RANG
of 168 262
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
Open an image in a GUI
Hello guys, I have [f,p] = uigetfile({'*.png;*.jpg;*.bmp;*.tif','Supported images';... '*.png','Po...
plus de 12 ans il y a | 2 réponses | 0
2
réponsesQuestion
Imcrop(x), fixed window size, only choose window location
Hello guys, We use imcrop(x) to choose the size and location of the window to crop image, but how can we define a 128*128 w...
plus de 12 ans il y a | 1 réponse | 0
0
réponseQuestion
Image Edge Detection Question
Hello guys, I am currently struggling with my senior project. The main problem is that i could not define the edge of a pil...
plus de 12 ans il y a | 1 réponse | 0
1
réponseQuestion
Image threshold value question
Hello guys, Normally we set one value 'a', then we have [0 a]= black, [a 255]=white My question is, can we do it like this...
plus de 12 ans il y a | 2 réponses | 0
2
réponsesQuestion
How to display a value number in the figure
Hello guys, I have made a GUI. I would like to link a function to one of the buttons so that when clicking on it a picture will...
plus de 12 ans il y a | 1 réponse | 0
1
réponseQuestion
size(figure)=[1,1] Why?
Hello guys, When i make an empty figure like hFig = figure, why size(hFig)= size(figure)=[1,1] ? Apparently the figure shown...
plus de 12 ans il y a | 1 réponse | 0
1
réponseQuestion
How may i get data from writerobj?
I can use getdata(obj) to get data from memory buffer. But in the toolbox it teaches me to log image data into a videowriter ...
plus de 12 ans il y a | 1 réponse | 0
1
réponseQuestion
Use 'VideoWriter' function to create an AVI file to play
Hello guys, Here is my idea, i am try to record a video through camera, set(obj, 'LoggingMode', 'disk&memory') % log ac...
plus de 12 ans il y a | 1 réponse | 0
1
réponseQuestion
How many frames in 1 sec in matlab
Does it depend on my video capture device?(camera)
plus de 12 ans il y a | 1 réponse | 0
1
réponseQuestion
imaqmontage(data); question about this code
My settings are: obj.FramesPerTrigger = 5; obj.TriggerRepeat = 2; so that i have obj.FramesAvailable =15; ...
plus de 12 ans il y a | 1 réponse | 0
1
réponseQuestion
Why do we need 'vid.TriggerRepeat '?
Hello guys i am new to DIP, i find the toolbox is very useful. My questions might be naive and thank you for you patience readin...
plus de 12 ans il y a | 1 réponse | 0
1
réponseQuestion
How to get the edge of a pile of white dots?
I v transferred a picture into b&w and it now looks like a pile of white dots with black background. How can i get the specif...
plus de 13 ans il y a | 2 réponses | 0
2
réponsesQuestion
How to make white color in matlab as '0' while black color as "1"
So we can analysis a picture more easily, its kinda like to put the object on a white background. If we are going to analysis...
plus de 13 ans il y a | 2 réponses | 0
2
réponsesQuestion
Difference between uint8 and logical
1. Does matlab only make caculations with logical numbers? 2. Sometimes two matrices are in different format, such as one is ...
plus de 13 ans il y a | 1 réponse | 0
1
réponseQuestion
Two matrices comparison
%I have two matrices, a=[1 2 3]; b=[0 1 0]; %How can i get a1=a if b=1 and a1=0 if b=0, So that a1=[0 2 0]?Thanks!
plus de 13 ans il y a | 1 réponse | 0
