回答編集履歴
1
追記
test
CHANGED
@@ -1,5 +1,25 @@
|
|
1
|
-
[https://docs.scipy.org/doc/scipy/release.1.3.0.html
|
1
|
+
[https://docs.scipy.org/doc/scipy/release.1.3.0.html#scipy-interpolate-changes](https://docs.scipy.org/doc/scipy/release.1.3.0.html#scipy-interpolate-changes)
|
2
2
|
|
3
3
|
|
4
4
|
|
5
5
|
> Functions from scipy.interpolate (spleval, spline, splmake, and spltopp) and functions from scipy.misc (bytescale, fromimage, imfilter, imread, imresize, imrotate, imsave, imshow, toimage) have been removed.
|
6
|
+
|
7
|
+
|
8
|
+
|
9
|
+
|
10
|
+
|
11
|
+
[https://docs.scipy.org/doc/scipy/release.1.0.0.html#deprecated-features](https://docs.scipy.org/doc/scipy/release.1.0.0.html#deprecated-features)
|
12
|
+
|
13
|
+
|
14
|
+
|
15
|
+
> Most of those functions have unexpected behavior (like rescaling and type casting image data without the user asking for that).
|
16
|
+
|
17
|
+
|
18
|
+
|
19
|
+
リスケーリングや型変換などユーザが期待するのと違う作用をしてしまうから、って理由のようですね。
|
20
|
+
|
21
|
+
画像操作は画像操作のライブラリに任せて、門外漢が便利関数として提供するのはやめた、ってことでしょうか。
|
22
|
+
|
23
|
+
|
24
|
+
|
25
|
+
どういう操作をするのがいいかはタスクに依って違うと思います。
|