资源列表
111
- 图形学 开发环境很方便的使用 并且用户很乐意使用-bmj,hjh
zhifangtu
- Visual C++提取数字图像的直方图-Visual C++ extract digital images of the histogram
tuxiangzengqiang
- Visual C++实现数字图像增强处理-Visual C++ realization of digital image enhancement processing
tuxiangpinghua
- Visual C++实现数字图像平滑处理-Visual C++ realization of digital image smoothing
VC
- 计算机图形学综合性实验,有相应的运行结果,和相应的设计报告-Integrated computer graphics experiments, corresponding results, and the corresponding design report
anm
- 实现了图像的平滑播放效果。图像是由大到小播放,动画效果-Achieve smooth playback images. Image is descending playback, animation effects
PICXHUE
- 开发图片,安全图片,由于作业指导票或文件插图.-PICTUTTC
canny
- 运用经典的canny算子,能对图像进行边缘检测-Canny use of the classical operator, able to image edge detection
graphics
- 真实感计算机图形学,包括部分论文和PPT。*.nn文件请自行下载CAJViewer 7.0.2.self.exe安装后可打开。-Realistic computer graphics, including some papers and PPT.*. nn file download at your own CAJViewer 7.0.2.self.exe open after installation.
Tips1
- This small code sample shows how to obtain the RGB color of any pixel under the cursor. The code uses a timer control to fire events ever 100 th of a second and then uses the GetPixel, GetCursorPos, and GetDC WinAPI calls to obtain the value.
Color-rgb-hexadecimal
- Color RGB Hex Give de Hexa number of color selected
1257353
- 计算机图像处理系统从系统层次上可分为高、中、低档三个层次,目前一般比较普及的是低档次的系统,该系统由CCD(摄像头)、图像采集卡、计算机三个部分组成,其结构简单,应用方便,效果也比较不错,得到的图像较清晰。目前网上基于VC开发经验的文章不少,可是关于如何在VC开发平台上使用图像采集卡的文章确没发现,笔者针对在科研开发中积累的使用图像采集卡经验,介绍如何自己是如何将采集卡集成到图像开发系统中,希望能够给目前正需要利用图像采集卡开发自己的图像处理系统的朋友有所帮助。-Computer image p
