Background subtraction

背景减法
  • 文章类型: Journal Article
    体育分析中的计算机视觉越来越受欢迎。与使用传感器的系统相比,使用摄像机监控玩家的表现更加灵活,并且不会干扰玩家设备。这为计算机视觉系统提供了广泛的机会,可以帮助教练,记者,和观众。本文介绍了测量拳击手性能的问题,对当前科学方法进行了全面调查。本文的主要目标是提供一种使用单个静态相机自动检测奥运拳击中的拳打的系统。作者使用欧几里得距离来测量拳击手之间的距离,并使用卷积神经网络对镜头帧进行分类。为了提高分类性能,我们提供并测试了三种在拟合分类器之前操纵图像的方法。所提出的解决方案达到95%的平衡精度,带有冲头的帧的F1得分为49%,97%的帧没有打孔机。最后,我们提出了一个用于分析拳击场景的工作系统,该系统标记了拳击手和标记的帧,并检测到了碰撞和拳打。
    Computer vision in sports analytics is gaining in popularity. Monitoring players\' performance using cameras is more flexible and does not interfere with player equipment compared to systems using sensors. This provides a wide set of opportunities for computer vision systems that help coaches, reporters, and audiences. This paper provides an introduction to the problem of measuring boxers\' performance, with a comprehensive survey of approaches in current science. The main goal of the paper is to provide a system to automatically detect punches in Olympic boxing using a single static camera. The authors use Euclidean distance to measure the distance between boxers and convolutional neural networks to classify footage frames. In order to improve classification performance, we provide and test three approaches to manipulating the images prior to fitting the classifier. The proposed solution achieves 95% balanced accuracy, 49% F1 score for frames with punches, and 97% for frames without punches. Finally, we present a working system for analyses of a boxing scene that marks boxers and labelled frames with detected clashes and punches.
    导出

    更多引用

    收藏

    翻译标题摘要

    我要上传

       PDF(Pubmed)

  • 文章类型: Journal Article
    介绍了一种创新的双厚度半透明光阑,旨在增强小角度X射线散射(SAXS)实验的性能。这种设计将两个不同厚度的吸收器并排集成到一个衰减器中,被称为光束停止器。而不是完全停止直接光束,它削弱了它,允许SAXS检测器测量通过样品的透射光束。这种方法在测量散射和透射信号时实现了真正的同步,并在确定通过样品的透射光强度时有效地消除了高阶谐波。这促进并优化了信号检测和背景减除。本文详细介绍了该解决方案在北京同步加速器辐射设施1W2A光束线上的SAXS站的理论基础和实际实现。它还预计其在其他SAXS站的应用,包括即将到来的高能光子源,为高精度SAXS实验提供了有效的解决方案。
    An innovative dual-thickness semi-transparent beamstop designed to enhance the performance of small-angle X-ray scattering (SAXS) experiments is introduced. This design integrates two absorbers of differing thicknesses side by side into a single attenuator, known as a beamstop. Instead of completely stopping the direct beam, it attenuates it, allowing the SAXS detector to measure the transmitted beam through the sample. This approach achieves true synchronization in measuring both scattered and transmitted signals and effectively eliminates higher-order harmonic contributions when determining the transmission light intensity through the sample. This facilitates and optimizes signal detection and background subtraction. This contribution details the theoretical basis and practical implementation of this solution at the SAXS station on the 1W2A beamline at the Beijing Synchrotron Radiation Facility. It also anticipates its application at other SAXS stations, including that at the forthcoming High Energy Photon Source, providing an effective solution for high-precision SAXS experiments.
    导出

    更多引用

    收藏

    翻译标题摘要

    我要上传

       PDF(Pubmed)

  • 文章类型: Journal Article
    安全概念正在成为全球性挑战,和政府,利益相关者,公司社团,个人必须紧急建立合理的保障机制。因此,实时监控系统对于检测至关重要,跟踪,和监测。许多研究试图提供更好的解决方案,但更多的研究和更好的方法是必不可少的。本研究提出了用于安全监控系统的对象检测和跟踪的实时框架。系统设计了基于近似中值滤波,组件标签,背景减法,和深度学习方法。新的目标检测算法,跟踪,和识别已使用Python实现,并与C#编程语言集成,以便于使用。设计了一个软件应用框架,已实施,并进行了评估。基于MOT-Challenge性能指标的实验结果表明,与最先进的方法相比,所提出的算法在MOT15,MOT16和MOT17数据集上的准确性和精度方面具有更好的性能。该框架还提供了监测和识别运动物体的准确有效手段。软件开发,包括框架用户界面的设计,使用C#编程语言编码,并使用MicrosoftVisualStudio(2019年版)与Python集成。执行集成以提供方便的用户界面并使框架能够作为标准和独立的软件应用来执行。未来的研究将考虑框架的动态可扩展性,以适应过度拥挤场景中的不同监视应用领域。集成了多个数据源,以增强不同场景时间的性能,地点,和天气条件。此外,其他对象检测技术,如你只看一次(YOLO)及其变体应在未来的研究中考虑。这些技术允许框架适应安全监控具有挑战性的复杂情况。
    The concept of security is becoming a global challenge, and governments, stakeholders, corporate societies, and individuals must urgently create a reasonable protection mechanism for good. Therefore, a real-time surveillance system is essential for detection, tracking, and monitoring. Many studies have attempted to provide better solutions but more research and better approaches are essential. This study presents a real-time framework for object detection and tracking for security surveillance systems. The system has been designed based on approximate median filtering, component labeling, background subtraction, and deep learning approaches. The new algorithms for object detection, tracking, and recognition have been implemented using Python and integrated with C# programming languages for ease of use. A software application framework is designed, implemented, and evaluated. The experimental results based on MOT-Challenge performance metrics show that the proposed algorithms have much better performance in terms of accuracy and precision on the MOT15, MOT16, and MOT17 datasets compared to state-of-the-art approaches. This framework also provides an accurate and effective means of monitoring and recognizing moving objects. The software development, including the design of the framework user interfaces, is coded in the C# programming language and integrated with Python using Microsoft Visual Studio (2019 edition). The integration is performed to provide a convenient user interface and to enable the execution of the framework as a standard and standalone software application. Future studies will consider the dynamic scalability of the framework to accommodate different surveillance application areas in overcrowded scenarios. Multiple data sources are integrated to enhance the performance for different scene times, locations, and weather conditions. Furthermore, other object-detection techniques such as You Only Look Once (YOLO) and its variants shall be considered in future studies. These techniques allow the framework to adapt to complex situations in which security surveillance is challenging.
    导出

    更多引用

    收藏

    翻译标题摘要

    我要上传

       PDF(Pubmed)

  • 文章类型: Journal Article
    皮肤癌影响所有年龄段的人,是一种常见疾病。皮肤癌的死亡人数随着晚期诊断而上升。需要一种用于早期皮肤癌检测的自动化机制来降低死亡率。通过扫描或影像学筛查进行视觉检查是检测这种疾病的常见机制,但是由于它与其他疾病相似,这种机制显示的准确性最低。本文介绍了一种创新的分割机制,该机制对ISIC数据集进行操作,将皮肤图像分为关键部分和非关键部分。研究的主要目的是从皮肤镜皮肤图像中分割病变。建议的框架分两步完成。第一步是预处理图像;为此,通过应用DCT和颜色系数,我们已经应用了一个底帽滤波器来进行脱毛和图像增强。在下一阶段,采用中点分析的背景减除法进行分割,提取感兴趣区域,准确率达到95.30%。通过将分割图像与ISIC数据集提供的验证数据进行比较,可以实现分割验证的基本事实。
    Skin cancer affects people of all ages and is a common disease. The death toll from skin cancer rises with a late diagnosis. An automated mechanism for early-stage skin cancer detection is required to diminish the mortality rate. Visual examination with scanning or imaging screening is a common mechanism for detecting this disease, but due to its similarity to other diseases, this mechanism shows the least accuracy. This article introduces an innovative segmentation mechanism that operates on the ISIC dataset to divide skin images into critical and non-critical sections. The main objective of the research is to segment lesions from dermoscopic skin images. The suggested framework is completed in two steps. The first step is to pre-process the image; for this, we have applied a bottom hat filter for hair removal and image enhancement by applying DCT and color coefficient. In the next phase, a background subtraction method with midpoint analysis is applied for segmentation to extract the region of interest and achieves an accuracy of 95.30%. The ground truth for the validation of segmentation is accomplished by comparing the segmented images with validation data provided with the ISIC dataset.
    导出

    更多引用

    收藏

    翻译标题摘要

    我要上传

    求助全文

  • 文章类型: Journal Article
    人类识别和自动图像验证是最广泛使用的方法来验证二进制分割方法的输出,但是,因为图像中的像素数很容易超过几百万,从实际和计算的角度来看,它们变得非常苛刻。我们提出了一种方法,叫做PARSEG,代表艺术,随机选择,估计,和泛化;是此过程中的基本步骤。建议的方法使我们能够通过从原始图像中选择用于验证的最小像素数来执行二进制图像的统计验证,而不会降低验证程序的有效性。它利用二进制分类器来完成图像验证,并根据特定的目标函数选择最佳的像素样本。因此,验证实验的计算复杂度大大降低。通过考虑来自种子识别领域的大约1300万像素的图像来说明该过程的有效性。当扩展到整个图像时,PARSEG提供了大致相同的验证过程精度,但是它只利用了原始像素数的4%,从而减少,大约90%,验证二进制分割图像所需的计算时间。
    Human recognition and automated image validation are the most widely used approaches to validate the output of binary segmentation methods but, as the number of pixels in an image easily exceeds several million, they become highly demanding from both practical and computational standpoint. We propose a method, called PARSEG, which stands for PArtitioning, Random Selection, Estimation, and Generalization; being the basic steps within this procedure. Suggested method enables us to perform statistical validation of binary images by selecting the minimum number of pixels from the original image to be used for validation without deteriorating the effectiveness of the validation procedure. It utilizes binary classifiers to accomplish image validation and selects the optimal sample of pixels according to a specific objective function. As a result, the computational complexity of the validation experiment is substantially reduced. The procedure\'s effectiveness is illustrated by considering images composed of approximately 13 million pixels from the field of seed recognition. PARSEG provides roughly the same precision of the validation process when extended to the entire image, but it utilizes only about 4% of the original number of pixels, thus reducing, by about 90%, the computing time required to validate a binary segmented image.
    导出

    更多引用

    收藏

    翻译标题摘要

    我要上传

       PDF(Pubmed)

  • 文章类型: Journal Article
    内源性治疗分析物包括激素,神经递质,维生素,脂肪酸和无机元素自然存在于体内,因为身体产生它们或存在于正常饮食中。当不能区分所施用的外源性治疗性分析物及其内源性对应物时,内源性治疗性分析物的精确测量提出了挑战。在这篇文章中,收集并介绍了在药物开发过程中进行内源性治疗性分析物生物分析以支持监管提交的真实案例。本文重点介绍了与内源性治疗性分析物的生物分析相关的常见挑战和经验教训,并提供了从监管角度考虑的实用技巧和策略。
    Endogenous therapeutic analytes include hormones, neurotransmitters, vitamins, fatty acids and inorganic elements that are naturally present in the body because either the body produces them or they are present in the normal diet. The accurate measurement of endogenous therapeutic analytes poses a challenge when the administered exogenous therapeutic analyte and its endogenous counterpart cannot be distinguished. In this article, real case examples with endogenous therapeutic analyte bioanalysis during drug development in support of regulatory submissions are collected and presented. The article highlights common challenges encountered and lessons learned related to bioanalysis of endogenous therapeutic analytes and provides practical tips and strategies to consider from a regulatory perspective.
    导出

    更多引用

    收藏

    翻译标题摘要

    我要上传

    求助全文

  • 文章类型: Journal Article
    目的:应用光学方法鉴定抗再吸收药物相关性颌骨坏死(ARONJ)。
    方法:我们引入位移激发拉曼差异光谱,然后进行U-Net深度神经网络细化,以确定骨组织活力。通过建立的组织学方法对获得的结果进行了验证。
    结果:在28例患者的40个手术标本中,在119个不同的测量位点评估了骨坏死与生理组织的区别。平均拉曼光谱是从11,900个原始光谱中提炼出来的,和特征峰被分配给它们各自的分子起源。然后,遵循主成分和线性判别分析,骨坏死病变与生理组织实体区分开来,比如有活力的骨头,带着一种敏感性,特异性,和100%的整体精度。此外,骨矿物质含量,质量,成熟,和结晶度被量化,与生理骨相比,ARONJ病变中矿物质与基质的比率增加,碳酸盐与磷酸盐的比率降低。
    结论:结果证明了在该集合中具有高分类精度的可行性。区别取决于骨骼有机和矿物质成分的光谱特征。这仅仅是光学的,无创技术是未来改善ARONJ诊断和治疗的有希望的候选技术。
    Application of an optical method for the identification of antiresorptive drug-related osteonecrosis of the jaw (ARONJ).
    We introduce shifted-excitation Raman difference spectroscopy followed by U-Net deep neural network refinement to determine bone tissue viability. The obtained results are validated through established histological methods.
    Discrimination of osteonecrosis from physiological tissues was evaluated at 119 distinct measurement loci in 40 surgical specimens from 28 patients. Mean Raman spectra were refined from 11,900 raw spectra, and characteristic peaks were assigned to their respective molecular origin. Then, following principal component and linear discriminant analyses, osteonecrotic lesions were distinguished from physiological tissue entities, such as viable bone, with a sensitivity, specificity, and overall accuracy of 100%. Moreover, bone mineral content, quality, maturity, and crystallinity were quantified, revealing an increased mineral-to-matrix ratio and decreased carbonate-to-phosphate ratio in ARONJ lesions compared to physiological bone.
    The results demonstrate feasibility with high classification accuracy in this collective. The differentiation was determined by the spectral features of the organic and mineral composition of bone. This merely optical, noninvasive technique is a promising candidate to ameliorate both the diagnosis and treatment of ARONJ in the future.
    导出

    更多引用

    收藏

    翻译标题摘要

    我要上传

    求助全文

  • 文章类型: Journal Article
    高性能的发展,低成本无人机与基于视觉的感知系统的快速发展相结合,预示着具有任务就绪能力的自主飞行系统的新时代。自主无人机的关键特征之一是强大的空中防撞策略。本文提出了一种基于背景减法的基于视觉的飞行中防撞系统,用于无人机(UAV)的嵌入式计算系统。提出的飞行中防撞系统的管道如下:(i)减去动态背景减法以去除它并检测运动物体,(ii)使用形态学和二值化方法去噪,(iii)对移动物体进行聚类并去除噪声斑点,使用欧几里得聚类,(iv)区分独立对象并使用卡尔曼滤波器跟踪运动,(v)避免碰撞,使用建议的决策技术。这项工作的重点是基于视觉的快速移动目标检测和跟踪系统的设计和演示,该系统具有决策能力,可以执行规避操作,以取代事件摄像机等高视觉系统。我们方法的新颖性在于运动补偿运动目标检测框架,它通过二维变换近似来完成背景减法的任务。聚类和跟踪算法处理检测数据以跟踪独立对象,并进行基于立体摄像机的距离估计以估计三维轨迹,然后在决策程序中使用。该系统的检查是使用测试四旋翼无人机进行的,并推导出适合各种需求的算法参数。
    The development of high-performance, low-cost unmanned aerial vehicles paired with rapid progress in vision-based perception systems herald a new era of autonomous flight systems with mission-ready capabilities. One of the key features of an autonomous UAV is a robust mid-air collision avoidance strategy. This paper proposes a vision-based in-flight collision avoidance system based on background subtraction using an embedded computing system for unmanned aerial vehicles (UAVs). The pipeline of proposed in-flight collision avoidance system is as follows: (i) subtract dynamic background subtraction to remove it and to detect moving objects, (ii) denoise using morphology and binarization methods, (iii) cluster the moving objects and remove noise blobs, using Euclidean clustering, (iv) distinguish independent objects and track the movement using the Kalman filter, and (v) avoid collision, using the proposed decision-making techniques. This work focuses on the design and the demonstration of a vision-based fast-moving object detection and tracking system with decision-making capabilities to perform evasive maneuvers to replace a high-vision system such as event camera. The novelty of our method lies in the motion-compensating moving object detection framework, which accomplishes the task with background subtraction via a two-dimensional transformation approximation. Clustering and tracking algorithms process detection data to track independent objects, and stereo-camera-based distance estimation is conducted to estimate the three-dimensional trajectory, which is then used during decision-making procedures. The examination of the system is conducted with a test quadrotor UAV, and appropriate algorithm parameters for various requirements are deduced.
    导出

    更多引用

    收藏

    翻译标题摘要

    我要上传

       PDF(Pubmed)

  • 文章类型: Journal Article
    使用称为对分布函数(PDF)(也称为降低密度函数)分析的总散射分析方法探索了氧化铁纳米颗粒的局部结构表征。PDF轮廓是从背景校正的粉末电子衍射图(e-PDF技术)得出的。由于电子束和样品之间的强库仑相互作用,电子衍射通常导致多次散射,导致强度向更高的散射角重新分布,并在衍射轮廓中增加背景。除此之外,电子-样品相互作用会产生不期望的非弹性散射信号,该信号主要对背景有贡献。目前的工作证明了潜在的复杂背景函数的预处理的功效,它是不相干多重和非弹性散射的组合,对于不同的电子束能量不能相同。因此,对于在80kV和300kV束能量下获得的电子衍射图,提出了两种不同的背景减法方法。从最小二乘细化(小盒建模),这两种方法都非常有希望,导致成功实施e-PDF技术来研究所考虑的纳米材料的局部结构。
    The local structural characterization of iron oxide nanoparticles is explored using a total scattering analysis method known as pair distribution function (PDF) (also known as reduced density function) analysis. The PDF profiles are derived from background-corrected powder electron diffraction patterns (the e-PDF technique). Due to the strong Coulombic interaction between the electron beam and the sample, electron diffraction generally leads to multiple scattering, causing redistribution of intensities towards higher scattering angles and an increased background in the diffraction profile. In addition to this, the electron-specimen interaction gives rise to an undesirable inelastic scattering signal that contributes primarily to the background. The present work demonstrates the efficacy of a pre-treatment of the underlying complex background function, which is a combination of both incoherent multiple and inelastic scatterings that cannot be identical for different electron beam energies. Therefore, two different background subtraction approaches are proposed for the electron diffraction patterns acquired at 80 kV and 300 kV beam energies. From the least-square refinement (small-box modelling), both approaches are found to be very promising, leading to a successful implementation of the e-PDF technique to study the local structure of the considered nanomaterial.
    导出

    更多引用

    收藏

    翻译标题摘要

    我要上传

    求助全文

  • 文章类型: Journal Article
    关于晶圆表面缺陷容易与背景混淆且难以检测的问题,提出了一种基于背景减法和快速R-CNN的晶圆表面缺陷检测方法。首先,提出了一种改进的频谱分析方法来测量图像的周期,然后可以基于周期获得子结构图像。然后,采用局部模板匹配方法对子结构图像进行定位,从而重建背景图像。然后,可以通过图像差异操作来消除背景的干扰。最后,将差异图像输入到改进的更快R-CNN网络中进行检测。所提出的方法已在自行开发的晶片数据集上进行了验证,并与其他检测器进行了比较。实验结果表明,与原始更快的R-CNN相比,所提出的方法有效增加了5.2%的mAP,能满足智能制造和高检测精度的要求。
    Concerning the problem that wafer surface defects are easily confused with the background and are difficult to detect, a new detection method for wafer surface defects based on background subtraction and Faster R-CNN is proposed. First, an improved spectral analysis method is proposed to measure the period of the image, and the substructure image can then be obtained on the basis of the period. Then, a local template matching method is adopted to position the substructure image, thereby reconstructing the background image. Then, the interference of the background can be eliminated by an image difference operation. Finally, the difference image is input into an improved Faster R-CNN network for detection. The proposed method has been validated on a self-developed wafer dataset and compared with other detectors. The experimental results show that compared with the original Faster R-CNN, the proposed method increases the mAP effectively by 5.2%, which can meet the requirements of intelligent manufacturing and high detection accuracy.
    导出

    更多引用

    收藏

    翻译标题摘要

    我要上传

       PDF(Pubmed)

公众号