▍1. Hilbert
hilbert程序实现变换 需要的朋友可以参考(hilbert transform program can refer to a friend in need)
hilbert程序实现变换 需要的朋友可以参考(hilbert transform program can refer to a friend in need)
Keystone Transform in ground moving target detection,it s very useful new comer(Keystone Transform in ground moving target detection)
一个经典的动态视频图像去隔行处理的源代码,能消除双场图像的场效应(A classic dynamic de-interlacing video processing source code, to eliminate dual-field image of the field-effect)
遥感图像处理源代码,包括遥感影像读入、几何校正、影像重采样等等(Remote sensing image processing code)
PAL制视频消隔行deinterlace的代码,共参考(PAL video system extinction deinterlace interlaced code, a total of reference)
计算三维数据的法矢量并进行调整,里面包括了自己做的实验数据和结果(Three-dimensional data, vector calculation method and make adjustments, which includes the make their own experimental data and results)
计算机图形学基础算法z-buffer, 实现隐藏面消除(Computer graphics based algorithm z-buffer, to achieve hidden surface removal)
同名核线的提取,完整的c++代码,注释详细易懂,并且已经验证过(Line of the same name as the nuclear extract, complete c++ code, comments, detailed and easy to understand, and have been verified)
jpeg无失真压缩源代码(jpeg lossless compression source code)
灰度数字图像增强处理,灰度数字图像增强处理,灰度数字图像增强处理,(Deal with gray-scale digital image enhancement)
做项目时写的关于相机图像采集、控制、图像处理、坐标计算、坐标显示等功能的小软件(Do item written on the camera image acquisition, control, image processing, coordinates of the calculation, the coordinates show features such as small software)
该程序可以对图像进行二值化处理,提取边缘点坐标。(The program can be two-valued image processing, extraction of the edge point coordinates.)
直线段检测算法EDLines C++实现(EDLines C++ Opencv lins segment detection)
基于MATLAB的车牌识别系统的源代码(可以实现)(The source code of the license plate recognition system based on MATLAB (can be realized))
功能很全的车牌识别系统,图像与处理,车牌定位,字符分割和字符识别等(Full license plate recognition system, image processing, license plate location, character segmentation and character recognition.)
图象处理用于对BMP格式的图象进行几何校正.(image processing used to BMP format images geometric correction.)
有关三维模型的泊松算法的诸多应用的实现,包括泊松重建和泊松纹理混合算法,由原作者开发,非常可靠(C++ implementation for algorithms including poisson mesh and poisson texture stitching, it is shared by author with wide utilization)
这是关于pca的文件,说明实现pca的降维(This is the file on pca, achieve pca dimensionality reduction)
cvi图像设计替换背景 扣图专用代码 毕业设计可用(cvi replace the background of graphic design graduate design buckle Figure specific code available)
本代码实现的功能:24位位图(BMP)的灰度化。具体实现过程:打开图像文件,找到数据区(每3个字节代表一个象素的R,G,B值),循环扫描,根据RGB的权重,计算出灰度值. 如果要得到256色灰度图,则要新建一个调色板,修改信息头和文件头.(Realize the function of the code: 24-bit bitmap (BMP) of the gray. Concrete realization of the process: Open the image file, locate the data area (3 bytes per pixel on behalf of a R, G, B values), cyclic scan, according to the weight of RGB, gray value is calculated. If you want to get 256 colors grayscale, would create a new palette, modify the header and file header information.)