scipy-cookbook
scipy-cookbook copied to clipboard
Scipy Cookbook
I have done some improvements on this notebook: 1. Clarify definition of camera parameters 2. Add a comment about relation between images and cameras for this particular setup 3. Slightly...
Very unclear names, https://github.com/scipy/scipy-cookbook/blob/master/ipython/bundle_adjustment.ipynb i don't understand the variable used in this code at all? for example: **points_2d** with shape (n_observations, 2) contains measured 2-D coordinates of points projected on...
Redundant newline cause redundant white space on deployment. 'There is also the ThreadPo ol module which is quite similar.' Removed redundant escape sequence to make 'ThreadPo ol` to 'ThreadPool'.
The scipy-cookbook has been a great resource in the past, but (as noted in the book itself) it is not really curated/had a high volume of attention paid to it....
Hi, I am trying to reproduce the multiline transforms code, but it seems that some methods (Value, Point) from the .transforms module haven't been included in it since a decade...
"For example, fancy indexing for could have been expressed by , but it is not possible to do the same for by means of a slice. So, this is why...
Sorry not sending pull request as I am not sure I am correct. But I tried returning the slice suggested and had different output length. I am not sure of...
Newer versions of Python, Jupyter-nbconvert and Sphinx can now work with the build system, using a few simple workarounds.
This updates most of the examples in the Ordinary Differential Equations example to be more current.