Skip to content
Merged
Show file tree
Hide file tree
Changes from 6 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
---
title: Halide Essentials. From Basics to Android Integration
minutes_to_complete: 180

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

learning_objectives:
- Introduction, Background, and Installation.
- Building a Simple Camera/Image Processing Workflow.
- Demonstrating Operation Fusion.
- Integrating Halide into an Android (Kotlin) Project

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

please make the punctuation consistent between list items.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

?


prerequisites:
- Basic C++ knowledge
- Basic programming knowledge
- Android Studio with Android Emulator

author: Dawid Borycki

### Tags
skilllevels: Introductory
subjects: Performance and Architecture
armips:
- Cortex-A
- Cortex-X
operatingsystems:
- Android
tools_software_languages:
- Android Studio
- Coding

further_reading:
- resource:
title: Halide 19.0.0
link: https://halide-lang.org/docs/index.html
type: website
- resource:
title: Halide GitHub
link: https://github.com/halide/Halide
type: repository
- resource:
title: Halide Tutorials
link: https://halide-lang.org/tutorials/
type: website


### FIXED, DO NOT MODIFY
# ================================================================================
weight: 1 # _index.md always has weight of 1 to order correctly
layout: "learningpathall" # All files under learning paths have this same wrapper
learning_path_main_page: "yes" # This should be surfaced when looking for related content. Only set for _index.md of learning path content.
---
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
# ================================================================================
# FIXED, DO NOT MODIFY THIS FILE
# ================================================================================
weight: 21 # Set to always be larger than the content in this path to be at the end of the navigation.
title: "Next Steps" # Always the same, html page title.
layout: "learningpathall" # All files under learning paths have this same wrapper for Hugo processing.
---
Loading
Loading