Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - vc get
Search - vc get - List
vc实现图像与文字的合成,需要得可以好好借鉴-vc realize synthesis of images and text need to get a good draw
Date : 2025-12-31 Size : 38kb User : 张凤春

图像分割是由图像处理到图像分析的关键步骤,涉及到计算机视觉技术的复杂问题。在医学图像方面,许多应用大都依赖于对图像中目标轮廓的准确提取。基于微分算子检测的方法几乎都对噪声较为敏感且不能保证得到连续的边缘,无法用于辨识和分析目标。由Kass提出的基于主动轮廓线的Snake模型[1],用一个具有一定弹性的封闭曲线,在曲线自身形状约束力和由图像数据计算而来的外部力的共同作用下演化,来逼近目标边界,完成对图像的分割。 GVF snake VC++做的-Image segmentation by image processing to image analysis of the key steps involved in computer vision technology to complex problems. In medical images, many applications largely depends on the target images extracted contour accuracy. Based on the differential operator method of detecting almost all more sensitive to noise and can not guarantee that they will get straight edge, can not be used for target identification and analysis. Kass raised by the active contour based on the Snake model [1], with a certain flexibility of the closed curve in the curve shape their own binding and calculated by the image data from the external force under the joint effect of the evolution of the boundary to approximate the target , completion of the image segmentation. GVF snake VC++ Make the
Date : 2025-12-31 Size : 146kb User : happynp

纹理合成是为了解决纹理映射中存在的接缝走样等问题而提出的 也就是无缝贴图 可以用photoshop搞定,这个是编程序实现 生成无缝贴图是搞3D设计或是开发必备 开发工具Microsoft Visual Studio 2008 express(VC++ 2008 express) 注意:1 算法部分是C++ 实现,没有用unicode,所以图片路径和文件名不能有中文,否则会自动退出 -Texture synthesis texture mapping is to solve existing problems such as joints aliasing is proposed seamless mapping can be used to get photoshop, this is programmed to achieve a seamless texture generation is engaged in 3D design or development of the necessary development tools Microsoft Visual Studio 2008 express (VC++ 2008 express) Note: part 1 algorithm C++ realized, did not use unicode, so picture the path and file name can not be Chinese, or else they will automatically withdraw from the
Date : 2025-12-31 Size : 20kb User : wsky

将一个VC程序代码,它能将数据文件放入bmp位图文件中,并能从bmp 中提取出原文件。以便大家在这里通过下载图片来得到图片中的资源-A VC program code, it will be data files Add bmp bitmap file, and extracted from the original bmp file. To everyone here by downloading pictures to get the picture of the resources
Date : 2025-12-31 Size : 936kb User : 杨志龙

图像感知与获取,图案法与随机抖动法显示图像的vc++实现-Image Perception and acquisition, design method and random jitter display images vc++ Achieve
Date : 2025-12-31 Size : 191kb User : 黄朝亮

这是一个关于数字图像处理的算法,此算法采用C++语言编写,并在VC的环境下进行了实现,能够得到很好的效果-This is a study on digital image processing algorithms, this algorithm using C++ languages, and in VC environment to achieve, be able to get good results
Date : 2025-12-31 Size : 2.03mb User : sky

数字图像的边缘检测 本科毕业设计(边缘检测是数字图像处理中的重要内容。本文首先对图像的边缘检测的各种算法和算子做了总结和分析。Canny最早提出了边缘检测的三条连续准则:最优检测结果、最优定位和低重复响应,并在这些准则的基础上得到了“最优线性滤波器”―高斯函数的一阶导数。经过十几年的发展,目前已经有了对这个准则的很多改进,本文也对这个方面的工作做了小结。Demigny在理论分析和实践的基础上给出了边缘检测的离散准则,并且证明在离散准则中Canny提出的第三个准则可以被阀值操作所取代。本文利用了数值方法求出了Demigny离散准则下阶梯形边缘检测的最优线性滤波器和对应着它的平滑算子。利用这个算子和Canny边缘检测方法得到了一个完整的边缘检测算法并用VC++实现了这种算法.从算法对大量图像边缘检测的结果来看,这种算法虽然简单但是效果很好,是边缘检测的一种很好的实用方法。-Edge detection is important in image procession. This paper made a summary and analysis of edge detecting algorithm and edge detector. Canny has proposed three continuous criteria to compare the performance of different filters: good detection, good localization and low-responses. Based on these criteria he got optimal filter for edge detection: derivative of Gaussian function. After more than ten years research, Canny’s theory has been ameliorated in many aspects, this paper also made a review of it. Based on the practice and theory. Demigny gave three discrete criteria for edge detection like Canny’s criteria and he has proofed that the third criterion can be replaced by an appropriate thresholding operation. This paper used numerical method to get the optimal filter and smooth operator under the Demigny’s criteria. Then I combine these filters and Canny’s edge detecting technique to get an integrated edge detecting algorithm. I have implemented the algorithm using VC++. From the res
Date : 2025-12-31 Size : 1.33mb User : swx

读取图像,并对图像进行仿射变换,可以通过改变仿变换的参数得到不同的变换图像-Image affine transformation :get different transformed images by different parameters
Date : 2025-12-31 Size : 2.98mb User : liya

DL : 0
基于VC环境下人量检测系统 HDIB DIB::ReadDIBFile(HANDLE hFile) { BITMAPFILEHEADER bmfHeader DWORD dwBitsSize HANDLE hDIB HANDLE hDIBtmp LPBITMAPINFOHEADER lpbi DWORD dwRead //得到文件大小 dwBitsSize = GetFileSize(hFile,NULL) hDIB = GlobalAlloc(GMEM_MOVEABLE,(DWORD)(sizeof(BITMAPINFOHEADER))) if(!hDIB) return NULL -Human capacity-based VC environment detection system HDIB DIB:: ReadDIBFile (HANDLE hFile) (BITMAPFILEHEADER bmfHeader DWORD dwBitsSize HANDLE hDIB HANDLE hDIBtmp LPBITMAPINFOHEADER lpbi DWORD dwRead // get the file size dwBitsSize = GetFileSize (hFile, NULL) hDIB = GlobalAlloc (GMEM_MOVEABLE, (DWORD) (sizeof (BITMAPINFOHEADER))) if (! hDIB) return NULL
Date : 2025-12-31 Size : 375kb User : jad

vc对图像的处理 实现透明图像 给大家借鉴 希望能用得到-vc on image processing to achieve a transparent image for everyone to learn from hoping to get
Date : 2025-12-31 Size : 2.68mb User : 陈无名

可以准确地实现两幅图像的拼接,可直接运行VC6.0工程文件,点击打开图像,然后再打开另一幅图像,点击拼接按钮,就可以得到拼接后的结果。完全的源代码,保证可用!!同时也是学习VC++数字图像处理的好例程!-Can achieve accurate stitching of two images can be directly run VC6.0 project file, click open the image, and then open another image, click on the button stitching, you can get the result after stitching. Full source code, to ensure that available! !
Date : 2025-12-31 Size : 4.03mb User : 杨正

如何获取图像编码器信息 VC++ 实现可以直接运行-How to get the image encoder information
Date : 2025-12-31 Size : 94kb User : JESON

vc获得图像上任意一点的颜色值的程序源码,希望对大家有所帮助-vc get the image on the color value of any point source program, we hope to help
Date : 2025-12-31 Size : 20kb User :

在VC平台上实现多波段遥感影像的读取和显示功能,有学习和参考价值,非常实用 -This programme can help you read and display multispectral images, you can learn a lot from it and get much reference, really practical.
Date : 2025-12-31 Size : 16.88mb User : 宋清越

这个程序是用vc++编写的,是取指数的实现-this program is to get the exponent
Date : 2025-12-31 Size : 136kb User : lee

SDL-devel-1.2.15-VC.zip 将SDL.DSW在vc6.0下编译,获得需要的sdl.lib和sdlmain.lib-SDL-devel-1.2.15-VC.zip you can compile SDL.DSW in vc6.0,then you can get the lib of sdl.lib and sdlmain.lib
Date : 2025-12-31 Size : 751kb User : 孙伟

VC几何绘图,如何让CDC上输出的文字、图形具有保持功能,集合类CPtrArray的使用,CPaintDC与CClientDC的区别与应用,OnPaint与OnDraw在CView中的关系及实现内幕,滚动窗口的实现,坐标空间,映射方式,设备坐标与逻辑坐标的转换。元文件设备描述表的使用,如何利用兼容DC实现图形的保存和再现。-VC geometric drawing, how to get the text output on the CDC, graphics, hold function, a collection of class CPtrArray use, the relationship of the difference between the CPaintDC and CClientDC application, the OnPaint and OnDraw in CView and achieve insider to scroll the window, the coordinate space mapping device coordinates and logical coordinates conversion. Metafile device context to use, how to use the compatible DC preservation and reproduction of the graphics.
Date : 2025-12-31 Size : 32kb User : period362

本文是关于VC数字图像处理编程的讲座内容,讨论如何利用微软的Visual C++开发工具来实现一些常用的数字图像处理算法,论述了图像处理的理论,主要的内容分为基础篇、中级篇和高级篇,具体包含的主要内容有: 1. 图像文件的格式;   2. 图像编程的基础-操作调色板;   3. 图像数据的读取、存储和显示、如何获取图像的尺寸;等等 -This article is about the VC digital image processing programming, Lectures, discussion of how to use Microsoft' s Visual C++ development tool to achieve some common digital image processing algorithms, discusses the image processing theory, the main content is divided into Basics, intermediate articles and advanced articles, containing the main content of the concrete are: 1. Image file format 2. Image based programming- operation palette 3. Read image data, storage and display, how to get the image size etc.
Date : 2025-12-31 Size : 49kb User : 黄雅威

VC.NET如何使用源代码获取状态栏指针的小例子,VC++初级入门示例,运行于visual Studio环境中,有此环境的可重新编译源码-How to use the source code to get VC.NET status bar pointer small example, VC++ primary entry example, running on visual Studio environment, this environment can be a source code recompilation
Date : 2025-12-31 Size : 33kb User : 赵龙

VC++从DLL动态链接库中加载位图资源,加载动态链接库,要先判断DLL是否加载成功,获取动态链接库中的GetShowDlg函数,判断函数指针是否为空,调用动态链接库中的方法,构造CShowDlg对象,访问CShowDlg类的ShowNoteDlg方法,释放pShowDlg对象,加载动态链接库中的位图,其中2009为动态链接库中的位图资源ID值,判断加载位图是否成功,在控件中显示位图,加载完成,卸载动态链接库。-VC++ loaded from the DLL dynamic link library bitmap resources, load dynamic link library, first determine whether the DLL is loaded successfully, to get the dynamic link library GetShowDlg function to determine whether the function pointer is null, called dynamic link library methods, constructors CShowDlg object, ShowNoteDlg way to access CShowDlg class, the release pShowDlg object to load dynamic link library bitmap, which in 2009 is a dynamic link library bitmap resource ID value that determines whether the bitmap loaded successfully, the bitmap displayed in the control , loaded, unloaded dynamic link library.
Date : 2025-12-31 Size : 196kb User : jyj
« 12 »
CodeBus is one of the largest source code repositories on the Internet!
Contact us :
1999-2046 CodeBus All Rights Reserved.