搜索资源列表
matlab_jpeg2000
- matlab中用到的jpeg2000压缩包-matlab used in JPEG2000 compressed packet
im2bw
- 这是一个全局阈值分割的m函数,它能对图像高频部分分割,效果较好-This is a global threshold segmentation of the m function, it high-frequency part of the image segmentation, better
the_communication_mechanism_of_graph_system_based_
- 文章主要讨论了视频会议系统中基于 电子白板的图形会话系统的通讯机制, 以及采用W inSock 技术实现系统的主要技术和编程方法-Th is paper int ro2 duces the communicat ion mechanism of graph system based on w h iteboard, and discusses the im2 p lementat ion w ith w indow s so
ImprovementonTCPoverHighSpeedSatelliteandInternetN
- 针对TCP (Transmission Control Protocol) 协议在高速卫星因特网中传输吞吐量低的问题, 提出了一种改 进TCP快速恢复的算法。该算法根据卫星信道由传输错误造成的分组丢失概率远大于由拥塞造成的分组丢失 概率的特点, 通过加快窗口的增长速度, 避免过早地进入拥塞避免阶段, 达到了提高TCP吞吐量的目的。通 过NS2软件模拟仿真了高速卫星因特网环境, 并对各个TCP版本和改进算法的仿真结果进行了比较
im2
- 很好的代码,供大家使用和参考,大家赶紧下吧,试验过了,没有错误-Very good code, for your use and reference, we hastened to the next bar, tested, and no error
Algorithm
- 本文提出的改进算法给出了源 节点和目的节点出现在网络中任何位置的洞路由方案,优化了洞路由路径,合理解决了无线传感器网络中的洞路由问题-In t his paper,an im2 p roved algo rit hm p ropo ses a ro uting scheme op timizes t he ro uting pat h no mat ter where t he so urce no de and t he
output_of_DCT_in_image_fusion
- u can calculate DCT clc inp = imread( Im1.jpg ) inp1 = imread( Im2.jpg ) A = double(inp(:,:,1)) B = double(inp1(:,:,1)) A1=double(blkproc(A,[8 8], dct2 )) B1=double(blkproc(B,[8 8],
PolarToIm
- 这里使用了双线性插值来处理极坐标转换到直角坐标下时,点不对称的问题,不过最后生成的图有一点问题,本来应该是一圈一圈的圆环,但是转化后的只有部分圆环了 rMin = 0.1 rMax =0.9 im2 = imread( ivus.bmp ) figure(4) imshow(im2) imR2 = PolarToIm(im2, rMin, rMax, 300, 300) figure(5) imshow(im
Active-Contour-Models-
- 传统Snake 模型存在的缺点是, 其初始轮廓必须靠近图像中感兴趣目标的真实边缘,否则会得到错误结 果,且由于Snake 模型的非凸性,结果不能进入感兴趣目标的深凹部分,很容易陷入局部极小点. 由此该文提出一 种基于力场分析的主动轮廓模型,详细分析了基于欧氏距离变换的距离势能力场分布,归纳出感兴趣目标上真轮 廓点与假轮廓点的判别标准. 建立了由曲线能量到最终结果的有效方法,避免了Snake 陷入局部极小点. 实验结果
IM2
- 企业内容聊天,文件传输工具源码,类似飞秋功能,可动态添加新功能!-Enterprise Content chat, file transfer tool source similar flight autumn functions, dynamically add new features!
im2-edge_var
- 用opencv 写的一个可以读取视频,并对视频进行边缘提取,有经典的Canny,prewitt,sobel等算子,效果很好-Written opencv can read the video, and video from the edge, classic Canny, prewitt, sobel operator, with good results
psnr
- 计算PSNR。可直接调用,两个输入参数im1,im2为两个图象序列,返回值为PSNR的值。-Calculation of PSNR. Can be called directly, two input parameters im1, im2 two image sequences, the return value is the PSNR.
Gray2Rgb
- Here is a code for gray to RGB conversion. You must use gray image for im1 & RGB image for im2
Imminent-Monitor-v2.0.1.9-Cracked-P-Stub-Source.r
- HI BUDDS THIS IM2 CRACKED FOR YOU
sift_mosaic(im1--im2)
- 利用编程来实现两幅影像的这个却匹配,通过SIFT特征点来找到正确的匹配点,通知算法自带错误点剔除算法-sift_mosaic(im1, im2)
psnr_matlab
- 在matlab中实现峰值信噪比的函数 function y=psnr(im1,im2) 计算峰值信噪比程序——————————————— - ininput im1 : the original image matrix-For peak signal to noise ratio in matlab function function y = psnr (im1, im2) calculated PSNR p