![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/23881623_1631639546652_DEF.jpg)
Eliska Paulikova
Followers: 0 Following: 0
Statistik
30 Fragen
0 Antworten
RANG
109.739
of 297.016
REPUTATION
0
BEITRÄGE
30 Fragen
0 Antworten
ANTWORTZUSTIMMUNG
46.67%
ERHALTENE STIMMEN
0
RANG
of 20.419
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANG
of 157.725
BEITRÄGE
0 Probleme
0 Lösungen
PUNKTESTAND
0
ANZAHL DER ABZEICHEN
0
BEITRÄGE
0 Beiträge
BEITRÄGE
0 Öffentlich Kanäle
DURCHSCHNITTLICHE BEWERTUNG
BEITRÄGE
0 Highlights
DURCHSCHNITTLICHE ANZAHL DER LIKES
Feeds
Frage
First number in foor loop
Hello, this is a part of my code, I have a image analysis, where the program reading frames (h), however is starts to read due t...
fast 2 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
App designer Edit field, position
thisFrame = read(vid, framesToRead(h)); pos1=app.CTRLVEditField.Value ...
fast 2 Jahre vor | 1 Antwort | 0
1
AntwortFrage
How to sum values from a cycle
Hello, I have a loop, and in every cycle it gives me an angle, I would like to sum this angle. For example I get 30 in first loo...
fast 2 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
How to make the axes equal
axes_x = htabulka(:,1); axes_y = htabulka(:,2); plot(axes_x, axes_y) Dolx=Sp(:,1)-82.5; Dopx=Sp(:,1)+82.5; Doly=Sp(:,2)-82....
fast 2 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Change pixels to mm in axes in plot
Hello, I have a table, I know that 1 pixel is 0.14mm. But if I plot some points from the table. The axes is in pixels. But I w...
fast 2 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Change pixels to mm in axes
Hello, I have an image, I know that 1 pixel is 0.14mm. But if I plot some points from the image. The axes is in pixels. But I wo...
fast 2 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
Image analysis, object detection
Hello, I have this image and I would like to Matlab detect also the blue line not only the red circle. Do you now how ca...
fast 2 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Read data from hard disk
Hello, I use Matlab for Image analysis, so I use it for my video experiment. I have my videos on hard disk, so every time I woul...
fast 2 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
How to skip an empty value
Hello I work with this data in my program, but if there are empty spots, the program stops itself. I would like to now, how ...
fast 2 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Matlab menu sum values
Hello everyone, I have a values in the menu, now I would like to choose for example two of them, and sum them. But if I read v...
etwa 2 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
Why the mod function does not work
My code started with 0 degree but when it gets only 180 and than it get 170, 160 and so on ... I would like it to 2pi (360 degre...
etwa 2 Jahre vor | 1 Antwort | 0
1
AntwortFrage
how to find concave angle between three points
Hello how can I fing agle if I know three points, but I would like to reald also the concave one. this function ang = atan2(no...
etwa 2 Jahre vor | 1 Antwort | 0
1
AntwortFrage
angle between three points please help
for f=1:h t=(f-1)*k/20; m=f+1; P0=[171.5 239.5]; %střed [x,y] P1=[htabulka(1,1),htabulka(1,2)]; %XY1 [x,y] ...
etwa 2 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
Angle with three points
Hello, I have a object rotation (video) I have a three points and I would like to know the angle of that points. But two points ...
etwa 2 Jahre vor | 1 Antwort | 0
1
AntwortFrage
viscircles, how to always take only one cycle
Hello, in viscircles I would like to always take only one cycle, sometimes it gives me 2 .. but How I define to random define on...
etwa 2 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Find the most furthest point in binary images
Hello, I have a binary image, and I would like to find x and y values of the most furthest point ---> so the point which is cl...
etwa 2 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Save data from cycle into one table
Hello, I have a code where the aotput is x and y, but I would like to store this data into one table or varieble. Problem is, th...
mehr als 2 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Processing data from loop
Hello I have a problem, I have a video which I cut into many frames I apply on them segmentation and I get x and y values from t...
mehr als 2 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Is there any function with same function as strel, but where I can define a center of shape not only the radius
Hello, I have a binary image, I would like to create strel function with shape of circle, but I would like to define the center ...
mehr als 2 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Which units does viscircle use
Hi, function viscircles gives me the output radii = 30 . But I have no idea in which units it is. Thank you for answer
mehr als 2 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Change exact area in binary images from 1 to 0
Hello, I have this binary image, I know the center and the radius of that circle, and I would like to change this circle to ...
mehr als 2 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Make a video from images in while loop
Hello I had a video that I separated to "n" frames, I apply a segmentation on them and now I would like to make the video again ...
mehr als 2 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Tracking binary images and get x and y data from it (return their location)
Hello, I have a video, that I split and I make a cycle, where on every single frame in that video I applyed segmentation. So no...
mehr als 2 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Crop frames in video and apply it on other frames.
Hello, I have a video, which I split in frames. Now, I would like to take the first frame, crop it, and this crop apply on othe...
mehr als 2 Jahre vor | 1 Antwort | 0
1
AntwortFrage
While loop does not give me back the value
I need to imshow the Rpokus, but matlab says that is not exist please help vid=VideoReader("video.mp4"); k=200; whil...
mehr als 2 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Using while loop in a video
Hello, My goal is to read a video, than split it to different number of frames, and than make it stop. It still does not work. P...
mehr als 2 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Automatically crop an image
Hello, I need to automatically crop the rectangular part, how can I do it? Thank you Thank you
mehr als 2 Jahre vor | 1 Antwort | 0
1
AntwortFrage
It takes so long --> many frames
vid=VideoReader("Pokus č 4. (1).avi") while hasFrame(vid) frame=readFrame(vid); numberOfFrames = vid.NumFra...
mehr als 2 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
I want to read every second frame from video
Hello, I have video which has 15 GB, so it takes to long to read it, I also need to add the segmentation to frames. So I decided...
mehr als 2 Jahre vor | 1 Antwort | 0