搜索资源列表
残缺棋盘程序
- 残缺棋盘是一个有2k´ 2k个方格的棋盘,其中恰有一个方格残缺,其中残缺的方格用阴影表示。-incomplete chessboard is a 2k
zaitupianshangtianjiabioji
- 如何绘制阴影字以及 对文字的处理,图片上的文字处理-how shadow rendering of text and word processing, photo of a word processing
shadow-detection
- 一个比较快速的阴影检测算法,基于HSV色彩空间-Shadow detection algorithm based on HSV color space
sharpen-filter
- 对图像进行锐化滤波处理,去除阴影噪声,得到清晰的图像-sharpen filter
Shadowing_and_Multipath
- 无线信道阴影效应和多径效应的MATLAB仿真程序,来自 Modeling the Wireless Propagation Channel-Shadowing and Multipath
yyqc
- 采用RGB模型进行阴影的检测与去除。能够显示前景、背景、去除阴影后的运动目标-RGB model with shadow detection and removal. To show foreground, background, after the removal of shadows moving target
NUMERIC
- 利用数值分析的方法分析了由边界波理论公式所得的圆形光阑衍射场的光强分布1 通过对边界波理论公式所得的光强分布曲线, 对几何照明区与阴影区的光强分布曲线与面衍 射积分公式所得的光强分布曲线进行比较, 分析了边界波理论公式对衍射场描述的准确性1-The light intensity distribution of diffraction of circular aperture was investigated by numerical analysis. In the case of t
jishui
- 一块不平整长方形土地坑坑洼洼,大雨过后,坑里都积满了水(假设边界以外的地方高度都低于边界,见下面示意图,灰色部分为长方形土地,其中深灰色部分为边界;白色部分为边界以外的地方;数字为每小块土地的高度;边界以外的数据不需要输入)。 把这块土地划分成N×M块,每块大小都是1cm×1cm。如果已知每小块土地的高度(值为正整数,单位:cm),求这块土地共可以积水多少立方厘米(积水土坑的边界只考虑前后左右,不考虑斜方向,如上图,阴影部分为可以积水的地方)。数据输入(要求使用文件输入):第一行是N、M的值
yinyingxiaochu
- matlab实现的阴影消除程序,图像处理的常用程序,供大家参考-Shadow Elimination matlab implementation procedures, common image processing program, for your reference
zhenchafa
- 使用帧间差分法进行运动目标检测,内含两组测试图像和测试结果,分别为bmp和jpg格式,并且有详细的使用说明。郑重说明:本程序对阴影处理效果不佳,但思路清晰明了,适合初学者参考。-Frame difference method using the moving target detection, containing two sets of test images and test results, respectively, bmp and jpg format and detailed ins
shadow
- 图片的阴影检测,是基于RGB空间模型的很适合初学者学习使用。-Image detection, is based on the RGB space model is suitable for beginners to learn to use.
lujingsunh
- 移动信道在路径损耗和阴影衰落大尺度衰落下,随基站和移动台间的距离变化的功率变化情况-Mobile channel path loss and shadow fading in the large-scale fading, with the base station and mobile station changes the distance between the power changes
lvbo
- 在车辆检测中,对前景引入一个滤波函数,基于此函数对阴影进行消除。-In vehicle detection, the future introduction of a filtering function, based on this function to eliminate shadows.
finally
- 实现了车辆目标的背景建模、前景检测、阴影消除、车辆跟踪。-The vehicle to achieve the target of the background modeling, foreground detection, shadow elimination, vehicle tracking.
Maze
- 迷宫有一个入口,一个出口。一个人从入口走进迷宫,目标是找到出口。阴影部分和迷宫的外框为墙,每一步走一格,每格有四个可走的方向,探索顺序为:南、东、北、西。 -The maze has one entrance, one exit. A person from entry into the maze, the goal is to find the exit. Shaded and the maze of the frame for the wall, walk every step of a g
maze
- 迷宫有一个入口,一个出口。一个人从入口走进迷宫,目标是找到出口。阴影部分和迷宫的外框为墙,每一步走一格,每格有四个可走的方向,探索顺序为地图方向:南(下)、东(右)、北(上)、西(左)。 输入:输入迷宫数组。第一行数据表示一个 n*n (n<=100)的迷宫;第二行开始的n行为迷宫数据。 其中:0表示路,1表示墙,起点在左上角 <1,1> 的位置,终点在右下角 <n,n> 的位置。 输出:若有解,输出从入口到出口的一条路径,否则输出 the
Shadowing-and-Multipath
- 无线通信中阴影效应和多径的matlab建模-Shadowing and Multipath
图像的阴影提取
- 这个压缩包里面包含有图像阴影提取的代码,将图像输入即可使用
MPPT 局部阴影 模型
- simlink 实现 光伏电池 MPPT局部阴影模型,非常好的仿真模型。(SIMLINK realizes partial shadow model of photovoltaic cell MPPT, very good simulation model.)
阴影阵列下求解
- 光伏阵列阴影多峰之下的求解程序,用到了粒子群算法和遗传算法,求解需要迭代20步。