实例介绍
mexopencv利用matlab调用opencv 实现
【实例截图】
【核心代码】
4744300845379303862.zip
└── mexopencv-master
├── +cv
│ ├── adaptiveThreshold.m
│ ├── ANN_MLP.m
│ ├── approxPolyDP.m
│ ├── arcLength.m
│ ├── BackgroundSubtractorMOG2.m
│ ├── BackgroundSubtractorMOG.m
│ ├── bilateralFilter.m
│ ├── blur.m
│ ├── Boost.m
│ ├── boundingRect.m
│ ├── BOWImgDescriptorExtractor.m
│ ├── BOWKMeansTrainer.m
│ ├── buildPyramid.m
│ ├── calcBackProject.m
│ ├── calcGlobalOrientation.m
│ ├── calcHist.m
│ ├── calcMotionGradient.m
│ ├── calcOpticalFlowFarneback.m
│ ├── calcOpticalFlowPyrLK.m
│ ├── calibrateCamera.m
│ ├── calibrationMatrixValues.m
│ ├── CamShift.m
│ ├── Canny.m
│ ├── CascadeClassifier.m
│ ├── circle.m
│ ├── clipLine.m
│ ├── compareHist.m
│ ├── composeRT.m
│ ├── computeCorrespondEpilines.m
│ ├── contourArea.m
│ ├── convertMaps.m
│ ├── convertPointsFromHomogeneous.m
│ ├── convertPointsToHomogeneous.m
│ ├── convexHull.m
│ ├── cornerEigenValsAndVecs.m
│ ├── cornerHarris.m
│ ├── cornerMinEigenVal.m
│ ├── cornerSubPix.m
│ ├── cvtColor.m
│ ├── decomposeProjectionMatrix.m
│ ├── DescriptorExtractor.m
│ ├── DescriptorMatcher.m
│ ├── dilate.m
│ ├── distanceTransform.m
│ ├── drawChessboardCorners.m
│ ├── drawContours.m
│ ├── drawKeypoints.m
│ ├── drawMatches.m
│ ├── DTree.m
│ ├── ellipse2Poly.m
│ ├── ellipse.m
│ ├── EMD.m
│ ├── EM.m
│ ├── equalizeHist.m
│ ├── erode.m
│ ├── ERTrees.m
│ ├── estimateAffine3D.m
│ ├── estimateRigidTransform.m
│ ├── FAST.m
│ ├── FeatureDetector.m
│ ├── FileStorage.m
│ ├── fillConvexPoly.m
│ ├── fillPoly.m
│ ├── filter2D.m
│ ├── filterSpeckles.m
│ ├── findChessboardCorners.m
│ ├── findCirclesGrid.m
│ ├── findContours.m
│ ├── findFundamentalMat.m
│ ├── findHomography.m
│ ├── fitEllipse.m
│ ├── fitLine.m
│ ├── floodFill.m
│ ├── GaussianBlur.m
│ ├── GBTrees.m
│ ├── getAffineTransform.m
│ ├── getBuildInformation.m
│ ├── getDerivKernels.m
│ ├── getGaussianKernel.m
│ ├── getOptimalNewCameraMatrix.m
│ ├── getPerspectiveTransform.m
│ ├── getRectSubPix.m
│ ├── getRotationMatrix2D.m
│ ├── getStructuringElement.m
│ ├── getTextSize.m
│ ├── goodFeaturesToTrack.m
│ ├── grabCut.m
│ ├── groupRectangles.m
│ ├── HOGDescriptor.m
│ ├── HoughCircles.m
│ ├── HoughLines.m
│ ├── HoughLinesP.m
│ ├── HuMoments.m
│ ├── imdecode.m
│ ├── imencode.m
│ ├── imread.m
│ ├── imwrite.m
│ ├── initCameraMatrix2D.m
│ ├── initUndistortRectifyMap.m
│ ├── inpaint.m
│ ├── integral.m
│ ├── invertAffineTransform.m
│ ├── invert.m
│ ├── isContourConvex.m
│ ├── KalmanFilter.m
│ ├── kmeans.m
│ ├── KNearest.m
│ ├── Laplacian.m
│ ├── LatentSvmDetector.m
│ ├── line.m
│ ├── matchShapes.m
│ ├── matchTemplate.m
│ ├── matMulDeriv.m
│ ├── meanShift.m
│ ├── medianBlur.m
│ ├── minAreaRect.m
│ ├── minEnclosingCircle.m
│ ├── moments.m
│ ├── morphologyEx.m
│ ├── MSER.m
│ ├── NormalBayesClassifier.m
│ ├── ORB.m
│ ├── PCA.m
│ ├── perspectiveTransform.m
│ ├── pointPolygonTest.m
│ ├── polylines.m
│ ├── preCornerDetect.m
│ ├── private
│ ├── projectPoints.m
│ ├── putText.m
│ ├── pyrMeanShiftFiltering.m
│ ├── rectangle.m
│ ├── remap.m
│ ├── reprojectImageTo3D.m
│ ├── resize.m
│ ├── Rodrigues.m
│ ├── RQDecomp3x3.m
│ ├── RTrees.m
│ ├── Scharr.m
│ ├── segmentMotion.m
│ ├── sepFilter2D.m
│ ├── SIFT.m
│ ├── Sobel.m
│ ├── solvePnP.m
│ ├── solvePnPRansac.m
│ ├── StarDetector.m
│ ├── StereoBM.m
│ ├── stereoCalibrate.m
│ ├── stereoRectify.m
│ ├── stereoRectifyUncalibrated.m
│ ├── StereoSGBM.m
│ ├── SURF.m
│ ├── SVD.m
│ ├── SVM.m
│ ├── threshold.m
│ ├── transform.m
│ ├── undistort.m
│ ├── undistortPoints.m
│ ├── updateMotionHistory.m
│ ├── VideoCapture.m
│ ├── VideoWriter.m
│ ├── warpAffine.m
│ ├── warpPerspective.m
│ └── watershed.m
├── doc
│ └── MainPage.dox
├── Doxyfile
├── include
│ ├── mexopencv.hpp
│ └── MxArray.hpp
├── lib
├── LICENSE
├── Makefile
├── +mexopencv
│ ├── make.m
│ └── root.m
├── README.markdown
├── samples
│ ├── BackgroundSubtractorDemo.m
│ ├── calibration_demo.m
│ ├── classification_demo.m
│ ├── facedetect.m
│ ├── SURF_descriptor.m
│ └── SURF_detector.m
├── src
│ ├── +cv
│ │ ├── adaptiveThreshold.cpp
│ │ ├── approxPolyDP.cpp
│ │ ├── arcLength.cpp
│ │ ├── bilateralFilter.cpp
│ │ ├── blur.cpp
│ │ ├── boundingRect.cpp
│ │ ├── buildPyramid.cpp
│ │ ├── calcBackProject.cpp
│ │ ├── calcGlobalOrientation.cpp
│ │ ├── calcHist.cpp
│ │ ├── calcMotionGradient.cpp
│ │ ├── calcOpticalFlowFarneback.cpp
│ │ ├── calcOpticalFlowPyrLK.cpp
│ │ ├── calibrateCamera.cpp
│ │ ├── calibrationMatrixValues.cpp
│ │ ├── CamShift.cpp
│ │ ├── Canny.cpp
│ │ ├── circle.cpp
│ │ ├── clipLine.cpp
│ │ ├── compareHist.cpp
│ │ ├── composeRT.cpp
│ │ ├── computeCorrespondEpilines.cpp
│ │ ├── contourArea.cpp
│ │ ├── convertMaps.cpp
│ │ ├── convertPointsFromHomogeneous.cpp
│ │ ├── convertPointsToHomogeneous.cpp
│ │ ├── convexHull.cpp
│ │ ├── cornerEigenValsAndVecs.cpp
│ │ ├── cornerHarris.cpp
│ │ ├── cornerMinEigenVal.cpp
│ │ ├── cornerSubPix.cpp
│ │ ├── cvtColor.cpp
│ │ ├── decomposeProjectionMatrix.cpp
│ │ ├── dilate.cpp
│ │ ├── distanceTransform.cpp
│ │ ├── drawChessboardCorners.cpp
│ │ ├── drawContours.cpp
│ │ ├── drawKeypoints.cpp
│ │ ├── drawMatches.cpp
│ │ ├── ellipse2Poly.cpp
│ │ ├── ellipse.cpp
│ │ ├── EMD.cpp
│ │ ├── equalizeHist.cpp
│ │ ├── erode.cpp
│ │ ├── estimateAffine3D.cpp
│ │ ├── estimateRigidTransform.cpp
│ │ ├── FAST.cpp
│ │ ├── FileStorage.cpp
│ │ ├── fillConvexPoly.cpp
│ │ ├── fillPoly.cpp
│ │ ├── filter2D.cpp
│ │ ├── filterSpeckles.cpp
│ │ ├── findChessboardCorners.cpp
│ │ ├── findCirclesGrid.cpp
│ │ ├── findContours.cpp
│ │ ├── findFundamentalMat.cpp
│ │ ├── findHomography.cpp
│ │ ├── fitEllipse.cpp
│ │ ├── fitLine.cpp
│ │ ├── floodFill.cpp
│ │ ├── GaussianBlur.cpp
│ │ ├── getAffineTransform.cpp
│ │ ├── getBuildInformation.cpp
│ │ ├── getDerivKernels.cpp
│ │ ├── getGaussianKernel.cpp
│ │ ├── getOptimalNewCameraMatrix.cpp
│ │ ├── getPerspectiveTransform.cpp
│ │ ├── getRectSubPix.cpp
│ │ ├── getRotationMatrix2D.cpp
│ │ ├── getStructuringElement.cpp
│ │ ├── getTextSize.cpp
│ │ ├── goodFeaturesToTrack.cpp
│ │ ├── grabCut.cpp
│ │ ├── groupRectangles.cpp
│ │ ├── HoughCircles.cpp
│ │ ├── HoughLines.cpp
│ │ ├── HoughLinesP.cpp
│ │ ├── HuMoments.cpp
│ │ ├── imdecode.cpp
│ │ ├── imencode.cpp
│ │ ├── imread.cpp
│ │ ├── imwrite.cpp
│ │ ├── initCameraMatrix2D.cpp
│ │ ├── initUndistortRectifyMap.cpp
│ │ ├── inpaint.cpp
│ │ ├── integral.cpp
│ │ ├── invertAffineTransform.cpp
│ │ ├── invert.cpp
│ │ ├── isContourConvex.cpp
│ │ ├── kmeans.cpp
│ │ ├── Laplacian.cpp
│ │ ├── line.cpp
│ │ ├── matchShapes.cpp
│ │ ├── matchTemplate.cpp
│ │ ├── matMulDeriv.cpp
│ │ ├── meanShift.cpp
│ │ ├── medianBlur.cpp
│ │ ├── minAreaRect.cpp
│ │ ├── minEnclosingCircle.cpp
│ │ ├── moments.cpp
│ │ ├── morphologyEx.cpp
│ │ ├── MSER.cpp
│ │ ├── ORB.cpp
│ │ ├── perspectiveTransform.cpp
│ │ ├── pointPolygonTest.cpp
│ │ ├── polylines.cpp
│ │ ├── preCornerDetect.cpp
│ │ ├── private
│ │ │ ├── ANN_MLP_.cpp
│ │ │ ├── BackgroundSubtractorMOG2_.cpp
│ │ │ ├── BackgroundSubtractorMOG_.cpp
│ │ │ ├── Boost_.cpp
│ │ │ ├── BOWImgDescriptorExtractor_.cpp
│ │ │ ├── BOWKMeansTrainer_.cpp
│ │ │ ├── CascadeClassifier_.cpp
│ │ │ ├── DescriptorExtractor_.cpp
│ │ │ ├── DescriptorMatcher_.cpp
│ │ │ ├── DTree_.cpp
│ │ │ ├── EM_.cpp
│ │ │ ├── ERTrees_.cpp
│ │ │ ├── FeatureDetector_.cpp
│ │ │ ├── GBTrees_.cpp
│ │ │ ├── HOGDescriptor_.cpp
│ │ │ ├── KalmanFilter_.cpp
│ │ │ ├── KNearest_.cpp
│ │ │ ├── LatentSvmDetector_.cpp
│ │ │ ├── NormalBayesClassifier_.cpp
│ │ │ ├── PCA_.cpp
│ │ │ ├── RTrees_.cpp
│ │ │ ├── StereoBM_.cpp
│ │ │ ├── StereoSGBM_.cpp
│ │ │ ├── SVD_backSubst_.cpp
│ │ │ ├── SVD_compute_.cpp
│ │ │ ├── SVD_solveZ_.cpp
│ │ │ ├── SVM_.cpp
│ │ │ ├── VideoCapture_.cpp
│ │ │ └── VideoWriter_.cpp
│ │ ├── projectPoints.cpp
│ │ ├── putText.cpp
│ │ ├── pyrMeanShiftFiltering.cpp
│ │ ├── rectangle.cpp
│ │ ├── remap.cpp
│ │ ├── reprojectImageTo3D.cpp
│ │ ├── resize.cpp
│ │ ├── Rodrigues.cpp
│ │ ├── RQDecomp3x3.cpp
│ │ ├── Scharr.cpp
│ │ ├── segmentMotion.cpp
│ │ ├── sepFilter2D.cpp
│ │ ├── SIFT.cpp
│ │ ├── Sobel.cpp
│ │ ├── solvePnP.cpp
│ │ ├── solvePnPRansac.cpp
│ │ ├── StarDetector.cpp
│ │ ├── stereoCalibrate.cpp
│ │ ├── stereoRectify.cpp
│ │ ├── stereoRectifyUncalibrated.cpp
│ │ ├── SURF.cpp
│ │ ├── threshold.cpp
│ │ ├── transform.cpp
│ │ ├── undistort.cpp
│ │ ├── undistortPoints.cpp
│ │ ├── updateMotionHistory.cpp
│ │ ├── warpAffine.cpp
│ │ ├── warpPerspective.cpp
│ │ └── watershed.cpp
│ └── MxArray.cpp
├── test
│ ├── cat.jpg
│ ├── cat.xml
│ ├── haarcascade_frontalface_alt2.xml
│ ├── img001.jpg
│ ├── left01.jpg
│ ├── left02.jpg
│ ├── left03.jpg
│ ├── left04.jpg
│ ├── left05.jpg
│ ├── left06.jpg
│ ├── left07.jpg
│ ├── left08.jpg
│ ├── left09.jpg
│ ├── left11.jpg
│ ├── left12.jpg
│ ├── left13.jpg
│ ├── left14.jpg
│ ├── right01.jpg
│ ├── right02.jpg
│ ├── right03.jpg
│ ├── right04.jpg
│ ├── right05.jpg
│ ├── right06.jpg
│ ├── right07.jpg
│ ├── right08.jpg
│ ├── right09.jpg
│ ├── right11.jpg
│ ├── right12.jpg
│ ├── right13.jpg
│ ├── right14.jpg
│ ├── UnitTest.m
│ └── unit_tests
│ ├── TestAdaptiveThreshold.m
│ ├── TestANN_MLP.m
│ ├── TestApproxPolyDP.m
│ ├── TestArcLength.m
│ ├── TestBackgroundSubtractorMOG2.m
│ ├── TestBackgroundSubtractorMOG.m
│ ├── TestBilateralFilter.m
│ ├── TestBlur.m
│ ├── TestBoost.m
│ ├── TestBoundingRect.m
│ ├── TestBOWImgDescriptorExtractor.m
│ ├── TestBOWKMeansTrainer.m
│ ├── TestBuildPyramid.m
│ ├── TestCalcBackProject.m
│ ├── TestCalcHist.m
│ ├── TestCalcOpticalFlowFarneback.m
│ ├── TestCalcOpticalFlowPyrLK.m
│ ├── TestCalibrateCamera.m
│ ├── TestCalibrationMatrixValues.m
│ ├── TestCanny.m
│ ├── TestCascadeClassifier.m
│ ├── TestCircle.m
│ ├── TestClipLine.m
│ ├── TestCompareHist.m
│ ├── TestComposeRT.m
│ ├── TestComputeCorrespondEpilines.m
│ ├── TestContourArea.m
│ ├── TestConvertPointsFromHomogeneous.m
│ ├── TestConvertPointsToHomogeneous.m
│ ├── TestConvexHull.m
│ ├── TestCornerEigenValsAndVecs.m
│ ├── TestCornerHarris.m
│ ├── TestCornerMinEigenVal.m
│ ├── TestCornerSubPix.m
│ ├── TestCvtColor.m
│ ├── TestDecomposeProjectionMatrix.m
│ ├── TestDescriptorMatcher.m
│ ├── TestDilate.m
│ ├── TestDistanceTransform.m
│ ├── TestDrawChessboardCorners.m
│ ├── TestDrawContours.m
│ ├── TestDTree.m
│ ├── TestEllipse2Poly.m
│ ├── TestEllipse.m
│ ├── TestEMD.m
│ ├── TestEqualizeHist.m
│ ├── TestErode.m
│ ├── TestERTrees.m
│ ├── TestEstimateAffine3D.m
│ ├── TestEstimateRigidTransform.m
│ ├── TestFAST.m
│ ├── TestFileStorage.m
│ ├── TestFillConvexPoly.m
│ ├── TestFillPoly.m
│ ├── TestFilter2D.m
│ ├── TestFilterSpeckles.m
│ ├── TestFindChessboardCorners.m
│ ├── TestFindCirclesGrid.m
│ ├── TestFindContours.m
│ ├── TestFindFundamentalMat.m
│ ├── TestFindHomography.m
│ ├── TestFitEllipse.m
│ ├── TestFitLine.m
│ ├── TestFloodFill.m
│ ├── TestGaussianBlur.m
│ ├── TestGBTrees.m
│ ├── TestGetAffineTransform.m
│ ├── TestGetBuildInformation.m
│ ├── TestGetDerivKernels.m
│ ├── TestGetGaussianKernel.m
│ ├── TestGetOptimalNewCameraMatrix.m
│ ├── TestGetPerspectiveTransform.m
│ ├── TestGetRectSubPix.m
│ ├── TestGetRotationMatrix2D.m
│ ├── TestGetStructuringElement.m
│ ├── TestGetTextSize.m
│ ├── TestGoodFeaturesToTrack.m
│ ├── TestGrabCut.m
│ ├── TestGroupRectangles.m
│ ├── TestHOGDescriptor.m
│ ├── TestHoughCircles.m
│ ├── TestHoughLines.m
│ ├── TestHoughLinesP.m
│ ├── TestHuMoments.m
│ ├── TestImdecode.m
│ ├── TestImencode.m
│ ├── TestImread.m
│ ├── TestImwrite.m
│ ├── TestInitCameraMatrix2D.m
│ ├── TestInitUndistortRectifyMap.m
│ ├── TestInpaint.m
│ ├── TestIntegral.m
│ ├── TestInvertAffineTransform.m
│ ├── TestInvert.m
│ ├── TestIsContourConvex.m
│ ├── TestKalmanFilter.m
│ ├── TestKmeans.m
│ ├── TestKNearest.m
│ ├── TestLaplacian.m
│ ├── TestLatentSvmDetector.m
│ ├── TestLine.m
│ ├── TestMatchShapes.m
│ ├── TestMatchTemplate.m
│ ├── TestMatMulDeriv.m
│ ├── TestMedianBlur.m
│ ├── TestMinAreaRect.m
│ ├── TestMinEnclosingCircle.m
│ ├── TestMoments.m
│ ├── TestMorphologyEx.m
│ ├── TestMSER.m
│ ├── TestNormalBayesClassifier.m
│ ├── TestORB.m
│ ├── TestPCA.m
│ ├── TestPerspectiveTransform.m
│ ├── TestPointPolygonTest.m
│ ├── TestPolylines.m
│ ├── TestPreCornerDetect.m
│ ├── TestProjectPoints.m
│ ├── TestPutText.m
│ ├── TestPyrMeanShiftFiltering.m
│ ├── TestRectangle.m
│ ├── TestRemap.m
│ ├── TestReprojectImageTo3D.m
│ ├── TestResize.m
│ ├── TestRodrigues.m
│ ├── TestRQDecomp3x3.m
│ ├── TestRTrees.m
│ ├── TestScharr.m
│ ├── TestSepFilter2D.m
│ ├── TestSIFT.m
│ ├── TestSobel.m
│ ├── TestSolvePnP.m
│ ├── TestSolvePnPRansac.m
│ ├── TestStarDetector.m
│ ├── TestStereoBM.m
│ ├── TestStereoCalibrate.m
│ ├── TestStereoRectify.m
│ ├── TestStereoRectifyUncalibrated.m
│ ├── TestStereoSGBM.m
│ ├── TestSURF.m
│ ├── TestSVD.m
│ ├── TestSVM.m
│ ├── TestThreshold.m
│ ├── TestTransform.m
│ ├── TestUndistort.m
│ ├── TestUndistortPoints.m
│ ├── TestWarpAffine.m
│ ├── TestWarpPerspective.m
│ └── TestWatershed.m
└── utils
├── MarkdownPapers
│ ├── LICENSE
│ └── markdownpapers-core-1.2.3.jar
├── MarkdownPapers.m
└── MDoc.m
15 directories, 528 files
标签:
小贴士
感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。
- 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
- 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
- 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
- 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。
关于好例子网
本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明
网友评论
我要评论