Welcome![Sign In][Sign Up]
Location:
Downloads SourceCode Graph program
Title: Imagerotationandscaling Download
 Description: Image rotation and scaling# include " cv.h" # include " highgui.h" # include " math.h" int main (int argc, char** argv) (IplImage* src = 0 IplImage* dst = 0 /* the first command line parameter must be image file name*/if ((argc == 2) & & (src = cvLoadImage (argv [1],-1))! = 0) (int delta = 1 int angle = 0 int opt = 0 // 1: rotation and scaling// 0: just rotate double factor dst = cvCloneImage (src) cvNamedWindow (" src" , 1) cvShowImage (" src" , src)
 Downloaders recently: [More information of uploader wangyachao22]
File list (Check if you may need any files):
Imagerotationandscaling.doc
    

CodeBus www.codebus.net