腾讯云
开发者社区
文档
建议反馈
控制台
登录/注册
首页
学习
活动
专区
圈层
工具
MCP广场
文章/答案/技术大牛
搜索
搜索
关闭
发布
搜索
关闭
文章
问答
(10)
视频
开发者手册
清单
用户
专栏
沙龙
全部问答
原创问答
Stack Exchange问答
更多筛选
回答情况:
全部
有回答
回答已采纳
提问时间:
不限
一周内
一月内
三月内
一年内
问题标签:
未找到与 相关的标签
筛选
重置
2
回答
使用ImageMagick计数PNG图像中的对象数
它返回图像中白色对象的数量--在本例中为8 --我对图像不太了解,但是图像上有一个删除的帖子,其中使用以下命令 exec("convert out.pbm -define
connected-components
:verbose=true -define
connected-components
:area-threshold=50 \ -
connected-components
4 -auto-level -
浏览 0
修改于2018-09-10
得票数 2
1
回答
使用Imagemagick将PDF转换为TIFF,使页面部分变为黑色
pdf -type Grayscale -compress Group4 -monochrome -quality 100 -depth 1 -units PixelsPerInch -define
connected-components
:area-threshold=3 -define
connected-components
:mean-color=true -define
connected-components
:8 Sample1
浏览 75
修改于2021-07-01
得票数 0
1
回答
Imagick:返回图像中圆形对象的位置和大小
到目前为止,我已经尝试使用
connected-components
参数,它给出了数以千计的结果,这显然是不正确的。以下是我到目前为止所做的工作: magick model_canny.png -fuzz 5% -define
connected-components
:verbose=true -
connected-components
浏览 1
提问于2019-11-04
得票数 1
1
回答
ruby在apache服务器中从系统中赋值变量?
mk, "baz" => varpage2}, 'uuid=$(convert "$baz$MYVAR.png" -sample 100% -alpha remove -define
connected-components
:verbose=true -
connected-components
-4 -auto-level ccr3edsult.png ); export uuid')File.open
浏览 10
修改于2017-08-20
得票数 0
回答已采纳
1
回答
Node.js使用连接的组件在图像上查找blob
difference.png').out('gray').out('90%').out('
connected-components
:verbose=true').out('4') .out('-auto-l
浏览 0
修改于2017-05-23
得票数 0
1
回答
ImageMagick和Wand之间连接部件的输出?
>convert input.png -define
connected-components
:verbose=true -define
connected-components
:area-threshold=100 -
connected-components
8Objects (id: bounding-box centroid area mean-color)
浏览 2
提问于2020-09-14
得票数 0
回答已采纳
1
回答
ImageMagick提取透明背景的非矩形区域
'-define
connected-components
:verbose=true \null: | tail -n +2 | sed 's/^[ ]*//'`)IFS=$
浏览 0
修改于2018-02-04
得票数 0
回答已采纳
2
回答
ImageMagick:如何从掩码的每个区域得到一个像素?
我现在可以这样得到不同区域的质心:convert circles.jpg -define
connected-components
:area-threshold=800 -define
connected-components
:verbose=true -
connected-components
8 null: | sed '1,2d;$d' | awk '{print $1 $3}' > circles_centroids.txt
浏览 3
修改于2019-01-24
得票数 0
回答已采纳
1
回答
ImageMagick或其他方法:如何在图像中找到物体中心的坐标?
我尝试安装ImageMagick,加载映像,然后在cmd中运行以下命令: magick image1.jpg -define
connected-components
:verbose=true -
connected-components
浏览 2
提问于2021-05-21
得票数 0
1
回答
如何识别完全形状的矩形?
convert input.png \-define
connected-components
:area-threshold=100 \ 7602: 233x81+295+192 411.0,232.0
浏览 0
提问于2020-09-21
得票数 0
回答已采纳
领券