Welcome![Sign In][Sign Up]
Location:
Search - 3 D matrix

Search list

[matlab咖吗滤波matlab

Description:

function [h,s,v] = rgb2hsv(r,g,b)
%RGB2HSV Convert red-green-blue colors to hue-saturation-value.
%   H = RGB2HSV(M) converts an RGB color map to an HSV color map.
%   Each map is a matrix with any number of rows, exactly three columns,
%   and elements in the interval 0 to 1.  The columns of the input matrix,
%   M, represent intensity of red, blue and green, respectively.  The
%   columns of the resulting output matrix, H, represent hue, saturation
%   and color value, respectively.
%
%   HSV = RGB2HSV(RGB) converts the RGB image RGB (3-D array) to the
%   equivalent HSV image HSV (3-D array).


Platform: | Size: 1517 | Author: leohee | Hits:

[source in ebookVBchangyongsuanfadaquan.ISO

Description: VB常用算法大全.iso 光盘使用指南 本光盘包括三个子目录,内容分别如下: 1、子过程 该子目录下包含了“VB常用算法大全”书中的全部常用算法子过程。所有的 常用算法子过程按书中的章数分别放在以C开头的子目录中。 2、验证子过程 该子目录下按章存放验证上述常用算法子过程的全部验证子过程。所有这些 为验证上述子过程而编的过程按书中的章数分别放在以D开头的子目录中。 3、工程 该子目录下包含所有为验证上述子过程而做的工程,按书中的章数分别放在 以V开头的子目录中。 实际上,读者最方便的是配合书中的说明,在VB系统下直接调用以V开头的 子目录中的工程,按运行键,即显示计算结果,从而可迅速,方便地使用该算 法。达到事半功倍的效果。 -VB One commonly used algorithm. Iso CD-ROM Guide to the use of optical discs including three subdirectories, which are as follows : a son subdirectory under the process includes "VB One commonly used algorithm" used in the book all the sub-process algorithm. All the sub-process algorithm commonly used by several chapters in the book were placed on the C beginning of the subdirectories. 2, the sub-certification process by the subdirectory under Chapter storage verify algorithm commonly used sub-process of all-certification process. All of the above sub-certification process and the series of the process by a few chapters in the book were placed in the beginning of the D subdirectory. 3, works under the subdirectory contains all of the above-certification process done, according to
Platform: | Size: 92160 | Author: liaofei | Hits:

[Otherpractice2.1

Description: 1. Matrix-chain product. The following are some instances a) <3, 5, 2, 1,10> b) <2, 7, 3, 6, 10> c) <10, 3, 15, 12, 7, 2> d) <7, 2, 4, 15, 20, 5> -1. Matrix-chain product. The following are some instancesa) <3, 5, 2, 1,10> b) <2, 7, 3, 6, 10> c) <10, 3, 15, 12, 7, 2> d) <7, 2, 4, 15, 20, 5>
Platform: | Size: 1024 | Author: caoruntao | Hits:

[SCMAT89C51_proteus_fangzhenban

Description: PROTEUS仿真用单片机系统板 系统资源丰富: ★ 内置RAM 32KB模块 ★ 内置8位动态数码显示模块 ★ 内置8X8点阵显示模块 ★ 4位静态数码显示模块 ★ 4位级联的74LS164串并转换模块 ★ 内置8通道8位A/D转换 ★ 内置8位D/A转换 ★ 内置2路SPI和I2C总线接口 ★ 内置4路1-Wire总线接口 ★ 内置4X4矩阵式键盘 ★ 内置4路独立式键盘 ★ 内置4路拨动开关 ★ 内置8位LED发光二极管 ★ 内置3路0-5V之间可调的电压 ★ 内置音频放大模块 ★ 2路继电器控制模块 ★ 2路4分频模块 ★ 内置RS232通信模块-PROTEUS simulation system using single-chip microcomputer system board is rich in resources: ★ ★ built-in RAM 32KB module built-in 8-bit dynamic digital display module ★ built-in 8x8 dot matrix display module ★ 4 digital still digital display module ★ 4 bit cascade string 74LS164 and conversion modules ★ built 8-channel 8-bit A/D conversion ★ Built-8 D/A converter ★ 2-way built-in SPI and I2C bus interface ★ built-in 4-way 1-Wire bus interface ★ built-in 4X4 matrix ★ keyboard built 4-way stand-alone built-in 4-way keyboard ★ ★ DIP switches built 8 LED light-emitting diode built ★ 3 Road, between 0-5V voltage adjustable built-in audio amplification module ★ ★ 2 Road Following electrical control module ★ 2 Rd 4-band module built-in RS232 communication module ★
Platform: | Size: 73728 | Author: zjz | Hits:

[Linux-UnixfirstGTK

Description: 一个基于GTK+的单词数值计算器,1、 按照规则计算单词的值,如果 A B C D E F G H I J K L M N O P Q R S T U V W X Y Z 26个字母(全部用大写)的值分别为 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26,如: WINJACK这个单词的值就为:W+I+N+J+A+C+K=23+9+14+1+3+11=71% HARDWORK=H+A+R+D+W+O+R+D=8+1+18+4+23+15+18+11=98% LOVE=L+O+V+E=12+15+22+5=54% LUCK=L+U+C+K=12+21+3+11=47% ATTITUDE= A+T+T+I+T+U+D+E=1+20+20+9+20+24+4+5=100% 2、对程序的界面布局参考如下图所示,在第一个单行文本框输入一个单词,点击“计算”按钮,按照以上算法计算出该单词的值。 3、如果在最下面的单行文本框输入一个文件路径,此文件每行记录一个单词,那么经过程序计算出各个单词的值,并把结果输出到当前目录下result.txt文件中。如果文件不存在,应该提示错误。 -err
Platform: | Size: 1024 | Author: | Hits:

[AI-NN-PRinherit_arithmetic

Description: 基于量子的遗传算法 基于量子的遗传算法-Genetic algorithm based on quantum genetic algorithm based on quantum genetic algorithm based on quantum
Platform: | Size: 5120 | Author: 薛敏 | Hits:

[3D Graphic3DGraphicsProgrammingGuide

Description: 总目录 第一章 硬件接口 3D应用程序与硬件的交互作用 在计算机屏幕上显示图像 事件反应 使用不同的体系结构 第二章 3D变换 欧几里得空间,自由度和基本变换 平移 缩放 在平面内旋转 3D旋转 坐标系 变换次序 以矩阵形式表达变换 投影变换 第三章 2D图元光栅处理 第四章 2D和3D裁剪 第五章 视处理 第六章 建模 第七章 隐面消除 第八章 光线 第九章 构建3-D应用程序的实践方面 -General Table of Contents Chapter hardware interface hardware 3D applications and the interaction of display images on the computer screen using a different incident response architecture Chapter 3D transformation Euclidean space, freedom and fundamental transformation translation scaling rotation in the 3D plane rotating coordinate system transformation matrix of the order of the expression of transform 2D map projection transformation element grating chapter dealing with 2D and 3D cutting Chapter IV Chapter V Chapter VI, as the processing hidden surface removal modeling VII Chapter VIII Chapter IX Construction of light 3- D application practices
Platform: | Size: 1170432 | Author: zhouyongbing | Hits:

[3D Graphicsanweituxing-bianhuan

Description: 计算机图形学中的三维图形的组合变换,空间中一点p绕空间中任一轴AB逆时针旋转r角,求旋转矩阵RAB -In computer graphics, the combination of 3 d graphics transformation, the space in a point p in the space around any axis AB counter-clockwise r Angle, o RAB rotation matrix
Platform: | Size: 925696 | Author: 萧潇 | Hits:

[matlabbeamfunction

Description: matlab程序代码,三维杆单元有限元结构刚度和质量矩阵的生成-Matlab program code, 3 d finite element structure stiffness and stem the generation of mass matrix
Platform: | Size: 1024 | Author: 清风 | Hits:

[matlabconfusionMatrix3d

Description: 显示一个3 D的混淆矩阵,并返回深入全面的统计和统计每组氮组。-Displays a 3D confusion matrix, and returns thorough overall stats and stats per group for N groups.
Platform: | Size: 3072 | Author: 文泽枫 | Hits:

[Other GamesLED

Description: 用keil写的居于51单片机下的 3D 8x8x8xLED矩阵玩俄罗斯方块游戏,通过红外遥控器控制实现。-Written by keil 51 SCM in the 3 D 8 x8x8xLED matrix play Russian square game, through the infrared remote control realization.
Platform: | Size: 3072 | Author: huangguimin | Hits:

[Windows DevelopTETERTWT

Description: 题目:求一个3*3矩阵对角线元素之和 1.程序分析:利用双重for循环控制输入二维数组,再将a[i][i]累加后输出。 2.程序源代码:-Topic: for a 3* 3 diagonal matrix elements combined 1. The program analysis: use double for cycle control input a 2 d array, again will be a [I] [I] after accumulation output. 2. The source code:
Platform: | Size: 2048 | Author: 崔嬴 | Hits:

[Algorithmlusolvec

Description: lusolvec.f Numerical solution of a set of linear C *** Equations / a matrix equation A * x = b C *** using LU decomposition, matrix A and C *** vectors b and x being double complex, C *** and inversion of A.-3-D FDTD code with PEC bounlusolvec.f Numerical solution of a set of linear C*** Equations/a matrix equation A* x = b C*** using LU decomposition, matrix A and C*** vectors b and x being double complex, C*** and inversion of A.daries
Platform: | Size: 2048 | Author: 林夕言 | Hits:

[Othermatrix

Description: 3、 矩阵(三) 编写C++程序完成以下功能: (1) 用类来实现矩阵,定义一个矩阵的类,属性包括:  矩阵大小,用 lines, rows(行、列来表示);  存贮矩阵的数组指针,根据矩阵大小动态申请(new)。 (2) 矩阵类的方法包括:  构造函数,参数是矩阵大小,需要动态申请存贮矩阵的数组;  析构函数,需要释放矩阵的数组指针;  拷贝构造函数,需要申请和复制数组;  输入,可以从cin中输入矩阵元素;  输出,将矩阵格式化输出到cout;  矩阵相加的函数,实现两个矩阵相加的功能,结果保存在另一个矩阵类,但必须矩阵大小相同;  矩阵相减的函数,实现两个矩阵相减的功能,结果保存在另一个矩阵类,但必须矩阵大小相同。 (3) 定义三个矩阵:A1、A2、A3; (4) 初始化A1、A2; (5) 计算并输出A3 = A1加A2,A3=A1减A2; (6) 用new动态创建三个矩阵类的对象:pA1、pA1、pA3; (7) 初始化pA1、pA2; (8) 计算并输出pA3=pA1加pA2,pA3=pA1减pA2; (9) 释放pA1、pA1、pA3。-3, matrix, (c) Write a C++ program to perform the following functions: (1) matrix class, define a matrix of class attributes include:  matrix size, lines, rows (rows and columns to represent)  storage matrix array pointer, dynamic application (new) according to the size of the matrix. (2) matrix class method comprising:  constructor parameter is the size of the matrix, dynamic application memory matrix array  destructor release matrix array pointer  copy constructor, and the need to apply for and copy an array The  input from cin input matrix elements  output, the the matrix formatted output to cout Function  matrix sum, the sum of two matrices, and the results are stored in another matrix class, but must be the same as the size of the matrix  matrix function subtraction, subtract two matrices, and save the results in another matrix class, but it must be the same as the size of the matrix. (3) d
Platform: | Size: 1024 | Author: | Hits:

[OpenCVCV5

Description: 本程序功能是由运动(估计)恢复仿射结构,具体使用的是factorization分解法。这个方法的本质就是一个矩阵分解的过程:对于给定n个点的m幅图像,我们可以写成一个2m*n的矩阵D=(q1,q2,…,qn),而这个像点矩阵可以表示成一个2m*3矩阵和一个3*n矩阵的乘积,即D=AP,其中A、P分别表示实际(仿射)摄像机位移和场景状态,也就是我们需要求得的矩阵。而如何根据D来得到A、P,正是factorization分解法的工作。-This program features the recovery by the movement (estimated) affine structure, the specific use of the factorization decomposition. The essence of this method is that the process of decomposition of a matrix: m images for a given n points, we can be written in a 2m* n matrix D = (q1, q2, ..., qn), and this can be expressed as the dot matrix the product of a 2m* 3 matrix and a 3* n matrix D = AP, A, P denote the actual (affine) camera displacements and scenes state, that is, we need to obtain the matrix. D to obtain A, P, is the factorization decomposition method.
Platform: | Size: 1842176 | Author: | Hits:

[AI-NN-PRQ1

Description: 2类分类高斯模型 每个类是由一个单一的多元高斯分布的3-D建模 显示如何估计高斯均值向量和协方差矩阵的最大似然(ML)估计的基础上为每个类。   meanA和meanB代表每个类的均值,varA和varB的的代表每个类的协方差矩阵.-2-class classifier with Gaussian Models Each class is modelled by a single 3-D multivariate Gaussian distribution Show how to estimate Gaussian mean vector and covariance matrix for each class based on the Maximum likelihood (ML) estimation. meanA and meanB represent each class s mean vector respectively while varA and varB represent each class s convariance matrix respectively
Platform: | Size: 1024 | Author: 王沛霖 | Hits:

[Other3DshitiElementStiffiness

Description: 三维实体单元刚度矩阵matlab源程序,通用代码-The 3-D solid element stiffness matrix of Matlab source program
Platform: | Size: 1024 | Author: 才子 | Hits:

[Graph Drawingluopan

Description: 经典绘图(见word文档):三维曲线,一窗口多图形,图形样式、标注、题字,绘制心形图,用双轴对数,绘制数据向量,条形图,水平条形图,绘制矩阵的面积图,二维饼图,误差图,绘制火柴杆图,绘制羽列图,绘制8阶魔方矩阵的等值线图和阶梯图,绘制玫瑰花图,罗盘图,梯度场矢量图,三维网格图,绘制高斯分布函数的网格图,曲面图,绘制曲线图,三维饼图。三维条形图,绘制柱形图,三维瀑布图,等高线,绘制一个球面,三角形表面图,三维动画图。将word代码拷贝到m文件即可运行,word文件中还有做好的图样例。-The classical drawing (see word document): 3D curve, a window graphics, graphic style, annotation, inscriptions, draw a heart, with double logarithm, drawing data vector, bars, horizontal bar charts, area mapping matrix, two pie charts, error map, drawing fire wood bar graph, plotting feather diagram, isoline chart and the ladder chart of 8 order magic square matrix, drawing compass rose diagram, diagram, gradient vector, three-dimensional grid map, drawing Gauss distribution function of the grid map, the surface chart, draw curve, the 3-D pie chart. A 3-D bar chart, draw a column chart, 3D waterfall map, contour, draw a spherical, triangular surface map, 3D animation graph. Copy the word code to the m file to run, and to map sample word file.
Platform: | Size: 2774016 | Author: lcl | Hits:

[matlabd

Description: calculation process for a matrix of order 4 is similar to that of a matrix of order 3. A matrix of order 4 has four local weights, named as x(1), x(2), x(3) and x(4), and a consistency index, referred as x(5). The following program is the corresponding file for this matrix
Platform: | Size: 132096 | Author: shim hamzy | Hits:

[matlabXT7_45_c

Description: 本程序主要针对卡尔曼滤波程序进行仿真,主要为目标运动的轨迹估计,相对于之前的程序这次在观测信号加入了速度、加速度,信息矩阵为三维矩阵! 程序正确完整,适合了解卡尔曼的同事学习交流!(This program focuses on kalman filter simulation, mainly for the target motion trajectory estimation, relative to the program of the observation signals before joined the velocity, acceleration, information matrix of the 3 d matrix! The program is correct and complete, it is suitable for the colleague of kalman to learn to communicate!)
Platform: | Size: 1024 | Author: hrbeuguojun | Hits:
« 12 3 4 »

CodeBus www.codebus.net