基本信息
源码名称:opencv2.0系列C++接口学习资料及其书中源代码
源码大小:10.13M
文件格式:.zip
开发语言:C/C++
更新时间:2023-10-10
   友情提示:(无需注册或充值,赞助后即可获取资源下载链接)

     嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):813200300

本次赞助数额为: 2 元 
   源码介绍
opencv2.0系列C 接口学习资料及其书中源代码
OpenCV2 Computer Vision Application Programmming Cookbook是一本学习opencv2.0系列的C 接口的好书,书中源代码一并打包了。

.
├── OpenCV 2 Computer Vision Application Programming Cookbook.pdf
├── opencv2.0系列C 接口学习资料及其书中源代码_opencv2.zip
└── 《opencv2计算机视觉编程手册(中文版)》随书源码
    └── opencv-2-cookbook-src-master
        ├── Chapter 01
        │   ├── README.txt
        │   ├── anotherQtGUI
        │   │   ├── Makefile
        │   │   ├── Makefile.Debug
        │   │   ├── Makefile.Release
        │   │   ├── anotherQtGUI.pro
        │   │   ├── main.cpp
        │   │   ├── mainwindow.cpp
        │   │   ├── mainwindow.h
        │   │   ├── mainwindow.ui
        │   │   └── ui_mainwindow.h
        │   ├── main1.cpp
        │   ├── main2.cpp
        │   ├── myQtConsoleProject.pro
        │   └── myQtGUIApp
        │       ├── Makefile
        │       ├── Makefile.Debug
        │       ├── Makefile.Release
        │       ├── main.cpp
        │       ├── mainwindow.cpp
        │       ├── mainwindow.h
        │       ├── mainwindow.ui
        │       ├── myQtGUIApp.pro
        │       └── ui_mainwindow.h
        ├── Chapter 02
        │   ├── README.txt
        │   ├── addImages.cpp
        │   ├── colorReduce.cpp
        │   ├── contrast.cpp
        │   └── saltImage.cpp
        ├── Chapter 03
        │   ├── README.txt
        │   ├── colorDetectController.cpp
        │   ├── colorDetectController.h
        │   ├── colorDetection.cpp
        │   ├── color_detector
        │   │   ├── Makefile
        │   │   ├── colorDetectController.cpp
        │   │   ├── colorDetectController.h
        │   │   ├── color_detector.pro
        │   │   ├── colordetector.cpp
        │   │   ├── colordetector.h
        │   │   ├── main.cpp
        │   │   ├── mainwindow.cpp
        │   │   ├── mainwindow.h
        │   │   ├── mainwindow.ui
        │   │   └── ui_mainwindow.h
        │   ├── colordetector.cpp
        │   ├── colordetector.h
        │   ├── colordetectorLab.cpp
        │   └── colordetectorLab.h
        ├── Chapter 04
        │   ├── README.txt
        │   ├── colorhistogram.h
        │   ├── finder.cpp
        │   ├── histogram.h
        │   ├── histograms.cpp
        │   ├── imageComparator.h
        │   ├── objectFinder.h
        │   ├── objectfinder.cpp
        │   └── retrieve.cpp
        ├── Chapter 05
        │   ├── README.txt
        │   ├── morpho2.cpp
        │   ├── morphoFeatures.h
        │   ├── morphology.cpp
        │   ├── segment.cpp
        │   └── watershedSegmentation.h
        ├── Chapter 06
        │   ├── README.txt
        │   ├── derivatives.cpp
        │   ├── filters.cpp
        │   └── laplacianZC.h
        ├── Chapter 07
        │   ├── README.txt
        │   ├── blobs.cpp
        │   ├── contours.cpp
        │   ├── edgedetector.h
        │   └── linefinder.h
        ├── Chapter 08
        │   ├── README.txt
        │   ├── harrisDetector.h
        │   ├── interestPoints.cpp
        │   └── tracking.cpp
        ├── Chapter 09
        │   ├── CameraCalibrator.cpp
        │   ├── CameraCalibrator.h
        │   ├── README.txt
        │   ├── calibrate.cpp
        │   ├── estimateF.cpp
        │   ├── estimateH.cpp
        │   ├── matcher.h
        │   └── robustmatching.cpp
        ├── Chapter 10
        │   ├── BGFGSegmentor.h
        │   ├── README.txt
        │   ├── featuretracker.h
        │   ├── foreground.cpp
        │   ├── tracking.cpp
        │   ├── videoprocessing.cpp
        │   └── videoprocessor.h
        ├── README.md
        └── images
            ├── baboon1.jpg
            ├── baboon2.jpg
            ├── baboon3.jpg
            ├── baboon4.jpg
            ├── beach.jpg
            ├── bear.jpg
            ├── bike.avi
            ├── binary.bmp
            ├── binaryGroup.bmp
            ├── boldt.jpg
            ├── building.jpg
            ├── canal1.jpg
            ├── canal2.jpg
            ├── chariot.jpg
            ├── chessboards
            │   ├── chessboard01.jpg
            │   ├── chessboard02.jpg
            │   ├── chessboard03.jpg
            │   ├── chessboard04.jpg
            │   ├── chessboard05.jpg
            │   ├── chessboard06.jpg
            │   ├── chessboard07.jpg
            │   ├── chessboard08.jpg
            │   ├── chessboard09.jpg
            │   ├── chessboard10.jpg
            │   ├── chessboard11.jpg
            │   ├── chessboard12.jpg
            │   ├── chessboard13.jpg
            │   ├── chessboard14.jpg
            │   ├── chessboard15.jpg
            │   ├── chessboard16.jpg
            │   ├── chessboard17.jpg
            │   ├── chessboard18.jpg
            │   ├── chessboard19.jpg
            │   ├── chessboard20.jpg
            │   ├── chessboard21.jpg
            │   ├── chessboard22.jpg
            │   ├── chessboard23.jpg
            │   ├── chessboard24.jpg
            │   ├── chessboard25.jpg
            │   ├── chessboard26.jpg
            │   ├── chessboard27.jpg
            │   ├── chessboard28.jpg
            │   ├── chessboard29.jpg
            │   ├── chessboard30.jpg
            │   ├── chessboard31.jpg
            │   ├── chessboard32.jpg
            │   ├── chessboard33.jpg
            │   ├── chessboard34.jpg
            │   ├── chessboard35.jpg
            │   ├── chessboard36.jpg
            │   ├── chessboard37.jpg
            │   ├── chessboard38.jpg
            │   ├── chessboard39.jpg
            │   ├── chessboard40.jpg
            │   ├── chessboard41.jpg
            │   ├── chessboard42.jpg
            │   └── chessboard43.jpg
            ├── church01.jpg
            ├── church02.jpg
            ├── church03.jpg
            ├── dog.jpg
            ├── fundy.jpg
            ├── group.jpg
            ├── lake.jpg
            ├── logo.bmp
            ├── marais.jpg
            ├── monument1.jpg
            ├── monument2.jpg
            ├── moose.jpg
            ├── parliament1.bmp
            ├── parliament2.bmp
            ├── parliament3.bmp
            ├── polar.jpg
            ├── puppy.bmp
            ├── rain.jpg
            ├── road.jpg
            ├── sagouine.jpg
            ├── tiger.jpg
            ├── tower.jpg
            └── waves.jpg

17 directories, 172 files