-
JPEG2000编码器的算法,即MQ编码器。在ADI的blackfin535平台…
jpeg2000中的算术编码器,也就是MQ编码器。在ADI blackfin535平台下的代码-JPEG2000 encoder of arithmetic, that is, MQ encoder. In ADI blackfin535 platform code
- 2022-02-14 07:40:21下载
- 积分:1
-
根据:一种可识别破碎图形的特殊广义Hough变换方法 论文,在matlab上做的实验源码,有模版生成,广义哈夫变换代码...
根据:一种可识别破碎图形的特殊广义Hough变换方法 论文,在matlab上做的实验源码,有模版生成,广义哈夫变换代码-In accordance with: A broken identifiable graphics special generalized Hough transform methods papers, in matlab to do experiments on the source, there are template generation, generalized Hough transform code
- 2022-03-22 13:59:11下载
- 积分:1
-
维纳滤波器的实现
the realization of Wiener filter
- 2022-02-13 18:19:36下载
- 积分:1
-
程序一是对彩色图像进行中值滤波处理,程序二是给出了jpg格式转索引图像,对初学者学习matlab很有帮助...
程序一是对彩色图像进行中值滤波处理,程序二是给出了jpg格式转索引图像,对初学者学习matlab很有帮助-program one is to process ture color image filter,and program two is a jpg image format to change into index image
- 2022-08-11 02:24:29下载
- 积分:1
-
Matlab图像感兴趣区域编码,这个程序所包括的m代码实现了迭代的图像处理,找出感兴趣区域。并同时输出区域、均值、STD、最小值、最大值、中值、中心点等等。...
Matlab图像感兴趣区域编码,这个程序所包括的m代码实现了迭代的图像处理,找出感兴趣区域。并同时输出区域、均值、STD、最小值、最大值、中值、中心点等等。-Matlab region of interest image coding, this procedure covered by the code m realize the iterative image processing, to identify areas of interest. And at the same time the output region, the mean, STD, minimum, maximum, median, center and so on.
- 2022-01-25 20:50:59下载
- 积分:1
-
image detection, template matching algorithm code, including detect.c.bmp.rc. bm...
图象的检测,模板匹配算法代码,包括detect.c.bmp.rc,bmp.h等-image detection, template matching algorithm code, including detect.c.bmp.rc. bmp.h etc.
- 2022-02-20 13:32:45下载
- 积分:1
-
基于相邻像素间位异或的图像置乱算法,效果很好,改变图像直方图...
基于相邻像素间位异或的图像置乱算法,效果很好,改变图像直方图-Between the adjacent pixels based on the XOR bit of image scrambling algorithm, well, change the image histogram
- 2022-02-22 08:45:30下载
- 积分:1
-
floating clouds, which is the source code
漂浮的云,这是源代码-floating clouds, which is the source code
- 2022-03-25 05:00:07下载
- 积分:1
-
画roc曲线的matlab程序,roc曲线又称操作特性曲线
程序注释很详细...
画roc曲线的matlab程序,roc曲线又称操作特性曲线
程序注释很详细-Roc curve matlab painting process, roc curve, also known as operating characteristic curve procedures in great detail the Notes
- 2022-02-06 17:40:49下载
- 积分: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