搜索资源列表
rgbquadtree
- 彩色RGB图像四叉树分割的程序,找了好久才找到的。Improve together-RGB color images quadtree segmentation procedures for a long time to find the. Improve together
regiondivisionandcombination
- 基于四叉树分解并且使用区域分离和合并的图像分割-based quadtree decomposition and the use of regional separation and integration of image segmentation
Edge_Detection_and_Segmentation
- 边缘检测与分割源代码 edgedetect.m, houghtr.m, quadtree.m, regrow.m, sobeledge.m, straightline.m, thresh.m, watersd.m 算法包括Prewitt、Roberts、Log、Canny、Sobel算子实现边缘检测,基于Hough变换的直线检测,4叉树区域分割,分水岭分割。(算法对应源文件名)
灰度图进行递归四叉树分割
- 四叉树分割 opencv 编写 读入灰度图 进行递归分割-Quadtree segmentation opencv read into grayscale prepared for recursive partitioning
ClipmapTerrain
- 基于GPU地形绘制算法,可以ROAM Simplistic Implementation By Bryan Turner brturn@bellsouth.net January, 2000 Project file for MS Visual C++ 6.0. Requires GLUT DLL (www.opengl.org) Adjust program constants in Landscape.h and Utility.cpp. MAPS: Default map is read
fifteen
- 第十五章 图像分析 15.1 边缘检测 15.1.1 微分算子 15.1.2 Log算子 15.1.3 Canny 算子 15.2 四叉树分解 15.2.1 四叉树分解 15.2.2 四叉树 MATLAB 函数 -Chapter XV 15.1 edge detection image analysis 15.1.1 Differential Operators 15.1.2 Log Operator 15.1.3 Canny operator 15.2
matlab_4
- 边缘检测和图像分割matlab程序代码说明 P0401:用Prewitt算子检测图像的边缘 P0402:用不同σ值的LoG算子检测图像的边缘 P0403:用Canny算子检测图像的边缘 P0404:图像的阈值分割 P0405:用水线阈值法分割图像 P0406:对矩阵进行四叉树分解 P0407:将图像分为文字和非文字的两个类别 P0408:形态学梯度检测二值图像的边缘 P0409:形态学实例——从PCB图像中删除所有电流线,仅保留芯片对象 -Edge det
image-preprocessing-4
- 用水线阈值法分割图像 对矩阵进行四叉树分解 将图像分为文字和非文字的两个类别 形态学梯度检测二值图像的边缘-Water line image thresholding segmentation of matrix quadtree decomposition of the image into text and non-text for these two types of morphological gradient detected binary image of the edge
4
- 程序代码说明 P0401:用Prewitt算子检测图像的边缘 P0402:用不同σ值的LoG算子检测图像的边缘 P0403:用Canny算子检测图像的边缘 P0404:图像的阈值分割 P0405:用水线阈值法分割图像 P0406:对矩阵进行四叉树分解 P0407:将图像分为文字和非文字的两个类别 P0408:形态学梯度检测二值图像的边缘 P0409:形态学实例——从PCB图像中删除所有电流线,仅保留芯片对象
shangchuan
- 程序代码说明 P0401:用Prewitt算子检测图像的边缘 P0402:用不同σ值的LoG算子检测图像的边缘 P0403:用Canny算子检测图像的边缘 P0404:图像的阈值分割 P0405:用水线阈值法分割图像 P0406:对矩阵进行四叉树分解 P0407:将图像分为文字和非文字的两个类别 P0408:形态学梯度检测二值图像的边缘 P0409:形态学实例——从PCB图像中删除所有电流线,仅保留芯片对象
cheng
- 对一幅图像进行变换,平滑处理,四叉树处理,离散余弦处理等。-Images of a transformation, smoothing quadtree processing, handling discrete cosine
4
- 多种检测图像的边缘的方法,图像的分割,四叉树分解-Multi-image edge detection methods, image segmentation, quadtree decomposition
QuadTree
- 实现了地形图像等的四叉树分层,根据图像的梯度和稠密分布进行分层处理。-Realized images of the terrain quadtree hierarchical, according to the image gradient and the dense distribution of slicing.
IMAGESEGMENTATION
- 实现图像的阈值分割、用水线阈值法分割图像、对矩阵进行四叉树分解、将图像分为文字和非文字的两个类别和形态学梯度检测二值图像的边缘。很有用-The threshold of image segmentation, water line threshold image segmentation, on the matrix quadtree decomposition, text and images into two categories and the non-text binary image
quadtree-test
- 采用otsu算法提取出图像感兴趣区域,并用四叉树对其进行编码-Extracted image the interested region by otsu algorithm, and then code with quadtree quardtree
Quadtree
- 本代码为VC环境下的四叉树分割代码,代码可用与图像的四叉树分割-The code for the quadtree segmentation VC environment code, the code can be used quadtree image segmentation
QuadTRee
- 使用C++和matlab混合编程实现四叉树分解及合并区域的代码-C++ and matlab mixed programming quadtree decomposition and Mergers area code
quadtree
- matlab实现的四叉树分割代码,可以直接调用,效果较好-Matlab quadtree segmentation code, can be called directly, the effect is better
Quadtree coding
- 采用四叉树编码进行二值图的压缩,四叉树编码方法是目前图象处理和计算机图形学中的一种有效方法。(Quadtree coding is currently a valuable method in image processing and computer graphics,this code is about binary image compression.)
Quadtree decoding
- 与四叉树编码一体,是解压过程。采用十进制Morton码进行解压,程序附有注释,适合学习。程序包括四叉树编码及解码的。(Quadtree decoding,a process of unpacking,includes Decimal Morton code.The program is annotated in detail.)