CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - cvResize
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - cvResize - List
[
Graph program
]
Resize_image
DL : 0
Implementation of cvResize function in openCV
Date
: 2025-07-06
Size
: 1kb
User
:
mandeep
[
OpenCV
]
cvResize
DL : 0
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 - 使用象素關係重採樣。當圖像縮小時候,該方法可以避免波紋出現。當圖像放大時,類似於 CV_INTER_NN 方法.. * CV_INTER_CUBIC - 立方插值. 函數 cvResize 將圖像 src 改變尺寸得到與 dst 同樣大小。若設定 ROI,函數將按常規支持 ROI. -Resize the image size conversion void cvResize (const CvArr* src, CvArr* dst, int interpolation = CV_INTER_LINEAR) src input image. Dst output image. Interpolation interpolation method:* CV_INTER_NN- nearest neighbor interpolation,* CV_INTER_LINEAR- bilinear interpolation (default use)* CV_INTER_AREA- resampling using pixel relationship. The time when the image reduction, the method avoids ripple appears. When the image is zoomed in, like CV_INTER_NN method ..* CV_INTER_CUBIC- cubic interpolation. Function cvResize change the size of the image src and dst are the same size. If the setting ROI, will be general support functions ROI.
Date
: 2025-07-06
Size
: 1kb
User
:
張天彥
[
OpenCV
]
2
DL : 0
本例子演示函数cvResize的使用。对图像进行缩放-This example demonstrates the use of function cvResize. The image to zoom
Date
: 2025-07-06
Size
: 1kb
User
:
李俊刚
[
Video Capture
]
cvResize
DL : 0
这是一个工程,基于MFC的,主要用于对图像进行缩放。-This is a project , MFC-based , mainly for image scaling .
Date
: 2025-07-06
Size
: 3.2mb
User
:
hetao
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.