Is there a simple method for Pattern Recognition?

조회 수: 9 (최근 30일)
Pranay Koppula
Pranay Koppula 2021년 9월 30일
댓글: Walter Roberson 2021년 9월 30일
I am trying to write a script that recognises shapes and patterns within an image based on training data.
I'm unfamiliar with machine learning and deep learning, and the examples I've found online have been very confusing.
I have the following images
I'm going to crop each of those columns of water and use a few of them as training data. I need to test the pattern recognition code on the remaining images and display the recognised pattern on top of those images.
Is there a simple way of doing this?
Any help would be greatly appreciated.

채택된 답변

Walter Roberson
Walter Roberson 2021년 9월 30일
No, there is no simple way of doing that.
  댓글 수: 2
Pranay Koppula
Pranay Koppula 2021년 9월 30일
What would you recommend doing? How could I approach this problem? SImple or otherwise
Walter Roberson
Walter Roberson 2021년 9월 30일
If you threshhold the images, leaving the white centers as selected, then regionprops() to get the centroids. Use the x positions to crop the images to separate out the columns of water from each other.
But after that... it depends upon what you are trying to do. For example is the goal to examine photographs of houses in winter to detect icycles hanging down that might indicate heat loss ? Is the goal to examine photographs of stalegtites in caves to deduce the most prominent minerals ?

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

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Deep Learning Toolbox에 대해 자세히 알아보기

제품


릴리스

R2020a

Community Treasure Hunt

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

Start Hunting!

Translated by