▍1. Affine_Transform_comprehensive
c++,opencv实现仿射变换的综合实例,vs2015,opencv 3.4及以上版本均可直接运行(Affine_Transform_comprehensive)
c++,opencv实现仿射变换的综合实例,vs2015,opencv 3.4及以上版本均可直接运行(Affine_Transform_comprehensive)
图像显示,opencv的开发配置环境,图像腐蚀,播放视频,调用摄像头(picture show and opencv surrounding and picture explode and watch video)
opencv2中core ,highgui,和 imgproc部分源码(source about codecore highgui imgproc in opencv 2 lib)
本程序中,利用了LBP特征对人脸特征进行提取,并且利用SVM对提取的人脸特征进行训练和识别,其中,所用的图像处理库OpenCV2.4.9版本;通过对人脸库中的标准标本进行测试,算法识别率高达95%以上;(LBP features extract facial features, and use SVM to extract and recognize the facial features. The OpenCV2.4.9 version of the image processing library is used. The recognition rate of the algorithm is over 95% by testing the standard samples in the face database.)
使用opencv,切割成256*256的瓦片,并保存openlayer支持的目录下。(Use opencv, cut into 256*256 tiles, and save the directory supported by openlayer.)
该程序能够实现实时的对目标进行跟踪,且运行速度很快(The program can achieve real-time tracking of the target, and the operation speed is very fast)
运用meanshift算法进行目标跟踪,用鼠标选取目标后对目标进行跟踪(Target tracking using meanshift algorithm)
说明: 采用张正仪标定法,是单目标定。VS+opencv.(The monocular camera calibration, using the zhangzhengyou calibration method, reliable use)
meanShift,均值漂移,在聚类、图像平滑、分割、跟踪等方面有着广泛的应用。一般是指一个迭代的步骤,即先算出当前点的偏移均值,然后以此为新的起始点,继续移动,直到满足一定的结束条件。(MeanShift, mean shift is widely used in clustering, image smoothing, segmentation, tracking and so on. Generally refers to an iterative step, that is, first calculate the offset of the current point mean, and then as a new starting point, continue to move, until certain end conditions are met.)
基于opencv库,通过计算图像的svm,来对待测图像进行分类(Based on the opencv library, the image is classified by calculating the SVM of the image)
Log-Polar变换, 能把笛卡尔坐标系里面的旋转和尺度变换变为Log-Polar坐标系中的角度方向和log-r方向的平移(The Log-Polar transform can transform the rotation and scale transform in the Descartes coordinate system into the angular direction and the log-r direction translation in the Log-Polar coordinate system)
应用opencv进行投影仪标定,直接使用,简单方便(Application of OpenCV for projector calibration, direct use, simple and convenient.)
复杂背景下的图像识别,复杂背景包括森林,田地,天空,迷雾等等。(Complex background image recognition, complex background, including forests, fields, sky, fog, and so on.)
设计最小二乘逆滤波器求解反卷积问题,假设有观测噪声,为降低观测噪声的影响(Design least-square deconvolution problem solving inverse filter, assume that the observation noise, in order to reduce the effects of observation noise)
是学习matlab的很好程序资料 可以用来方便设计iir滤波器 比16位精确,(Is good to learn matlab program information Convenient can be used to design iir filter than 16 accurately,)
对MATLAB帮助很大 大家都继续努力,推荐给大家学习用(A great help to the MATLAB Recommend everyone continued to work hard for everybody to learn)
MT-LSCMA智能天线波束形成盲自适应改进算法 不错的源码(MT - LSCMA blind adaptive beamforming smart antenna algorithm source code)