Question


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

environ 10 ans il y a | 2 réponses | 0

2

réponses

Question


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...

plus de 10 ans il y a | 1 réponse | 0

0

réponse

Question


Counting objects with different size in the images
Dear All; I have objects with different sizes in the image, i would like to classify them in different ranges based on the th...

plus de 10 ans il y a | 1 réponse | 0

1

réponse

Question


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...

plus de 10 ans il y a | 1 réponse | 0

0

réponse

Question


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...

plus de 10 ans il y a | 1 réponse | 0

1

réponse

Question


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 ...

plus de 11 ans il y a | 3 réponses | 2

3

réponses

Question


Covex Hull and Bounding Box , how to show the results?
Dear All; how can we show the results of convex hull and bounding box after using the function regionprops. in other words , ...

plus de 11 ans il y a | 2 réponses | 0

2

réponses

A répondu
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...

plus de 11 ans il y a | 0

Question


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...

plus de 11 ans il y a | 1 réponse | 0

1

réponse

Question


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...

plus de 11 ans il y a | 3 réponses | 0

3

réponses