Location:
Search - c imresize
Search list
Description: This file include some image process program:
void ImResize(IMAGEDATA *pRtImg, IMAGEDATA *pSrImg, int nFixSize)
bool CalMoments(float Moments[7], IMAGEDATA *pSrImg)
void RGB2Gray(IMAGEDATA *pRtImg, IMAGEDATA *pSrImg)
void Im2Bw(IMAGEDATA *pRtImg, IMAGEDATA *pSrImg)
float Graythresh(IMAGEDATA *pImgData)
void MomentInvar(double Moments[7], IMAGEDATA *ret)
bool CalGabor(float Gabor[32], IMAGEDATA *pSrImg)
void TexGabor(float Gabor1[MM*NN],float Gabor2[MM*NN],IMAGEDATA *przImg)
int FloatSearch(MATRIX *pData, int *nLabels, int d, int delta, int r, TSubset *bset)
-This file include some image process program:
void ImResize(IMAGEDATA*pRtImg, IMAGEDATA*pSrImg, int nFixSize)
bool CalMoments(float Moments[7], IMAGEDATA*pSrImg)
void RGB2Gray(IMAGEDATA*pRtImg, IMAGEDATA*pSrImg)
void Im2Bw(IMAGEDATA*pRtImg, IMAGEDATA*pSrImg)
float Graythresh(IMAGEDATA*pImgData)
void MomentInvar(double Moments[7], IMAGEDATA*ret)
bool CalGabor(float Gabor[32], IMAGEDATA*pSrImg)
void TexGabor(float Gabor1[MM*NN],float Gabor2[MM*NN],IMAGEDATA*przImg)
int FloatSearch(MATRIX*pData, int*nLabels, int d, int delta, int r, TSubset*bset)
Platform: |
Size: 12288 |
Author: wan_xianglin |
Hits:
Description: Matlab中的imresize图像插值算法代码-C++ code of imresize algorithm in Matlab
Platform: |
Size: 8192 |
Author: 郁郁 |
Hits:
Description: 练习读入lena.bmp图像,在workspace中查看图像,显示图像,并将此图像存储在C盘根目录下,命名为1.bmp。
读入两幅尺寸相同的图像(lena.bmp和sky.bmp),做加法,实现双曝光的效果。
读入两幅尺寸相同的图像(2.bmp和2background.bmp),做减法,实现减背景效果。
读入lena.bmp图像,编写一个模板,此模板是以图像中心为圆心,64像素为半径的圆内为1,其他位置为0,以此模板乘以读入的lena图像,显示结果。
用图像除法完成减背景操作( 5.bmp和5background.bmp运用公式:f=g ÷ b х m )。
已知信号整数时刻1至10秒的幅值为[10,25,33,17,50,5,76,17,78,80],用线性插值方法,求[1.3,1.77,2.58,3.85,9.65]这5个时刻的信号幅值。(要自己写函数完成此题目,不要直接用matlab现成的插值函数)。
利用help文档,自学imrotate、imresize和imcrop函数的用法-Practice reading into lena.bmp images, view the image in the workspace, display images, and the images are stored in the root directory of C named 1.bmp.
Read into two of the same size the image (lena.bmp and sky.bmp) do addition, to achieve the effect of double exposure.
Read into the two dimensions same of images (2.bmp 2background.bmp), and subtract to achieve the effect of background subtraction.
The image reads lena.bmp write a template, this template is the center of the image to the center and 64 pixels for the radius of the circle is 1 other location, this template is multiplied by lena image reads and displays the results.
Image division completed less background operation (5.bmp, and 5background.bmp use of the formula: f = the g ÷ b х m).
The known signal integer time of 1-10 seconds amplitude [10,25,33,17,50,5,76,17,78,80 using a linear interpolation method,, [1.3,1.77,2.58,3.85, , 9.65] this is five times the signal amplitude. (To write your own functions to complete t
Platform: |
Size: 2048 |
Author: 单车少年 |
Hits: