Tagged articles

PixelMap

3 articles · Page 1 of 1
51CTO HarmonyOS Developer Community
51CTO HarmonyOS Developer Community
Aug 19, 2026 · Mobile Development

Dissecting HarmonyOS 7 Core Vision Kit Image Super-Resolution API: Full Data Flow Guide

This tutorial details the complete data flow for HarmonyOS 7's Core Vision Kit Image Super-Resolution API, covering prerequisites, module imports, PixelMap decoding, ImageData wrapping, Request construction, Analyzer lifecycle, concurrency limits, error handling, and a full implementation example.

API IntegrationCore Vision KitHarmonyOS 7
0 likes · 17 min read
Dissecting HarmonyOS 7 Core Vision Kit Image Super-Resolution API: Full Data Flow Guide
51CTO HarmonyOS Developer Community
51CTO HarmonyOS Developer Community
Aug 17, 2026 · Mobile Development

HarmonyOS On-Device AI Super-Resolution: Send Small Images, Get HD Results Offline

This guide details HarmonyOS 7's Core Vision Kit ImageSR API for on-device 4x AI super-resolution, covering API usage, ArkTS demo code, permissions, constraints (2048x2048 input, RGBA_8888 format), common pitfalls (emulator unsupported, model download, resource leaks), and suitable use cases like e-commerce and social images where perceptual quality matters more than pixel-perfect accuracy.

API 26ArkTSCore Vision Kit
0 likes · 21 min read
HarmonyOS On-Device AI Super-Resolution: Send Small Images, Get HD Results Offline
51CTO HarmonyOS Developer Community
51CTO HarmonyOS Developer Community
Feb 12, 2026 · Mobile Development

HarmonyOS Face Detection Tutorial: Core Vision Kit Implementation with Reusable Code

This tutorial demonstrates how to implement face detection in HarmonyOS apps using Core Vision Kit, covering face position, landmarks, orientation, confidence scores, with complete ArkTS code examples, constraints, error handling, and privacy considerations for offline on-device processing.

ArkTSComputer VisionCore Vision Kit
0 likes · 16 min read
HarmonyOS Face Detection Tutorial: Core Vision Kit Implementation with Reusable Code