Skip to content

Aroaming/imagehandle

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

1.安装thrift
	请参考官网安装,
	如果是centos系统,可以使用 yum install thrift*

2.安装opencv3.3.0
	请参考官网安装
		http://docs.opencv.org/master/d7/d9f/tutorial_linux_install.html
	如果是centos系统,可以使用 yum install opencv*
		但是yum安装的opencv不一定是3.3.0, 如果不是,请参考上面链接安装
3.编译
	mkdir build
	cd build
		cmake ..
		#debug版本
		cmake -D CMAKE_BUILD_TYPE=debug  ..
		#release版本
		cmake -D CMAKE_BUILD_TYPE=release  ..
	make
4.启动服务
./start.sh

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 79.0%
  • CMake 16.1%
  • Thrift 3.9%
  • Shell 1.0%