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

Search list

[WEB CodeVB-CONTROL-IMAGE

Description: 在多媒体设计中,图像处理是关键环节。根据窗口界面的大小,图像大小和图形方式下的文字的大小的相应调整,则是一个图形应用软件要做到的基本要求之一。利用VB中的IMAGE控件可以实现图像缩放、相应调整,可以使软件界面更清晰、友好。-in multimedia design, image processing is the key point. According to the interface window size, image size and graphic manner the letter corresponding to the size of the adjustment, graphics is a software application to achieve one of the basic requirements. Use the VB IMAGE control image scaling can be achieved, the corresponding adjustment will enable software interface clearer and friendly.
Platform: | Size: 1491 | Author: 刘侃民 | Hits:

[matlabimage resampling

Description: %This is a simple function that resamples the image %at a different pixel size function nimg = imresample(oldpixsize,img,newpixsize,intmethod) % This function resamples the images at the new grid points % defined by the new pixel sizes. It assumes that intensities are % defined at pixel centers % % img : original image to be resampled % nimg : newly sampled image % oldpixsize : a vector of the form [xpixsize, ypixsize] % for the original image, e.g., [0.5,0.5] % newpixsize : is a vector of the form [xpixsize, ypixsize] % for the new image, e.g., [0.2,0.2] % intmethod: same as interp2 % 'nearest' - nearest neighbor % 'linear' - bilinear % 'cubic' - bicubic % 'spline' - spline % Example: % % % Create a 2D gaussian function % H = fspecial('gaussian',[31,31],5); % % Resample it at a smaller pixel size % NH = imresample([1,1],H,[0.2,0.2],'spline'); % figure;subplot(211);imshow(H,[]);title('Original'); % subplot(212);imshow(NH,[]); % title('Resampled using spline interplolation');
Platform: | Size: 1714 | Author: whitewalter | Hits:

[DocumentsVB-CONTROL-IMAGE

Description: 在多媒体设计中,图像处理是关键环节。根据窗口界面的大小,图像大小和图形方式下的文字的大小的相应调整,则是一个图形应用软件要做到的基本要求之一。利用VB中的IMAGE控件可以实现图像缩放、相应调整,可以使软件界面更清晰、友好。-in multimedia design, image processing is the key point. According to the interface window size, image size and graphic manner the letter corresponding to the size of the adjustment, graphics is a software application to achieve one of the basic requirements. Use the VB IMAGE control image scaling can be achieved, the corresponding adjustment will enable software interface clearer and friendly.
Platform: | Size: 1024 | Author: 刘侃民 | Hits:

[VC/MFCsavejpeg

Description: Here s the code! Too many people ask for this Using this code you can save an image item as a jpeg image, specifying the quality of it. Jpeg quality is the same as compression so the lower the quality, the smaller the file size. It s simple to use-Here's the code! Too many people ask for this Using this code you can save an image item as a jpe g image, specifying the quality of it. Jpeg quality is th e same as compression so the lower the quality, the smaller the file size. It's simple to use
Platform: | Size: 153600 | Author: Nasir | Hits:

[Special Effectspinjie

Description: 用matlab实现基于网格匹配的图像拼接,其中网格大小需要自己依据图片大小进行调整-Using matlab to achieve grid-based matching of image mosaic, in which the size of the grid need to be adjusted based on image size
Platform: | Size: 1024 | Author: huang lun | Hits:

[Compress-Decompress algrithmsimage_compress

Description: 本程序利用奇异值分解对3通道彩色图像进行压缩分解,具体步骤如下: 压缩过程: 1. 选取子图像大小K值,把图像分解成M×M个子图像,IMG(s),s=1,2,…, M2,其中M=N/K,原始图像IMG大小为N×N。 2. 计算这M2个子图像的平均值average,对每幅子图像减去均值图像得到新图像。 3. 计算相关矩阵R,其元素定义为 。 4. 计算R的特征值与特征向量,计算每幅子图像与最大特征向量的内积,便得到编码,即压缩后的图像。 -This procedure using singular value decomposition of 3-channel color image compression decomposition, concrete steps are as follows: compression process: 1. Select the sub-image size K value, the image is decomposed into M × M sub-image, IMG (s), s = 1, 2, ..., M2, in which M = N/K, the original image IMG size N × N. 2. M2 calculate the average of sub-image average, for each sub-image minus the new images mean images. 3. Calculation of correlation matrix R, defined as its elements. 4. Calculation of the characteristics of R value and eigenvector calculated each sub-image with the largest eigenvector of the inner product, they will have to code, that is, the compressed images.
Platform: | Size: 334848 | Author: wangweiming | Hits:

[Compress-Decompress algrithmsimage

Description: 用数字图像处理主要是为了修改图形,改善图像质量,或是从图像中提起有效信息,还有利用数字图像处理可以对图像进行体积.-Using digital image processing is mainly graphics in order to modify and improve the image quality, or from the image to bring effective information, as well as the use of digital image processing can be carried out on the image size.
Platform: | Size: 4763648 | Author: ganchen | Hits:

[Special EffectsImageSearch

Description: 基于内容的图像检索示例代码,给定一幅原图像,在图像数据库中根据与原图像之间相似度的大小,搜索与原图像最接近的若干幅图像。本程序相似度主要以两幅图像之间直方图的距离为衡量标准,对此内容感兴趣的同学可以在此基础上加入更多的相似度判别算法。-Content-Based Image Retrieval sample code, given a piece of the original image, the image database in accordance with the similarity between the original image size, image search and the original number of the nearest images. This procedure mainly on the similarity between two images, the distance histogram for the measure, this content of interest to students on the basis of similarity to include more discriminant algorithm.
Platform: | Size: 43008 | Author: 张柳新 | Hits:

[matlabImageResample(matlab)

Description: 图像插值程序,可以实现对图像的任意缩放,即可以图像尺寸改变为任意大小。-Image Interpolation procedures can realize arbitrary scaling of images, namely image size can be changed to any size.
Platform: | Size: 445440 | Author: 林花 | Hits:

[Graph programHVStoreBmp

Description: 抓取一帧图像到内存,利用ConvertBayer2Rgb 转换成RGB 24位格式位图,然后直接从内存读取图像数据,保存数据到BMP文件。图像的大小由视频输出窗口和视频格式确定。-Crawl into an image memory, the use of ConvertBayer2Rgb converted to RGB 24-bit format bitmap, and then directly from the memory to read image data, save data to a BMP file. Image size is determined by the video output window and video formats identified.
Platform: | Size: 78848 | Author: dtcdtc | Hits:

[Special Effectsvidowatermark

Description: 提取视频中的帧嵌入图片水印,要求图片大小为<=16*16,因为有水印嵌入量的限制-Extraction of video picture frames embedded watermark, image size requirements for
Platform: | Size: 17408 | Author: hemeijuan | Hits:

[GUI DevelopPicScale

Description: 改变图像尺寸,可以批量将图片转化到指定的像素,只是基本功能-Change image size, you can batch image conversion to the specified pixel, only the basic functions of
Platform: | Size: 13312 | Author: ikeel | Hits:

[matlabaca_color

Description: 本程序为蚁群算法在图像分类中的应用的源程序。(图像的大小为30*30)-This procedure for the ant colony algorithm in the Image Classification of the source. (Image size is 30* 30)
Platform: | Size: 1024 | Author: 吕先望 | Hits:

[matlabfcm_color

Description: 本程序为模糊聚类算法在图像分类中的应用。(图像的大小为30*30)。-This procedure for the fuzzy clustering algorithm in image classification applications. (Image size is 30* 30).
Platform: | Size: 1024 | Author: 吕先望 | Hits:

[Special Effectsimage-detect

Description: 基于图像处理的相机自动调焦系统!可以自动调整图像的大小跟分辨率-Based on image processing camera automatic focusing system! Can automatically adjust the image size with the resolution
Platform: | Size: 2112512 | Author: 王英妹 | Hits:

[Windows DevelopVB.api.code.programming.mode.designed.image.size.r

Description: VB api编程模块图像大小设计代码VB api code programming model designed image size-VB api code programming model designed image size
Platform: | Size: 9216 | Author: 2 | Hits:

[Windows DevelopDesign.VB.code.image.size.format

Description: VB图像大小格式设计经典代码Design classic VB code image size format -Design classic VB code image size format
Platform: | Size: 2048 | Author: s | Hits:

[Special Effectsconvert-an-image-size

Description: 如何以任意比例转换图像大小,代码很基本,但是很有用-How to convert the image size in any proportion, the code is very basic, but useful
Platform: | Size: 326656 | Author: shang | Hits:

[Special EffectsImage-size-normalization

Description: 对批量二值图像尺寸大小归一化处理,保持图像原始结构特征,不会发生形变-Image size normalization
Platform: | Size: 13312 | Author: xiaohang | Hits:

[OpenCVimage-size-zoom

Description: opencv图像金字塔:高斯金字塔,拉普拉斯金字塔与图像尺寸缩放,在vs2010环境下实现-Opencv image pyramid: Gaussian pyramid, Laplacian pyramid with image size zoom
Platform: | Size: 15900672 | Author: 黄俊杰 | Hits:
« 12 3 4 5 6 7 8 9 10 ... 50 »

CodeBus www.codebus.net