搜索资源列表
CBIR
- 本程序实现了基于内容的图像检索功能,也就是说如何根据图像的内容从多媒体数据库中索引或发现匹配的图像,所用的方法是傅立叶变换,小波变换等技术.-the program content-based image retrieval functions, in other words how images from the multimedia database indexing or find matching images, the methodology used is the Fourier t
JPG图像检索系统
- 一个检索图像库中哪些图像与给出的图像最相似,图像库中图像的格式必须为bird-0009.jpg种形式,示例图像要从图像库中选示例-a library which image and the image is the most similar image library image format for bird-0009.jpg forms, sample images from the image library selected examples
c_ezw
- 用从c++语言编写的ezw小波图像编码算法实现,已通过调试成功,请大家下载调试-from using c + + language prepared by the ezw wavelet image coding algorithm has been successfully adopted debugging, please download Debugging
第12章 图像的纹理分析方法
- 图像的纹理分析方法(从图像、图形融合的思想出发 ,介绍了基于图像分析的表面形状恢复及纹理 三维特征获取方法,并将其应用于图形建模和纹理映射.首先利用不同视点下的遮挡 边缘序列,并结合其它视觉信息的分析,获取了表面点的三维几何坐标,实现了基于 图像分析的表面形状绘制.接着利用阴影分析方法,提取纹理图像的表面起伏特征, 将该特征结合像素点的颜色属性,进行图形纹理映射,实现了基于图像特征分析的图 形纹理生成.实验结果证明了图像、图形融合思路的可行性和有效性及图像、图形融 合方法
CollectFaceImage
- 便于使用的收集人脸图像建立数据库的工具程序。供人脸检测/识别/表情/姿态等模式识别、人工智能领域的研究者使用。可以方便地从网页中收集人脸照片,提供良好的交互界面对照片在模式识别,尤其是biometric领域中所需的各种属性进行标注,建立数据库。-easy-to-use collection of facial image database tools procedures. For Face detection / identification / expression / gestures,
NumberRead
- 从图片中识别数字,Visual C++ 6.0源代码-pictures from the identification number, Visual C 6.0 source code
Blend
- 融合图像源码,通过对话框选择源因子和目标因子,从外部设置图像的整体透明性,控制图像显示方式-image fusion source, through the dialog box to choose the source and target factor factor from the external image of the overall set of transparency, control image display mode
RGBTOLUV
- 色彩空间的转换,从RGB到LUV空间的转换-color space conversion from RGB to LUV space conversion
LUVTORGB
- 色彩空间的转换,从LUV到RGB空间的转换。-color space conversion from RGB to LUV space conversion.
picture_in_database
- VC编程中如何操作数据库中的图像字段.向数据库中添加图像或从数据库中读取图像数据并显示处理-VC how to operate the database of images field. Adding to the database image or read from the database image data processing and display
Floyd-Steinberg
- Floyd-Steinberg算法的源代码.要注意的是,误差传播有时会引起流水效应,即误差不断向下,向右累加传播。解决的办法是:奇数行从左到右传播,偶数行从右到左传播。-Floyd-Steinberg algorithm source code. It should be noted, Error Propagation sometimes causes water effects, that is, constant downward error, right cumulative sprea
Imagepro_4
- 用于各种图像分割的算法 ,隐痛上传,从上面的边缘检测,二值化,区域分割一些经典的算法来加深对图像分割的理解。粗略分析了这些算法的优点很不足。对于课题算法的选取起了很大的帮助-for various image segmentation algorithm secret anguish uploads from above the edge detection, two values, Segmentation some classical algorithm for image segmenta
COLOR-TO-GARY
- 这是一个应用MATLAB编写的图片处理的小软件,它可以实现从彩色图像向灰度图象的转化,可以调整图像的对比度、饱和度、量度;并且能够突出图像的轮廓信息,是一个比较不错的图像处理小工具。-This is a MATLAB prepared by the small photo software It can be achieved from the color images to gray scale image conversion, and can adjust the contrast of
xibaofenge
- 从一幅多个细胞的图像中,分割出单个的细胞,一个细胞一个小图。-more than one cell from the image, segmentation of individual cells, a cell a small map.
thinning_algorithms
- 图形图象细化算法,从国外开放源代码网站上下的-graphics thinning algorithms from abroad open source website ish
photomachinenewalgorithm
- 针对摄像机固定和共面约束条件下进行目标定位,提出了一种简单可行的全新算法。该算法避开了烦琐的摄像机标定这一过程,也不用精确地求解单应性矩阵。只是运用射影几何的性质,通过简单的几何关系,对非标定单摄像机拍摄的单幅图像,求解其从2D图像平面到真实的3D平面的非线性单映射关系。该算法为解决计算机视觉的测量、定位、三维重建等问题,提供一种全新的思路。 -against cameras fixed and coplanar binding conditions for target location,
Imagerotation
- 图像旋转的c++程序,该程序是我从其他网站看到的,觉得对学习图形图像的人,应该有所帮助-image rotation c procedures, the procedures are taken from other sites to see, study and think of graphic images, should help
scaling
- 一个基于TMS320DM642的完整工程,采集YUV的视频数据,转换成RGB信号,从VGA monitor输出,非常有借鉴意义-based TMS320DM642 a complete engineering, acquisition YUV video data, converted into RGB signal from the VGA monitor output, very Significance
抠图通过从复杂背景中提取前景
- 抠图通过从复杂背景中提取前景,然后切换到另外一个真实的背景中,以实现不同背景下图像融合的图像逼真效果
从九宫格数独图片中拿到九宫格
- 本源码可以从九宫格数独图片中拿到九宫格的数据,即每个位置的数字。