Length of the curve in the image
Dear All;
I have curve with random shape , i want to measure it length in the image , is there any way to do it
12 years 前 | 2 个回答 | 0
2
个回答
提问
Extract and Edge and Calculate its lenght
Dear all ;
i have an image i found the edge and i need to calcuate it lentgh , what is the best way for that
my code as fo...
Area of Overlapping Bubbles in Images
Dear All;
I have an image that have gas bubbles inside a liquid , i would like to calculate the area of these bubbles . Howev...
13 years 前 | 0 个回答 | 0
0
个回答
提问
Image Illumination Correction problem
Dear All;
I am trying to image correction for illumination and i have tried to use the same way the matlab presented but it d...
13 years 前 | 1 个回答 | 0
1
个回答
提问
Best Fit Line Drawing
Dear All;
I have many points and i need to draw the best fit line between these points , how can i do it ?
Best Regards
...
已回答 using regionprops in MATLAB
I am able to find the answer, the code as follow:
clc; clear;
mov = aviread('car.avi');
Leng = length(mov);
for i = 1:Leng...
13 years 前 | 0
提问
Distance transform of Image
Dear all;
I have two points which are the centers of objects in the first and last point of the line that connect these cente...
13 years 前 | 1 个回答 | 0
1
个回答
提问
using regionprops in MATLAB
I wrote code to convert the video frames to images then I make some analyses using regionprops function. Since I have many fram...