View dpx.py
""" | |
dpx.py | |
Read Metadata and Image data from 10-bit DPX files in Python 3 | |
Copyright (c) 2016 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 |
View durandkerner.swift
/* | |
durandkerner.swift | |
An implementation of the Durand-Kerner/Weierstrass method for finding the roots of a polynomial | |
Requires Complex.swift by Dan Kogai | |
Copyright (c) 2015 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 |
View riesz_pyramid.py
""" | |
riesz_pyramid.py | |
Conversion between Riesz and Laplacian image pyramids | |
Based on the data structures and methodoligies described in: | |
Riesz Pyramids for Fast Phase-Based Video Magnification | |
Neal Wadhwa, Michael Rubinstein, Fredo Durand and William T. Freeman | |
Computational Photography (ICCP), 2014 IEEE International Conference on | |
Copyright (c) 2016 Jack Doerner |
View Crosstalk.js
/********** | |
Crosstalk.js | |
A library for fast data transfer between browser frames. | |
Copyright (c) 2013 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 |
View image_pyramid.py
""" | |
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 |
View lch2rgb_gamutmapped.py
""" | |
lch2rgb_gamutmapped.py | |
Gamut mapped LCH to RGB transform | |
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 |
View histogram_transfer.py
""" | |
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 |
View bilateral_approximation.py
""" | |
bilateral_approximation.py | |
Fast Bilateral Filter Approximation Using a Signal Processing Approach 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 |
View poisson_reconstruct.py
""" | |
poisson_reconstruct.py | |
Fast Poisson 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 |