搜索资源列表
aliat.zip
- 使用C/Pascal/汇编写的bmp图形旋转、缩放的程序
H.263 C/C++源码
- 已使用VC60编译通过 测试文件包含在相关工程目录下
c++Shexiangji-Biaoding-Tsai
- 使用C编写的摄像机标定程序,是IEEE上Tsai的标定方法,需要的赶紧下吧
c.tar
- 总变分(TV) 图像复原模型的C语言源码. 使用C语言与Matlab 混合编程. 主要计算由C语言完成. 图像的读, 输出由Matlab实现. 包含梯度下降流法, Chambolle对偶法, 交替半二次型算法 固定点线性迭代算法等.-Total Variation (TV) image restoration model of C language source code. Using the C language and Matlab mixed programming. Mainly c
segmentation(meanshift)
- 基于meanshift的图像分割算法,使用C语言实现-Meanshift based image segmentation algorithm, using C language implementation
gaborfilter
- 使用盖博滤波的医学图像处理之增强使用C++语言VC++环境-gabor filter
code
- 深入研究适合该图像的预处理、二值分割、边缘提取和几何形状判断方法,重点研究针尖倒装、弯曲和倒刺等不合格针尖的自动检 测方法,并基于C++ Builder平台使用C++面向对象技术实现上述图像处理过程。 -Depth for the image preprocessing, binary segmentation, edge detection and geometric methods of shape judgments, focusing on needle flip, bend a
huffman
- 数字图像处理中的编码技术。本程序对输入的图像进行哈夫曼huffman编码,显示原图像的熵、编码后的平均码字长度、并能够根据编码重建出图像。本程序使用C++混合编程,已经编译生成了Matlab库文件,无需再与C++链接。程序包括源程序和源图像,以及编码后的结果图像。-Encoding digital image processing technology. The procedure of the input image Huffman huffman coding to show the ori
p3-planet.c
- 使用OpenGL做出的太阳系行星,非常有助于学习OpenGL-Made using the OpenGL Solar System planets, is very conducive to learning OpenGL
FloodFill
- c#中的winform填充图像的代码floodfill,完整代码,可直接打开使用(C # in the winform fill image code floodfill, full code can be opened directly to use)
GDI+教程(C++中文版)
- 介绍GDI+使用,使用C++语言描述11111(Describes GDI+ usage, using the C++ language to describe)
SAR成像仿真C++编译
- 很好的SAR成像代码,使用C++来对合成孔径雷达图像进行成像(C++ is used to image SAR images)
C# 使用Halcon进行模板匹配定位
- C# 使用Halcon进行模板匹配定位(C# uses Halcon for template matching and location)
MyTest.cpp
- 实现使用c和opencv进行图像的基本操作,如形态学,分割等预处理工作(mplementation of the basic operations of images using C and opencv, such as morphology, segmentation and other preprocessing work)
C语言图像处理函数大全
- 简单常见的图像处理中使用到的简单c函数和汇总(Summary of C functions used in simple and common image processing)
hough变换检测直线c#
- hough变换检测直线c#,很好用的代码,可以直接使用(Hough transform test line c#, good code, can be used directly)
C++ xuhanshu
- 关于C++中虚函数的使用的几个编程例子。(Several programming examples on the use of virtual functions in C++)
C++数组图像
- 通过使用数组读入图像数据,并完成上下、左右翻转和缩小操作。(Read image data through the use of the array, and complete the operation of up and down, turn around and reduce the picture.)
C#_ScaleImages
- 使用C#语言,在程序界面选择任意图片进行图像缩放。(Using C# language to select any image to zoom in on the program interface.)
相机参数标定c++
- 使用c++实现了相机参数标定实验,包括转移旋转矩阵等。