Skip to content

Commit 99578aa

Browse files
Refactor Android Halide documentation for clarity and consistency
1 parent 1019dd1 commit 99578aa

3 files changed

Lines changed: 125 additions & 85 deletions

File tree

content/learning-paths/mobile-graphics-and-gaming/android_halide/_index.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@ title: Build high-performance image processing with Halide on Android
33

44
minutes_to_complete: 180
55

6-
who_is_this_for: This is an introductory topic for software developers interested in learning how to use Halide for image processing.
6+
who_is_this_for: This is an introductory topic for developers interested in learning how to use Halide for image processing.
77

88
learning_objectives:
9-
- Understand foundational concepts of Halide and set up your development environment.
10-
- Create a basic real-time image processing pipeline using Halide.
11-
- Optimize image processing workflows by applying operation fusion in Halide.
12-
- Integrate Halide pipelines into Android applications developed with Kotlin.
9+
- Understand Halide fundamentals and set up your development environment
10+
- Create a basic real-time image processing pipeline using Halide
11+
- Optimize image processing workflows by applying operation fusion in Halide
12+
- Integrate Halide pipelines into Android applications developed with Kotlin
1313

1414
prerequisites:
1515
- Basic C++ knowledge

0 commit comments

Comments
 (0)