opencv-2-cookbook-src
《OpenCV 2 计算机视觉编程手册》 配套代码,支持 OpenCV 3.x / 4.x
File Explorer
Download Latest Version (.zip)- settings.json
- anotherQtGUI.pro
- main.cpp
- mainwindow.cpp
- mainwindow.h
- mainwindow.ui
- Makefile
- Makefile.Debug
- Makefile.Release
- ui_mainwindow.h
- main.cpp
- mainwindow.cpp
- mainwindow.h
- mainwindow.ui
- Makefile
- Makefile.Debug
- Makefile.Release
- myQtGUIApp.pro
- ui_mainwindow.h
- main1.cpp
- main2.cpp
- myQtConsoleProject.pro
- README.txt
- addImages.cpp
- colorReduce.cpp
- contrast.cpp
- README.txt
- saltImage.cpp
- color_detector.pro
- colorDetectController.cpp
- colorDetectController.h
- colordetector.cpp
- colordetector.h
- main.cpp
- mainwindow.cpp
- mainwindow.h
- mainwindow.ui
- Makefile
- ui_mainwindow.h
- colorDetectController.cpp
- colorDetectController.h
- colorDetection.cpp
- colordetector.cpp
- colordetector.h
- colordetectorLab.cpp
- colordetectorLab.h
- README.txt
- colorhistogram.h
- finder.cpp
- histogram.h
- histograms.cpp
- imageComparator.h
- objectfinder.cpp
- objectFinder.h
- README.txt
- retrieve.cpp
- morpho2.cpp
- morphoFeatures.h
- morphology.cpp
- README.txt
- segment.cpp
- watershedSegmentation.h
- derivatives.cpp
- filters.cpp
- laplacianZC.h
- README.txt
- blobs.cpp
- contours.cpp
- edgedetector.h
- linefinder.h
- README.txt
- harrisDetector.h
- interestPoints.cpp
- README.txt
- tracking.cpp
- calibrate.cpp
- CameraCalibrator.cpp
- CameraCalibrator.h
- estimateF.cpp
- estimateH.cpp
- matcher.h
- README.txt
- robustmatching.cpp
- BGFGSegmentor.h
- featuretracker.h
- foreground.cpp
- README.txt
- tracking.cpp
- videoprocessing.cpp
- videoprocessor.h
- 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
- 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
- church01.jpg
- church02.jpg
- church03.jpg
- dog.jpg
- fundy.jpg
- group.jpg
- image.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
- salted.bmp
- square.png
- tiger.jpg
- tower.jpg
- waves.jpg
- premake5
- premake5
- premake5.exe
- .gitignore
- gen-solutions.bat
- premake5.lua
- README.md
# Installation Guide
1. Get the code
git clone https://github.com/vinjn/opencv-2-cookbook-src
Downloads the entire project code from GitHub to your computer.
cd opencv-2-cookbook-src
Moves into the project folder you just downloaded.
2. Make
Medium RecommendedPrerequisites
- Git Needed to download the project code from GitHub.
- Make Usually pre-installed on Linux/macOS. On Windows, install separately (e.g. via MSYS2 or WSL).
⚠️ This is a large repository, so this method may point to an internal sub-package rather than the actual core product. Check the full README as well.
cd Chapter 01/anotherQtGUI
This project's files live in a subfolder, so move into it first.
make
Compiles the code based on the generated build configuration to produce an executable.
If it finishes without errors, it worked. Try running the generated executable directly.
// repository documentation
Was this content helpful?
(0 ratings)
