-
MbufAllocColor
这个函数分配一个数据缓冲区与多个颜色指定系统上的乐队。这种类型的缓冲区允许表示彩色图像(例如,RGB)。
这个函数为每个指定分配缓冲区,一个二维表面颜色乐队。您可以使用MbufAlloc1d()和MbufAlloc2d()来创建单独的乐队一或二维
数据缓冲区,分别。
分配一个缓冲区后,我们建议您检查是否操作成功,使用MappGetError(),或通过验证,不是M_NULL返回的缓冲区的标识符。(This function allocates a data buffer with multiple color bands on the specified system. This type of buffer allows for the representation of color images (for example, RGB).
This function allocates buffers that have a two-dimensional surface for each specified color band. You can use MbufAlloc1d() and MbufAlloc2d() to create single band one- or two-dimensional
data buffers, respectively.
After allocating a buffer, we recommend that you check if the operation was successful, using MappGetError(), or by verifying that the buffer identifier returned is not M_NULL.)
- 2015-12-03 19:55:48下载
- 积分:1
-
histogrameq
VC做的图像处理方面的一些代码,仅供参考(VC do image processing of some code, only supplies the reference
)
- 2012-03-15 10:09:25下载
- 积分:1
-
XIAOBO2wei
图像处理,二维小波变化等指导,说明清晰实用。基于MATLAB(Image processing, two-dimensional wavelet change guidance on clear and practical.)
- 2013-06-05 23:55:53下载
- 积分:1
-
EC1211Source
this is a project about animation. how do we form the shape to make it look like car, house abd so on. with the colours that wee like and the movement.
- 2009-05-29 21:31:36下载
- 积分:1
-
calibration-toolbox-0.9
matlab上面自动实现相机校准标定的一个工具库(Matlab toolbox for multiphase calibration can realize automatic calibration)
- 2020-06-18 22:20:02下载
- 积分:1
-
icm_seg
基于马尔可夫随机场(MRF)、条件迭代算法ICM的图像分割源码(The MRF, the ICM-based image segmentation source code to source image segmentation based on the MRF ICM)
- 2012-06-15 10:17:55下载
- 积分:1
-
lvboqi
对图像进行模糊处理前的第一步设计操作,然后进行加强滤波处理(Fuzzy image processing operation prior to the first step in the design and then proceed to strengthen the filter processing)
- 2008-12-29 15:10:12下载
- 积分:1
-
classification
基于主成分分析与灰度(颜色)、纹理(灰度共生矩阵)的图像分类matlab程序(附示例图像)。(Image classification matlab program based on principal component analysis and gray (color), texture (GLCM) (with sample images).)
- 2012-03-29 14:53:10下载
- 积分:1
-
SURF-based-image-stitching
SURF算法作为一种新近出现的特征提取方法,在重复度、独特性、鲁棒性3个方面,均超越或接近以往提出的同类方法,并在计算效率上具有明显的优势。本代码采用SURF算法检测图像并进行坐标变换与图像拼接。
采用SURF算法对图像进行检测,其主要是用Hessian矩阵对图像进行检测,对图像的特征提取之后找到图像的特征点。之后采用最近临快速匹配(NN)、随机抽样一致性(RANSAC)算法和最小二乘法参数优化(LM)对特征点进行提纯匹配。最后在两幅图像中进行坐标变换,达到统一坐标系和图像拼接的效果。
(SURF(Speeded Up Robust Features) as a method of feature extraction which newly appeared is over or nearly previous method on duplication, uniqueness, and robustness and have a clear advantage on computational efficiency. This code uses the SURF and coordinate transformation algorithm to detect image and image matching.
This code uses the SURF algorithm of image detection, the main is to use the Hessian matrix of image for testing, to find the image after image feature extraction of feature points. After we used Nearest Neighbor (NN), Random Sample Consensus (RANSAC) algorithm and least square parameter optimization for purification of matching feature points. Coordinate transformation in the last two images, to coordinate system to achieve the same image stitching.
)
- 2014-08-30 15:12:42下载
- 积分:1
-
tiqubeijing
对叶片进行预处理和提取部分特征:1.均值去噪 2.k均值聚类提取复杂背景下的叶子图片 3.填充孔洞 4.去叶柄 5.提取轮廓 6计算纵横轴比、面积凹凸比、周长凹凸比、球形性、圆形性、偏心率、形状参数和矩形度等特征值并进行画图。(
Pretreatment of leaves and extract some of the characteristics: a mean denoising 2.k means clustering leaf extract complex background picture fill holes 3 4 5 contour extraction petiole 6 to calculate the vertical and horizontal axis ratio, convex area ratio.. convex perimeter than spherical, circularity, eccentricity, and rectangular shape parameter values and other characteristics of the drawing.)
- 2014-04-22 16:13:02下载
- 积分:1