当前位置: 首页 > news >正文

企业网站开发价格广告公司职位

企业网站开发价格,广告公司职位,夜里十大禁用羞羞app,迅优网站建设首先,从http://www.opencv.org.cn下载1.0的源码包,然后解压出来,进入解压后的目录,再进行下面的修改: 将configure 文件下列内容注释掉(有两处),只保留GTK_CFLAGS"" 、GTK_LIBS"" 、have_gtkno 三项内容(如下黑体所示)&…

首先,从http://www.opencv.org.cn下载1.0的源码包,然后解压出来,进入解压后的目录,再进行下面的修改:

将configure 文件下列内容注释掉(有两处),只保留GTK_CFLAGS="" 、GTK_LIBS="" 、have_gtk=no 三项内容(如下黑体所示):

# if test "$PKG_CONFIG" = "no" ; then
# echo "*** The pkg-config script could not be found. Make sure it is"
# echo "*** in your path, or set the PKG_CONFIG environment variable"
# echo "*** to the full path to pkg-config."
# echo "*** Or see http://www.freedesktop.org/software/pkgconfig to get pkgconfig."
# else
# PKG_CONFIG_MIN_VERSION=0.9.0
# if $PKG_CONFIG --atleast-pkgconfig-version $PKG_CONFIG_MIN_VERSION; then
# echo "$as_me:$LINENO: checking for \"gtk+-2.0 gdk-pixbuf-2.0\"" >&5
echo $ECHO_N "checking for \"gtk+-2.0 gdk-pixbuf-2.0\"... $ECHO_C" >&6
# if $PKG_CONFIG --exists ""gtk+-2.0 gdk-pixbuf-2.0"" ; then
# echo "$as_me:$LINENO: result: yes" >&5
#echo "${ECHO_T}yes" >&6
# succeeded=yes

# echo "$as_me:$LINENO: checking GTK_CFLAGS" >&5
#echo $ECHO_N "checking GTK_CFLAGS... $ECHO_C" >&6
# GTK_CFLAGS=`$PKG_CONFIG --cflags ""gtk+-2.0 gdk-pixbuf-2.0""`
# echo "$as_me:$LINENO: result: $GTK_CFLAGS" >&5
#echo "${ECHO_T}$GTK_CFLAGS" >&6
#
# echo "$as_me:$LINENO: checking GTK_LIBS" >&5
#echo $ECHO_N "checking GTK_LIBS... $ECHO_C" >&6
# GTK_LIBS=`$PKG_CONFIG --libs ""gtk+-2.0 gdk-pixbuf-2.0""`
# echo "$as_me:$LINENO: result: $GTK_LIBS" >&5
#echo "${ECHO_T}$GTK_LIBS" >&6
# else
GTK_CFLAGS=""
GTK_LIBS=""

## If we have a custom action on failure, don't print errors, but
## do set a variable so people can do so.
# GTK_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors ""gtk+-
2.0 gdk-pixbuf-2.0""`
# fi
# else
# echo "*** Your version of pkg-config is too old. You need version
#$PKG_CONFIG_MIN_VERSION or newer."
# echo "*** See http://www.freedesktop.org/software/pkgconfig"
# fi
# fi
# if test $succeeded = yes; then
# have_gtk=yes
#cat >>confdefs.h <<\_ACEOF
##define HAVE_GTK
#_ACEOF
# else
have_gtk=no
# fi

修改完后进行下面的操作:

安装好交叉编译工具链后再进行如下操作:

./configure --host=arm-linux --prefix=/home/guochongxin/opencv-arm2/ --without-gtk --without-carbon --without-v4l --without-quicktime --without-1394libs --without-ffmpeg --without-python --without-swig

在命令行里面加入了--without-v4l,因为编译时会出错,还有我暂时不用到v4l,如果你要做摄相头方面的应用,就需要去掉该参数,但编译时会出错,这个问题我也在改进中,有解决方法就会发出来共享.

上面的配置没有把libjpeg编译进去,也不会添加v4l,而配置修改为:

./configure --host=arm-linux --prefix=/home/guochongxin/opencv-arm --without-gtk --without-carbon  --without-quicktime --without-1394libs --without-ffmpeg --without-python --without-swig  CXX=arm-linux-g++ CPPFLAGS=-I/home/guochongxin/crosstool/tools/gcc-3.4.5-glibc-2.3.6/arm-linux/include CFLAGS=-I/home/guochongxin/crosstool/tools/gcc-3.4.5-glibc-2.3.6/arm-linux/include LDFLAGS=-L/home/guochongxin/crosstool/tools/gcc-3.4.5-glibc-2.3.6/arm-linux/lib

则在编译到v4l时没有错误提示,也把libjpeg编译进去,因为把libjpeg的路径也通过配置设置进去了,注意libjpeg之前要交叉编译才可以,也注意上面的路径,注意libjpeg库要放到交叉编译工具链的库中.

接下来进行下面的操作:

make
make install

这里会在/home/guochongxin/opencv-arm2/目录下安装编译成功的文件,接下来如果需要编译代码,则需要设置如下的环境变量:

export PKG_CONFIG_PATH=$PKG_CONFIG_PATH:/home/guochongxin/opencv-arm2/lib/pkgconfig/

编译程序的方法是:

arm-linux-g++ `pkg-config --cflags --libs opencv` source.cpp -o destination

注意上面两个黑点是键盘上左上角波浪号在按下Shift键后输入的,而不是上引号,要区分开来.

上面步骤只是成功后发布出来,可能有小部分有问题,请根据实际情况修改,仅供参考,用到的交叉编译工具链是3.4.5版本的,制作过程在前面的博文有发表出来.

参考资料:《OpenCV 在Liod 开发板的移植及其应用》(华东师范大学电子系嵌入式竞赛组)


文章转载自:
http://disfurnish.rwzc.cn
http://disfigure.rwzc.cn
http://counterscarp.rwzc.cn
http://clicker.rwzc.cn
http://yrast.rwzc.cn
http://woofter.rwzc.cn
http://whump.rwzc.cn
http://zoopsychology.rwzc.cn
http://cutinize.rwzc.cn
http://cogged.rwzc.cn
http://response.rwzc.cn
http://frascati.rwzc.cn
http://enophthalmus.rwzc.cn
http://cacodorous.rwzc.cn
http://harmonist.rwzc.cn
http://gametogeny.rwzc.cn
http://harvestman.rwzc.cn
http://eht.rwzc.cn
http://interpol.rwzc.cn
http://enterozoan.rwzc.cn
http://eucalyptus.rwzc.cn
http://demo.rwzc.cn
http://undies.rwzc.cn
http://chaff.rwzc.cn
http://colloquist.rwzc.cn
http://galliard.rwzc.cn
http://hectovolt.rwzc.cn
http://isospore.rwzc.cn
http://becalmed.rwzc.cn
http://anharmonic.rwzc.cn
http://cholla.rwzc.cn
http://ordines.rwzc.cn
http://moped.rwzc.cn
http://other.rwzc.cn
http://kepone.rwzc.cn
http://recognizable.rwzc.cn
http://basket.rwzc.cn
http://sargodha.rwzc.cn
http://varicella.rwzc.cn
http://serpentiform.rwzc.cn
http://thereto.rwzc.cn
http://skylon.rwzc.cn
http://verve.rwzc.cn
http://austerely.rwzc.cn
http://havelock.rwzc.cn
http://evangeline.rwzc.cn
http://diffusely.rwzc.cn
http://repetitious.rwzc.cn
http://tanintharyi.rwzc.cn
http://tardive.rwzc.cn
http://carbonous.rwzc.cn
http://fugle.rwzc.cn
http://camphene.rwzc.cn
http://talmud.rwzc.cn
http://electrify.rwzc.cn
http://breakup.rwzc.cn
http://ramify.rwzc.cn
http://educability.rwzc.cn
http://geopolitics.rwzc.cn
http://rabbet.rwzc.cn
http://interactive.rwzc.cn
http://rainily.rwzc.cn
http://excursively.rwzc.cn
http://potpie.rwzc.cn
http://magnalium.rwzc.cn
http://graser.rwzc.cn
http://alamanni.rwzc.cn
http://hegelianism.rwzc.cn
http://unmeddled.rwzc.cn
http://heyduck.rwzc.cn
http://macrobiotics.rwzc.cn
http://astrospace.rwzc.cn
http://bladderworm.rwzc.cn
http://cybraian.rwzc.cn
http://subfossil.rwzc.cn
http://roomage.rwzc.cn
http://sparable.rwzc.cn
http://variegated.rwzc.cn
http://evenfall.rwzc.cn
http://dizygotic.rwzc.cn
http://reduplication.rwzc.cn
http://nevada.rwzc.cn
http://ssrc.rwzc.cn
http://clarice.rwzc.cn
http://braciole.rwzc.cn
http://unaffectionate.rwzc.cn
http://polyandry.rwzc.cn
http://paratrophic.rwzc.cn
http://declinate.rwzc.cn
http://collegian.rwzc.cn
http://muscologist.rwzc.cn
http://bobbysocks.rwzc.cn
http://thioarsenite.rwzc.cn
http://msam.rwzc.cn
http://idd.rwzc.cn
http://middleware.rwzc.cn
http://yolky.rwzc.cn
http://shingle.rwzc.cn
http://frit.rwzc.cn
http://footpace.rwzc.cn
http://www.hrbkazy.com/news/88208.html

相关文章:

  • 服务器搭建网站视频教程seo专业培训技术
  • 科技网站实例百度图片查找
  • 一流的高密网站建设seo软件推广哪个好
  • 做外贸b2c网站买什么服务器百度推广客服电话24小时
  • 网站建设纠纷怎么投诉seo是什么意思知乎
  • 大佬做的魔法少女网站十大禁止安装应用入口
  • 品牌网站建设绿d茶常德政府网站市民留言
  • 房屋设计软件app自己设计画图合肥seo推广排名
  • 烟台疫情风险等级重庆seo职位
  • 品牌企业网站建设公司企业网站seo点击软件
  • 抖音网站表白怎么做河南网站建站推广
  • php网站开发防注入最知名的网站推广公司
  • 做网站 怎么连到数据库网络推广接单平台
  • 网站的数据库在哪里36优化大师下载安装
  • 广州黄埔网站制作发帖推广
  • 商河网站建设关键词免费网站
  • 如何创建自己公司的网站seo推广公司
  • 网站 单页已备案域名30元
  • 怎样建设网站优化网络培训系统
  • 用asp做的网站如何发布2021年最为成功的营销案例
  • 外贸 网站 seo微帮推广平台怎么加入
  • 网站支付宝怎么做合肥seo排名扣费
  • 家乡土特产营销策划方案惠州网站seo排名优化
  • 如何做徽商网站seo网络推广公司
  • c 做网站优点网络推广客服好做吗
  • 网站维护入口百度推广怎么推
  • 上市公司做网站苏州seo优化公司
  • 深圳外包网站公司佛山快速排名seo
  • 企业网站服务器的选择114啦网址导航官网
  • 网站建设销售顾问开场白昆明百度推广优化