<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Image processing on Tiffany Chieu</title>
    <link>https://tchieu.com/tags/image-processing/</link>
    <description>Recent content in Image processing on Tiffany Chieu</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>en</language>
    <lastBuildDate>Sat, 04 Dec 2021 00:00:00 +0000</lastBuildDate><atom:link href="https://tchieu.com/tags/image-processing/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Optimizing image processing in Rust with SIMD intrinsics</title>
      <link>https://tchieu.com/blog/2021/12/04/simd/</link>
      <pubDate>Sat, 04 Dec 2021 00:00:00 +0000</pubDate>
      
      <guid>https://tchieu.com/blog/2021/12/04/simd/</guid>
      <description>Single instruction, multiple data (SIMD) intrinsics allow us to vectorize operations that would otherwise occur sequentially. This can greatly speed up a series of simple, repetitive operations that might be normally executed using loops. In this article, we will focus on vectorizable operations commonly found in image processing.</description>
    </item>
    
  </channel>
</rss>
