photo

Nadia Sultan


2017년부터 활동

Followers: 0   Following: 0

메시지

통계

MATLAB Answers

13 질문
0 답변

순위
98,241
of 301,464

평판
0

참여
13 질문
0 답변

답변 채택
15.38%

획득한 표
0

순위
 of 21,292

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 174,642

참여
0 문제
0 답안

점수
0

배지 수
0

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • Thankful Level 1

배지 보기

Feeds

보기 기준

질문


how i identify wrong image while recognition
i am making the recognition system of flowers if i input image other than flower then how i identified it and show error to the ...

8년 초과 전 | 답변 수: 0 | 0

0

답변

질문


how i can extract the different region from the image
how i can seperate the green,yellow brown and black color from the image <</matlabcentral/answers/uploaded_files/88529/s12_Au...

8년 초과 전 | 답변 수: 0 | 0

0

답변

질문


Sagment the one color portion from the image
i want to segment the portion of the color from the image which is selected by the user .....how user select the color from the ...

8년 초과 전 | 답변 수: 0 | 0

0

답변

질문


How we can change the pink color in the image to blue
in the image i would like to change the pink color into purple without selecting the pink color region by the user

8년 초과 전 | 답변 수: 0 | 0

0

답변

질문


How we color just petal of the flower in matlab without selecting the color by the user
how we identify the area of petals and color them with the choice of the user.... User select the color and petal color is chang...

8년 초과 전 | 답변 수: 0 | 0

0

답변

질문


Color the image in matlab
how i can change the color of flower using the user choice color in matlab....just petal color is change not the full area of fl...

8년 초과 전 | 답변 수: 1 | 0

1

답변

질문


Matlab generated dll is calling in asp.net application
Recently I've been starting with Asp.net, particularly Web Form application. And in the application, I need to reference a dll p...

8년 초과 전 | 답변 수: 1 | 0

1

답변

질문


i am doing sagmented the portion of flower from the orignal image when i am writing code in script ,the result is correct but when i am writing same code in the function it gives wrong result
function b1 = AugmentImage( a,b ) [r,c]=size(a); b1=uint8(zeros(r,c,3)); for i=1:r for j=1:c ...

거의 9년 전 | 답변 수: 0 | 0

0

답변

1

답변

질문


when we done subtraction of 2 images of different types one is grayscale and other is rgb,if i read both image in script and minus operation is performed it work correctly but when we pass this two images to function for the subtraction error occured
a=imread('D:\flowers\a10.jpg'); b=imread('D:\flowers\a10_Edge.jpg'); c=a-b; it is done correctly but when we do like thi...

거의 9년 전 | 답변 수: 1 | 0

1

답변

질문


how we can declare and initialize matrix of different name of same size in for loop
for i=1:5 vector+num2str(i)=zero(i:4); end

거의 9년 전 | 답변 수: 3 | 0

3

답변

질문


when we save matrix in mat file... and after loading .mat file it give one struct in which that matrix is stored how we can make .mat file without struct
for jj = 1:numel( fls ) img = imread( fullfile( 'D:\Flowers', fldrs(ii).name, fls(ii).name ) ); % read image ...

거의 9년 전 | 답변 수: 1 | 0

1

답변