Info

Cette question est clôturée. Rouvrir pour modifier ou répondre.

Can i use machinelearning for image classification?

2 vues (au cours des 30 derniers jours)
chan ho yoo
chan ho yoo le 13 Mai 2019
Clôturé : MATLAB Answer Bot le 20 Août 2021
i want to detect the number of stairs using machinelearning.
but i can't find category of machinelearning, image.
im trying deeplearning now.
but it's difficult.
help me plz
  1 commentaire
Walter Roberson
Walter Roberson le 13 Mai 2019
"Deep Learning" is one kind of machine learning.
To apply deep learning to count stairs, you would need a number of images each tagged with the number of stairs. The stairs depicted should have different spacings, different angles of view, painted different colors, made of different materials, carpetted different ways (including with patterns that might happen to have straight lines), some should be curved. You would also need a number of images in which there are no stairs at all -- some in which there is nothing remotely resembling stairs and others with things that sort of resemble stairs but are not. For example, curbs are like single-stair staircases and yet are not considered stairs; and rock ledges that happen to be straight-ish are not considered stairs, except for the cases they are considered stairs such as because they are used to climb up from a beach.

Réponses (1)

Prathamesh Degwekar
Prathamesh Degwekar le 21 Mai 2019
Hi,
Depending on your image or use case, you can probably use Edge Detection, Region of Interest selection followed by Line Detection (Using Hough Transform) to get an idea of the lines in the image, and then since each line would represent a single stair, you can go ahead with the rest of your project.
Hope this helps.
Cheers.

Community Treasure Hunt

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

Start Hunting!

Translated by