lopezio / wosaic

Automatically exported from code.google.com/p/wosaic
GNU General Public License v2.0
2 stars 0 forks source link

Create alternative matching algorithms #24

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
We can improve our mosaics by improving our algorithm for matching images.
 Moreover, the user should be able to pick between many algorithms for
options.  We should first kind of "abstract" the process of creating and
processing color data in a pixel object.  Then we can dynamically change
the algorithm.

Possible additions the algorithm include:
-- Lessen the number of duplicate images that get used
-- Break each pixel region into sub-regions, and score based on the
matching in each sub-region.
-- Edge detection?

Original issue reported on code.google.com by swegn...@gmail.com on 12 Mar 2008 at 6:20

GoogleCodeExporter commented 9 years ago

Original comment by swegn...@gmail.com on 12 Mar 2008 at 7:09