登录
首页 » 算法 » C显示图像

C显示图像

于 2022-03-04 发布 文件大小:33.62 kB
0 188
下载积分: 2 下载次数: 1

代码说明:

资源描述很简单的小程序。#include   #include using namespace cv; void main() { IplImage *src; src = cvLoadImage("lena.jpg"); //这里将lena.jpg和lena.cpp文件放在同一个文件夹下 cvNamedWindow("lena", CV_WINDOW_AUTOSIZE); cvShowImage("lena", src); cvWaitKey(0); cvDestroyWindow("lena"); cvReleaseImage(&src); }

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • This is the basis of others I write the algorithm simulation of the car park c p...
    这是我根据别人的算法写的模拟停车场问题的c程序,原有算法有一些指针调用的错误!,现已改正-This is the basis of others I write the algorithm simulation of the car park c procedures, some of the original algorithm called the wrong target! That has now been rectified.
    2022-10-02 02:20:03下载
    积分:1
  • Tony Jpeg j2k 演示
    Tony Jpeg Lib _ 演示
    2022-02-21 09:18:33下载
    积分:1
  • OpenGL多边形的扫描转换
    OpenGL中认为合法的多边形必须是凸多边形,凹多边形、自交多边形、带孔的多边形等非凸的多边形在OpenGL中绘制会出现出乎意料的结果。例如,在大多数系统中,只有多边形的凸包被填充,而在有些系统中,并非所有的凸包都被填充。OpenGL之所以对合法多边形类型做出限制,是为了更方便地提供能够对符合条件的多边形进行快速渲染的硬件。简单多边形可被快速地渲染,而复杂多边形难以快速检测出来。为了最大限度的提高性能,OpenGL假定多边形是简单的。
    2022-08-25 15:54:32下载
    积分:1
  • FFT by C++, with source file
    快速傅立叶变换 采用c++编程 有源代码-FFT by C++, with source file
    2022-07-22 05:09:18下载
    积分:1
  • 创建SQLite3静态库的文件
    创建SQLite3静态库的文件,对您创建SQLite静态库很有帮助,没有这个文件你就无法创建SQLite静态库,无法用gcc命令编译生成*.cgi文件
    2022-01-30 10:13:08下载
    积分:1
  • 一个多功能计器calc,包含了代数运、矩阵运等功能
    一个多功能计算器calc,包含了代数运算、矩阵运算等功能-A multi-function calculator calc, contains algebra, matrix operations and other functions
    2022-07-24 15:01:03下载
    积分:1
  • multivariate linear equation solvers
    多元线性方程求解程序-multivariate linear equation solvers
    2022-02-05 16:59:26下载
    积分:1
  • 牛顿-拉夫孙
    牛顿-拉夫孙算法-Newton-Raphson algorithm SUN
    2022-12-04 16:55:02下载
    积分:1
  • mumford matlab code
    mumford matlab code-mumford matlab code..............
    2022-11-25 17:10:03下载
    积分:1
  • Each case the geometric algorithm is set, the geometric algorithm of data is cer...
    各种情况的几何算法集,对数据的几何算法计算有一定的帮助作用-Each case the geometric algorithm is set, the geometric algorithm of data is certainly helpful to the role of
    2022-01-28 07:52:50下载
    积分:1
  • 696518资源总数
  • 105678会员总数
  • 22今日下载