-
byjc
说明: 对于一些图像来说,常用的边缘检测算法有时候无法设立合适的阈值将它们的梯度较小的模糊边缘检测出来。为了解决这个问题,有两种解决方法:将图像方差标准化,拉大模糊边缘的梯度值,或通过设置sigmoid函数,将像素所在区域的信息传递到梯度值中去,对其进行调整,就能找到合适阈值,有效地将模糊边缘提取出来。本程序把这两种算法实现并与与传统算法进行了比较。(For some images, the commonly used edge detection algorithm sometimes can not be an appropriate threshold for the gradient of their smaller fuzzy edge detected. To solve this problem, there are two solutions: the image variance standardization, widening the fuzzy edge of the gradient value, or by setting the sigmoid function pixel region to disseminate the message to the gradient values to adjust, on the can find a suitable threshold, effectively extracted fuzzy edge. This procedure of these two algorithms with the traditional algorithm.)
- 2008-10-26 18:49:00下载
- 积分:1
-
jquery.easing.1.3
jquery.easing.js 1.3 是一个配合jquery实现完美动画效果的扩展插件,比如我们在使用jquery制作一幅图片滚动或图片渐变,使用本插件可扩展或增强jquery性能,生成完美无缺兼容性更好的jquery动画来,它不仅可以用于图像特效,像一些基础的层操作也可以使用。(jquery.easing.js 1.3 is a perfect fit jquery animated extensions, such as we use jquery make a picture or a picture scroll gradient, using this plugin jquery enhanced scalability or performance, generate flawless compatibility and better jquery animation, which not only can be used for image effects, like some basic layer operations can also be used.)
- 2014-12-03 17:35:25下载
- 积分:1
-
rzrd-Developed
说明: Developed with DELPHI business card management system
- 2019-04-18 23:44:59下载
- 积分:1
-
hource
简单蚁群算法求解TSP的matlab源程序 不错的源码 很好(A simple ant colony algorithm to solve TSP matlab source good source is very good)
- 2017-05-18 13:06:21下载
- 积分:1
-
threshold
python语言,三种阈值分割方式,简单阈值分割,自适应阈值分割,OTsu分割方式(Python language, three methods of image segmentation , simple threshold segmentation, adaptive threshold segmentation, OTsu segmentation)
- 2019-04-06 16:08:23下载
- 积分:1
-
3D
Draw 3D Graph for image processing
- 2013-05-16 05:12:10下载
- 积分:1
-
feature-selection
对特征选择与提取进行介绍,及几个特征提取方法简介(For feature selection and extraction are introduced, and several feature extraction methods Introduction)
- 2014-05-12 14:39:58下载
- 积分:1
-
MediaFocusManager_10803
浏览图片的缩略图时,点击某张缩略图,被点击的缩略图会在当前视图放大并且全屏显示,背景用黑色透明视图遮挡。再次点击图片,将回到缩略图浏览状态(Media Focus Manager)
- 2013-08-23 09:27:34下载
- 积分:1
-
fl_chart-master
说明: 在我们的移动端开发中,需要用到折线图,本篇内容就是用flutter写的一个折线图例程。(In the development of our mobile terminal, we need to use the line chart. This article is a line chart routine written by flutter.)
- 2019-06-22 15:11:51下载
- 积分:1
-
代码
说明: 1、正弦函数 f (t) = K sin(wt +a)
2、矩形脉冲函数 f (t) = u(t) - u(t - t0 )
3、抽样函数
4、单边指数函数 f (t) = Ke -t
5、已知信号 f1(t) = u(t + 2) - u(t - 2), f 2 (t) = cos(2pt) ,用 MATLAB 绘制
f1(t) + f 2 (t) 和 f1(t)′ f 2 (t)的波形。(such as :
Sine function f (t) = K sin(wt +a)
Rectangular pulse function f (t) = u(t)-u(t-t0)
Sampling function
One-sided exponential function f (t) = Ke -t
Known signal f1(t) = u(t + 2)-u(t-2), f 2 (t) = cos(2pt), draw with MATLAB
The waveforms of f1(t) + f 2 (t) and f1(t)*f 2 (t))
- 2021-03-19 10:39:19下载
- 积分:1