Install OpenCV3.0 on Ubuntu(linaro)12.04 in ARM

2024-05-05 13:58

本文主要是介绍Install OpenCV3.0 on Ubuntu(linaro)12.04 in ARM,希望对大家解决编程问题提供一定的参考价值,需要的开发者们随着小编来一起学习吧!

      今天尝试用英语写篇技术文档,介绍在ARM板上安装OpenCV3.0。在ARM板上安装软件与我们在Windows下安装

软件有很大的不同,究其原因还是ARM架构下的软件不多,许多软件所需要的依赖库无法在ARM板上使用,又或者是

在ARM 板上无法安装。做嵌入式开发其实就是经验的积累,一些bug只有你遇到过才知道怎么解决,否则只有

自己google查资料解决,这也决定了做嵌入式开发不是一件容易的事。这个时候我们需要有耐心,遇到问题不害怕,

迎难而上,解决问题。在解决问题的过程中积累经验,不断提高自己的能力。

    好了,废话少说,上正文!





How to install opencv3.0 on linaro(12.04) in I.MX6Q?



First,we need to install the necessary dependencies because some program just need some necessaries like they will die without them. So we need to enter the following command on the terminal:

sudo apt-get install build-essential checkinstall cmake pkg-config yasm libtiff4-dev libjpeg-dev libjasper-dev libavcodec-dev libavformat-dev libswscale-dev libdc1394-22-dev libxine-dev libgstreamer0.10-dev libgstreamer-plugins-base0.10-dev libv4l-dev  python-dev python-numpy libqt4-dev libgtk2.0-dev ffmpeg


At this point, you will get a message about a conflict with the mesa drivers. Fix it by removing libqt4-opengl-dev, which was automatically installed above (you don't need it)
sudo apt-get remove libqt4-opengl-dev


Then you should download the OpenCV  version that you are interested in before.


After you abtained the OpenCV source code.Note that you are better to make sure the downloading version is suitable for your OS(WinX or linux or MAC). Do the following steps.


$ cd ~

$ unzip opencv-3.0.0-beta.zip

$ cd opencv-3.0.0-beta

$ mkdir build

$ cmake -D CMAKE_BUILD_TYPE=RELEASE -D CMAKE_INSTALL_PREFIX=/usr/local-D INSTALL_C_EXAMPLES=ON -D INSTALL_PYTHON_EXAMPLES=ON -D WITH_V4L=ON..

$ ccmake .

If you have not installed ccmake,the terminal may suggest you install it.

After that,you are advised to be care to configure the makefile. You may change some variable values. Just turn on or turn off. In our case,we need to witch off the follows items by press [enter]

WITH_CUDA OFF

WITH_CUFFT OFF

WITH_OPENCLAMDBLAS OFF

WITH_OPENCLAMDFFT OFF

WITH_OPENGL OFF

WITH_OPENCL OFF


Finish the configuration and then type


[c]to config


it will then prompt the error on QT5 ... just press [e] to ignore, and then type

[g]to generate the makefile and it is ready to build


It is ready to build and install

$make

$sudo make install

It may take a while.In our case,it do take about 2 hours.So be patient!Patient is good,what do you see?

To get OpenCV work properly, we need to tell linaro:


$sudo /bin/bash -c 'echo "/usr/local/lib">/etc/ld.so.conf.d/opencv.conf'
$ sudo ldconfig

After all is done I recommend rebooting your system.Done!

Congratulations!You have succeeded in installing OpenCV3.0.


Finally,we advised you to make a test with some samples.And OpenCV just have gived us some.So careful it is! Then,do the following step:

$ cd opencv/opencv-3.0.0-beta/samples

$ sudo cmake .

$ sudo make

Now,you can run a sample.I think the drawing example is just so beautiful and inspiring.so I run it like this:

$ cd opencv/opencv-3.0.0-beta/samples/cpp

$ ./cpp-example-starters_video 0

If everything is Ok,you will see an amazing image. Good luck!


这篇关于Install OpenCV3.0 on Ubuntu(linaro)12.04 in ARM的文章就介绍到这儿,希望我们推荐的文章对编程师们有所帮助!



http://www.chinasem.cn/article/961895

相关文章

新特性抢先看! Ubuntu 25.04 Beta 发布:Linux 6.14 内核

《新特性抢先看!Ubuntu25.04Beta发布:Linux6.14内核》Canonical公司近日发布了Ubuntu25.04Beta版,这一版本被赋予了一个活泼的代号——“Plu... Canonical 昨日(3 月 27 日)放出了 Beta 版 Ubuntu 25.04 系统镜像,代号“Pluc

使用国内镜像源优化pip install下载的方法步骤

《使用国内镜像源优化pipinstall下载的方法步骤》在Python开发中,pip是一个不可或缺的工具,用于安装和管理Python包,然而,由于默认的PyPI服务器位于国外,国内用户在安装依赖时可... 目录引言1. 为什么需要国内镜像源?2. 常用的国内镜像源3. 临时使用国内镜像源4. 永久配置国内镜

Ubuntu中Nginx虚拟主机设置的项目实践

《Ubuntu中Nginx虚拟主机设置的项目实践》通过配置虚拟主机,可以在同一台服务器上运行多个独立的网站,本文主要介绍了Ubuntu中Nginx虚拟主机设置的项目实践,具有一定的参考价值,感兴趣的可... 目录简介安装 Nginx创建虚拟主机1. 创建网站目录2. 创建默认索引文件3. 配置 Nginx4

Ubuntu 22.04 服务器安装部署(nginx+postgresql)

《Ubuntu22.04服务器安装部署(nginx+postgresql)》Ubuntu22.04LTS是迄今为止最好的Ubuntu版本之一,很多linux的应用服务器都是选择的这个版本... 目录是什么让 Ubuntu 22.04 LTS 变得安全?更新了安全包linux 内核改进一、部署环境二、安装系统

pip install jupyterlab失败的原因问题及探索

《pipinstalljupyterlab失败的原因问题及探索》在学习Yolo模型时,尝试安装JupyterLab但遇到错误,错误提示缺少Rust和Cargo编译环境,因为pywinpty包需要它... 目录背景问题解决方案总结背景最近在学习Yolo模型,然后其中要下载jupyter(有点LSVmu像一个

Ubuntu固定虚拟机ip地址的方法教程

《Ubuntu固定虚拟机ip地址的方法教程》本文详细介绍了如何在Ubuntu虚拟机中固定IP地址,包括检查和编辑`/etc/apt/sources.list`文件、更新网络配置文件以及使用Networ... 1、由于虚拟机网络是桥接,所以ip地址会不停地变化,接下来我们就讲述ip如何固定 2、如果apt安

怎么关闭Ubuntu无人值守升级? Ubuntu禁止自动更新的技巧

《怎么关闭Ubuntu无人值守升级?Ubuntu禁止自动更新的技巧》UbuntuLinux系统禁止自动更新的时候,提示“无人值守升级在关机期间,请不要关闭计算机进程”,该怎么解决这个问题?详细请看... 本教程教你如何处理无人值守的升级,即 Ubuntu linux 的自动系统更新。来源:https://

Ubuntu系统怎么安装Warp? 新一代AI 终端神器安装使用方法

《Ubuntu系统怎么安装Warp?新一代AI终端神器安装使用方法》Warp是一款使用Rust开发的现代化AI终端工具,该怎么再Ubuntu系统中安装使用呢?下面我们就来看看详细教程... Warp Terminal 是一款使用 Rust 开发的现代化「AI 终端」工具。最初它只支持 MACOS,但在 20

在Ubuntu上部署SpringBoot应用的操作步骤

《在Ubuntu上部署SpringBoot应用的操作步骤》随着云计算和容器化技术的普及,Linux服务器已成为部署Web应用程序的主流平台之一,Java作为一种跨平台的编程语言,具有广泛的应用场景,本... 目录一、部署准备二、安装 Java 环境1. 安装 JDK2. 验证 Java 安装三、安装 mys

如何评价Ubuntu 24.04 LTS? Ubuntu 24.04 LTS新功能亮点和重要变化

《如何评价Ubuntu24.04LTS?Ubuntu24.04LTS新功能亮点和重要变化》Ubuntu24.04LTS即将发布,带来一系列提升用户体验的显著功能,本文深入探讨了该版本的亮... Ubuntu 24.04 LTS,代号 Noble NumBAT,正式发布下载!如果你在使用 Ubuntu 23.