实用的单片机开发与应用程序,包括:中值滤波子程序,AD转换类程序,16、32位整型数开方,单片机音乐程序--祝你平安。对初学者很有帮助的。MCU development and practical applications, including: median filter subroutine, AD converter type of proceeding, 16,32-bit integer number prescribing, SCM music program - I wish you peace. Helpful for beginners.
上传时间: 2016-01-27
上传用户:sunjet
四个小算法。红黑树,American Gladiator Distributed median和Chessboard Cover
上传时间: 2016-05-31
上传用户:498732662
ClustanGraphics聚类分析工具。提供了11种聚类算法。 Single Linkage (or Minimum Method, Nearest Neighbor) Complete Linkage (or Maximum Method, Furthest Neighbor) Average Linkage (UPGMA) Weighted Average Linkage (WPGMA) Mean Proximity Centroid (UPGMC) median (WPGMC) Increase in Sum of Squares (Ward s Method) Sum of Squares Flexible (ß space distortion parameter) Density (or k-linkage, density-seeking mode analysis)
标签: ClustanGraphics Complete Neighbor Linkage
上传时间: 2014-01-02
上传用户:003030
the code environment s C++. it is in image processing field. this code Read TIFF Image then it excute a median Filter Classical on gray images. after that it Write TIFFU nsigned Char.
标签: code environment processing Image
上传时间: 2016-12-24
上传用户:xiaoxiang
各种滤波器,包括LMS、RLS、Wiener,Kalman,median等滤波器源码,都是原创
标签: 滤波器
上传时间: 2013-12-19
上传用户:a3318966
Input : A set S of planar points Output : A convex hull for S Step 1: If S contains no more than five points, use exhaustive searching to find the convex hull and return. Step 2: Find a median line perpendicular to the X-axis which divides S into SL and SR SL lies to the left of SR . Step 3: Recursively construct convex hulls for SL and SR. Denote these convex hulls by Hull(SL) and Hull(SR) respectively. Step 4: Apply the merging procedure to merge Hull(SL) and Hull(SR) together to form a convex hull. Time complexity: T(n) = 2T(n/2) + O(n) = O(n log n)
标签: contains Output convex planar
上传时间: 2017-02-19
上传用户:wyc199288
1.an fpga implementation of the image space reconstruction algorithm for hyperspectral imaging analysis 2. fpga implemention of a median filter 3. fpga implementation of digital filters 4.hardware acceleration of edge detection algorithm on fpgas 5.implementation and evaluation of image processing algorithms on reconfigurable architecture using C-based hardware descriptive languages 6. implementing 2D median filter in fpgas 7.视频图像处理与分析的网络资源
标签: implementation reconstruction hyperspectral algorithm
上传时间: 2014-01-10
上传用户:894898248
OpenCV实现中值滤波视频去噪,效果还行,仅供大家学习交流,欢迎评论! -The OpenCV achieve the median filtering video denoising effect, we only learn exchanges are welcome to comment!
上传时间: 2016-04-25
上传用户:shiaijianjun