photo

Yahia Samed Gabous


Last seen: 거의 4년 전 2022년부터 활동

Followers: 0   Following: 0

통계

MATLAB Answers

6 질문
0 답변

순위
109,104
of 301,159

평판
0

참여
6 질문
0 답변

답변 채택
83.33%

획득한 표
0

순위
 of 21,182

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 173,105

참여
0 문제
0 답안

점수
0

배지 수
0

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • Thankful Level 3

배지 보기

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년 전 | 답변 수: 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년 전 | 답변 수: 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년 전 | 답변 수: 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년 전 | 답변 수: 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년 전 | 답변 수: 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년 전 | 답변 수: 1 | 0

1

답변