搜索资源列表
Resize_image
- Implementation of cvResize function in openCV
cvResize
- Resize 圖像大小變換 void cvResize( const CvArr* src, CvArr* dst, int interpolation=CV_INTER_LINEAR ) src 輸入圖像. dst 輸出圖像. interpolation 插值方法: * CV_INTER_NN - 最近鄰插值, * CV_INTER_LINEAR - 雙線性插值 (預設使用) * CV_INTER_AREA
2
- 本例子演示函数cvResize的使用。对图像进行缩放-This example demonstrates the use of function cvResize. The image to zoom
cvResize
- 这是一个工程,基于MFC的,主要用于对图像进行缩放。-This is a project , MFC-based , mainly for image scaling .