How can I perform image preprocessing to a images ?

7 Ansichten (letzte 30 Tage)
Dakota Warner
Dakota Warner am 2 Apr. 2021
Bearbeitet: Dakota Warner am 18 Mai 2021
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

Antworten (1)

Image Analyst
Image Analyst am 2 Apr. 2021
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 Kommentare
Dakota Warner
Dakota Warner am 26 Apr. 2021
Thanks, but this is going to time consuming
Image Analyst
Image Analyst am 26 Apr. 2021
Yes, it's probably better to just spend time to code up the algorithm I laid out.

Melden Sie sich an, um zu kommentieren.

Kategorien

Mehr zu Geometric Transformation and Image Registration finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by