英文: Opencv : convert curves to shapely Linestrings 问题 我有一张预处理过的图像,其中包含代表曲线的白色像素串。有些是闭合的,有些不是。线条的厚度为1...
如何在OpenCV Python中分割轮廓?
英文: How to split a contour in opencv python? 问题 我目前面临的问题与我正在开发的代码相关,该代码用于跟随一条黑线。目前,我的代码通过创建黑线周围的轮廓并在...
如何从一张256位单色图片中获取这个结果?
英文: How to obtain this result from a 256 bits monochrome picture? 问题 我刚在我正在研究的《数字图像处理》(作者:Rafael C. ...
在二进制图像中测量大颗粒时检测到太多微小区域。
英文: Detection of too many tiny areas when measuring large particles in binary images 问题 我正在从ImageJ转到...
我似乎无法在调整大小后保留图像中的额外信息。
英文: I can't seem to keep the extra info in the images after resizing them 问题 我正在尝试通过Python脚本将图像调...
如何比较两个柏林噪声图像?
英文: How do I compare two perlin noise images? 问题 两个Perlin噪声图像是否是由相同的参数生成的可以通过以下方法来判断吗? 例如,以下这两个图像: 和...
Matlab的imimposemin函数
英文: Matlab's imimposemin function 问题 I don't quite understand Matlab's imimposemin function desc...
如何识别主要颜色为白色但在计算中忽略 alpha 通道?
英文: How can I identify images with a dominant color of white but ignoring the alpha channel in the c...
用Python Pillow库裁剪/模糊.png图像,而不改变其他任何内容。
英文: How crop/blur a .png using python-pillow, wihtout changing anything else 问题 我已经找到了一些有关如何使用Python...
使用Python OpenCV进行圆检测
英文: Circles detection with Python OpenCV 问题 以下是您提供的代码的翻译部分: 我目前正在面临一个我开发的程序的问题。该程序旨在读取包含圆环的图像文件,并识别圆...
13