搜索资源列表
多分辨水印的matlab简单程序
- 直接减压到matlab\\work目录下就可以看到运行结果了,其中包括了位平面分解,量化嵌入(提取),图像的金字塔分解等的程序块。-decompression directly to the Matlab \\ work on the directory can see the results, which included a bit plane decomposition, quantification embedded (extraction), the image of the pyra
ImageEnhencementUsingIntensityTransformations
- 本实验要求使用强度变化方法对图像进行增强。图像增强的是要目标是处理图像,使其比原始图像更适用于特定应用,图像增强的方法分为两大类,空间域方法和频域方法,“空间域”一词是指图像平面本身,这类方法是以图像像素的直接处理。“频域”处理技术是以修改图像的傅里叶变换为基础的。本实验采用的对数变换和指数变换是对前一种方法的应用。-This experiment requires the use of intensity changes in methods of image enhancement. Ima
gaborfunction
- gabor_function1该程序对Gabor核函数某个尺度和方位的三维形状和二维平面图像进行显示 gabor_function2该程序对Gabor核函数五个尺度和八个方位的二维平面图像进行显示,共产生40个二维平面图像 这两个程序对理解gabor小波很有帮助哦-gabor_function1 the program of Gabor kernel function of a scale and orientation of the three-dimensional shape an
add3
- 此函数是三维装箱问题里的一个子函数,他的功能是将一个长方体物品放到一个平面序列后,返回装入后的平面序列和所用的集装箱数目。-This function is three-dimensional packing problem in a Function, and his function is a rectangular items into a flat sequence, after the plane back into the sequence and number of used co
Voronoi1
- Voronoi图是以两点间线段的长度作为距离 ,对平面的一种分割。然而 ,在地理环境中 ,存在着许多自然的或人为的障碍 ,使得从一点到另一点不能直线到达。为了扩大Voronoi图的应用领域 ,本文对传统的Voronoi图进行扩充 ,给出了障碍Voronoi图的定义、性质 ,以及离散生成线段障碍Voronoi图的方法-Voronoi diagram based on the length of line between two points as the distance from a parti
numid
- 基于MATLAB,利用模式识别的方法对平面数字图像进行识别-Based on MATLAB, the use of pattern recognition methods for flat panel digital image to identify
PSF_FPA_Simu
- 利用高斯点扩散函数(PSF)模拟焦平面阵列(FPA)成像-the simulation of FPA imaging based on the guass PSF function
Triangle-of-Point-Cloud
- Matlab 三维点云三角化 不是平面域的三角化 是三维点云三角化 亲身测试绝对可用!-Triangle of Point Cloud
ellipse-fit-based-on-matlab
- 直线、平面、圆和椭圆拟合程序,该程序基于matlab,对学习这方面的知识有一定帮助。-circle,ellipse,straight line and plane fit based on matlab.
MATLAB-plot
- MATLAB不但擅长於矩阵相关的数值运算,也适合用在各种科学目视表示(Scientific visualization)。本节将介绍MATLAB基本xy平面及xyz空间的各项绘图命令,包含一维曲线及二维曲面的绘制、列印及存档。-MATLAB not only specializes in numerical computing matrix, and is also suitable for use in a variety of scientific visually indicates (S
Matlab-Image-bit-plane-decomposition
- 图像位平面分解,基于matlab的图像位平面分解代码-Image bit-plane decomposition
MATLAB
- 绘制二维平面内的voronoi图,并给出多边形顶点坐标及面积-plot voronoi
matlab
- 三站平面时差定位的MATLAB仿真和GDOP图-Three stations MATLAB simulation plane TDOA and GDOP Figure
signals-and-systems-matlab-
- MATLAB演示信号与系统课程里的相关性质。包括,sz平面映射极零图的响应及其对应关系的动画显示,二阶系统的阶跃响应,傅里叶变换性质,矩形波、锯齿波的傅里叶级数分解的动画演示-MATLAB demo signals and systems related to the nature of the curriculum. Including, sz mapping plane pole-zero diagram of response and correspondence between anim
matlab
- 三维模型数据中包含“Princeton Shape Benchmark dataset”,三维模型数据库,其中的.off文件为三维模型,这些模型可以使用文件夹中的“打开三维模型的软件”打开查看。 matlab代码中“读取三维模型”为matlab读取.off文件的代码,得到的是三角面片信息和点云坐标 “三维模型切割”中为切割三维模型的一个例子,具体是从三维模型上找三个点构成一个平面,找到这个平面与三维模型的交点,这只是一个例子,具体如何切割三维模型需要自己实现,其中读取的三维模
MATLAB短学期
- 绘制n次Bezier曲线,P是平面或空间的点列,称为控制顶点。(Draw n times Bezier curve)
calibration
- 这是一个通用透镜的摄像机标定工具箱。这个工具箱可以用来校准常规的广角镜头和鱼眼镜头相机。标定是基于对平面标定对象的观察,由标定平面和标定图像之间的控制点对应来估计摄像机内外参数。(This is a camera calibration toolbox for generic lenses. The toolbox can be used to calibrate conventional, wide-angle and fish-eye lens cameras. The calibratio
triangle-mesh-generation
- 前沿推进法三角形网格生成代码,能够生成二维平面区域三角形网格(Advancing front triangle mesh generation method code)
circular plane
- 圆形在平面内不重叠随机分布的模型,其中圆形模型的半径和数量可自行设置(Nonoverlapping random distribution in a circular plane)
MATLAB平面参数测量系统(GUI,面积,周长参数)
- 一、课题介绍:本课题为基于MATLAB的平面参数测量系统,是以一个带缺陷的光伏面板作为素材,检测出缺陷所在,定位后计算出每个缺陷的面积大小。本设计带有一个人机界面GUI. 二、算法流程:读入测试图片——rgb转换——分割——开闭运算——空洞填充——过滤微小连通域面积——计算缺陷面积和个数。(1. Topic introduction: this topic is a plane parameter measurement system based on MATLAB. It uses a ph
