搜索资源列表
Lena
- 2、 转换为灰度图像。 这个算法是依照彩色图转化为灰度图像的方式: 灰度值 = 0.3*R+0.59*G+0.11*B 用两重循环遍历截取的图片,对于每一个象素点,用MFC的函数取得其COLORREF形式的颜色值,从中分解出R、G、B三种颜色的值,计算出对应的灰度值后,赋给R、G、B即可。完成遍历后刷新图片就可以看到转换后的灰度图像。 -2, converted to grayscale images. This algorithm are in accordance with
C
- 图的深度优先遍历,图的广度优先遍历,及图的存储-Map depth-first traversal, breadth-first traversal of the graph, and map storage
Depth_FirstSearth
- 实现图的深度遍历 是一个深度优先算法 基于树的先跟遍历-Realize the depth chart is a depth-first traversal algorithm is based on the tree to begin with traversal
tudejianliyubianli
- 图的建立与遍历C++源码,多次运行没有错误-Figure establishment and traversal C++, multiple runs without error
bianli
- 用邻接矩阵确定图 输出深度优先遍历和广度优先遍历的结果-Map with the adjacency matrix to determine the depth first traversal and breadth of the output first traversal of the results
123
- 图的遍历的演示,用C++编写。。。 深度广度优先遍历-tu de bianli
traverse
- 图形的遍历,图 的 深 度 遍 历 和 广 度 遍 历 -Graph traversal, graph traversal depth and breadth traversal
bianli
- 实现图的遍历,输入图的各个结点,实现前序遍历,中序遍历,后序遍历-Implement graph traversal, each node input graph, to achieve pre-order traversal, inorder traversal, postorder traversal
sa
- 图的矩阵表示,包括图的遍历,查询,插入删除等操作-Graph matrix representation, including graph traversal, query, insert or delete operation
pic
- 对任意给定的图(顶点数和边数自定),建立它的邻接表并输出,然后利用堆栈的五种基本运算(清空堆栈、压栈、弹出、取栈顶元素、判栈空)实现图的深度优先搜索遍历和广度优先搜索遍历算法。 -For any given graph (vertices and edges from the set), to establish its adjacency list and output, and then use the stack of five basic operations (empty stac
VCPPImageProcessing
- 详细介绍了基于Windows和VC++的图像处理技术,包含图像增强,位图显示和读写操作,JPG和GIF图像文件处理,图遍历、直接访问像素,OPENGL等多方面的主题。-Described in detail based on Windows and VC++ image processing techniques, including image enhancement, digital map display and read and write operations, JPG and GIF
tu01
- 关于图基本操作的实现,用C++实现,以及有遍历等操作-Implementation of basic operations on the graph, using C++ implementation, as well as operations such as traversal
cPPtucaozuo00001.
- 关于图基本操作的实现,用C++实现,以及有遍历等操作-Implementation of basic operations on the graph, using C++ implementation, as well as operations such as traversal
tuzixitong
- 一个生成图的程序,并对图进行深度广度等遍历,整合的一个系统的应用-Generated map of a program, depth and breadth graph traversal, the application of a system integration
Graph
- 运用单链表和邻接矩阵实现图的表示、图的运算以及图的遍历-Used to achieve a single list and adjacency matrix graph representation, graph operations and graph traversal
HSIimg
- 实现的类可以将每个图片转成hsi颜色空间的图片并显示。在main函数中实现一个文件夹下对于视频的递归遍历,将每个视频中的每一帧取出,进行变换,最后将每个视频中所有帧的亮度值(hsi空间中的i)化成折线图输出并存储为图片,在亮度变化特别大的点用圆点圈出,图片存在视频所在目录下。由于要实现对视频中所有帧的处理,为了加快速度因此单独的将每幅图转成hsi之后现实出来的那三个窗口被注释掉了(否则会现),需要的去掉hsi.cpp后面的那几行注释符号就可以。想要转换颜色空间的,只需要单独用的可以只使用hsi.
Graph
- 这是利用矩阵进行图的遍历,具体不说了。下了自己看图的遍历-This is the use of matrix graph traversal, specifically does not say. Under its own plug-traversal
Graph
- 此程序主要是实现图的深度优先遍历和广度优先遍历。-The procedure is to achieve the figure of the depth-first traversal and breadth-first traversal.
tu
- 图的遍历及各种应用,适用于VC环境 是一个基本的源代码-in VC environment
pca
- pca主成分分析,人脸识别,200图遍历-pca principal component analysis, face recognition