Community Profile

photo

CHEE HOON SEOW


Last seen: circa 2 anni fa Attivo dal 2022

Statistiche

  • Thankful Level 2

Visualizza badge

Content Feed

Visto da

Domanda


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

circa 2 anni fa | 1 risposta | 0

1

risposta

Domanda


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

circa 2 anni fa | 2 risposte | 0

2

risposte

Domanda


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

circa 2 anni fa | 2 risposte | 0

2

risposte