- Thread starter
- #21
jawbroken said:I might try to knock something together over the weekend and perhaps collect some data on number of pixels examined and frame processing time.
You do that, but there is a good chance it will have to be done in a C++ DS filter, which you might want to keep in mind. That is keep it very simple to allow code to be copy-pasted later
Im going to try to set up the framework for a Directshow filter, and then we can plugin one or both algorithms later. I still feel that its overcomplicating things actually scanning into logos. But its good to have several methods explored.