登录
首页 » Special Effects » 实现了地形图像等的四叉树分层,根据图像的梯度和稠密分布进行分层处理。...

实现了地形图像等的四叉树分层,根据图像的梯度和稠密分布进行分层处理。...

于 2022-08-10 发布 文件大小:135.59 kB
0 119
下载积分: 2 下载次数: 1

代码说明:

实现了地形图像等的四叉树分层,根据图像的梯度和稠密分布进行分层处理。-Realized images of the terrain quadtree hierarchical, according to the image gradient and the dense distribution of slicing.

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • The procedure for the wavelet image denoising matlab source code, content is ver...
    该程序为小波图像去噪的matlab原代码,内容很丰富,大家可以共享-The procedure for the wavelet image denoising matlab source code, content is very rich, we can all share the
    2022-01-31 01:18:09下载
    积分:1
  • my digital image processing operations, the realization of the document is opene...
    我的数字图像处理作业,实现了文件的打开,计算直方图,平移,水平镜像,二直化,灰度均衡化,中直滤波,灰度线形变换。-my digital image processing operations, the realization of the document is opened, calculated histogram, translation, the level of mirror, two straight, Gray balance, the central filtering, gray linear transformation.
    2022-04-24 15:09:14下载
    积分:1
  • 里面详细的对冈萨雷斯的程序进行了编写,很有用的,大家可以试试!...
    里面详细的对冈萨雷斯的程序进行了编写,很有用的,大家可以试试!-Which detailed procedures for the preparation of Gonzales, useful, and we can try!
    2023-03-31 08:25:03下载
    积分:1
  • 双目视觉的图片匹配,角点提取等等。基于opencv的图象匹配算法...
    双目视觉的图片匹配,角点提取等等。基于opencv的图象匹配算法-Binocular vision of the picture matching, Corner Detection and so on. Opencv-based image matching algorithm
    2022-03-25 09:09:18下载
    积分:1
  • Using Guide: VC++6.0 employ the command in the menu step by step: i...
    Using Guide: VC++6.0 employ the command in the menu step by step: image smooth image normalization Draw Dot direction Draw Block direction Draw Smooth direction Gabor filters enhancement "readme.txt" file: this is the introduce file for the algorithm http://yangjucheng.chonbuk.ac.kr/ -------------------------------------------------- Dr. JuCheng Yang, Division of Electronics & Information Engineering, Chonbuk National University, 664-14 1Ga Deonjin-dong Deonjin-gu, Jeonju, Jeonbuk, 561-756, Korea. Email: biometricscode@gmail.com
    2022-12-03 05:15:03下载
    积分:1
  • 一个图像边缘细化的程序,送给做图像边缘的同志,很好用的...
    一个图像边缘细化的程序,送给做图像边缘的同志,很好用的-a refinement of procedures, gave Edge done, the comrades of good
    2022-01-25 15:50:15下载
    积分:1
  • UltraFractal出品,长于自定义公式,创建新的分形,色彩设置很有特色,特别是zoom的时候,非常平滑,非常有特色。另外软件的外观也很舒服。目前最新的版本...
    UltraFractal出品,长于自定义公式,创建新的分形,色彩设置很有特色,特别是zoom的时候,非常平滑,非常有特色。另外软件的外观也很舒服。目前最新的版本是3.05。 -UltraFractal Chupin, longer than the custom formulas, create a new sub-shape, the color set is very unique, particularly when the zoom is very smooth, very unique. In addition the appearance of the software is also very comfortable. The most recent version is 3.05.
    2023-06-25 20:25:03下载
    积分:1
  • gold 是用Matlab编写的代码 很好用啊 大家顶
    gold 是用Matlab编写的代码 很好用啊 大家顶-gold 是用Matlab编写的代码 很好用啊 大家顶
    2022-10-17 15:55:03下载
    积分:1
  • 系统约定:行编辑命令由“命令关键字 命令参数”组成。其中,命令关键字都是单一的字母,命令与参数之间使用一个空格进行分割,当命令参数为多个时采用“/”作为参数的分...
    系统约定:行编辑命令由“命令关键字 命令参数”组成。其中,命令关键字都是单一的字母,命令与参数之间使用一个空格进行分割,当命令参数为多个时采用“/”作为参数的分隔符,如果在命令的参数中间出现符号“/”,则用“/”表示。我们将“”定义为转义符。 现在,行编辑器具有如下编辑命令: 行插入:i #/串   在指定行号(>0)插入一个新行,新行的内容就是命令中给出的“串”。若插入的行超过了已有的行数,则在最后一行的后面插入一个新行。 文本替换:c 被替换串/替换串   将整个文本中全部[被替换串]替换为[替换串]。 行删除:d #   其中#为指定的行号 行合并:f #1/#2/#3...   将行号为 #2 和 #3...的行连接到行号为 #1 的行的后面,取消原来的 #2 行和#3等,合并后#2行和#3等原来的内容不存在了,被后面的行抵补替代。若指定行号超出正文的范围,则放弃操作。 输入: 这段文本用[Text]......[/Text]的形式描述,之后是一串操作命令如: [Text] 1 222 33 44 2 333 45 d b g 3 3 444 56 333 54 [/Text] c 333/zhang d 1 -系统约定:行编辑命令由“命令关键字 命令参数”组成。其中,命令关键字都是单一的字母,命令与参数之间使用一个空格进行分割,当命令参数为多个时采用“/”作为参数的分隔符,如果在命令的参数中间出现符号“/”,则用“/”表示。我们将“”定义为转义符。 现在,行编辑器具有如下编辑命令: 行插入:i#/串   在指定行号(>0)插入一个新行,新行的内容就是命令中给出的“串”。若插入的行超过了已有的行数,则在最后一行的后面插入一个新行。 文本替换:c 被替换串/替换串   将整个文本中全部[被替换串]替换为[替换串]。 行删除:d#   其中#为指定的行号 行合并:f#1/#2/#3...   将行号为#2 和#3...的行连接到行号为#1 的行的后面,取消原来的#2 行和#3等,合并后#2行和#3等原来的内容不存在了,被后面的行抵补替代。若指定行号超出正文的范围,则放弃操作。 输入: 这段文本用[Text]......
    2022-03-03 09:48:33下载
    积分:1
  • 应用于计算机视觉领域,拍摄等像素大小的两张图片,其中一张是细节图,我们可以将我们关注的这张细节图(拍摄得清楚)‘粘贴’到大图中,起到细化局部的作用...
    应用于计算机视觉领域,拍摄等像素大小的两张图片,其中一张是细节图,我们可以将我们关注的这张细节图(拍摄得清楚)‘粘贴’到大图中,起到细化局部的作用-Applied to computer vision field, shooting and other pixel size of two images, one of which details of the map, we can be of concern to us the details of this map (taken a very clear) " paste" into the big picture, the play of local refinement role
    2023-04-20 13:15:04下载
    积分:1
  • 696516资源总数
  • 106554会员总数
  • 12今日下载