-
简单图像算法。支持读取多种图片格式,支持灰度图计算,多种二值化算法(基于熵的自动阀值,自动双阀值二值化),支持图像多种卷积计算(高斯滤波,轮廓提取)...
简单图像算法。支持读取多种图片格式,支持灰度图计算,多种二值化算法(基于熵的自动阀值,自动双阀值二值化),支持图像多种卷积计算(高斯滤波,轮廓提取)-simple algorithm. Photo support multiple read format, the gray level support, a variety of binary algorithm (based on the entropy of the automatic threshold. automatic dual threshold value of two) to support a variety of image deconvolution calculation (Gaussian filtering, contour extraction)
- 2022-06-18 10:02:51下载
- 积分:1
-
MATLAB工具箱的使用最大似然EM隐藏前提马尔可夫造型…
Matlab toolbox for Hidden Markov Modelling using Max. likelihood EM. Prerequisites: Matlab 5.0, System Identification Toolbox, Netlab, Marbox. LAST UPDATED: 25 Feb. 2002.
- 2022-02-02 12:24:26下载
- 积分:1
-
使用opencv编程导入图像,获得图像的R、G、B分量数据。还可以进行空间转换。...
使用opencv编程导入图像,获得图像的R、G、B分量数据。还可以进行空间转换。-Used opencv to get data of image.
- 2023-01-07 03:55:03下载
- 积分:1
-
sift 经典源码
作者推荐代码,结合GSL+OPENCV进行编写,可在WINDOWS下运行...
sift 经典源码
作者推荐代码,结合GSL+OPENCV进行编写,可在WINDOWS下运行
- 2022-04-06 21:14:29下载
- 积分:1
-
图像的快速傅立叶变换,基于VC++开发平台。
图像的快速傅立叶变换,基于VC++开发平台。-images of fast Fourier transform, based VC development platform.
- 2023-09-01 08:55:02下载
- 积分:1
-
自适应图像分割,灰色的Otsu阈值方法,Matlab源代码。
图像自适应分割,大津法计算灰度阈值,MATLAB源程序。-Adaptive image segmentation, gray Otsu threshold method, MATLAB source code.
- 2022-03-26 01:45:37下载
- 积分:1
-
多边形常用算法模块 1. 判断多边形是否简单多边形2. 检查多边形顶点的凸凹性 3. 判断多边形是否凸多边形 4. 求多边形面积5. 判断多边形顶点的排列方向,...
多边形常用算法模块 1. 判断多边形是否简单多边形2. 检查多边形顶点的凸凹性 3. 判断多边形是否凸多边形 4. 求多边形面积5. 判断多边形顶点的排列方向,方法一 6. 判断多边形顶点的排列方向,方法二 7. 射线法判断点是否在多边形内8. 判断点是否在凸多边形内-Does the polygon commonly used algorithm module 1. judgements polygons whether simple polygon. 2. inspections polygons apex convex-concave. 3. judgements polygons whether raised- polygon. 4. ask the polygon area. 5. judgements polygons apex the arrangement direction, the method 1. 6. judgements polygons apex arrangement direction, the method 2. 7. beams methods to sentence the break point whether. 8. sentences the break point in the polygon whether in raised- polygon
- 2022-03-24 05:43:21下载
- 积分:1
-
在VC++平台上实现图形图像的马赛克效果
在VC++平台上实现图形图像的马赛克效果-In VC++ platform to achieve the effect of graphic image mosaic
- 2023-05-18 10:40:03下载
- 积分:1
-
对24位位图的血细胞图片进行白细胞的细胞核分割
对24位位图的血细胞图片进行白细胞的细胞核分割-Bitmap 24 of the blood cell picture of the nuclear division of interleukin
- 2022-12-15 22:15:02下载
- 积分:1
-
本代码实现的功能:24位位图(BMP)的灰度化。具体实现过程:打开图像文件,找到数据区(每3个字节代表一个象素的R,G,B值),循环扫描,根据RGB的权重,计算...
本代码实现的功能:24位位图(BMP)的灰度化。具体实现过程:打开图像文件,找到数据区(每3个字节代表一个象素的R,G,B值),循环扫描,根据RGB的权重,计算出灰度值. 如果要得到256色灰度图,则要新建一个调色板,修改信息头和文件头.-Realize the function of the code: 24-bit bitmap (BMP) of the gray. Concrete realization of the process: Open the image file, locate the data area (3 bytes per pixel on behalf of a R, G, B values), cyclic scan, according to the weight of RGB, gray value is calculated. If you want to get 256 colors grayscale, would create a new palette, modify the header and file header information.
- 2022-05-18 00:16:22下载
- 积分:1