Posts by tumm • 307 points
4 posts
-
1
votes2
answers1657
viewsA: How to generate noise in an image using python?
That was the solution I came to - it may not be the most elegant, it may not be the most efficient - but it served the purpose: from scipy import misc import numpy as np orig =…
-
12
votes2
answers1657
viewsQ: How to generate noise in an image using python?
How to generate a periodic noise of the type Moiré in an image at gray levels using Python?
-
4
votes1
answer648
viewsQ: How to convert screen coordinates to Cartesian coordinates?
In Python: How to convert screen coordinates to cartesian coordinates, where there can be positive and negative points and the center of the screen is (0.0)?
-
3
votes1
answer375
viewsQ: Blocks vs Functions in Objective-C
What is the difference between blocks and functions in Objective-C?
objective-casked tumm 307