搜索资源列表
Color_Conversion_Algorithms_cold
- Color Conversion Algorithms.• RGB to HSV & HSV to RGB • RGB to YIQ & YIQ to RGB • RGB to XYZ & XYZ to RGB • XYZ to CIE L*a*b* (CIELAB) & CIELAB to XYZ • XYZ to CIELUV & CIELUV to XYZ-Co
SerialComOCX
- 基于事件驱动的串口通讯控件 消息帧数据格式: 1 0 A B X X 其中 10 为消息标识, AB表示文本长度,L=A*100+B XX为配位字符,任意 控制帧数据格式 0 1 A B M N 其中 01为控制标识, AB为请求标识 MN为附加标识 11表示请求对方接收文件,M表示描述字串中文件名子串的长度 N表示描述字串中文件大小子串的长度 10通知
colortolab
- 该程序能够完成r,g,b空间到l,a,b空间的转换。欢迎大家下载-the process can be completed r, g, b space to l, a, b space conversion. Welcome Download
Cal_LAB
- 用于计算CIE颜色空间的L,a,b值。-used in the calculation of the CIE color space L, a, b value.
Binary-Search
- function Binary_Search(L,a,b,x) begin if a>b then return(-1) else begin m:=(a+b) div 2 if x=L[m] then return(m) else if x>L[m] then
Matlab_pc_serial
- 结合单片机和M a t l a b 两者的优点,基于事件驱动的中断通信机制,提出一种Matlab 环境下PC 机与 单片机实时串行通信及数据处理的方法;完成单片机数据采集系统与PC 机的RS-232/RS-485 串行通 信及其通信数据的分析处理、文件存储、F I R 滤波及图形显示;简化系统开发流程,提高开发效率。 该方法已成功应用于一个P I C 1 6 F 8 7 6 单片机应用系统实例之中
FractalDim
- 一维信号的计盒分形维数,用 m a t l a b编辑的
RGB2LAB
- 图像从RGB格式转化成Lab,L*a*b* 从而可以在Lab下对图像处理
matlabVidioRead
- M a t l a b 中读取视频avi文件的小程序
MatlabApplicationinImageProcess
- M a t l a b 在图像处理中应用的各种函数集,做图像处理的查询很方便
Matlab1ANNToolBar
- 一个神经网络的工具箱,用于M a t l a b中
基于MATLAB的直接序列扩频通信系统仿真
- : 本文以扩频理论为基础, 用 M A T L A B 对直接序列扩频通信系统进行了仿真。 系统中扩频编码采用 m序列, 整个系统 采用 Q P S K调制方式, 接收端同步捕获过程采用数字匹配滤波器的原理。在给定的仿真条件下, 对仿真程序进行了运行测试, 得 到了预期的仿真结果。
LabWindows/CVI与Microsoft_Access之间数据共享的实现
- , 本文提 出了 一 种在 L a b Wi n d o ws / CVI 平 台与 Mi c r o s o f t Ac c e s s之间实现数 据库共 享的解决方案 ,该方案基 于 SQL T o o l k i t 工 具包的数 据 库管理应用程序, 使用开放式数据库互连( OD B C) 做数据接口, 应用标 准化查询语言 ( S QL) 来 进行数据库访 问。实践表明该方 案对于数据管理切实可行 。
Cal_LAB
- 用于计算CIE颜色空间的L,a,b值。-used in the calculation of the CIE color space L, a, b value.
Color_Conversion_Algorithms_cold
- Color Conversion Algorithms.• RGB to HSV & HSV to RGB • RGB to YIQ & YIQ to RGB • RGB to XYZ & XYZ to RGB • XYZ to CIE L*a*b* (CIELAB) & CIELAB to XYZ • XYZ to CIELUV & CIELUV to XYZ-Co
SerialComOCX
- 基于事件驱动的串口通讯控件 消息帧数据格式: 1 0 A B X X 其中 10 为消息标识, AB表示文本长度,L=A*100+B XX为配位字符,任意 控制帧数据格式 0 1 A B M N 其中 01为控制标识, AB为请求标识 MN为附加标识 11表示请求对方接收文件,M表示描述字串中文件名子串的长度 N表示描述字串中文件大小子串的长度 10通知
colortolab
- 该程序能够完成r,g,b空间到l,a,b空间的转换。欢迎大家下载-the process can be completed r, g, b space to l, a, b space conversion. Welcome Download
Binary-Search
- function Binary_Search(L,a,b,x) begin if a>b then return(-1) else begin m:=(a+b) div 2 if x=L[m] then return(m) else if x>L[m] then -function Binary_Search (L, a, b, x) begin if a
MatlabApplicationinImageProcess
- M a t l a b 在图像处理中应用的各种函数集,做图像处理的查询很方便-M atlab applications in image processing various function sets, the query to do image processing easily
chengxu
- matlab图像分割的实例,包括基于L*a*b空间的彩色图像分割,检测汽车目标,分水岭分割等程序源代码-matlab examples of segmentation, including those based on L* a* b color space, image segmentation, target detection vehicles, watershed segmentation source code