
CHEE HOON SEOW
Statistics
3 Questions
0 Answers
RANK
249,982
of 260,105
REPUTATION
0
CONTRIBUTIONS
3 Questions
0 Answers
ANSWER ACCEPTANCE
66.67%
VOTES RECEIVED
0
RANK
of 17,888
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 111,667
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Content Feed
Question
How to find the coordinate defect location in image any document to refer? Please help I am fyp student in mechanical engineering
clc clear close all warning off; x=imread('origin.jpg'); y=imread('capture.jpg'); diffImage = imabsdiff(x, y); threshold ...
4 months ago | 1 answer | 0
1
answerQuestion
Hi, may i know how to create a loop in this code for image subtraction? X is the reference image and variable in Y , I have 10 images in the folder
clc clear close all warning off; x=imread('reference.png'); y=imread('3.png'); Image=x-y; imshow(image); title('differ...
5 months ago | 2 answers | 0
2
answersQuestion
Hi, I am the beginer for doing simple image subtration to obtain defect image. Is it possible to make it only show the defect image if nothing difference wont show?
clc clear close all warning off; x=imread('origin.jpg'); y=imread('capture.jpg'); [g, c, d]=size(x); y=imresize(y,[g,c])...
5 months ago | 2 answers | 0