- Mastering OpenCV 4
- Roy Shilkrot David Millán Escrivá
- 248字
- 2021-07-02 14:47:39
Speed comparison of Cartoonifier on desktop versus embedded
You will notice that the code runs much slower on Raspberry Pi than on your desktop! By far the two easiest ways to run it faster are to use a faster device or use a smaller camera resolution. The following table shows some frame rates, frames per seconds (FPS), for both the sketch and paint modes of Cartoonifier on a desktop, Raspberry Pi 1, Raspberry Pi 2, Raspberry Pi 3, and Jetson TK1. Note that the speeds don't have any custom optimizations and only run on a single CPU core, and the timings include the time for rendering images to the screen. The USB webcam used is the fast PS3 Eye webcam running at 640 x 480 since it is the fastest low-cost webcam on the market.
It's worth mentioning that Cartoonifier is only using a single CPU core, but all the devices listed have four CPU cores except for Raspberry Pi 1, which has a single core, and many x86 computers have hyperthreading to give roughly eight CPU cores. So, if you wrote your code to efficiently make use of multiple CPU cores (or GPU), the speeds might be 1.5 to 3 times faster than the single-threaded figures shown:

Notice that Raspberry Pi is extremely slow at running the code, especially the paint mode, so we will try simply changing the camera and the resolution of the camera.
- 大學計算機基礎(第三版)
- 企業級Java EE架構設計精深實踐
- Learning Selenium Testing Tools with Python
- 編程卓越之道(卷3):軟件工程化
- 從學徒到高手:汽車電路識圖、故障檢測與維修技能全圖解
- Java程序設計
- Advanced Oracle PL/SQL Developer's Guide(Second Edition)
- C程序設計實踐教程
- Multithreading in C# 5.0 Cookbook
- 執劍而舞:用代碼創作藝術
- Mastering Linux Security and Hardening
- App Inventor創意趣味編程進階
- Struts 2.x權威指南
- Java程序設計教程
- Solr權威指南(下卷)