• <bdo id='RJgZM'></bdo><ul id='RJgZM'></ul>

    1. <tfoot id='RJgZM'></tfoot>

    2. <small id='RJgZM'></small><noframes id='RJgZM'>

    3. <i id='RJgZM'><tr id='RJgZM'><dt id='RJgZM'><q id='RJgZM'><span id='RJgZM'><b id='RJgZM'><form id='RJgZM'><ins id='RJgZM'></ins><ul id='RJgZM'></ul><sub id='RJgZM'></sub></form><legend id='RJgZM'></legend><bdo id='RJgZM'><pre id='RJgZM'><center id='RJgZM'></center></pre></bdo></b><th id='RJgZM'></th></span></q></dt></tr></i><div id='RJgZM'><tfoot id='RJgZM'></tfoot><dl id='RJgZM'><fieldset id='RJgZM'></fieldset></dl></div>

      <legend id='RJgZM'><style id='RJgZM'><dir id='RJgZM'><q id='RJgZM'></q></dir></style></legend>

      旋转 numpy 二维数组

      时间:2023-07-03

        1. <tfoot id='aokZJ'></tfoot>
            <i id='aokZJ'><tr id='aokZJ'><dt id='aokZJ'><q id='aokZJ'><span id='aokZJ'><b id='aokZJ'><form id='aokZJ'><ins id='aokZJ'></ins><ul id='aokZJ'></ul><sub id='aokZJ'></sub></form><legend id='aokZJ'></legend><bdo id='aokZJ'><pre id='aokZJ'><center id='aokZJ'></center></pre></bdo></b><th id='aokZJ'></th></span></q></dt></tr></i><div id='aokZJ'><tfoot id='aokZJ'></tfoot><dl id='aokZJ'><fieldset id='aokZJ'></fieldset></dl></div>

            <small id='aokZJ'></small><noframes id='aokZJ'>

                <tbody id='aokZJ'></tbody>
                <bdo id='aokZJ'></bdo><ul id='aokZJ'></ul>
              • <legend id='aokZJ'><style id='aokZJ'><dir id='aokZJ'><q id='aokZJ'></q></dir></style></legend>
                本文介绍了旋转 numpy 二维数组的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着跟版网的小编来一起学习吧!

                问题描述

                我有一组灰度图像作为 2D numpy 数组.

                I have a set of greyscale images as a 2D numpy arrays.

                我需要围绕一个不同的浮动角度(在它们内部)旋转图像.旋转不需要到位,我将允许(当然,如果到目前为止我解释得很好)进行插值.

                I need to rotate the images about one point (inside them) of different, float angles. The rotation doesn't need to be in place, and I will allow (of course, if I explained well so far) for interpolation.

                我想留在 numpy 中,因为我需要对结果执行数值运算,但我也可以(如果不可能)允许步入/退出;例如,我尝试使用 PIL,即 Image.rotate(theta),但不明白如何将其应用于我的数组,以及如何取回数组.

                I'd like to remain in numpy, as I need to perform numerical operations on the result, but I can also (if that's impossible) allow for step in/out; for example I tried using PIL, namely Image.rotate(theta) but don't understand how to apply that to my arrays, and how to get an array back.

                感谢您的意见.

                推荐答案

                参见 cgohlke 2011-11-10 18:34 的评论:

                See the comment of cgohlke Nov 10 '11 at 18:34:

                考虑 scipy.ndimage.interpolation.shift() 和 rotate() 用于 2D numpy 数组的插值平移和旋转.

                Consider scipy.ndimage.interpolation.shift() and rotate() for interpolated translations and rotations of 2D numpy arrays.

                这篇关于旋转 numpy 二维数组的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!

                上一篇:在numpy中使用旋转矩阵有效地旋转一组点 下一篇:图像旋转后如何重新映射点?

                相关文章

                    <bdo id='QLtlb'></bdo><ul id='QLtlb'></ul>

                  1. <legend id='QLtlb'><style id='QLtlb'><dir id='QLtlb'><q id='QLtlb'></q></dir></style></legend>

                    <small id='QLtlb'></small><noframes id='QLtlb'>

                  2. <tfoot id='QLtlb'></tfoot>
                    <i id='QLtlb'><tr id='QLtlb'><dt id='QLtlb'><q id='QLtlb'><span id='QLtlb'><b id='QLtlb'><form id='QLtlb'><ins id='QLtlb'></ins><ul id='QLtlb'></ul><sub id='QLtlb'></sub></form><legend id='QLtlb'></legend><bdo id='QLtlb'><pre id='QLtlb'><center id='QLtlb'></center></pre></bdo></b><th id='QLtlb'></th></span></q></dt></tr></i><div id='QLtlb'><tfoot id='QLtlb'></tfoot><dl id='QLtlb'><fieldset id='QLtlb'></fieldset></dl></div>