Pattern recognition in 2d binary figures
I’m currently working on developing a code that can identify submatrices within the attached figures. The task involves a given binary matrix of size n x m, along with a list of submatrices. The objective is to determine the count of a specific sub-matrix size, ensuring that there is no overlap.In addition to my previous efforts, I have also attempted to use the code provided at this link “text” . However, I encountered an issue with loading cryptominisat5.exe, which resulted in an error.
Which classifier algorithm should I use and how would I draw the discriminative function approximately?
This question is from an old exam.