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

C显示图像

于 2022-03-04 发布 文件大小:33.62 kB
0 252
下载积分: 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 个回复

  • temporizador
    tempo 1 segundo,led 1赫兹,辅助频率;
    2022-12-26 08:35:03下载
    积分:1
  • 堆排序例子
    堆排序例子-Example of heap sorting
    2022-02-10 00:09:17下载
    积分:1
  • 软件限时注册
    软件限时注册”控件(TShareRegist)功能说明:1、只要将该控件加入主窗体,使Action属性设为true,再设置其它属性,你的软件就有限时注册的功能了,只要你牢记三个密钥,并加上给你的算号软件(RegObject_Admin.exe)你就可以无敌天下了。2、控件使用目前最严严谨的加密算法,5级加密。是破解成为不可能,可以放心使用。3、请记住,设计不同的软件,给三个不同的密钥,该控件可以让你享用终生。
    2023-04-07 07:25:03下载
    积分:1
  • k-means实现
    数据挖掘 聚类算法 k-means的实现,改进了一些初始中心选取的方法。聚类算法是最大化类间差异,而最小化类内部差异的算法,k-means比较经典,但是缺点是需要指定k值,并且聚类结果与初始中心有很大的关系,通过改善聚类初始中心选取的方法,能够得到更加稳定的聚类结果
    2022-01-26 07:33:13下载
    积分:1
  • 在C++ 8PSK仿真
    这是我们在数字通信方面的任务。仿真结果表明,该方法没有误差。希望有帮助!
    2022-10-09 22:20:03下载
    积分:1
  • 实施基本例程在Matlab和奥克塔夫(目前利用Matlab R13)为S.
    implement basic routines in Matlab and Octave (currently using Matlab R13) for simulating adaptive beamforming and filtering for antenna arrays.
    2023-02-01 14:30:03下载
    积分:1
  • procedures for the three mixed vector plot calculated using Matlab to achieve
    本程序提供三矢量混合积的计算,采用matlab实现-procedures for the three mixed vector plot calculated using Matlab to achieve
    2022-10-23 12:45:03下载
    积分:1
  • The Kalman filter30 is a minimum
    The Kalman filter30 is a minimum-variance filter in which time-series measurements are incorporated recursively into estimates of state variables it is the optimal, Bayesian least-squares estimator for linear dynamic systems.-The Kalman filter30 is a minimum-variance filter in which time-series measurements are incorporated recursively into estimates of state variables it is the optimal, Bayesian least-squares estimator for linear dynamic systems.
    2023-04-25 23:25:03下载
    积分:1
  • c4.5的实现
    决策树算法分为几类 这是C4.5的实现 各种可以实现的包裹
    2023-05-28 12:30:04下载
    积分:1
  • 表达式求值,包括括号的匹配问题、负数如何识别?2.2.3这样非的数怎样识别?如何区别3+...
    表达式求值,包括括号的匹配问题、负数如何识别?2.2.3这样非法的数怎样识别?如何区别3+-2(非法)和3+(-2)(合法)以及3++2(非法)和3+(+2)(合法)-evaluates expressions, including parentheses matching, how to identify negative? 2.2.3 the number of such illegal identify what? What is the difference between 3-2 (illegal) and 3 (2) (legal) and 3 (illegal) and 3 (2) (lawful)
    2023-07-15 11:30:03下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载