syafini alias
Followers: 0 Following: 0
Statistics
9 Questions
0 Answers
RANK
18,107
of 295,467
REPUTATION
2
CONTRIBUTIONS
9 Questions
0 Answers
ANSWER ACCEPTANCE
44.44%
VOTES RECEIVED
2
RANK
of 20,234
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 153,912
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
1 Public Channel
AVERAGE RATING
30
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Question
How to differentiate two images?
I have a problem to differentiate two images. Two colour images is slightly different. I have to name both of the image as A and...
6 years ago | 1 answer | 0
1
answerQuestion
I have tried the coding. But i don't understand what does mean idx = Igray == 0? Can someone explain it to me.
if true % code endSeparate to RGB channel Ir = imgcrop(:,:,1); Ig = imgcrop(:,:,2); Ib = imgcrop(:,:,3); % Ext...
6 years ago | 2 answers | 0
2
answersQuestion
How to remove background?
I have problem to get the rgb value because of the background. Can someone help me how to remove background and get the value of...
6 years ago | 0 answers | 0
0
answersQuestion
How to crop image in gui?
i want to crop the image in gui when crop pushbutton is pressed.but the problem is the crop image did not show in the axes. i ha...
7 years ago | 0 answers | 2
0
answersQuestion
How to capture image in gui?
I have created gui with two axes and one pushbutton. I use axes1 to view live video from webcam and i don't have problem with it...
7 years ago | 2 answers | 0
2
answersQuestion
How to use the image from first pushbutton in function second pushbutton in gui?
For pushbutton1, i have used to browse the image and preview in axes2. How can i use the same image as i choose from pushbutton1...
7 years ago | 1 answer | 0
1
answerQuestion
How to preview image captured from webcam in gui?
i have problem to preview the image in gui. i have displayed live video from webcam in axes1 in gui. i want to capture the image...
7 years ago | 0 answers | 0
0
answersQuestion
How to compare color images
I have used the coding below but it cannot read my rgb values. can someone helps me. % Read in the Base Image imgb...
7 years ago | 2 answers | 0
2
answersQuestion
How to compare two color images?
I need to insert my reference image and the input image i will compare with the reference image. an example my reference image i...
7 years ago | 1 answer | 0