搜索资源列表
VCIm
- 图像几何变换色调变换,其中区域选择可实现随手画并拖动区域-transform color images geometric transformation, in which regional choices readily achievable painting and drag the region
Image_Operators_matlab_codes
- 12.1 图像点的运算 12.1.1 线性点运算 12.1.2 非线性点运算 12.2 图像的算术运算 12.2.1 加法运算 12.2.2 减 法运算 12.2.3 乘法 运算 12.2.4 除法 运算 12.2.5 其它运算 12.3 图像的位逻辑运算 12.4 图像的几何运算 12.4.1 图像插值 12.4.2 图像缩放 12.4.3 图像旋转
imageprocessing6
- 1.选择一幅图像,对该图像进行DCT块操作(将图像分成8×8小块,对每个小块进行DCT变换)。 2.利用屏蔽矩阵对DCT系数进行区域选择,然后进行逆变换(IDCT),合成原图像,计算合成图像的PSNR。 3.选择一小波函数,对一幅图像进行分解,显示各变换系数,观察其规律,并进行小波逆变换,合成原图像。
JMF拍照
视频浏览,抓取视频,区域选择,保存为jpg
区域生长Threshoid为分割阈值
- %Threshoid为分割阈值 [filename,pathname]=... uigetfile({'*.*';'*.bmp';'*.tif';'*.png'},'select picture'); %选择图片路径 str=[pathname filename]; %合成路径+文件名 I=imread(str); I=double(I); [m,n,k]=size(I);%图像大小 Threshold=50/
VCIm
- 图像几何变换色调变换,其中区域选择可实现随手画并拖动区域-transform color images geometric transformation, in which regional choices readily achievable painting and drag the region
regiongrow
- 区域增长的算法实现: 1)根据图像的不同应用选择一个或一组种 子,它或者是最亮或最暗的点,或者是位 于点簇中心的点 2...通过像素集合的区域增长 算法实现: 区域A 区域B 种子像素增长.3)增长的规则 4) 结束条件.-regional growth algorithm : 1) According to the images chosen a different application or group of seeds, I
Irradiation_anlysis
- 本程序应用于选择图像处理区域,然后进行绿色分析。还可以求得绿色站的比重。-This procedure applies to select image processing region, and then proceed to the green analysis. Can also find the proportion of Green Point.
ListView
- listview的单元格编辑功能,可以类似excel的单元格编辑。-listview cell editing features can be similar to the cell editor excel.
ImageP
- 对图像的点、邻域、二值,形态学进行处理,图形、位图操作,画布选择,几何变换,区域分割等。-The image point, neighborhood, binarization, morphology processing, graphics, bitmap operations, canvas options, geometric transformations, such as region segmentation.
Image
- 图像点、邻域、二值、形态学处理,图形、位图操作,画布选择,几何变换,区域分割等。-Image point, neighborhood, binarization, morphology processing, graphics, bitmap operations, canvas options, geometric transformations, such as region segmentation.
Image_Operators_matlab_codes
- 12.1 图像点的运算 12.1.1 线性点运算 12.1.2 非线性点运算 12.2 图像的算术运算 12.2.1 加法运算 12.2.2 减 法运算 12.2.3 乘法 运算 12.2.4 除法 运算 12.2.5 其它运算 12.3 图像的位逻辑运算 12.4 图像的几何运算 12.4.1 图像插值 12.4.2 图像缩放 12.4.3 图像旋转
imageprocessing6
- 1.选择一幅图像,对该图像进行DCT块操作(将图像分成8×8小块,对每个小块进行DCT变换)。 2.利用屏蔽矩阵对DCT系数进行区域选择,然后进行逆变换(IDCT),合成原图像,计算合成图像的PSNR。 3.选择一小波函数,对一幅图像进行分解,显示各变换系数,观察其规律,并进行小波逆变换,合成原图像。 -1. Select an image, the image DCT block operations (the image
ReportCtrl
- 对ListControl进行扩展实现,ListView可编辑,可以改变颜色等,功能较强大。-ListControl realization of expansion, ListView can edit, can change the color and so on, more powerful features.
SegmentationforImagesofVCH-F1BasednmprovedWatersed
- 针对分水岭算法存在的过分割问题以及VCH-F1切片图像的特点,提出一种能够有效消除局部极小值和噪声干扰的自动分割方法。首先比较彩色分量梯度图,选择分量图像的梯度信息,达到有效提取图像边缘信息的目的;然后提出基于多阈值分割的方法消除无效梯度信息;最后介绍了算法的步骤及结果。实验结果证明,通过该方法处理的梯度图像再进行分水岭算法处理,即使不进行区域合并也能达到很好的效果。-Watershed algorithm for over-segme
shoudongquyu
- 适合各类图象, 手动选择感兴趣目标区域,使用于图象图象处理,同时包含一区域生长程序。-Suitable for all types of images, manually select the target region of interest, the use of image processing in the image at the same time contains a region growing procedure.
Tree
- TreeView,ListView控件中拖拉程序得演示-TreeView, ListView control procedures have to drag and drop demo
InterceptImage
- 包括:全屏抓图 选择区域抓图 保存抓取的图象-Include: full-screen capture selected area image capture Save Crawl
tuxiangyunsuan
- 图像运算Matlab代码 12.1 图像点的运算 12.1.1 线性点运算 12.1.2 非线性点运算 12.2 图像的算术运算 12.2.1 加法运算 12.2.2 减 法运算 12.2.3 乘法 运算 12.2.4 除法 运算 12.2.5 其它运算 12.3 图像的位逻辑运算 12.4 图像的几何运算 12.4.1 图像插值 12.4.2 图像缩放
imagecomputing
- MATLAB 图像运算 图像点的运算 图像的算术运算 其它运算 图像的位逻辑运算 图像的几何运算 图像缩放 图像旋转 图像剪切 空间变换 仿射变换( affine transformation ) 透视变换 (Perspective Transformation) 空间变换的 MATLAB 函数 空间变换实例 图像融合 邻域与块操作 邻域操作 图像块操作