- 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系統(tǒng)分析與架構設計
- Android和PHP開發(fā)最佳實踐(第2版)
- GitLab Repository Management
- Python自然語言處理(微課版)
- C程序設計案例教程
- Julia高性能科學計算(第2版)
- Android應用開發(fā)深入學習實錄
- 人工智能算法(卷1):基礎算法
- Scala Functional Programming Patterns
- Learning Android Application Testing
- Angular Design Patterns
- Python Web自動化測試設計與實現(xiàn)
- 精通Spring:Java Web開發(fā)與Spring Boot高級功能
- 程序員的成長課
- Practical Responsive Typography