搜索资源列表
sig07_ImageCarvingGUI
- ACM Siggraph 2007论文<Seam Carving for Content-Aware Image Resizing>的源代码
Seam-Carving
- 多媒体图像编程,通过插缝法处理图片,能够有效保留图片信息,-Multimedia image programming, through the insertion slit method of dealing with pictures, can effectively preserve the image information,
seam-carving
- seam carving算法,改变图像的大小,但保证损失尽量少的图像信息。 vc6.0实现。可以读入bmp图像,并对图像进行处理。 -seam carving algorithm, change the image size, but to ensure minimal loss of image information. vc6.0 achieved. Bmp images can be read, and image processing.
Stitching-Algorithm
- 图像处理 图像 缩放 SEAM CARVING PDF-IMAGE PROCESS IMAGE SCALE SEAM CARVING PDF
Reverse-Seam-Carving
- 图像处理 图像 缩放 SEAM CARVING PDF-IMAGE PROCESS IMAGE SCALE SEAM CARVING PDF
CONTENT-AWARE-IMAGE-RESIZING
- 图像处理 图像 缩放 SEAM CARVING PDF-IMAGE PROCESS IMAGE SCALE SEAM CARVING PDF
Enhanced-Seam-Carving-
- 图像处理 图像 缩放 SEAM CARVING PDF-IMAGE PROCESS IMAGE SCALE SEAM CARVING PDF
patch-transform-
- 图像处理 图像 缩放 SEAM CARVING PDF-IMAGE PROCESS IMAGE SCALE SEAM CARVING PDF
Block-based-Seam-Carving
- 图像处理 SEAM CARVING IEEE论文-image process SEAM CARVING IEEE papper
Image-Editing
- 图像处理 SEAM CARVING IEEE论文-image process SEAM CARVING IEEE papper
Generalized-Multiscale-Seam-Carving
- 图像处理 SEAM CARVING IEEE论文-image process SEAM CARVING IEEE papper
beamlet-to-Weld-Seam-Images
- 焊缝图基于小线变换的线性特征检测。里面提出的算法很值得借鉴。-Detecting Linear Features in Weld Seam Images Based on Beamlet Transform
Image-Alignment-and-Stitching
- This tutorial reviews image alignment and image stitching algorithms. Image align- ment (registration) algorithms can discover the large-scale (parametric) correspon- dence relationships among images with varying degrees of overlap. They are idea
seamcarving
- Seam Carving是一个在线拉伸压缩图片的Flash应用。通过提交图片链接地址,能够以水平和垂直两种方式简单地压缩和拉伸图片。 -Seam carving (also known as image retargeting, content-aware image resizing, content-aware scaling, liquid resizing, or liquid rescaling), is an algorithm for image resizing, develop
seam-carving
- findEnergy.m 计算出图像的梯度图 findSeamImg.m 计算出所有可能的竖直缝 findSeam.m找出能量最小的一条竖直缝 removalMap.m将需要删除的N条竖直缝存储起来并按照索引逐条删除 SeamCut.m将选中的缝一条条的删除 SeamPlot.m在图中画出要删除的缝 Testseam.m调用以上函数的主程序-FINDENERGY creates an gradient img from a given RGB or grayscale i
Seam-Carving-for-Media
- seam carving 图像处理内容敏感的缩放技术综述研究,最经典的文章-image retargeting
Seam Carving
- Seam carving is an algorithm for content-aware image resizing, which functions by establishing a number of seams (paths of least importance) in an image and automatically removes seams to reduce image size or inserts seams to extend it.
seam carving源程序
- 这是关于内容敏感图像重定向的代码,可以在放大或缩小图片的同时尽量保留图片的内容和结构。(Efficient image resizing techniques should resize an image with a different aspect ration while considering the image content. The main idea of content-aware image resizing is performing different operation
seam_carving
- 使用Xcode C++ 写的 seam carving 图片处理程序。(Seam carving image processing program written by Xcode C++.)
SeamCarving
- 两种seam carving编程方式的对比(Seam Carving with Dijkstra and Dynamic programming)