腾讯云
开发者社区
文档
建议反馈
控制台
登录/注册
首页
学习
活动
专区
圈层
工具
MCP广场
文章/答案/技术大牛
搜索
搜索
关闭
发布
搜索
关闭
文章
问答
(804)
视频
开发者手册
清单
用户
专栏
沙龙
全部问答
原创问答
Stack Exchange问答
更多筛选
回答情况:
全部
有回答
回答已采纳
提问时间:
不限
一周内
一月内
三月内
一年内
问题标签:
未找到与 相关的标签
筛选
重置
1
回答
在pillow库中,
BICUBIC
不工作
sys.path.insert(0, 'C:/research') hei, wei = im.height, im.width im_
bicubic</em
浏览 41
修改于2018-05-02
得票数 2
1
回答
BiCubic
整形器调整图像大小
Photoshop有一个很棒的: BiCube整形选项来调整大小。我已经看过各种使用GD的代码,这些代码使用了imagecopyresampled和自定义的反锐化蒙版,但远没有达到我期望的质量。
浏览 1
提问于2008-11-01
得票数 4
回答已采纳
2
回答
PIL(Python Image Library)中的ANTIALIAS vs
BICUBIC
?
我想知道在哪种情况下
BICUBIC
可以获胜?(我的一些测试案例表明双立方是更好的选择) BILINEAR (linear interpolation in a 2x2 environment),
BICUBIC
浏览 1
提问于2014-04-16
得票数 10
回答已采纳
1
回答
在哪里可以找到tf.image.resize_
bicubic
的实现?
我想知道这个op正在使用的内核。我一直在查TF的源代码。离我最近的是image_ops.cc。有人能给我指个合适的地方看看吗?
浏览 3
提问于2016-10-29
得票数 0
回答已采纳
2
回答
为什么PIL.Image.rotate()不顾`resample=Image.
BICUBIC
`而导致质量下降?
每个使用resample=PIL.Image.
BICUBIC
应该通过旋转来保持质量。这个问题是根据我对上述答案的评论而提出的,我认为这并不适用于我。27 13:16 testsave.jpg* img.format disappearsquality显着减少(即使我们使用resample=PIL.Image.
BICUBIC
)JPEG rotated_img = img.rotate(-90,resample=PIL.Image.
BICUBIC
,expand=True
浏览 3
修改于2019-12-29
得票数 2
1
回答
为什么这两个数组完全相同?
matplotlib.pyplot as pltfrom PIL import Image im_
bicubic
= Image.open('C:/research/1.jpg')im_
bicubic
= im_
bicubic
.resize((w
浏览 5
提问于2018-05-02
得票数 1
1
回答
AttributeError:“Tensor”对象没有属性“”read“”
def model_
bicubic
(image): width, height = image.sizeimage_
bicubic
= image.resize((width*2, height*2), Image.
BICUBIC
) return image_
bicubic
浏览 6
提问于2020-03-14
得票数 0
4
回答
如何获取所有json对象
08-22 15:11:51.222 12592-12592/com.
bicubic
.tennis V/list key: 72540608-22 15:11:51.223 12592-12592/com.
bicubic
.tennis V/details: id = 725408, name =V/list key: 725409 08-22 15:11:51.223 12592-1259
浏览 4
修改于2017-05-23
得票数 0
回答已采纳
1
回答
Matlab中的图像超分辨率算法
avgimg(1:2:end,1:2:end); %Input low resolution image LL1 = imresize(LL,2,'
bicubic
');HL1 = imresize(HL,2,'
浏览 2
修改于2014-11-07
得票数 2
回答已采纳
1
回答
Keras模型中的双三次块
在使用SRGAN的代码时,我想用tf.image.resize_
bicubic
替换UpSampling2D。我为这个函数使用了keras lambda层,如下所示 def
bicubic
_lambda(input_shape, scale=2): def outshapebic(x):
浏览 3
提问于2021-10-31
得票数 1
回答已采纳
1
回答
尝试使用colab重命名驱动器中的文件时出现找不到文件错误
range(801,901): dst=f'/content/drive/My Drive/ai-projectroll-17198,17108/.div2k/images/DIV2K_vali
浏览 3
提问于2020-06-22
得票数 0
1
回答
按高度调整图像大小,用原始高宽比保持宽度
; $newimg = imagescale($newimg, 960, 540, IMG_
BICUBIC
($rat > $ratio){ $newimg = imagescale($newimg, 'auto', 540, IMG_
BICUBIC
浏览 0
提问于2018-04-20
得票数 1
回答已采纳
1
回答
HTML电子邮件在Litmus中看起来很好,但在Outlook 2010中却损坏了
><a href="#"><img style="display:block; border: none; text-decoration:none; -ms-interpolation-mode:
bicubic
td width="26"><img style="display:block; border: none; text-decoration:none; -ms-interpolation-mode:
bicubic
><a href=&quo
浏览 0
修改于2014-09-17
得票数 0
1
回答
身份变换在PIL中翻译图像
对于filter=Image.NEAREST,则为真,但对于Image.BILINEAR或Image.
BICUBIC
则不适用。图像被翻译到右下角。8,32), fill=255)im = im.transform((64, 64), Image.AFFINE, (1,0,0,0,1,0), Image.
BICUBIC
)im = im.transform((64, 64), Image.AFFINE, (1,0,0,0,1,0), Ima
浏览 2
修改于2013-08-12
得票数 1
回答已采纳
2
回答
课内私隐
tmp.put("NearestNeighbour", "INTER_NEAREST"); tmp.put("
Bicubic
4x4} { Bilinear("Bilinear"),
Bicubic
(&
浏览 0
提问于2018-03-21
得票数 1
回答已采纳
1
回答
用R中的dplyr对数据帧进行二维插值
我正在考虑使用akima包中的
bicubic
()函数,类似于
bicubic
(Reference$X, Reference$Y, Reference$Value, Interpolated$X, Interpolated然而,
bicubic
()期望参考$值中的矩阵。 有什么简单的方法可以在2D中插入数据帧的数据,最好是使用dplyr。
浏览 3
提问于2015-05-25
得票数 4
1
回答
PIL.Image模块中各种图像大小算法的区别是什么?
例如,PIL.Image.NEAREST,PIL.Image.BILINEAR,PIL.Image.
BICUBIC
等。但在的语义分割中,当目标图像尺寸小于源图像时使用Image.ANTIALIAS,当目标图像较大时使用Image.
BICUBIC
,甚至使用Image.LINEAR。他们之间有什么区别?
浏览 0
修改于2017-05-20
得票数 6
2
回答
在不知道两个维度的情况下按比例缩放图像
$newimg = imagescale($newimg, 160, auto, IMG_
BICUBIC
); //doesn't work$newimg = imagescale($newimg, auto, 160, IMG_
BICUBIC
); // doesn't work 是否有一种方法可以表示auto或某些东西自动计算宽度或高度。
浏览 0
修改于2018-04-30
得票数 0
回答已采纳
1
回答
Ghostscript不会压缩所有PDF
-dProcessColorModel=/DeviceRGB \ -dGrayImageDownsampleType=/
Bicubic
\ -dDownsampleMonoImages=true \ -dMonoImageResolution=150 \ -dDownsampleColorIm
浏览 22
修改于2019-01-15
得票数 0
1
回答
PIL大小调整过滤器与它们的整数表示之间的映射是什么?
说其中一个参数是resample,它可以是PIL.Image.NEAREST、PIL.Image.BOX、PIL.Image.BILINEAR、PIL.Image.HAMMING、PIL.Image.
BICUBIC
另外,默认的过滤器是PIL.Image.
BICUBIC
。我的问题是,过滤器的整数表示是什么?(特别是寻找PIL
浏览 2
提问于2020-09-30
得票数 0
回答已采纳
第 2 页
第 3 页
第 4 页
第 5 页
第 6 页
第 7 页
第 8 页
第 9 页
第 10 页
第 11 页
点击加载更多
领券