i have seed ,a double 315*332 image and f, a uint8 315*332 image. i need to region growing on f. i want to use seed(matrix that give seeds) to erode it to one pixel to determine the seeds.and then perform region growing algorithem. i dont know with which order or function can do it? and then what should i do to start the algorithem, i mean a bout threshold and seed matrix
MATLAB: How to find seed point in an image
image processingImage Processing Toolbox
Related Question
- How to make a particular region to appear white in color
- Is there any function in the Image Processing Toolbox that can do region growing around a “seed” point
- How to find seed point and regions of interest in an image
- How to extract black pixels and white ones in a grayscale image
- Image thresholding using min and max pixel intensity values
Best Answer