Appreciate the old school non-AI approach.
By the Power of Grayscale
11–20 of 56 posts
Re: By the Power of Grayscale
#12I had recently learned about using image pyramids[1] in conjunction with template matching algorithms like SAD to do simple and efficient object recognition, it was quite fun.
1: https://en.wikipedia.org/wiki/Pyramid_%28image_processing%29
Re: By the Power of Grayscale
#13Re: By the Power of Grayscale
#14Re: By the Power of Grayscale
#15Referencing "By the power of Grayskull!"
Re: By the Power of Grayscale
#16Re: By the Power of Grayscale
#17Appreciate the old school non-AI approach.
But have a look at the "Thresholding" section. It appears to me that AI would be much better at this operation.
That said, I still prefer traditional thresholding in controlled environments because the algorithm is understandable and transparent.
Debugging issues in AI systems can be challenging due to their "black box" nature. If the AI fails, you might need to analyze the model, adjust training data, or retrain, a process that is neither simple nor guaranteed to succeed. Traditional methods, however, allow for more direct tuning and certainty in their behavior. For consistent, explainable results in controlled settings, they are often the better option.
Re: By the Power of Grayscale
#18Earlier quoted context omitted.
But have a look at the "Thresholding" section. It appears to me that AI would be much better at this operation.
sure, if you don't mind it hallucinating different numbers into your image
There’s a reason deep learning took over computer vision.
Re: By the Power of Grayscale
#19I think this kind of thing might have real, practical use cases in industry if it's fast enough.
Re: By the Power of Grayscale
#20Appreciate the old school non-AI approach.
But have a look at the "Thresholding" section. It appears to me that AI would be much better at this operation.
If you want to anything even moderately complex, deep learning is the only game in town.