随笔分类 - 图像处理
摘要:http://blog.csdn.net/xiaowei_cqu/article/details/7557063
阅读全文
摘要:最近在将Karlsruhe Institute of Technology的Andreas Geiger发表在ACCV2010上的Efficent Large-Scale Stereo Matching代码仿真。Andreas提供的源码中没有使用opencv,导致我一时无法适应如何显示处理的中间结果
阅读全文
摘要:#include "stdafx.h" //实现将彩色图片转换成灰度图 int _tmain(int argc, _TCHAR* argv[]){ IplImage *image; //初始化保存原始图像 IplImage *result; //保存灰度图 image = cvLoadImage("
阅读全文
摘要:#include "stdafx.h"//对一张图片进行二值化处理 IplImage *pSrclmg =NULL;//载入的图片IplImage *pDeclmg =NULL;//生成的图像 void onTrackerSlid(int thresth){ /*int i,j,k; //设置一个阈
阅读全文
摘要:http://blog.csdn.net/lyc_daniel/article/details/16883707
阅读全文
摘要:一、图像直方图的概念 图像直方图是反映一个图像像素分布的统计表,其实横坐标代表了图像像素的种类,可以是灰度的,也可以是彩色的。纵坐标代表了每一种颜色值在图像中的像素总数或者占所有像素个数的百分比。 图像是由像素构成,因为反映像素分布的直方图往往可以作为图像一个很重要的特征。在实际工程中,图像直方图在
阅读全文
posted @ 2016-11-04 10:15
体育.委员
摘要:本词条缺少名片图,补充相关内容使词条更完整,还能快速升级,赶紧来编辑吧! 函数原型:IplImage* cvLoadImage( const char* filename, int flags=CV_LOAD_IMAGE_COLOR ); 函数原型:IplImage* cvLoadImage( co
阅读全文
摘要:#include"stdafx.h"#include"opencv2/opencv.hpp" using namespace cv;int g_slider_position = 0; CvCapture* g_capture = NULL; void onTrackbarSlider(int po
阅读全文

浙公网安备 33010602011771号