搜索资源列表
K_NN
- k近邻(k_nn)算法在图象处理中的应用,visual C#-k neighbors (k_nn) image processing algorithms in the application, visual C#
floppy
- 吕凤军《数字图象处理编程入门》中的所有例子源代码,中间包括BMP文件格式的分析以及图像处理各种算法的C语言实现,对初次涉及图像处理方面的人而言非常不错。-Mr Lu Fengtai army "Digital Image Processing Programming Primer" all the examples of source code, intermediate file formats including BMP analysis and image proces
LBP.rar
- 针对传统方法难以可靠估计图像中纹理单一区域像素点视差的问题,将纹理分析应用于立体匹配中,提 出图像分块整体匹配的方法。首先用LBP/C纹理分析方法对图像纹理进行描述 然后进行基于区域生长的扩张检 测,得到纹理单一图像块 最后对图像块进行整体匹配,得到纹理单一区域的稠密视差图。对国际标准图像进行测试, 结果表明该算法能提高纹理单一区域稠密视差图的精度,具有实用价值 ,Due to the difficulty of getting disparity of less textured pi
ltilib
- LTI库是一个面向对象的计算机视觉库写在C++视窗/余-VC++和Linux的/gcc.它提供了很多功能来解决数学问题、图像处理算法很多,有些工具和分类得多-LTI-Lib is an object oriented computer vision library written in C++ for Windows/MS-VC++ and Linux/gcc. It provides lots of functionality to solve mathematical problems, m
c_canny
- 采用C语言实现了canny边缘检测算法。可以用于图象边缘检测。-Adopt C language to realize that measure algorithms on canny edge. Can be used in the edge of vision to measure.
Source_Code_Algorithms_for_Image_Processing_and_Co
- < Algorithms for image processing and computer vision>>/J.R. Parker.该书的源代码,非常丰富!-It s a good book for people who is working in Computer Vision with C++ language. There are explanations of some algorithms and their respective implementation i
051124_ltilib-1.9.15.tar
- 线性时不变化图书馆是一个面向对象的计算机视觉库在C + +编写的Windows /的MS - VC + +和Linux的/海湾合作委员会。它提供了很多功能来解决数学问题,许多图像处理算法,一些分类的工具-LTI-Lib is an object oriented computer vision library written in C++ for Windows/MS-VC++ and Linux/gcc. It provides lots of functionality to solve m
cbuilderwaystoenhancetheimagequality
- 介绍了增强图像质量的若干方法,包括图像平滑处理、图像锐化处理以及Windows API函数SetStretchBltMode的调用,阐述了其原理、算法及该原理在Windows 平台上以C++ Builder 为开发工具的具体程序实现。-Introduced a number of ways to enhance the image quality, including image smoothing, image sharpening processing and call Windows AP
refpaper3_mpcrenglish
- In this paper a stroke feature distribution method is used to develop a scheme for the recognition of alphanumeric characters. The algorithm uses a gray level image of the character as input. The image is normalised. The feature used is strok
The_pocket_handbook_of_image_processing_algorithms
- 图像处理算法c语言手册,里面包含了图像处理常用方法的算法以及C实现代码。-The pocket handbook of image processing algorithms in C
The_pocket_handbook_of_image_processing_algorithms
- 图像处理算法手册--C语言版 The pocket handbook of image processing algorithms in C.-The pocket handbook of image processing algorithms in C.
GaussianInterpolation
- 高斯插值,可以用于图像处理中的差值。程序是用c++和itk库做的一个通用模板类,里面还有例子可以照着改。-In this submission, we offer the itk::GaussianInterpolationImageFunction which adds to the growing collection of existing interpolation algorithms in ITK for resampling scalar images such as th
C.examples.computer.graphics.algorithms
- C计算机图形学算法编程实例C programming examples in computer graphics algorithms -C programming examples in computer graphics algorithms
edge3
- edge detection algorithms implemented in c-edge detection algorithms implemented in c++
edge4
- edge detection algorithms in c/c++
gaoshipinghua
- 图像处理算法中的高斯平滑C++实现,欢迎大家拍砖,审核人员辛苦了-Image processing algorithms in C++ implementation Gaussian smoothing, welcome Paizhuan, auditors have worked hard
comical-0.8.tar
- Comical is a portable CBR and CBZ viewer written in C++ using wxWidgets. It supports multiple image formats and uses high-quality image scaling algorithms to fit pages onscreen. -Comical is a portable CBR and CBZ viewer written in C++ using wxWidgets
Handbook_of_image-processing-algorithms-in-c
- iMAGE pROCESSING ALGORITHM IN c
star
- C#处理数字图像集锦,有图像旋转、平移等变换,有图像编码,有图像解码,有数字图像处理那本书里的各种算法-C# processing the digital image gallery, image rotation, translation, transformation, and image coding, image decoding, digital image processing various algorithms in the book
CImg-1.5.4
- 很小很方便的一个图像处理小工具包,使用时只需要把CImg.h头文件加入工程即可-The CImg Library is an open-source C++ toolkit for image processing. It consists in a single header file CImg.h providing a minimal set of C++ classes and methods that can be used in your own sources,