Community Profile

photo

CHEE HOON SEOW


Last seen: 대략 2년 전 2022년부터 활동

Followers: 0   Following: 0

통계

  • Thankful Level 2

배지 보기

Feeds

보기 기준

질문


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년 전 | 답변 수: 1 | 0

1

답변

질문


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년 전 | 답변 수: 2 | 0

2

답변

질문


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년 초과 전 | 답변 수: 2 | 0

2

답변