Community Profile

photo

Marlene


Active since 2011

Followers: 0   Following: 0

Message

Statistics

  • Thankful Level 1
  • First Answer

View badges

Feeds

View by

Answered
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];

12 years ago | 0

Question


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

12 years ago | 1 answer | 0

1

answer

Question


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

12 years ago | 3 answers | 0

3

answers

Question


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

12 years ago | 1 answer | 0

1

answer

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

12 years ago | 0

Question


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

12 years ago | 4 answers | 0

4

answers

Question


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

12 years ago | 2 answers | 0

2

answers

Question


Target objects
Hi, I'm trying to segment images that have objects with different intensities and some of the objects have intensity close to...

12 years ago | 1 answer | 0

1

answer