Feeds
提问
how to Initialize the starting point for region growth.
how to Initialize the starting point for region growth. Using the [x,y] coordinates entered by the user, initialize the image ...
4 years 前 | 1 个回答 | 0
1
个回答提问
how to Create an image of binary elements?
how to Create an image of binary elements initialized to zero and which has the same size as the original picture.
4 years 前 | 1 个回答 | 0
1
个回答提问
my code is not working
I= imread('main.png'); sigma=2; N=3; M=3; w=fspecial('gaussian', [N M], sigma); F=imfilter(I, w); HSV=rgb2hsv(I); H = HSV...
4 years 前 | 1 个回答 | 0
1
个回答提问
Convert x and y coordinates from double to uint16
how to convert Convert x and y coordinates from double to uint16 [x y] = ginput(1); Convert x and y coordinates from double ...
4 years 前 | 1 个回答 | 0
1
个回答提问
hitmiss my code is not running
hitN =[000;010;111]; missN =[111;000;000]; hitS =[111;010;000]; missS =[000;000;111]; hitE =[100;110;100]; missE =[00...
4 years 前 | 1 个回答 | 0
1
个回答提问
select a region of an image.
how I can select a region of an image delimited by a rectangle example: x coordinate = 50 y coordinate = 70 Width w = 120...
4 years 前 | 1 个回答 | 0
