Welcome![Sign In][Sign Up]
Location:
Search - im2

Search list

[Picture Viewermatlab_jpeg2000

Description: matlab中用到的jpeg2000压缩包-matlab used in JPEG2000 compressed packet
Platform: | Size: 2033664 | Author: 杨云飞 | Hits:

[Special Effectsim2bw

Description: 这是一个全局阈值分割的m函数,它能对图像高频部分分割,效果较好-This is a global threshold segmentation of the m function, it high-frequency part of the image segmentation, better
Platform: | Size: 1024 | Author: 梁军华 | Hits:

[Internet-Networkthe_communication_mechanism_of_graph_system_based_

Description: 文章主要讨论了视频会议系统中基于 电子白板的图形会话系统的通讯机制, 以及采用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 socket.
Platform: | Size: 197632 | Author: 珊迪 | Hits:

[TCP/IP stackImprovementonTCPoverHighSpeedSatelliteandInternetN

Description: 针对TCP (Transmission Control Protocol) 协议在高速卫星因特网中传输吞吐量低的问题, 提出了一种改 进TCP快速恢复的算法。该算法根据卫星信道由传输错误造成的分组丢失概率远大于由拥塞造成的分组丢失 概率的特点, 通过加快窗口的增长速度, 避免过早地进入拥塞避免阶段, 达到了提高TCP吞吐量的目的。通 过NS2软件模拟仿真了高速卫星因特网环境, 并对各个TCP版本和改进算法的仿真结果进行了比较和分析。 仿真结果表明, 改进算法的吞吐量比TCP2SACK提高了约10 , 比TCP2Reno提高了约30 。-A new algorithm is p roposed to imp rove the throughput of high speed satellite&internet network. In satellite channels, most of lost package is due to transmission error instead of congestion. We can make some im2 p rovement on TCP (Transmission Control Protocol) fast recovery algorithm. Bymaking the window increase fas2 ter and not enter congestion avoidance too early. We imp rove the throughput of TCP. We use NS2 to simulate the environment of satellite and internet network, and the results are compared. In simulation, about 10 through2 put in our algorithm is imp roved than TCP2SACK, and that is about 30 imp roved than TCP2Reno. Key words: high speed satellite and internet network satellite channel transmission control p rotocol ( TCP)
Platform: | Size: 601088 | Author: 王立 | Hits:

[Special Effectsim2

Description: 很好的代码,供大家使用和参考,大家赶紧下吧,试验过了,没有错误-Very good code, for your use and reference, we hastened to the next bar, tested, and no error
Platform: | Size: 203776 | Author: 十年砍柴 | Hits:

[Software EngineeringAlgorithm

Description: 本文提出的改进算法给出了源 节点和目的节点出现在网络中任何位置的洞路由方案,优化了洞路由路径,合理解决了无线传感器网络中的洞路由问题-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 destinatio n no de appear s in t he net wo rks,al so solves hole ro uting p ro blem reaso nably in wireless senso r net wo rks.
Platform: | Size: 324608 | Author: 李超杰 | Hits:

[matlaboutput_of_DCT_in_image_fusion

Description: 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], dct2 )) [r,c] = size(A1) r1 = [] for i=1:r for j=1:c if A1(i,j) > B1(i,j) r1(i,j)=A1(i,j) else r1(i,j)=B1(i,j) end end end r1= double(r1(:,:,1)) C=blkproc(r1,[8 8], idct2 ) round(C) C1=idct2(r1) figure imshow(uint8(C)) figure imshow(uint8(C1)) imwrite(uint8(C), dct8x8min.jpg ) -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], dct2 )) [r,c] = size(A1) r1 = [] for i=1:r for j=1:c if A1(i,j) > B1(i,j) r1(i,j)=A1(i,j) else r1(i,j)=B1(i,j) end end end r1= double(r1(:,:,1)) C=blkproc(r1,[8 8], idct2 ) round(C) C1=idct2(r1) figure imshow(uint8(C)) figure imshow(uint8(C1)) imwrite(uint8(C), dct8x8min.jpg )
Platform: | Size: 29696 | Author: parthiban | Hits:

[matlabPolarToIm

Description: 这里使用了双线性插值来处理极坐标转换到直角坐标下时,点不对称的问题,不过最后生成的图有一点问题,本来应该是一圈一圈的圆环,但是转化后的只有部分圆环了 rMin = 0.1 rMax =0.9 im2 = imread( ivus.bmp ) figure(4) imshow(im2) imR2 = PolarToIm(im2, rMin, rMax, 300, 300) figure(5) imshow(imR2, [0 255]) 然后直接调用附件的function就可以了。 可否请各位大大修正一下这个程序,或者更简便的算法!~ 谢谢了!-There is a reference function code, use bilinear interpolation to convert polar coordinates to Cartesian coordinates, point asymmetric, but the final plans generated it was supposed to be a circle ring, but the conversion is only partially annular RMIN = 0.1 RMAX = 0.9 IM2 = imread (the ivus.bmp ) Figure (4) the imshow (IM2) IMR2 = PolarToIm (IM2, Rmin, RMAX, 300, 300) figure (5) the imshow (imR2 [0 255]) then directly call the annex to function on it. Can I please greatly amend this program, or more simple algorithm! ~ Thank you!
Platform: | Size: 1024 | Author: Eric Lau | Hits:

[Technology ManagementActive-Contour-Models-

Description:  传统Snake 模型存在的缺点是, 其初始轮廓必须靠近图像中感兴趣目标的真实边缘,否则会得到错误结 果,且由于Snake 模型的非凸性,结果不能进入感兴趣目标的深凹部分,很容易陷入局部极小点. 由此该文提出一 种基于力场分析的主动轮廓模型,详细分析了基于欧氏距离变换的距离势能力场分布,归纳出感兴趣目标上真轮 廓点与假轮廓点的判别标准. 建立了由曲线能量到最终结果的有效方法,避免了Snake 陷入局部极小点. 实验结果 表明,该模型具有较大的捕获区域,能够进入感兴趣目标的深凹部分,准确提取感兴趣目标的轮廓. 与GVFSnake 模型相比, 该模型具有很小的计算量.-The t raditional snake initial contour should be close to the t rue boundary of interested ob2 ject in an image , or else it would converge to the wrong result . Next , active contours have difficulties progressing into boundary concavities. Moreover , the t raditional snake and it s almost kinds of im2 proved methods are easy to get into local minimum because snake models are non2convex. An active contour model based on force field analysis , namely FFASnake model , is presented in this paper. Based on analyzing force dist ribution rules of distance potential force field , a standard is int roduced here to distinguish the false one f rom contour point s.
Platform: | Size: 325632 | Author: 罗朝辉 | Hits:

[JSP/JavaIM2

Description: 企业内容聊天,文件传输工具源码,类似飞秋功能,可动态添加新功能!-Enterprise Content chat, file transfer tool source similar flight autumn functions, dynamically add new features!
Platform: | Size: 4828160 | Author: 罗川林 | Hits:

[OpenCVim2-edge_var

Description: 用opencv 写的一个可以读取视频,并对视频进行边缘提取,有经典的Canny,prewitt,sobel等算子,效果很好-Written opencv can read the video, and video from the edge, classic Canny, prewitt, sobel operator, with good results
Platform: | Size: 2205696 | Author: 若如初见 | Hits:

[Special Effectspsnr

Description: 计算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.
Platform: | Size: 3072 | Author: 肖宇 | Hits:

[matlabGray2Rgb

Description: Here is a code for gray to RGB conversion. You must use gray image for im1 & RGB image for im2
Platform: | Size: 63488 | Author: sowmiya | Hits:

[ExploitImminent-Monitor-v2.0.1.9-Cracked-P-Stub-Source.r

Description: HI BUDDS THIS IM2 CRACKED FOR YOU
Platform: | Size: 3077120 | Author: James | Hits:

[Othersift_mosaic(im1--im2)

Description: 利用编程来实现两幅影像的这个却匹配,通过SIFT特征点来找到正确的匹配点,通知算法自带错误点剔除算法-sift_mosaic(im1, im2)
Platform: | Size: 5120 | Author: 青六儿 | Hits:

[Software Engineeringpsnr_matlab

Description: 在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 program
Platform: | Size: 1024 | Author: 孟雪 | Hits:

CodeBus www.codebus.net