搜索资源列表
sig07_ImageCarvingGUI
- ACM Siggraph 2007论文<Seam Carving for Content-Aware Image Resizing>的源代码
Seam carving
- matlab code , used to remove one seam from every frame
CUDA_Seam_Carving
- Seam Caving Algorithm Using CUDA
SeamCarving
- 做项目的时候做的siggraph上文章《Seam Carving for Content-Aware Image Resizing》的一个PPT,对该文章进行了详尽的解释。另附伪代码。-A ppt of the paper <<Seam Carving for Content-Aware Image Resizing>> in siggraph,with a detailed explaination inside
SeamCarving
- Implementation of the Seam Carving algorithm. It 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 also allows manual
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
Enhanced-Seam-Carving-
- 图像处理 图像 缩放 SEAM CARVING PDF-IMAGE PROCESS IMAGE SCALE SEAM CARVING PDF
Block-based-Seam-Carving
- 图像处理 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
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
matlab seam carving
- 利用matlab的語法,使用出seam carving對圖像做出圖形縮放。
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)