Feeds
回答済み
Matrix of eight nearest neighbors
% Neighbor locations (footprint) neigb= conndef(2,'maximal'); OR neigb= [-1 0; 1 0; 0 -1;0 1;-1 -1;-1 1;1 -1;1 1];
Matrix of eight nearest neighbors
% Neighbor locations (footprint) neigb= conndef(2,'maximal'); OR neigb= [-1 0; 1 0; 0 -1;0 1;-1 -1;-1 1;1 -1;1 1];
14年弱 前 | 0
質問
Merge regions
Hi, I want to merge two regions if they are close to each other and their average intensity is similar. if (| y1-y2 | <T...
14年弱 前 | 1 件の回答 | 0
1
回答質問
Matrix of eight nearest neighbors
Hi all, This matrix neigb=[-1 0; 1 0; 0 -1; 0 1]; represents the four nearest neighbors. How is the matrix of ei...
14年弱 前 | 3 件の回答 | 0
3
回答質問
Eliminate small areas in a binary image
Hi all, I have several binary images with small , middle and large areas. I want to remove small areas and for this I used...
14年弱 前 | 1 件の回答 | 0
1
回答回答済み
Filling the objects found by canny edge
Hello Sven, You can explain to me what exactly does the line of code bwareaopen BW = (all (I> 220,3), 10)? I did not realize...
Filling the objects found by canny edge
Hello Sven, You can explain to me what exactly does the line of code bwareaopen BW = (all (I> 220,3), 10)? I did not realize...
約14年 前 | 0
質問
"Region grow"
Hi, anyone know how do I analyze a pixel and its four neighbors? and if any of these neighbors have a similar intensity to the ...
約14年 前 | 4 件の回答 | 0
4
回答質問
Region growing
Hi I need a function to region growing (functions posted here do not serve in my case). Given these data, i) given the origina...
約14年 前 | 2 件の回答 | 0
2
回答質問
Target objects
Hi, I'm trying to segment images that have objects with different intensities and some of the objects have intensity close to...
約14年 前 | 1 件の回答 | 0

