搜索资源列表
mycanny3
- canny edge detection
khalid_khuwaja
- Igray = rgb2gray(I) Ibw = im2bw(Igray,graythresh(Igray)) Iedge = edge(uint8(Ibw)) se = strel( square ,3) Iedge2 = imdilate(Iedge, se) Ifill= imfill(Iedge2, holes ) [Ilabel num] = bwlabel(Ifill) Iprops = r
EDGE_Technology
- very good ppt on edge technology-very good ppt on edge technology..
edge_27
- this code for edge detection
edge
- This program describes about the Edge detection using various functions to detect the exact edges.
edge-detec
- This program is used to find the Eges present in the images.
Template-matching
- TEMPLATE MATCHING AND EDGE DETECTION
Canny
- Canny Edge detection without using matlab code