很遗憾,因您的浏览器版本过低导致无法获得最佳浏览体验,推荐下载安装谷歌浏览器!

使用python中的图像处理对粒子进行计数

wenfeng丨1年前行业新闻126丨

  是否存在用于检测背景强度变化的好的算法?
例如,如果我有以下图像:
  即使在左下角出现明显不同的背景,有没有办法计数白色小颗粒?
  为了更加清楚一点,我想标记图像并使用一种算法来对粒子进行计数,该算法会发现这些粒子很重要:
  我已经尝试过使用,,,等模块进行许多操作.
我从这个非常相似的SO问题中得到了一些提示,它首先出现一眼便可以采用一个简单的阈值,如下所示:
  但是由于背景的变化,您会得到以下信息:
  我还尝试了其他想法,例如我发现的用于测量爪子的技术,我是通过这种方式实现的:
  但这也没有运气,显示了以下结果:
  使用区域最大函数,我得到的图像几乎似乎可以正确识别粒子,但是根据我的高斯滤波,错误位置上的粒子太多或太少(图像的高斯滤波器为2, 3& 4):
  此外,它还需要处理与此类似的图像:
  这是上面相同类型的图像,只是具有更高的粒子密度.
  已解决的解决方案: 我能够使用以下代码来解决此问题,这是一个不错的解决方案:
  这将显示如下图像:
  (这是给定的图片)
  和
  (已计数的粒子)
  并计算出粒子数为60.
  我通过使用一种称为自适应对比度"的技术,通过使用调整后的差异阈值解决了背景中的可变亮度"问题.它通过对灰度图像与自身的模糊版本进行线性组合(在某些情况下有所不同),然后对其施加阈值来工作.
  使用合适的统计运算符对图像进行卷积.
从卷积图像中减去原稿,必要时校正强度比例/伽玛.
以恒定的阈值表示差异图像.
(原始论文)
我在浮点域中使用非常成功地做到了这一点(比整数图像处理更好的结果),如下所示:
  希望这会有所帮助!
  Is there any good algorithm for detecting particles on a changing background intensity?
For example, if I have the following image:
  Is there a way to count the small white particles, even with the clearly different background that appears towards the lower left?
  To be a little more clear, I would like to label the image and count the particles with an algorithm that finds these particles to be significant:
  I have tried many things with the , , , , etc. modules.
I got some hints from this very similar SO question, and it appears at first glance that you could take a simple threshold like so:
  but because of the changing background you get this:
  I have also tried other ideas, such as a technique I found for measuring paws, which I implemented in this way:
  but this gives no luck either, showing this result:
  Using the regional max function, I get images which almost appear to be giving correct particle identification, but there are either too many, or too few particles in the wrong spots depending on my gaussian filtering (images have gaussian filter of 2,3, & 4):
  Also, it would need to work on images similar to this as well:
  This is the same type of image above, just at a much higher density of particles.
  EDIT: Solved solution: I was able to get a decent working solution to this problem using the following code:
  This will show the images like this:
  (which is the given image)
  and
  (which is the counted particles)
  and calculate the particle count as 60.
  I had solved the "variable brightness in background" by using a tuned difference threshold with a technique called Adaptive Contrast. It works by performing a linear combination (a difference, in the case) of a grayscale image with a blurred version of itself, then applying a threshold to it.
  Convolve the image with a suitable statistical operator.
Subtract the original from the convolved image, correcting intensity scale/gamma if necessary.
Threshold the difference image with a constant.
(original paper)
  I did this very successfully with , in the floating-point domain (way better results than integer image processing), like this:
  Hope this helps!!
  这篇关于使用python中的图像处理对粒子进行计数的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!


发布者:边路大神

使用python中的图像处理对粒子进行计数

公司座机:028-84779619

联系电话:13981787165 微信同手机

Q Q:1147851145 · 496894256

公司官网:www.cdytdz.com

厂房地址: 四川省成都市龙泉驿区经开区南二路309号鼎峰动力港4-1-402

CopyRight © All Right Reserved 版权所有: 永腾电子

网站地图 备案号:蜀ICP备17012693号-1


扫一扫添加微信

扫一扫访问淘宝店