Welcome![Sign In][Sign Up]
Location:
Search - image merge

Search list

[Special Effectsmerge

Description: 能够实现图像的快速拼接,并在试验中进行证明,大家分享下吧-To achieve fast image mosaic, and in tests carried out proved that the U.S. share, are you
Platform: | Size: 2048 | Author: csl | Hits:

[Special Effectspyramid

Description: 图像处理的一种金字塔算法,实现多分辨率图像的拼接-A pyramid image processing algorithm, the realization of multi-resolution image mosaic
Platform: | Size: 1024 | Author: luxiaoyan | Hits:

[GDI-Bitmapimage

Description: 图像合并源程序,VC写的,有很强的参考价值,学习图像的必下载-Image merge source, VC wrote, has a strong reference to the value of learning images must be downloaded
Platform: | Size: 27648 | Author: feng | Hits:

[Special EffectsRegionExtractsdk

Description: 彩色图像分割算法, 首先rgb到hsv,然后量化,分割成许多个小区域,然后用区域合并算法进行合并,一直预先设定的区域数目或者达到满足的聚类条件为止停止合并-Color Image Segmentation Algorithm, first of all, rgb to hsv, and then quantified, separated into many small regions, and then use the region merging algorithm to merge, has been pre-set number of regional or cluster to meet the conditions to reach so far to stop the merger
Platform: | Size: 205824 | Author: gajs | Hits:

[Special Effectsmerge

Description: 使用VC/VC++6.0开发的各种数字图像的配准程序与源代码-Use VC/VC++ 6.0 developed a variety of digital image registration procedures and source code
Platform: | Size: 19456 | Author: 萧峙清 | Hits:

[Graph programdiblook_SPMG

Description: Split and merge Algorithm for Image Processing . It uses a quad tree as data structure, which is created at running time using breath first method, and a stopping criterion . The stoping criterion method can be changed , i just used to the difference of means of the regions which should be merged , compared with some threshold.
Platform: | Size: 1433600 | Author: TOAMNA_AMARA | Hits:

[Special EffectsImageProcee

Description: 关于图像变换(裁剪,合并,旋转,镜像,缩放),图像处理(正交变换,卷积,平滑,锐化,边缘检测,边缘增强等),图像特技显示(扫描,移动,百叶窗,马赛克,珊条,渐显渐隐)等功能的图像处理VC++源程序-On the image transform (cut, merge, rotate, mirror, zoom), image processing (orthogonal transform, convolution, smoothing, sharpening, edge detection, edge enhancement, etc.), Image stunt show (scanning, mobile, shutters, mosaic, shan be fade) of the image processing features such as VC++ source code
Platform: | Size: 4339712 | Author: 王道会 | Hits:

[Graph programtxhb

Description: 可以实现两幅BMP图像的合并,并输出合并后的图像-May realize two BMP image merge, after and outputs the merge image
Platform: | Size: 1925120 | Author: wu | Hits:

[Windows Developc9-2008jun11-pencil

Description: Segmentation image with method merge and split
Platform: | Size: 968704 | Author: Doanh | Hits:

[Delphi VCLImageEn.v2.3.0.Full.Source

Description: ·ImageEn 2.3.0 ImageEn一组用于图像处理、查看和分析的Delphi控件。能够保存几种图像格式,能够从扫描仪、视频捕捉获取图像,运用滤镜,合并图像,选择图像区域等-ImageEn 2.3.0 ImageEn a set of image processing, viewing and analysis of the Delphi controls. Several image formats can be saved, from scanners, video capture access to images, use filters, merge images, select image areas, etc.
Platform: | Size: 1311744 | Author: yang | Hits:

[Windows Developwaili

Description: waili小波算法包,在windows下编译通过的lib-Uses integer wavelet transforms based on the lifting Scheme ¢ Provides various wavelet transforms of the Cohen-Daubechies-Feauveau family of biorthogonal wavelets ¢ Provides crop and merge operations on wavelet-transformed images ¢ Provides noise reduction based on wavelet thresholding using Generalized Cross Validation ¢ Provides scaling of images ¢ Provides edge enhancement of images ¢ Provides also some simple image operations(addition and subtraction of images) ¢ Allows different image representations(RGB,YUV,Lab,...)
Platform: | Size: 62464 | Author: jiaozi | Hits:

[Graph programsplitmerge

Description: SPLITMERGE Segment an image using a split-and-merge algorithm.
Platform: | Size: 2048 | Author: Wagner | Hits:

[Special EffectsBitmapMerge

Description: 可以使几幅bmp图像合并成一幅bmp图像 ,对于学习图像处理的同学,建议下载下来看一下。-This application can merge many picture into one,for those who leare image processing,, it is recommended to download the code to learn.
Platform: | Size: 3871744 | Author: 黄虎 | Hits:

[Special Effectsgdal_merge

Description: 功能强大的图像合并程序,用python实现,底层调用GDAL。-Powerful image merging process, using python implementation, the bottom is called GDAL.
Platform: | Size: 4096 | Author: freespy | Hits:

[Special Effectsweimianfenge

Description: 一种改进的图象分割程序,分割出来效果相当好,尤其对于丰富的图象,保证别人没有上传过-Based on graph cut image segmentation algorithm, split the result was very good, especially for texture-rich images, ensure that no one else uploaded
Platform: | Size: 2048 | Author: | Hits:

[Othersplitmerge

Description: SPLITMERGE Segment an image using a split-and-merge algorithm. G = SPLITMERGE(F, MINDIM, @PREDICATE) segments image F by using a split-and-merge approach based on quadtree decomposition. MINDIM (a positive integer power of 2) specifies the minimum dimension of the quadtree regions (subimages) allowed. If necessary, the program pads the input image with zeros to the nearest square size that is an integer power of 2. This guarantees that the algorithm used in the quadtree decomposition will be able to split the image down to blocks of size 1-by-1. The result is cropped back to the original size of the input image. In the output, G, each connected region is labeled with a different integer. - SPLITMERGE Segment an image using a split-and-merge algorithm. G = SPLITMERGE(F, MINDIM, @PREDICATE) segments image F by using a split-and-merge approach based on quadtree decomposition. MINDIM (a positive integer power of 2) specifies the minimum dimension of the quadtree regions (subimages) allowed. If necessary, the program pads the input image with zeros to the nearest square size that is an integer power of 2. This guarantees that the algorithm used in the quadtree decomposition will be able to split the image down to blocks of size 1-by-1. The result is cropped back to the original size of the input image. In the output, G, each connected region is labeled with a different integer.
Platform: | Size: 2048 | Author: dilir | Hits:

[OpenCVopencv--false-color-image-merge

Description: 实现遥感图像的假彩色合成,使用opencv来实现。-merge the false color image of remote sense images
Platform: | Size: 10240 | Author: weihuan | Hits:

[Special Effectsimage-merge-and-ndvi

Description: 基于bitmap的图形处理程序,能够完成较为基本的旋转平移,放大缩小的功能,还有基于HIS的图像融合,和NDVI植被分析的功能。-Bitmap-based graphics program that can be completed more basic rotation pan, zoom function, as well as the HIS-based image fusion and NDVI vegetation analysis functions.
Platform: | Size: 2111488 | Author: 余扬海 | Hits:

[Software EngineeringImage-merge

Description: 实现两幅图像的合并zipMerge(Mat inImg1,Mat inImg2,Mat outImg)-two image nerge
Platform: | Size: 1024 | Author: 无痕 | Hits:

[Special EffectsImage-Merge

Description: 图像合并:把同一目录下所有图像合并为一个图像,可以设定每行排列图像数。-Image combining: the same directory all the images into a single image, you can set the number of images per row arrangement.
Platform: | Size: 237568 | Author: 雪锋 | Hits:
« 12 3 4 5 6 »

CodeBus www.codebus.net