腾讯云
开发者社区
文档
建议反馈
控制台
登录/注册
首页
学习
活动
专区
工具
TVP
最新优惠活动
文章/答案/技术大牛
搜索
搜索
关闭
发布
精选内容/技术社群/优惠产品,
尽在小程序
立即前往
文章
问答
(4604)
视频
沙龙
3
回答
从子矩阵创建矩阵的c#
、
、
、
、
(col, row), image.
GetPixel
(col + 1, row), image.
GetPixel
(col + 2, row), image.
GetPixel
(col + 3, row)}, new List<Color>() { image.
GetPixel
(col, row + 1), image.
GetPixel
(col + 1, row+ 1), image.
GetPixel
(col + 2, row + 1),
浏览 2
提问于2018-09-05
得票数 0
回答已采纳
2
回答
如何在python中混合图像(不使用blend方法)
、
image_two.size) for j in range(0, h): out.
getpixel
((i,j)),(image_one.
getpixel
((i,j)) * (1.0 - 0.3) + image_two.
getpixel
((i,j)) * 0.3 ) out.save("testaando.jpg
浏览 1
提问于2015-03-04
得票数 0
1
回答
从图像Python中去除噪声
、
local2=(0.3 * pix.
getpixel
((x-1,y))[0]) + (0.59 * pix.
getpixel
((x-1,y))[1]) + (0.11 * pix.
getpixel
((x-1,y))[2]) local3=(0.3 * pix.
getpixel
((x-1,y+1))[0]) + (0.59 * pix.
getpixel
((x-1,y+1)pix.
getpixel
((x,y))[0]) + (0.59 * pix.
ge
浏览 4
提问于2016-09-11
得票数 2
回答已采纳
1
回答
尝试将SDL_Surface大小加倍的操作失败得很可怕
、
、
、
y) for (int x = 0; x < source->w; ++x) SetPixel(dest, x*2, y*2,
GetPixel
(source, x, y)); }}
GetPixel
和SetPixel只是简单地设置/接收一个表面的颜色,给定一个X,Y和颜色。
浏览 3
提问于2011-08-16
得票数 2
回答已采纳
2
回答
检测图像中的圆圈?
、
、
if(
getPixel
(row,col,image) ==
getPixel
(row+r,col,image) ||
getPixel
(row,col,image) ==
getPixel
(row,col+r,image)||
getPixel
(row,col,image) ==
getPixe
浏览 0
提问于2013-01-28
得票数 1
回答已采纳
1
回答
未解析为函数变量的位图
、
(x, y).R + (int)c.
GetPixel
(x, y).R + (int)e.
GetPixel
((int)b.
GetPixel
(x, y).G + (i
浏览 0
提问于2015-09-29
得票数 0
回答已采纳
1
回答
Sobel算法
、
(i - 1, j - 1).R * sobelx[0][0] + bmp.
GetPixel
(i, j - 1).R * sobelx[0][1] + bmp.
GetPixel
(i + 1, j - 1).R * sobelx[0][2] + bmp.
GetPixel
(i - 1, j).R * sobelx[1][0] + bmp.
GetPixel
(i,j).R * sobelx[1][1] + bmp.
GetPixel
(i + 1, j).R * sobe
浏览 1
提问于2017-06-03
得票数 0
回答已采纳
1
回答
成员引用基类型不是结构或联合。
、
我有个语义问题:bwImage.setPixel(i,j,Color::Color( image.
getPixel
(i,j).r * RED + image.
getPixel
(i,j).g*GREEN + image.
getPixel
(i,j).b*BLUE,image.<
浏览 4
提问于2017-05-05
得票数 0
回答已采纳
1
回答
如何获取与另一个像素成一定角度的像素的值?
、
、
、
考虑下面的代码片段 ((i - 5), (j + 1))) + image.
getpixel
( ((i - 4), (j + 1))) + image.
getpixel
(((i - 3), (j + 1))) + image.
getpixel
(((i - 2), (j + 1)))
浏览 0
提问于2017-08-18
得票数 2
3
回答
Parallel.For语句返回位图处理的"System.InvalidOperationException“
、
、
、
(i, x).R / 5, bmp.
GetPixel
(i, x).G, bmp.
GetPixel
(i, x).B)); else if(i, x).R, bmp.
GetPixel
(i, x).G / 5, bmp.
GetPixel
(i, x).B)); else if(i, x).R, bmp.
GetPixel
(i, x).G, bmp.
Get
浏览 1
提问于2015-05-03
得票数 1
回答已采纳
2
回答
VB.NET绘制了一个两个像素的透明边框周围一个动态创建的png图像?
、
、
我对图形编程很陌生,更不用说用VB编程了,所以我在这里遇到了麻烦。基本上,我已经完成了所有的代码,我所缺少的只是在图像周围添加几个透明的填充/边框,然后我就被卡住了。我环顾四周,但我看到的例子似乎极其复杂,在我看来就像一个过头(一页一页的代码)。在下面附加当前代码:Dim img As Image = New Bitmap(100, 100) Dim rand As New Random Dim bgcolor As Color = C
浏览 3
提问于2015-09-18
得票数 1
回答已采纳
1
回答
如何将图像转换成颜色矩阵?
、
rectFromImage :: Image -> IO [[Color]] size <- imageSize img显然,这不起作用,因为
getPixel
返回IO Color,而不是Color。Foreign.C.Types.CInt' Actual type: I
浏览 1
提问于2013-09-03
得票数 3
回答已采纳
1
回答
为什么我的最终图像在putpixel之后变成了红色?
、
、
height),"white") for j in range(1,height-1): members[1] = img.
getpixel
((i-1,j)) m
浏览 2
提问于2018-09-23
得票数 2
1
回答
在Android上通过摄像头判断暗/亮
、
、
有没有人能提供一些简单的代码来使用Android来确定相机的暗或亮。它不一定要准确。只有黑暗或浅色。我已经有了下面的代码: camera.release();came
浏览 1
提问于2014-11-23
得票数 0
2
回答
C语言中的画桶
、
、
、
下面是我的"bucket“代码:{ bucket(x,y+1,fillColor); bucket(x+1,y,fillColor); if(<e
浏览 6
提问于2012-07-03
得票数 0
1
回答
SFML C++ Canny边缘检测
、
、
、
、
(j - 1, i - 1).r - 2 * image.
getPixel
(j - 1, i).r - image.
getPixel
(j - 1, i + 1).r + image.
getPixel
(jt2 = (- image.
getPixel
(j - 1, i).r - 2 * image.
getPixel
(j - 1, i + 1).r - image.
getPixel
(j, i + 1).r; t3 = (- image.
getPixel
(j -
浏览 0
提问于2018-08-22
得票数 1
回答已采纳
1
回答
为什么我总能得到一张由GLSurfaceView拍摄的整张黑色照片?
、
、
、
、
bitmap = surface.captureFrame(); Log.i(TAG, "
getPixel
:" + bitmap.
getPixel
(x, y)); surface.release(); mCallback.onFrameCapturedmIsNeedCaptureFrame = false; takeScreensh
浏览 3
提问于2015-08-13
得票数 1
回答已采纳
1
回答
在ImageJ中实现Sobel滤波器
、
、
、
(sobel_x[1][0] * copy.
getPixel
(x-1,y)) + (sobel_x[1][1] * copy.
getPixel
(x,y)) + (sobel_x[1][2] *[2][1] * copy.
getPixel
(x,y+1)) + (sobel_x[2][2] * copy.
getPixel
(x+1,y+1)); pixel_y = 1/6* (sobel_y[0][0] * copy.
getPixel
(x-1,y-1)) + (sob
浏览 0
提问于2013-10-12
得票数 0
回答已采纳
1
回答
如何使用节点红色仪表板模板节点发送功能?
、
、
、
因此,是否有可能这样做: Click
getPixel
浏览 2
提问于2016-12-07
得票数 1
1
回答
在Android中模糊图像
、
bmpBlurred; return ( bitmap.
getPixel
(i, j-1) + bitmap.
getPixel
(i, j) + bitmap.
getPixel</e
浏览 0
提问于2010-11-25
得票数 3
回答已采纳
点击加载更多
扫码
添加站长 进交流群
领取专属
10元无门槛券
手把手带您无忧上云
相关
资讯
Python修图:调色、透明化
Python中获取颜色RGB值的方法与应用
运行Python进行图像处理
大神级Python工程师是怎么P图的,带你用Python玩转P图
2020新年超有颜值的心情头像,为了女神,你应该学会
热门
标签
更多标签
云服务器
ICP备案
对象存储
腾讯会议
实时音视频
活动推荐
运营活动
广告
关闭
领券