Tag

Gesture Recognition

0 views collected around this technical thread.

JD Tech Talk
JD Tech Talk
Jul 11, 2024 · Artificial Intelligence

Technical Exploration of JD.Vision on Apple Vision Pro: Spatial Computing, Custom Gestures, and Rendering Optimizations

The article details JD.Vision's development for Apple Vision Pro, explaining how spatial computing enables immersive 1:1 product placement, describing low‑latency VST, eye‑tracking hand‑eye control, custom gesture recognition using AI models, shader customization, and performance optimizations for a seamless AR shopping experience.

3D renderingAR/VRApple Vision Pro
0 likes · 10 min read
Technical Exploration of JD.Vision on Apple Vision Pro: Spatial Computing, Custom Gestures, and Rendering Optimizations
Rare Earth Juejin Tech Community
Rare Earth Juejin Tech Community
Oct 20, 2023 · Frontend Development

Building a High‑Performance Genshin Impact Map with CanvasKit, Gesture Recognition, and React/Vue Integration

This article explains why the official web map built with Leaflet suffers from poor performance, how using CanvasKit (Skia compiled to WebAssembly) together with @use-gesture and popmotion dramatically improves rendering speed and interaction smoothness, and provides a complete implementation and component wrappers for Vue and React.

CanvasKitGesture RecognitionMap Rendering
0 likes · 14 min read
Building a High‑Performance Genshin Impact Map with CanvasKit, Gesture Recognition, and React/Vue Integration
Rare Earth Juejin Tech Community
Rare Earth Juejin Tech Community
Apr 5, 2022 · Artificial Intelligence

One-Stroke Gesture Recognition Using Canvas: From Drawing to Comparison

This tutorial explains how to implement a one‑stroke gesture recognizer with HTML5 canvas, covering drawing, resampling, translation, rotation, scaling, feature extraction, and similarity measurement using Euclidean and cosine distances, complete with full TypeScript code examples.

Gesture Recognitionalgorithmcanvas
0 likes · 19 min read
One-Stroke Gesture Recognition Using Canvas: From Drawing to Comparison
Baidu App Technology
Baidu App Technology
May 10, 2021 · Mobile Development

LiteKit: Baidu's Mobile AI Deployment Framework for Fast AI Capability Integration

LiteKit, Baidu’s mobile AI deployment framework built on Paddle Lite, delivers out‑of‑the‑box video super‑resolution, human segmentation and gesture‑recognition SDKs that reduce integration complexity to three simple steps across Objective‑C, Java and C++, achieving real‑time performance (25 FPS) while lowering development effort and platform barriers.

Gesture RecognitionLiteKitMobile AI Deployment
0 likes · 14 min read
LiteKit: Baidu's Mobile AI Deployment Framework for Fast AI Capability Integration
Tencent Cloud Developer
Tencent Cloud Developer
Feb 1, 2021 · Mobile Development

Flutter Event Propagation and Gesture Recognition Mechanism (Source Code Analysis)

Flutter converts native MotionEvent data into a serialized ByteBuffer, passes it through JNI to the engine, creates a Dart PointerDataPacket, hit‑tests the render tree, dispatches the event to each hit object, and resolves competing GestureRecognizers in the arena so the winning recognizer triggers the appropriate callback such as onTap or onDrag.

DartEvent PropagationFlutter
0 likes · 21 min read
Flutter Event Propagation and Gesture Recognition Mechanism (Source Code Analysis)