This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
http://ieeexplore.ieee.org/xpl/freeabs_all.jsp?arnumber=5101648&reason=concurrency | |
http://dx.doi.org/10.1063/1.321845 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
http://onlinelibrary.wiley.com/book/10.1002/0471445428 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
""" | |
Angry birds trajectory calculation and plotting | |
""" | |
import numpy as np | |
import pylab as pl | |
#### Input parameters | |
Y = 2 | |
X = 55 | |
g = 10 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
PyMontage Roadmap: | |
0.1.0 release | |
* command line operation | |
* fragment pictures: fitting R/G/B/(R+G+B/3=BW) channels | |
* subdivision and fitting mosaic pictures | |
* finding best fitting fragments to build mosaic | |
* build mosaic (montage) | |
* handle jpeg files |
NewerOlder