Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

本项目为计算机视觉相关的自学项目; 主要的参考书为: 《计算机视觉:一种现代方法》David A. Forsyth 《数字图像处理》 Rafael C.Gonzalez 《OpenCV3编程入门》 毛星云

Notifications You must be signed in to change notification settings

chuckpu/ComputerVersion

Folders and files

NameName
Last commit message
Last commit date

Latest commit

History

22 Commits

Repository files navigation

ComputerVision

@author: Liu Weije @date: 2016年03月21日

##0. 说明:

本项目基于opencv3, python2.7, 确保已经安装好opencv3, 且配置好python的site-packages, pkg-config。

  1. c++:

    进入文件目录:

     # if you are in OS X, use clang++ instead of g++
     g++ $(pkg-config --cflags --libs opencv) main.cpp -o main
     ./main
    
  2. python:

    进入文件目录:

     python **.py
    

About

本项目为计算机视觉相关的自学项目; 主要的参考书为: 《计算机视觉:一种现代方法》David A. Forsyth 《数字图像处理》 Rafael C.Gonzalez 《OpenCV3编程入门》 毛星云

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 89.4%
  • C++ 8.7%
  • Shell 1.9%

AltStyle によって変換されたページ (->オリジナル) /