OpenCASCADE的编译 The Installation and Compilation of OpenCASCADE eryar@163.com 一. 安装OpenCASCADE 可以从OpenCASCADE的官网上下载其安装包,可以选择最新的版本,下载网址为: http://www.opencascade.org/getocc/download/loadocc/ .如果只用其库来编程已经够了,安装好下载的安装包即可.若想对其进行调试,必须先把它编译成功.想编译通过,必须下载第三方库,因…
官网: http://caffe.berkeleyvision.org/installation.html#compilation 参考网站: http://www.cnblogs.com/dupuleng/articles/4213834.html http://www.cnblogs.com/empty16/p/4793404.html ------------------------------------------------------------------------------…
总所周知,树莓派上,调用摄像头的指令有raspistill和raspivid.若要使用opencv对摄像头进行调用,不少人会出现 cvCaptureFromCAM(0)函数无法找到Pi Cam的错误情况. 但是当树莓派外接USB摄像头时,该函数可以正常使用.但对于一体机器,想要把树莓派封装成一个小机器人.使用自带 摄像头,就需要花点功夫去自己编译生成可以用opencv调用自带摄像头的程序了.过程可能有些许复杂. step 1 : install csi webcam step 2 : insta…
1 装系统时候注意,另外14.04要好于12.04,自带了无线驱动 ubuntu14.04安装完不要update 2 安装cuda和cudnn http://blog.csdn.net/l297969586/article/details/53320706 我安装时候cuda8,cudnn选用V5,因为最新的和显卡有问题 3 sudo apt-get upgate出问题: 在安装更新,命令行sudo apt-get update 或者运行更新管理器的时候,出现W: GPG 错误:http://p…
1. 前言 因为新的实验室东西都是新的,所以在服务器上要自己重新配置CAFFE 这里假设所有依赖包学长们都安装好了,我是没有sudo权限的 服务器的配置: CUDA 8.0 Ubuntu 16.04 LTS Tesla K80 2. 安装Caffe 先从GITHUB上CLONE下CAFFE的安装包 git clone https://github.com/BVLC/caffe.git 复制编译配置文件: cp Makefile.configure.example Makefile.configu…
简介:如何在ubuntu 14.04 下安装caffe深度学习框架. 注:安装caffe时一定要保持网络状态好,不然会遇到很多麻烦.例如下载不了,各种报错. 一.安装依赖包 $ sudo apt-get install git$ sudo apt-get install libprotobuf-dev libleveldb-dev libsnappy-dev libopencv-dev libhdf5-serial-dev protobuf-compiler $ sudo apt-get ins…
编译环境 VMWare Workstation 12 Player ubuntu-15.10-desktop-amd64 cpu 4700mq,给vm分配了6个核心+4GB内存+80GB硬盘 编译步骤 主要参考了caffe官网 http://caffe.berkeleyvision.org/install_apt.html 1. 安装基本包 sudo apt-get install libprotobuf-dev libleveldb-dev libsnappy-dev libopencv-de…
参考来源于:http://www.cnblogs.com/goodluckcwl/p/5686094.html  (部分内容做了修改) Caffe是一个深度学习框架,本文讲阐述如何在linux下安装GPU加速的caffe. 系统配置是: OS:                Ubuntu14.04 CPU:              i5-4690 GPU:           GTX960 RAM:             8G 安装方法参见caffe的官方文档:http://caffe.be…
Caffe是一个深度学习框架,本文讲阐述如何在linux下安装GPU加速的caffe. 系统配置是: OS: Ubuntu14.04 CPU: i5-4690 GPU: GTX960 RAM: 8G 安装方法参见caffe的官方文档:http://caffe.berkeleyvision.org/installation.html#compilation 依赖项: CUDA:推荐7.0以上的cuda和最新的显卡驱动. BLAS:ATLAS, MKL, or OpenBLAS.C++矩阵运算库.…
Hello World of OpenCascade eryar@163.com 摘要Abstract:以一个经典的Hello World程序为例开始对开源几何造型内核OpenCascade的学习. 关键字Key Words:OpenCascade.Qt.Hello World 一.引言 Introduction OpenCascade编译成功后,看着大量的代码,无从下手.本文以Hello World程序为例,详细说明使用OpenCascade进行编程需要注意的事项,以便对OpenCascade…
Building third-party products of OpenCascade eryar@163.com Available distributives of third-party products OpenCascade中用到了几个第三方库,其中tcl/tk和freetype是必须的,gl2ps, freeimage, tbb是可选的,可以通过配置custom.bat来进行选择.并不是第三方库需要重新编译. 当OpenCascade编译时报了缺少第三方库的头文件时,这是因为第三方…
Introduction All .NET developers know that one of the best features of the CLR is JIT-compilation: Just-In-Time compilation. Its name describes how it works: right before calling your method (just in time), the CLR triggers the JIT-compiler to produc…
elinux.org/Raspberry_Pi_Kernel_Compilation#Use_the_provided_compiler Software & Distributions: Software - an overview. Distributions - operating systems and development environments for the Raspberry Pi. Kernel Compilation - advice on compiling a ker…
Hello World of OpenCascade   Hello World of OpenCascade eryar@163.com 摘要Abstract:以一个经典的Hello World程序为例开始对开源几何造型内核OpenCascade的学习. 关键字Key Words:OpenCascade.Qt.Hello World 一.引言 Introduction OpenCascade编译成功后,看着大量的代码,无从下手.本文以Hello World程序为例,详细说明使用OpenCasc…
Overview This page explains how to rebuild the kernel image for the RPi. There are two possible routes available: Compile on the Raspberry Pi itself Cross compile on another Linux system Both of these routes are covered below, however, you are strong…
ref:http://thoughts.z-dev.org/2013/05/07/haproxy-installation-and-configuration-on-centos-6-4-to-mitigate-abusive-clients/ Yesterday evening, a client of the company I work for was under what I would consider a small-scale DDoS attack. There were def…
Mainly the installstion methods follow the url: https://github.com/emolch/kiwi/wiki/Installation there are some notices need to be mentioned: 1: fftw3 download fftw3 here http://www.fftw.org/download.html and then install it using ./configure make ma…
Only about 8 months from release of Samba 3.0.0, there is beginning to be the transition from 2.2.x. Here again, I will explain the Notes on new features and migration of Samba 3.0 series. (Editorial office) The Samba Team as an Samba of developer, e…
OpenCASCADE AIS Manipulator eryar@163.com Abstract. OpenCASCADE7.1.0 introduces new built-in interactive object AIS_Manipulator providing interface for moving objects within 3D viewer. The class features three kinds of transformation modes for attach…
Convert BSpline Curve to Arc Spline in OpenCASCADE eryar@163.com Abstract. The paper based on OpenCASCADE algorithms to approximate the NURBS curve to arc spline. The method is most useful in numerical control to drive the cutter along straight line…
OpenCASCADE Shape Location eryar@163.com Abstract. The TopLoc package of OpenCASCADE gives resources to handle 3D local coordinate systems called Locations. A Location is a composition of elementary coordinate systems, each one is called a Datum. The…
OpenCASCADE BRep Projection eryar@163.com 一网友发邮件问我下图所示的效果如何在OpenCASCADE中实现,我的想法是先构造出螺旋线,再将螺旋线投影到面上. 为了验证我的想法,结合原来螺旋线的造型算法,来测试下这种效果的实现.依然采用Tcl脚本在Draw Test Harness中试验.个人觉得高效使用OpenCASCADE的方法应该也是先用Tcl脚本来验证一些想法后,再根据使用到的命令找到OpenCASCADE中DRAW的命令实现,最后再可以根据DRA…
OpenCASCADE Expression Interpreter by Flex & Bison eryar@163.com Abstract. OpenCASCADE provide data structure of any expression, relation or function used in mathematics. Flex and Bison are tools for building programs that handle structured input. Th…
Took me a while to suffer from the first successful souce code installation of mysql-5.6.34. Just put it here and share it with u. Env.OS:Red Hat Enterprise Linux Server release 5.5 (Tikanga)Mysql: mysql-5.6.341. Install Cmake [root@exadata1 cmake-3.…
idea下面报如下问题 error java compilation failed internal java compiler error 解决办法:Setting->Compiler->Java Compiler,发现有的module是1.7的是1.6的,重新删除再导入好了…
OpenCASCADE Data Exchange - 3D PDF eryar@163.com Abstract. Today most 3D engineering model data are save to 3D PDF files. Universal 3D(U3D) along side Product Representation Compact(PRC), U3D is the historical foundation used to embed 3D interactive…
OpenCASCADE Interpolations and Approximations eryar@163.com Abstract. In modeling, it is often required to approximate or interpolate points to curves and surfaces. In interpolation, the process is complete when the curve or surface passes through al…
OpenCASCADE Ring Type Spring Modeling eryar@163.com Abstract. The general method to directly create an edge is to give a 3D curve as the support(geometric domain) of the edge. The curve maybe defined as a 2D curve in the parametric space of a surface…
Create an offline installation of Visual Studio 2017 RC ‎2016‎年‎12‎月‎7‎日                                                                                                  In this article Create a layout Install from a layout Update an installation lay…
JSmooth 0.9.9-7 在将 jar 文件打包成 exe 文件时报错:jsmooth compilation failed error null 原因,没有指定 logo 图片文件. http://kechengpuzi.com/q/s14902409 连接中说:还有可能是 logo 文件图片问题: This is a common issue users come across. JSmooth seems very limited in the size and bitdepth o…