Community Profile

photo

CHEE HOON SEOW


Last seen: 2 years ago Active since 2022

Followers: 0   Following: 0

Statistics

  • Thankful Level 2

View badges

Feeds

View by

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 ...

2 years ago | 1 answer | 0

1

answer

Question


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...

2 years ago | 2 answers | 0

2

answers

Question


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])...

2 years ago | 2 answers | 0

2

answers