图形开发
文章平均质量分 81
denjackson
这个作者很懒,什么都没留下…
展开
-
AVI 转BMP图片的C++源码.
去年有个项目,要求将AVI转成BMP图片,实现有几个办法.其中一种就是利用MS的vfw32.lib来开发.还可以用DIRECTSHOW来开发,不过对于没学过DIRECTSHOW的朋友来说,相对就复杂了.以下是部分源码.给大家烟酒,最早我也是从清华的BBS上拿来的.不过如果真要掌握位图的相关知识,建议买本人民邮电出版的一书,较全面地介绍了数字图像技术. AfxGetApp()->DoWaitCurs原创 2005-12-03 12:01:00 · 4125 阅读 · 1 评论 -
halcon中通过字体确定图片的位姿的例子
dev_update_window ('off')dev_update_var ('off')dev_update_pc ('off')dev_close_window ()dev_open_window (0, 0, 640, 480, 'black', WindowHandle)set_display_font (WindowHandle, 16, 'mono', 'tru原创 2014-07-16 08:45:54 · 4373 阅读 · 0 评论 -
测量镙丝钉的例子measure_screw注释
* This program inspects the dimensions of a screw* dev_update_off ()* 镙纹测量* step: acquire image* read_image (Image, 'screw_thread')get_image_pointer1 (Image, Pointer, Type, Width, Height原创 2014-07-09 16:24:44 · 2030 阅读 · 0 评论 -
halcon中的划痕检查实例surface_scratch
* surface_scratch.hdev: extraction of surface scratches via local thresholding and morphological post-processing* 划痕检查实例dev_close_window ()dev_update_window ('off')* ***** step: acquire原创 2014-07-05 16:25:57 · 10631 阅读 · 0 评论 -
halcon 中的药片检查check_blister实例注释
* This example demonstrates an application from the pharmaceutical* industry. The task is to check the content of automatically filled* blisters. The first image (reference) is used to locate the原创 2014-07-04 17:26:06 · 5179 阅读 · 5 评论 -
halcon bottle上的数字识别实例注释
* 关键掌握数字的分割技术* bottle2.hdev: Segmenting and reading of numbers on a beer bottle* Program without visualization: "bottle.hdev"* * Step 0: Preparations* Specify the name of the font to use for原创 2014-07-03 16:30:44 · 5097 阅读 · 0 评论 -
halcon PCB板上找焊盘的实例讲解
* ball.hdev: Inspection of Ball Bonding* dev_update_window ('off')dev_close_window ()dev_open_window (0, 0, 728, 512, 'black', WindowID)read_image (Bond, 'die/die_03')dev_display (Bond)s原创 2014-07-03 11:59:29 · 5209 阅读 · 0 评论 -
halcon车道检测实例注释
* autobahn.hdev: Fast detection of lane markers* dev_update_window ('off')dev_close_window ()dev_open_window (0, 0, 768, 575, 'black', WindowID)MinSize := 30get_system ('init_new_image', I原创 2014-07-03 09:52:37 · 2766 阅读 · 0 评论 -
halcon中variation_model_single实例注释.
* * This example shows how to employ the new extensions of HALCON's variation model operators* to perform customary print quality tests.* In this example the variation model is built upon a sing原创 2014-07-02 11:00:46 · 5154 阅读 · 0 评论 -
halcon Print-inspection 实例注释
* This example program shows how to use HALCON's variation model operators* to perform a typical print quality inspection. The program detects incorrect* prints on the clips of pens. In the firs原创 2014-07-02 16:30:58 · 2116 阅读 · 0 评论 -
印刷网格校正后比较图片缺陷的例子 grid_rectification
* This example program shows how the grid rectification* can be used to generate arbitrary distortion maps based on* self-defined grids.* * The example application is a print inspection.* It原创 2014-07-18 22:13:58 · 3221 阅读 · 0 评论 -
摄像机标定
原文网址 http://blog.sina.com.cn/s/blog_b5aa3e0f0101a4tx.html1、摄像机外参:决定摄像机坐标与世界坐标系之间相对位置关系。其中Pw为世界坐标,Pc是摄像机坐标,他们之间关系为 Pc = RPw + T 式中,T= (Tx,Ty,Tz),是平移向量,转载 2013-12-04 16:35:14 · 1363 阅读 · 0 评论 -
HALOCN运算功能函数快查
转自:http://blog.sina.com.cn/s/blog_719733520100z4rs.html虽然绝大部分时间都是在VC中使用HALCON,HALCON的本身运算符很大都不会用到。但是这个资料还是很全。记录备查。Chapter 1 :Classification1.1 Gaussian-Mixture-Models1.add_sample_class转载 2013-11-26 15:45:12 · 3365 阅读 · 0 评论 -
Surf试用感受
<br /> Surf作为sift的改进算法,特征点没有SIFT多,但效率更高,速度更快,OPENCV 2.0已支持SURF,试用了下,感觉还可以,以下是我的截图:<br /><br />特征点明显比SIFT少。但跟踪快速!不错。原创 2011-03-30 21:20:00 · 1076 阅读 · 0 评论 -
OpenCV2没有了CvvImage,抄下低版本的CvvImage,可用于MFC中。
//////头文件CvvImage.h#ifndef CVVIMAGE_CLASS_DEF_H #define CVVIMAGE_CLASS_DEF_H #include #include /* CvvImage class definition */ class CvvImage { public: CvvImage(); virtual ~CvvImage(); /* Create image (BGR or grayscale) */ virtua原创 2011-03-28 10:30:00 · 1949 阅读 · 0 评论 -
介绍一个绝佳的图形开发开源库.Freeimage.dll
请在http://freeimage.sourceforge.net/download.html 下载最新源码及WIN32 DLL,附有使用说明及源码.支持多种图形格式的编程.实为最难得的图形开发宝库.如果我今天有帮到你,记得顶下哦.Source distribution includes source for FreeImage, C++, C#, Delphi and VB6 wrappers原创 2005-12-03 12:43:00 · 5442 阅读 · 2 评论 -
OLED显示开发中的像素格式转换.(24BIT转为BGR565)
做过OLED显示的同志都知道,OLED具有亮度高,色彩鲜明的特点,只是由于技术限制,现在不无法生产大尺寸的OLED面板.OLED显示采用的格式是BGR565的格式,即一个像素占16BIT,我们的图形要正确显示在OLED上,一定要将像素的RGB值转为BGR565,以下是将8位R,8位G,8位B的像素值转为BGR565的部分代码:// convert to 16bit 565 template typ原创 2005-12-03 12:30:00 · 2424 阅读 · 0 评论 -
LCD 屏参数及计算
今天在公司研究FS2410 bootloader的源代码,看到LCD参数设置部分时,百思不得其解,其内容如下:// TFT 320 x 240#if(lcd_type_choose == CT35TF05)#define CLKVAL_TFT (7)#define LCD_XSIZE_TFT (320)#define LCD_YSIZE_TFT (240转载 2015-03-26 22:22:28 · 3181 阅读 · 0 评论