-
这个对图像进行线性变换的程序,来自于VC++数字图像处理典型算法及其实现这本书,对于学习位图处理的人来说是很好的资源。...
这个对图像进行线性变换的程序,来自于VC++数字图像处理典型算法及其实现这本书,对于学习位图处理的人来说是很好的资源。-useful for all people
- 2022-11-19 07:05:04下载
- 积分:1
-
此源码,对图像的自动阈值,与局部阈值是很有效果,希望对大家有所帮助...
此源码,对图像的自动阈值,与局部阈值是很有效果,希望对大家有所帮助-This source of images automatically threshold, and the local threshold is very effect, and they hope to help everyone
- 2022-03-07 11:55:29下载
- 积分:1
-
将256色的彩色图像转换灰度图像,包含测试图像。
将256色的彩色图像转换灰度图像,包含测试图像。-Will be 256-color color image is converted gray image, including the test images.
- 2023-02-04 09:10:03下载
- 积分:1
-
里面包含了H.264的标准文档,还有最新的jm源代码
里面包含了H.264的标准文档,还有最新的jm源代码-Which includes H.264 standard document, as well as the latest source code jm
- 2022-03-29 13:11:06下载
- 积分:1
-
关于图像的最小凸壳的一系列算法,这是一个用的…
关于图像最小凸包的一系列算法,该算法主要运用于OpenCV 中的MinAreaBox()函数中 用于确定图像的倾斜角度-With regard to image the smallest convex hull of a series of algorithm, which mainly used OpenCV in MinAreaBox () function is used to determine the image of the tilt angle of
- 2022-07-12 08:44:57下载
- 积分:1
-
康莱特注射液:卢卡斯
康莱特注射液:卢卡斯-埃提洛视觉社区特征跟踪的仿真程序。-KLT: Lucas- Tomasi Feature Tracking the visual simulation community programs.
- 2022-07-28 14:30:13下载
- 积分:1
-
laplacian pyramid transform
laplacian pyramid transform
- 2022-10-25 03:05:03下载
- 积分:1
-
图像处理,用于图像增强,亮度改变,可以增强图像的清晰度!...
图像处理,用于图像增强,亮度改变,可以增强图像的清晰度!-Image processing for image enhancement, brightness change, it can enhance image clarity!
- 2023-03-24 06:10:03下载
- 积分:1
-
这是图像分析和理解的合作
这是图像理解与分析中灰度共生矩阵算法的c++源代码。-This is the image analysis and understanding of co-occurrence matrix algorithm c source code.
- 2022-06-30 12:27:56下载
- 积分:1
-
霍夫曼编码的具体方法:先按出现的概率大小排队,把两个最小的概率相加,作为新的概率 和剩余的概率重新排队,再把最小的两个概率相加,再重新排队,直到最后变成1。每次...
霍夫曼编码的具体方法:先按出现的概率大小排队,把两个最小的概率相加,作为新的概率 和剩余的概率重新排队,再把最小的两个概率相加,再重新排队,直到最后变成1。每次相 加时都将“0”和“1”赋与相加的两个概率,读出时由该符号开始一直走到最后的“1”, 将路线上所遇到的“0”和“1”按最低位到最高位的顺序排好,就是该符号的霍夫曼编码。-Huffman code specific Methods: according to their probability of emergence of the size of the queues, the two smallest sum probability, as a new probability and the probability of the remaining re-queue, and then the smallest sum of two probabilities, and then re-queue until the last turn into one. Every time when the sum will be
- 2022-03-31 00:49:14下载
- 积分:1