搜索资源列表
Visual C++ 数字图像处理_书籍VC源代码
- 《Visual C++ 数字图像处理》书中对应的源代码,包括所用图像和完整的源代码。-"Visual C + + Digital Image Processing" book corresponding source code, including the use of the image and integrity of the source code.
C_C++image
- 清华大学出版的《C与C++图像处理编程》源码-Qinghua University, published in the "C and C Image Processing Programming" FOSS
VC++
- visual c++图像处理经典算法示例程序 把功能都集中在一个程序中
c
- 包含五个C语言程序,convse是矩阵求逆,chengfa的功能是画出乘法表,imageclock的功能是动态时钟,sanjiao是递归法画三角,小车是模拟实现动态小车图像
字图像处理典型算法及实现
- visual c++数字图像处理典型算法及实现一书的所有源码,是图像处理入门的极好教程--图象处理,对图像处理新手有很大帮助
捷联惯导的C程序实现 dongtai
- 捷联惯导的C程序实现,四元数表示姿态,动态数据显示,MATLAB进行图像处理,包含原始数据。-SINS of the C program implementation, said the attitude quaternion, dynamic data, MATLAB for image processing, including raw data.
opencv c++实现图像rgb到hsv的颜色空间转换
- 基于opencv c++实现图像rgb到hsv的颜色空间转换,并显示各分量的值-opencv c++ rgb hsv
DigitalImageProcessingStudy
- 电子书《数字图像处理学》Visual C++实现 郎锐编写 所附源码-E-book " Digital Image Processing Study" Visual C++ implementation Lang anatase prepared the attached source
ProficientinVisualCimageprocessingprogramming
- 《精通Visual C++图像处理编程(第3版)》 所附源码-" Proficient in Visual C++ image processing programming (3rd edition)" attached to source
Visual-C-source-code
- VC++在图形图像学中的应用,包含了大量的应用实例-VC++ in the graphic image in the application of science,
capture
- 这是一个图像超分辨率处理的程序,采用动态确定阶数的算法,根据空间距离和梯度信息限制的双重制约,能够很好的提高图像的分辨率。-This is an image super-resolution processing of the procedure for dynamically determining the order of the algorithm, distance and gradient information based on spatial constraints of the
digital-signal-C-code
- 数字信号C语言程序集,FFT、快速卷积、IIR数字滤波、图像旋转、增强、边缘检测、人工神经网络算法-Digital signal C assembly language, FFT, fast convolution, IIR digital filtering, image rotation, enhancement, edge detection, artificial neural network algorithm
C
- 模式识别中的指纹识别 涵盖 特征点提取 图像增强 他特征点匹配-fingerprint recognition
ImageProcess
- c#图像处理,可以打开源图,保存,图像处理,灰度化,滤波,锐化等-c# image processing, you can open the source image, save, image processing, graying, filtering, sharpening
Visual C++数字图像处理技术详解(源代码)
- 《Visual C++数字图像处理技术详解》的源代码,《Visual C++数字图像处理技术详解》以数字图像处理技术为主线,全面地介绍在Visual C++环境下进行数字图像处理程序设计的方法。内容涵盖了数字图像的变换、增强、复原、重建、形态学处理、分割、匹配、压缩编码、特效处理等,各种方法均给出基本原理、典型算法、Visual C++源码及综合应用案例。同时,《Visual C++数字图像处理技术详解》还介绍了Visual C++与VTK、OpenCV和MATLAB等开发平台相结合进行数字图像
OCR
- 用于识别图像中的数字和字母,识别准确率高,基于c#语言开发的识别工具(It is used to identify the numbers and letters in the image, and the recognition accuracy is high. The identification tool based on c# language is developed)
IMG_process
- 利用C++语言编程,用两种方式,从独立概率与关联概率两个方面分别计算一个图像图像熵。(A program used for computing the entropy of a picture.)
Radix2FFT原版
- 很多时候都会用到傅里叶变换来处理图像数据。可以通过C++来有效的实现快速傅里叶变换。(to effectively implement the fast Fourier transform by C + +.)
Cholesky
- 简单实现对高光谱图像进行cholesky分解。(Simple implementation of Cholesky decomposition)
图像两点像素距离和实际距离的转换
- 载入任意图像,在图像上自由选取任意两点,自动测量图像的像素距离(pixel)和进行实际距离(mm)的转换程序,C#写的,导入VS项目中直接运行可见效果。(Load any image, select any two points freely on the image, automatically measure the pixel distance of the image and carry out the conversion program of the actual distance