Community Profile

photo

CHEE HOON SEOW


Last seen: alrededor de 2 años hace Con actividad desde 2022

Followers: 0   Following: 0

Estadísticas

  • Thankful Level 2

Ver insignias

Feeds

Ver por

Pregunta


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

alrededor de 2 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

más de 2 años hace | 2 respuestas | 0

2

respuestas

Pregunta


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

más de 2 años hace | 2 respuestas | 0

2

respuestas