Skip to content

Instantly share code, notes, and snippets.

View joetho786's full-sized avatar
🎯
Focusing

Joel Thomas joetho786

🎯
Focusing
View GitHub Profile
@jackdoerner
jackdoerner / image_pyramid.py
Last active March 20, 2023 11:06
Fast Image Pyramid Creation and Reconstruction in Python
"""
image_pyramid.py
Fast Image Pyramid Creation and Reconstruction in Python
Copyright (c) 2014 Jack Doerner
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
@jackdoerner
jackdoerner / histogram_transfer.py
Last active August 7, 2021 09:52
Histogram Transfer in Python
"""
histogram_transfer.py
Histogram Transfer in Python
Copyright (c) 2014 Jack Doerner
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell