Welcome![Sign In][Sign Up]
Location:
Search - double threshold

Search list

[Multimedia programShotDetect

Description: 一个实现视频关键帧提取算法的类,用C++实现,基本思想还是双阈值方法-A class which realize the algorithm to check out the key frame of video is written by c++. The basal idea of the algorithm is based on double threshold.
Platform: | Size: 2793 | Author: 方平 | Hits:

[Windows Developgrid_segmentation.zip

Description: This paper presents a novel segmentation algorithm for metallographic images, especially those objects without regular boundaries and homogeneous intensity. In metallographic quantification, the complex microstructures make the conventional approaches hard to achieve a satisfactory partition. We formulate the segmentation procedure as a new framework of iterative watershed region growing constrained by the ridge information. The seeds are selected by an effective double-threshold approach, and the ridges are superimposed as the highest waterlines in watershed transform. To tackle the over-segmentation problem, the blobs are merged iteratively with the utilization of Bayes classification rule. Experimental results show that the algorithm is effective in performing segmentation without too much parameter tuning.
Platform: | Size: 712264 | Author: jjrs05 | Hits:

[SourceCodeImage Segmentation Using Iterative Watersheding

Description: This paper presents a novel segmentation algorithm for metallographic images, especially those objects without regular boundaries and homogeneous intensity. In metallographic quantification, the complex microstructures make the conventional approaches hard to achieve a satisfactory partition. We formulate the segmentation procedure as a new framework of iterative watershed region growing constrained by the ridge information. The seeds are selected by an effective double-threshold approach, and the ridges are superimposed as the highest waterlines in watershed transform. To tackle the over-segmentation problem, the blobs are merged iteratively with the utilization of Bayes classification rule. Experimental results show that the algorithm is effective in performing segmentation without too much parameter tuning.
Platform: | Size: 712264 | Author: jjrs05 | Hits:

[DSP programfir_echo_canceller

Description: 基于LMS的双向回波削除源码,不过回波幅度不要大于0.2,否则算法认为DOUBLE TALK DETECT。各位可修改此阀值,试试效果-based on the two-way LMS Echo slashing source, but not greater than the rate Echo 0.2, or that the algorithm** DOUBLE TALK. You can modify this threshold, try Effect
Platform: | Size: 20480 | Author: 陈龙 | Hits:

[Multimedia DevelopShotDetect

Description: 一个实现视频关键帧提取算法的类,用C++实现,基本思想还是双阈值方法-A class which realize the algorithm to check out the key frame of video is written by c++. The basal idea of the algorithm is based on double threshold.
Platform: | Size: 2048 | Author: 方平 | Hits:

[Special Effects2DDoubleDensityDWTThresholdingMethod

Description: 使用二维双密度小波2-D Double-Density DWT Thresholding Method,决定图像滤波门限值,实现图像去噪处理。-use of two-dimensional density Wavelet 2-D Double-Density DWT Thresho lding Method, the decision threshold image filtering, image denoising.
Platform: | Size: 612352 | Author: 李彪 | Hits:

[assembly languageclock

Description: 本电子钟采用PIC16C55单片机控制,适于温室的定时恒温或自来水的定时定压控制等。PIC16C55单片机工作电压为2.5~6.25V,功耗低、驱动能力强。本电子钟可以控制一路负载在24小时内的3次开/关;一个双限触发的定时输出口,既可接传统的功率保持型继电器,也可接脉冲继电器。本机用四位LED数码管扫描式显示,还有消隐(省电)工作方式,使用起来非常灵活、方便。-The electronic bell used PIC16C55 Singlechip control, suitable for greenhouse thermostat timing timing or water pressure control. PIC16C55 Singlechip operating voltage for the 2.5 ~ 6.25V, low power consumption, driver ability. The electronic bell all the way to control the load within 24 hours of 3 times on/off a double threshold timing trigger output can then maintain the traditional power-type relays, impulse relays can also be received. The machine scans the four LED digital tube display, as well as blanking (power) work, to use a very flexible and convenient.
Platform: | Size: 119808 | Author: 罗志军 | Hits:

[Speech/Voice recognition/combineendpoint

Description: 计算语音信号的端点 采用双门限法进行检测-Speech signal endpoint computing double-threshold detection method
Platform: | Size: 1024 | Author: 阿飞 | Hits:

[Graph RecognizeMotion_Detection

Description: Motion detection results If you double-click the Switch block so that the signal is connected to the SAD side, the Video Viewer block displays the SAD values, which represent the absolute value of the difference between the current and previous image. When these SAD values exceed a threshold value, the demo highlights the quadrant in red. Note that the difference image itself may be viewed, in place of the original intensity image, along with the red motion highlighting, which indicates how the SAD metric works.
Platform: | Size: 11264 | Author: radim.rh | Hits:

[Software Engineering1

Description: 认知无线电技术的提出是为提高频谱利用率,而认知无线实现的关键技术是频谱感知,众所周知协作检测提高了衰落环境中认知用户系统检测的性能,该文章是基于协作检测提出新的检测方案,利用了双门限方法提高了系统性能,兼顾带宽有限和增强性能两个方面,是基于门限检测的协作检测性能优化的前提。对以后门限优化协作检测非常有用。-In this paper, we employ a double threshold method in energy detector to perform spectrum sensing, while a fusion center in the cognitive radio network collects the local decisions and observational values of the secondary users, and then makes the final decision to determine whether the primary user is absence or not. Simulation results will show that the spectrum sensing performance channels is improved significantly under the proposed scheme as opposed to the conventional method.
Platform: | Size: 374784 | Author: 丽丽 | Hits:

[Special EffectsImageMatrix

Description: 图像的矩阵运算 用于图像像素的尺度变换,归一化;图像读取,阈值分割,矩阵的加减乘数运算,以及图像的读写;数据类型支持int,double,以及复数complex类型-Image matrix operations for image pixels scale transformation, normalization image reads, threshold segmentation, the multiplier matrix addition and subtraction operations, as well as images of reading and writing data type support int, double, and complex type of complex
Platform: | Size: 126976 | Author: Jack | Hits:

[Special Effectscanny

Description: 最优的阶梯型边缘检测算法(canny边缘检测) 1.Canny边缘检测基本原理 (1)图象边缘检测必须满足两个条件:一能有效地抑制噪声;二必须尽量精确确定边缘的位置。 (2)根据对信噪比与定位乘积进行测度,得到最优化逼近算子。这就是Canny边缘检测算子。 (3)类似与Marr(LoG)边缘检测方法,也属于先平滑后求导数的方法。 2.Canny边缘检测算法: step1:用高斯滤波器平滑图象; step2:用一阶偏导的有限差分来计算梯度的幅值和方向; step3:对梯度幅值进行非极大值抑制; step4:用双阈值算法检测和连接边缘。 step1:高斯平滑函数 -The optimal type stair edge detection algorithm (canny edge detection) 1 Canny edge detection principle (1) the image edge detection must meet two conditions: one can effectively reduce the noise, 2 must try to accurately determine edge position. (2) according to the signal-to-noise ratio and the product localization estimate, get optimal approximation operator. This is the Canny edge detection operators. (3) similar to Marr (LoG) edge detection method, also belongs to the first derivative method for smooth after. 2 Canny edge detection algorithm: Step1: using gauss filter smooth image, Step2: a partial derivatives with finite difference to calculate gradient value and direction, Step3: a gradient of maximum inhibition, Step4: double threshold algorithm of edge detection and connection. Step1: gaussian smooth functions
Platform: | Size: 1271808 | Author: lx | Hits:

[matlabvad

Description: 基于双门限比较法的端点检测程序,使用matlab7编写!-Comparison method based on double threshold endpoint testing procedures, the use matlab7 write!
Platform: | Size: 1024 | Author: 于军 | Hits:

[Special Effectsriham

Description: image processing by using threshold by using signal threshold and double threshold
Platform: | Size: 1146880 | Author: memo | Hits:

[matlabdouble-threshold

Description: 本代码是关于认知无线电系统中能量检测中的双门限检测的,代码清晰易懂,频谱感知入门时可以看看。-double threshold in energy detection
Platform: | Size: 7168 | Author: changguobin | Hits:

[Special Effectswavelet-and-double-threshold

Description: 小波模极大值结合双阈值边缘检测,利用canny边缘检测原理-edge detection based on wavelet modulus maximum and double threshold
Platform: | Size: 2048 | Author: 岳龙门 | Hits:

[matlabshuangmenxianjiance

Description: 基于双门限的能量检测算法,实现在各种信道环境下的仿真-Energy based on double threshold detection algorithm, implemented in various channel environments Simulation
Platform: | Size: 56320 | Author: anne | Hits:

[Special Effectsdouble-threshold-segmentation

Description: sar图像处理中的双阈值分割算法的matlab实现代码-Double threshold segmentation algorithm of SAR image processing of matlab code
Platform: | Size: 2048 | Author: 曹芳 | Hits:

[Special Effectsdouble-threshold

Description: 双阈值分割算法,很简单,可以完成对大部分图像的分割。-double threshold image segmention
Platform: | Size: 263168 | Author: 徐涛 | Hits:

[Otherdouble-threshold-TDCS

Description: 针对单门限变换域通信系统往往无法兼顾抗干扰和隐蔽通信的问题,提出了一种基于双门 限变换域通信系统基函数幅度谱的设计方法。 该方法首先在干扰存在情况下进行单门限系统最优 误码率门限与最差误码率门限的判断,然后通过参数灵活调整两个门限的值,将大于高门限和低于 低门限的值分别设为0和1,位于双门限之间的频谱进行倒置,得到的基函数通过对数据进行调制 实现通信。 仿真结果表明:相比于单门限变换域通信系统,通过参数调节后的双门限变换域通信系 统可以同时具有良好的抗干扰及隐蔽通信性能-For the problemthat single thresholdtransformdomaincommunicationsystem(TDCS) cannot possess anti-jammingandcovert communicationpropertyat thesametime,amethodof designingthespec鄄 trumamplitudeof basis functionbasedondouble-thresholdis proposedintransformdomaincommunication system. Withthe coexistence of jamming,the thresholds of optimal and worst bit error rate(BER) are judged,thenby adjusting the two thresholds throughparameter,the spectrumamplitude above the upper thresholdis markedas 0,belowthe lower thresholdis markedas 1,while betweenthe double thresholds, thespectrumamplitudeis inverted,andfinallyTDCSimplements communicationbymodulatingdataonthe basis function. Simulationresults showthat comparedwithsingle-thresholdtransformdomainsystemcom鄄 munication,the double-thresholdTDCSthroughadjusting the parameter canachieve goodperformance of anti-jammingandcovert communicationat thesametime.
Platform: | Size: 1190912 | Author: 田蜀 | Hits:
« 12 3 4 5 »

CodeBus www.codebus.net