질문


How to create the groundTruth and evaluate the classical computer vision model for crack detection and does training models only restricted for machine and deep
If I have a model to detect cracks which can be consider as classical computer vision model, it works based on thresholding and...

11개월 전 | 답변 수: 0 | 0

0

답변

질문


What criteria should be used to select the number of images used in image processing for detection the drawbacks of any surfaces?
What are the criteria that must be considered to select the number of images in image processing techniques to make sure the pro...

11개월 전 | 답변 수: 1 | 0

1

답변

질문


how to apply sauvola threshold in subtracting
How to apply sauvola threshold on image 1 to get the result as shown in 2?

대략 1년 전 | 답변 수: 1 | 0

1

답변

질문


How to find the true positive and true negative for detected pixels in the image
If I create an model to detect cracks and fthe model based on image processing , I have to evaluate the model based on the prec...

대략 1년 전 | 답변 수: 1 | 0

1

답변

답변 있음
what does count pixel =0 indicates?
@Image Analyst I attached the binary image if you can check it please

대략 1년 전 | 0

질문


what does count pixel =0 indicates?
After I applied stretching method and try to find threshold I got zero at count pixels as shown in image , what does it means an...

대략 1년 전 | 답변 수: 3 | 0

3

답변

질문


how to to let model automatically send the output of each step to be input for next step
If I would like to apply anytype of filters at the shown place in the code to be input for next stage to find the threshold how...

대략 1년 전 | 답변 수: 1 | 0

1

답변

질문


How count crack pixel for image process and compare it with original
How can I find the ratio of no. of crack pixels in the processed image to the no. of crack pixels in ideal image as attached

대략 1년 전 | 답변 수: 1 | 0

1

답변

질문


how to connect the detection object
I am biggener in using matlab , i used different filter and thresholding methods but stil discountiuity in object detection as s...

대략 1년 전 | 답변 수: 2 | 0

2

답변

질문


How to use niblack file exchange?
I am biginner in using matlab and am trying to use niblack file exchange, I downloaded successfully and access to it by matlab b...

대략 1년 전 | 답변 수: 1 | 0

1

답변

질문


How to remove frame appear as a result of thresholding
When I use file exchange https://www.mathworks.com/matlabcentral/fileexchange/12191-bilateral-filtering it is working well but ...

대략 1년 전 | 답변 수: 2 | 0

2

답변

질문


how can I run function in file exchange
I download this file exchange https://www.mathworks.com/matlabcentral/fileexchange/40266-sauvola-local-image-thresholding/ but...

대략 1년 전 | 답변 수: 1 | 0

1

답변

답변 있음
How to measure crack width
@Image Analyst can you help me to know how to let image 1 has same gray level as 2, I tried using imadjust but not working? I ...

대략 1년 전 | 0

답변 있음
How to measure crack width
@Image Analyst I used filters as you advised me before and I could determine the threshold as shown in attached image but still...

대략 1년 전 | 0

답변 있음
How to measure crack width
@Image Analyst another question: To find width,if I used (bwperim) instead of (bwskel) will be more accurate?

1년 초과 전 | 0

답변 있음
How to measure crack width
1-I uploaded the image that i got warning function of triangle thresholding 2-The other thing I noticed , that if i used automa...

1년 초과 전 | 0

질문


How to measure crack width
I noticed that when I reduced the minimum acceptable area the crack width decreased although the appearance of blobs in this si...

1년 초과 전 | 답변 수: 4 | 0

4

답변

질문


how to connect lines instead of discountinuity
clc; % Clear the command window. close all; % Close all figures (except those of imtool.) clear; % Erase all existing var...

1년 초과 전 | 답변 수: 1 | 0

1

답변

답변 있음
Concrete Crack Width Measurement
clc; % Clear the command window. close all; % Close all figures (except those of imtool.) clear; % Erase all existing var...

1년 초과 전 | 0