Statistik
12 Fragen
                        0 Antworten
RANG
203.801
                          
                          
of 300.392
                        
REPUTATION
0
                           
                        
BEITRÄGE
                          12 Fragen
                          0 Antworten
ANTWORTZUSTIMMUNG 
                            0.0%
                        
ERHALTENE STIMMEN
0
RANG
 of 20.933
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS 
0
ALL TIME DOWNLOADS
0
RANG
of 168.335
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
Can anyone correct this code for the crack detection in irrigation canal?
<</matlabcentral/answers/uploaded_files/106409/crackFinal.PNG>> clc; clear; close all; %% step 1 image = imre...
mehr als 7 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
How should I remove noise from the image which is marked in red color except the crack lines?
clc; clear; close all; %% step 1 image = imread('D:/canal images/crack.jpg'); %image = imread('C:/Users/...
mehr als 7 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Can someone help me to improve this code.It is about detection of weeds
A = imread('C:/Users/Jainee/Desktop/Cracks/irrigation.jpg'); [m,t]=size(); C=zeros(m,t); for k=1:t for l=1:m ...
mehr als 7 Jahre vor | 1 Antwort | 0
1
AntwortFrage
I want to detect cracks from image but i need to filter out the components whose length is smaller than 100 px after grouping the components.How to group components if distances between them are smaller than certain distance from this binary img?
I have attached the image of canal with cracks which is in binary form
fast 8 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
I am getting error in edge function like "Attempt to execute SCRIPT edge as a function:" b=edge(img,'canny',0.40); Can someone solve this error?
a=imread('D:\canal images\df.jpg'); imshow(a); title('Original'); img=rgb2gray(a); imshow(img); title('Grayscale'); *b...
fast 8 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Can someone explain this code step by step and the functions which ae used in it?
%% step 5 se = strel('disk',3); %%create a disk-shaped structring element bothat = imsubtract(imadd(sharpen,im...
fast 8 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
I am getting error in imbinarize function?So which function I should use.Please let me know asap
%% clearing clc %%clear command window clear all %%clear value of all variab...
fast 8 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
I have to separate canal edge from the background?Can u provide the steps or function like how to code?
Separate edge from background
fast 8 Jahre vor | 1 Antwort | 0
1
AntwortFrage
I have a canal image and need to detect only edge portion? So how do I separate foreground from background?
How do I separate foreground from the background?
fast 8 Jahre vor | 1 Antwort | 0
1
AntwortFrage
I am not able to get cropped image in subplot? How can I display both original image and cropped image in
I=imread('D:\canal images\df.jpg'); imtool(I); I2=imcrop(I,[]); subplot(1,2,1); imshow(I); title('Original Image'); ...
fast 8 Jahre vor | 1 Antwort | 0
1
AntwortFrage
How do i cut the unnecessary portion from image other than edge of canal?
n=imread('Canal_Images\a7.jpeg'); imshow(n); title('original'); img=rgb2gray(n); imshow(img); b=edge(img,'canny'...
fast 8 Jahre vor | 1 Antwort | 0
1
AntwortFrage
I have an image of canal. I just want the edge of the canal to be display for detecting cracks in it. How do i get only edge portion of canal?
How do I get only edge portion of the canal image so I can detect a crack in it?
fast 8 Jahre vor | 1 Antwort | 0
