Location:
Search - highgui.h
Search list
Description: opencv4库文件,可以有效提高图像处理工作者的编程效率。使用时要包含cv.h,ipl.h和highgui.h三个头文件。-opencv4 libraries can effectively improve the image processing workers programming efficiency. Used to contain cv.h, ipl.h and highgui.h three headers.
Platform: |
Size: 10214452 |
Author: chenxin |
Hits:
Description: 图象反色程序 要用到OpenCV库中的cv.h和 highgui.h
Platform: |
Size: 5687 |
Author: Yu Gong |
Hits:
Description: opencv4库文件,可以有效提高图像处理工作者的编程效率。使用时要包含cv.h,ipl.h和highgui.h三个头文件。-opencv4 libraries can effectively improve the image processing workers programming efficiency. Used to contain cv.h, ipl.h and highgui.h three headers.
Platform: |
Size: 10214400 |
Author: chenxin |
Hits:
Description: 图象反色程序 要用到OpenCV库中的cv.h和 highgui.h-Anti-color process images to use OpenCV library cv.h and highgui.h
Platform: |
Size: 2717696 |
Author: Yu Gong |
Hits:
Description: ARTag,增强现实的一个工具箱,功能教ARToolkit有了很大的改进,做增强现实的朋友一定会喜欢-Augmented Reality Toolbox
Platform: |
Size: 57420800 |
Author: yurui |
Hits:
Description: 在VC++6.0 已经openCV环境下的一维OTSU代码,实现图像二值化-// OTSU.h: interface for the COTSU class.
//
//////////////////////////////////////////////////////////////////////
#if !defined(AFX_OTSU_H__33C2086A_C181_490B_946D_837B4C7FB914__INCLUDED_)
#define AFX_OTSU_H__33C2086A_C181_490B_946D_837B4C7FB914__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
//---OpenCV Lib file-----------
#pragma comment (lib,"cv")
#pragma comment (lib,"highgui")
#pragma comment (lib, "cxcore")
//---gsl Lib file-----------
//#pragma comment (lib, "libgsl.a")
#include "cv.h"
#include "cxcore.h"
#include "highgui.h"
class COTSU
{
public:
IplImage* Binarize( IplImage* pImg, int nThreshold )
int Threshold()
void CalculateThresh( double* pHist, double dMean )
void GetThreshold( IplImage* pImg, CRect Rect )
COTSU()
virtual ~COTSU()
protected:
bool m_bDone
int m_nThreshold
}
#endif // !defined(AFX_OTSU_H__33C2086A_C181_490B_946D_837B4C7FB914__INCLUDED_)
Platform: |
Size: 2048 |
Author: shaohu |
Hits:
Description: opencv中的kalman滤波器程序,
/ Use Kalman Filter to model particle in circular trajectory
//
#include <cv.h>
#include <highgui.h>
//#include <cvx_defs.h>-opencv kalman filter process in,/Use Kalman Filter to model particle in circular trajectory//# include <cv.h># Include <highgui.h>//# Include <cvx_defs.h>
Platform: |
Size: 1024 |
Author: jad |
Hits:
Description:
Platform: |
Size: 7168 |
Author: 超 |
Hits:
Description: ·· opencv ··· 基础程序中的模块匹配 -[code]#include <cv.h>
#include <cxcore.h>
#include <highgui.h>
#include <stdio.h>
int main( int argc, char** argv ) {
IplImage*src,*templ,*ftmp[6] //ftmp will hold results
int i
if( argc == 3){
//Read in the source image to be searched:
if((src=cvLoadImage(argv[1], 1))== 0) {
printf("Error on reading src image s\n",argv[i])
return(-1)
}
Platform: |
Size: 3246080 |
Author: 燕子一舞 |
Hits:
Description: 关于“link cant open highgui.h”的解决方案
自己总结的在opencv和vc环境下
-About " link cant open highgui.h" solution summary opencv and vc environment
Platform: |
Size: 823296 |
Author: jiangtao |
Hits:
Description: 视频读入,截取、灰度化显示!
#include <cv.h>
#include <cxcore.h>
#include <highgui.h>
IplImage* cvGetSubImage(IplImage *image, CvRect roi)
-Video read, interception, graying show!
Platform: |
Size: 1024 |
Author: mine |
Hits:
Description: 利用算法检测特殊点并显示特殊点,然后特殊点之间进行线段连接(#include <stdio.h>
#include <iostream>
#include "opencv2/nonfree/features2d.hpp"
#include "opencv2/legacy/legacy.hpp"
#include "opencv2/core/core.hpp"//
#include "opencv2/highgui/highgui.hpp")
Platform: |
Size: 1024 |
Author: Sara95
|
Hits:
Description: 图像识别,功能很强大,对你有帮助。。。。。’(#include "stdafx.h"
#include "cv.h"
#include "highgui.h"
extern "C" __declspec(dllexport) void Show()
{
IplImage *img = cvLoadImage("E:\\Image\\a.jpg");
cvNamedWindow("Image:", 1);
cvShowImage("Image:", img);
cvWaitKey();
cvDestroyWindow("Image:");
cvReleaseImage(&img);
return;
})
Platform: |
Size: 7601152 |
Author: maoxiansheng
|
Hits:
Description: jhkjhkjhkhghghjkif尽快尽快很快就可我回复的发给客户交换机看就看国际航班(dfgdgfghfguuiklnnmn,)
Platform: |
Size: 591872 |
Author: 颠三倒四带的
|
Hits: