---
title: 图像增强优化方案 - 概览
summary: 图像增强优化方案概览，基于 On-App AI 端侧能力实现图像清晰度增强和畸变校正。涵盖痛点分析（弱光暗图、过曝模糊、门锁/IPC 等广角设备畸变）、解决方案（本地处理清晰度增强与畸变校正）、技术优势（高效运算、智能处理）及应用场景（门锁相册消息）。
---

<h2 id="图像增强优化方案">图像增强优化方案 <span className="tag_h2">On-App AI</span></h2>

### 痛点分析

为了确保智能设备（如门锁、IPC）能够提供优质的服务，提供高保真、高清晰度的查图能力至关重要。但在实际的使用场景中，由于受环境中的光照条件的影响，设备摄像头抓取到的图像会出现以下问题：

- 采光条件差时（如傍晚），图像会偏暗。
  <div style="margin-top: 10px;">
   <div style="text-align: center; width: 200px; margin-right: 3px">
     <img alt="原始图像" src="https://images.tuyacn.com/rms-static/0fa5bb90-8c99-11f0-9fb9-e1834df84344-1757324946889.png?tyName=demo5.png" width="200" style="height:355px;">
   </div>
   </div>
- 当摄像头遇到强光时，图像会有曝光问题，且被水或其他物质遮挡，图像会模糊。
  <div style="margin-top: 10px;">
    <div style="text-align: center; width: 200px; margin-right: 3px">
     <img alt="原始图像" src="https://images.tuyacn.com/rms-static/8350c940-8c99-11f0-9f57-5d628208d2a7-1757325140949.jpg?tyName=demo8.jpg" width="200" style="height:355px;">
    </div>
   </div>

- 广角摄像头拍摄的画面，容易出现图像边缘变形。
   <div style=" margin-top: 3px;">
     <div style="text-align: center; width: 200px; margin-right: 5px">
     <img alt="原始图像" src="https://images.tuyacn.com/rms-static/7419d3e0-8c99-11f0-9fb9-e1834df84344-1757325115422.jpg?tyName=demo4.jpg" width="200" style="height:355px;">
   </div>
  </div>

### 解决方案

**图像增强优化**：

- 移动端本地化处理。
- 对图像进行清晰增强优化。
- 对图像进行畸变校正（针对广角摄像头）。

   <div style="display: flex; align-items: center; justify-content: flex-start; margin-top: 10px;">
   <div style="text-align: center; width: 200px; margin-right: 5px">
     <img alt="增强图像" src="https://images.tuyacn.com/rms-static/a4134220-8de8-11f0-9fb9-e1834df84344-1757469077314.jpg?tyName=e385a316da46ecfb959f25b4d5687a67.jpg" width="200"style="height:355px;">
     <p style="margin: 0;">（图像亮度增强）</p>
   </div>
   <div style="text-align: center; width: 200px; margin-right: 5px">
     <img alt="增强图像" src="https://images.tuyacn.com/rms-static/a4136930-8de8-11f0-9fb9-e1834df84344-1757469077315.jpg?tyName=60d74e97ea096d6b4ee9f6eb56f3d25b.jpg" width="200" style="height:355px;">
     <p style="margin: 0;">（图像曝光、清晰度优化）</p>
   </div>
     <div style="text-align: center; width: 200px; margin-right: 5px">
     <img alt="增强图像" src="https://images.tuyacn.com/rms-static/a413b750-8de8-11f0-9f57-5d628208d2a7-1757469077317.jpg?tyName=f86258a8bedd39304352aa6fdaa5e340.jpg" width="200" style="height:355px;">
     <p style="margin: 0;">（图像畸形校正）</p>
   </div>
  </div>

### 技术优势

- 高效计算：适配主流移动端计算能力。
- 智能处理：智能识别提升图像画质。

### 应用场景

| 应用场景     | 功能描述                       |
| ------------ | ------------------------------ |
| 门锁相册消息 | 提供高清晰图，增强事件消息体验 |
