搜索资源列表
sig07_ImageCarvingGUI
- ACM Siggraph 2007论文<Seam Carving for Content-Aware Image Resizing>的源代码
MATLAB_Seam_Carving
- seam carving for image resizing
resize
- 在DCT域中,通过裁减高频分量,或者增加高频分量的方式,对图像视频序列的尺寸进行上/下变换,变换过程中其他的低频DCT系数也要做相应的调整,否则处理后图像亮度会与原图不一致-resizing the video/image in dct domain .Adding or removing the high frequency components will realize the up-resizing or down-resizing. extra attention need to on
MATLAB_Seam_Carving
- Using the idea from Seam Carving for Content-Aware Image Resizing, the codes enables a selected image to resize without having distortion of important object in the image file.-Using the idea from Seam Carving for Content-Aware Image Resizing, the
learcode
- Image carving for image. A new technique shows resizing of images while keeping the important features of the image undistorted, also allows you to protect or remove part.
ImageResizingManager
- Simple Image Resizing Library
ImageProcess
- Simple image process module for edge detection, resizing, noise generating
crop
- Image cropping, basic - MATLAB-Image cropping, basic- MATLAB
interpol_7
- matlab code for resizing the image
Resizing_image
- Resizing an image using Java
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
image-processing-normalizeSign
- this is matlab code used to process an image to crop, thinning, resizing, and binarization.
DCT-Domain-Image-Resizing-Algorithm
- 图像放大打算,关于高频DCT变换的,代码里面有介绍,我自己科研实现的-DCT based transformation for high frequences. A Complexity Scalable Universal DCT Domain Image Resizing Algorithm
for-Image-resize
- Image resizing using discrete wavelet transform
CONTENT-AWARE-IMAGE-RESIZING
- 图像处理 图像 缩放 SEAM CARVING PDF-IMAGE PROCESS IMAGE SCALE SEAM CARVING PDF
Image-Geometric-Transformation-
- 学习资料,里面有图像位置变换(图像平移、旋转、镜像、转置),图像尺寸变换(缩放、插值)以及魔镜的综合实例,很好的,谢谢站长查收-Learning materials, which have transformed the image position (image translation, rotation, mirroring, transpose), image resizing (scaling, interpolation) as well as comprehensive exampl
Image-Resizing-and-Cropping-Control
- 一个简单的内容感知图像自适应缩放和裁剪控制程序-An Easy to Use Image Resizing and Cropping Control
Content-Aware-Image-Resizing
- Seam Carving for Content-Aware Image Resizing原文及MATLAB代码-The original paper and matlab code for Seam Carving for Content-Aware Image Resizing
image-resize
- IMAGE RESIZING THROUGH JAVA PROGRAM
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.