How can I perform image preprocessing to a images ?

조회 수: 7 (최근 30일)
Dakota Warner
Dakota Warner 2021년 4월 2일
편집: Dakota Warner 2021년 5월 18일
Hello everyone,
I captured some images from camera. My final aim to identify the material composition from the images. However before that i need to perform some image calibration, noise removal, feature extraction , dimensionality reduction. can you please suggest some code or routine to the do these task?
Also after this task, i wanted to apply classification algorithm so it can detect the material from it
Can you guys tell me a way to do in the Matlab. Thanks a ton.
Dakota

답변 (1개)

Image Analyst
Image Analyst 2021년 4월 2일
You have to create a canvass large enough to contain them all, like say twice as tall and as many times wide as needed. Then figure out what line of the image contains the first brown line. Then paste that onto the same line in the canvass for all images. See my copy and paste example and adapt as needed.
  댓글 수: 30
Dakota Warner
Dakota Warner 2021년 4월 26일
Thanks, but this is going to time consuming
Image Analyst
Image Analyst 2021년 4월 26일
Yes, it's probably better to just spend time to code up the algorithm I laid out.

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 Geometric Transformation and Image Registration에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by