冷库维护结构保温缺陷的红外检测技术,李夔宁,王贺,介绍了红外成像法在冷库保温缺陷中的检测原理,以matlab为平台对红外图片进行直方图均衡化及自适应滤波和中值滤波处理,从而直观的展示冷库结构中的保温缺陷,提供了一种高效、直观的检测方法。
Infrared Detection Technology for Cold Storage Insulation Defects
相关推荐
Image Detection Finger Tip Capture and Detection with MATLAB Code
智能优化算法、神经网络预测、信号处理、元胞自动机、图像处理、路径规划、无人机等多种领域的Matlab仿真。
Matlab
17
2024-11-04
wimax-technology-broadband-wireless-access
WiMAX技术概述
WiMAX(Worldwide Interoperability for Microwave Access)是一项为提供宽带无线接入而设计的技术标准,基于IEEE 802.16协议系列。WiMAX能够在固定、便携式或移动环境下提供高速互联网连接服务。相较于传统的有线宽带,WiMAX提供了更灵活的部署方式和更广的服务覆盖范围。
技术特点
高带宽: WiMAX技术能够提供最高达70Mbps的下载速度,满足大部分用户对高速数据传输的需求。
长距离覆盖: 相较于其他无线技术,如Wi-Fi,WiMAX的有效传输距离理论上可达50公里。
多用途性: 除了家庭或企业的宽带接入,
Access
5
2024-11-03
Inventory Purchase-Sales-Storage Project Table Structure Details
The Inventory Purchase-Sales-Storage Project Table Structure provides a comprehensive breakdown of essential tables, relationships, and data types required for managing inventory operations effectively. Each table aligns with core functionalities such as purchasing, sales tracking, and stock managem
Memcached
9
2024-10-25
Database System Implementation Managing Persistent Data on Secondary Storage
Database systems always involve secondary storage——the disks and other devices that store large amounts of data that persists over time. This chapter summarizes what we need to know about how a typical computer system manages storage. We review the memory hierarchy of devices with progressively slow
MySQL
5
2024-10-26
Binary Data Storage in Oracle-Managing Binary Objects
Oracle provides several types for storing binary data such as BFILE, BLOB, BAW(L), and LONG RAW to handle data like images, sounds, and videos. Typically, in real-world projects, images and sounds are not stored directly in the database. Instead, the paths to the files are stored, and only when secu
Oracle
12
2024-11-05
Matlab Otsu Algorithm Code for Mouse Detection
使用Matlab实现Otsu算法进行老鼠检测的代码。该方法通过图像处理技术,自动确定图像的最佳阈值,以分割老鼠与背景。
Matlab
13
2024-11-04
Skeleton Endpoints and Intersections Detection in MATLAB
使用MATLAB实现的骨架化算法,可以有效地查找端点和交叉点,为数字图像处理的初学者提供实用的工具和方法。
Matlab
8
2024-11-03
Image Edge Detection Techniques in Matlab
整理了几个常用的 Matlab 处理图像 边沿 的算法,包括 Canny 边缘检测、Sobel 算子和 Prewitt 算子等。每种方法都有其独特的优缺点,适用于不同的图像处理场景。
Matlab
12
2024-11-04
Harris Corner Detection Using MATLAB
This is a Harris corner detection program written in MATLAB. You can give it a try to detect keypoints in images based on the Harris corner detection method.
Matlab
27
2024-11-06