CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - array class
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - array class - List
[
Special Effects
]
nijuzhen
DL : 0
自己写的一个类 句阵操作 内容可靠 欢迎大家下载-Write your own array to operate a class sentence reliable welcome you to download content
Date
: 2026-01-19
Size
: 2kb
User
:
dove
[
Special Effects
]
JpegDecoder
DL : 0
JpegDecoder类主要用于Jpeg文件的解码。 使用方法十分简单,只需要利用GetJPEGBuffer函数返回解码后的像素数组。-JpegDecoder class is mainly used for the decoding of Jpeg files. Usage is very simple, only need to use GetJPEGBuffer function returns an array of pixels decoded.
Date
: 2026-01-19
Size
: 9kb
User
:
min
[
Special Effects
]
MinMaxFilterFolder
DL : 0
Min/Max filter,最大最小滤波器,说明看英文,只是国外的人写的代码, -Description The filter computes the minima and/or maxima of an array over sliding window with a given size. Multidimensional array is fully supported: running filter in 1D, 2D filter for image processing applications (erosion/dilatation), 3D and more. This package has been implemented with a special care on the running speed: the MEX engine uses an algorithms that requires no more than three (3) comparisons per element and per dimension in all configurations. All numerical and logical class arrays are supported. Contributor (beside author) is Vaclav Potesil Acknowledgements This submission has inspired the following: Free-knot spline approximation MATLAB release MATLAB 7.8 (R2009a) Other requirements MEX correctly setup NO image processing is required Download a tiff file for
Date
: 2026-01-19
Size
: 29kb
User
:
谢冉
[
Special Effects
]
Textural_defect_detection_based_on_label_co-occurr
DL : 0
基于类别共生矩阵的纹理疵点检测方法 邹超 朱德森 肖力 摘要:根据有规则纹理的特点,提出了基于类别的共生矩阵来描述纹理特征,从而很好地将正常纹理与疵点区分开。分析了传统的灰度共生矩阵在计算纹理特征时计算量大,且分辨能力差的缺点.为了克服灰度共生矩 阵在计算量和分辨能力上的缺点,定义了类别共生矩阵.在类别共生矩阵的算法中,首先学习纹理的一些基本特征以确定类别共生矩阵的一些关键参数。如纹理的概率密度分布、纹理的主方向和周期,以及分类准则等重要参数,然后计算类别共生矩阵并提取白疵点增强、黑疵点增强和一致度等三个特征,最后采用异常点检测的方法即可很好地区分正常纹理和疵点.实验证明,该方法比已有的灰度共生矩阵计算量小,并具有更突出的分辨纹理和疵点的能力.-Class-Based Co-occurrence Matrix Texture defect detection method ZOU Chao Zhu Sen Xiao Li Abstract: According to the rules-texture features is proposed based on categories of co-occurrence matrix to describe the texture features, which will be well distinguished from the normal texture with defects. Analysis of the traditional GLCM texture features in the calculation for calculating the volume, and the disadvantage of poor resolution. In order to overcome the symbiotic Gray Moment Array in the calculation of capacity and the ability to distinguish the shortcomings of the definition of the categories of co-occurrence matrix. In the categories of co-occurrence matrix algorithm, first learn some basic features of the texture in order to determine the categories of some of the key parameters of co-occurrence matrix. Such as the texture of the probability density distribution of the main texture direction and cycles, as well as the classification criteria and other important parameters,
Date
: 2026-01-19
Size
: 2.97mb
User
:
李峰
[
Special Effects
]
jpeg
DL : 0
JpegDecoder类主要用于Jpeg文件的解码。 使用方法十分简单,只需要利用GetJPEGBuffer函数返回解码后的像素数组。-JpegDecoder class is mainly used for the decoding of Jpeg files. Very simple to use, just need to use GetJPEGBuffer function returns an array of pixels decoded.
Date
: 2026-01-19
Size
: 10kb
User
:
ly
[
Special Effects
]
tuxiangjima
DL : 0
JpegDecoder类主要用于Jpeg文件的解码。 使用方法十分简单,只需要利用GetJPEGBuffer函数返回解码后的像素数组。在第三篇的实例MagicHouse中就需要使用这个类。-JpegDecoder class is mainly used for the decoding of Jpeg files. Usage is very simple, only need to use GetJPEGBuffer function returns an array of pixels decoded. In the third instance MagicHouse on the need to use this class.
Date
: 2026-01-19
Size
: 10kb
User
:
王高明
[
Special Effects
]
FormatConvertor
DL : 0
图像处理类。用于将数字图像转化为矩阵形式。以一维和二维数组的形式进行储存。-Image processing class. For digital images into a matrix form. The form of a one-dimensional and two-dimensional array to store.
Date
: 2026-01-19
Size
: 2kb
User
:
祁万林
[
Special Effects
]
Vvector
DL : 0
实现一个数组类模板,功能同std::vector-Achieve an array of class template function with std :: vector
Date
: 2026-01-19
Size
: 2kb
User
:
eorknub
[
Special Effects
]
bayesgauss
DL : 0
BAYESGAUSS贝叶斯分类器对高斯模式。 D = BAYESGAUSS(X,钙、马、P)计算贝叶斯决策 n维的功能模式的行X。 n-by-n-by-W大小的CA是一个数组,其中包含了协方差 的矩阵大小n-by-n,W类的数量。 大小n-by-W 马是一个数组,其列。柯尔- 水洼意味着向量。一个赔偿。矩阵和平均向量必须 为每个类指定,即使一些都是平等的。X是大小 K-by-n,K是模式的数量分类。P是 1-by-W数组,包含发生的概率 每个类。如果P不包括在参数、类 假定同样可能。-BAYESGAUSS Bayes classifier for Gaussian patterns. D = BAYESGAUSS(X, CA, MA, P) computes the Bayes decision functions of the n-dimensional patterns in the rows of X. CA is an array of size n-by-n-by-W containing W covariance matrices of size n-by-n, where W is the number of classes. MA is an array of size n-by-W, whose columns are the corres- ponding mean vectors. A cov. matrix and a mean vector must be specified for each class, even if some are equal. X is of size K-by-n, where K is the number of patterns to be classified. P is a 1-by-W array, containing the probabilities of occurrence of each class. If P is not included in the argument, the classes are assumed to be equally likely.
Date
: 2026-01-19
Size
: 2kb
User
:
刘晓丹
[
Special Effects
]
Array
DL : 0
用类实现动态数组的各种操作,获取数组大小,重置数组大小,获取元素,重载[]操作符,追加新元素,删除元素,插入元素,重载=-With class implements a dynamic array of various operations, access to the array size, the size of the array is reset, access to the elements, overloaded [] operator, additional new elements, remove elements, insert elements overloaded =
Date
: 2026-01-19
Size
: 4kb
User
:
ei451297
[
Special Effects
]
ipnxu
DL : 0
Phased array antenna pattern (Chebyshev weights), Optimization class contains several simple sample programs, In the MATLAB image texture feature.
Date
: 2026-01-19
Size
: 6kb
User
:
yeikingnan
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.