搜索资源列表
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
- seamcarving 不伤害 最重要部分的前提下 放大缩小图片-demo for seamcarving
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
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
- This code implements Seam Carving (also known as image retargeting, content-aware image resizing, content-aware scaling, liquid resizing, or liquid rescaling) There are MFC executable and its needed dll files in "Demo" directory open
seamCarving
- Coursera公开课《Algorithm 2》 seamCarving(最短路径算法用于图像的压缩)作业源代码,仅供参考。 -Coursera open class "Algorithm 2" seamCarving (shortest path algorithm for image compression) operation source code for reference purposes only.
MATLAB_Seam_Carving
- seamcarving image resizing
seamCarving
- Content aware image downsampling appears in Seam Carving for Content-Aware Image Resizing -Content aware image downsampling appears in Seam Carving for Content-Aware Image Resizing
scenecarving_v1
- scenecarving算法,用于进行图像重定位的新算法,改善seamcarving的缺陷-scenecarving for the image regarting
seamcarving
- seamcarving算法的C++实现,需要用到openCV-seamcarving algorithm implemented in C++, you need to use openCV
seamcarving
- 使用opencv 实现Seamcarving,其中包含梯度和边缘显著度检测对图像进行预处理,智能缩放鲜果更好一些-Use opencv achieve Seamcarving, which contains a significant gradient and edge detection for image pre-processing, intelligent scaling fruit is better
SeamCarving
- 利用C++和OpenCV库重新实现seamcarving算法,实现图像的非均匀缩放。-Using the C++ and OpenCV libraries to re-implement the seamcarving algorithm to achieve non-uniform scaling of the image.
SeamCarving
- 使用vs2015、opencv3.0对图像进行seamCarving算法运算(SeamCarving algorithm implement)
SeamCarving
- 两种seam carving编程方式的对比(Seam Carving with Dijkstra and Dynamic programming)