-
此源代码演示如何使用C,赢得32 SDK的GDI和边缘检测…
此源代码将演示如何用C,Win 32 SDK及GDI+来实现边缘检测。(C++,C)-this source code to demonstrate how to use C, Win 32 SDK GDI and edge detection to achieve. (C, C)
- 2022-02-11 15:05:35下载
- 积分:1
-
白平衡算法,通过HSV模型对图像进行三通道灰度分析,得到图像的白平衡,可用于不均匀照明下的图像校正。...
白平衡算法,通过HSV模型对图像进行三通道灰度分析,得到图像的白平衡,可用于不均匀照明下的图像校正。-White balance algorithm, through the HSV model is three-channel gray-scale image analysis, the white balance to be images that can be used under uneven lighting image correction.
- 2022-08-18 07:35:02下载
- 积分:1
-
the strength of computer graphics procedures
计算机图形学的实力程序-the strength of computer graphics procedures
- 2022-05-25 02:53:05下载
- 积分:1
-
3D 可视化:利用期望最大化算法了解3D数据的高斯混合模型
传统的单粒子重建方法使用傅立叶或delta 函数基础来表示粒子密度图。我们提出了一个更灵活的算法,可以根据数据适应性地选择基础。由于基础适合数据,跟使用固定基础重建相比,分辨率和讯噪比(SNR) 都得到提高。而且,该算法自动遮盖粒子,使得粒子从背景中分离出来,无需在精制循环中使用专门滤波器或者蒙层。该算法是基于贝叶斯定理最大后验框架中表示,使用有效优化算法获得最大化。评估使用模拟和实际的低温电子显微镜数据,显示分辨率和 SNR 改进以及从背景中有效遮挡粒子。
- 2023-03-15 10:50:03下载
- 积分:1
-
A voxel example in C
A voxel example in C
- 2023-01-31 04:00:03下载
- 积分:1
-
目标跟踪,本文围绕人运动的视觉分析中的重要课题――基于模型的行人跟踪――展开研究,它不仅涉及底层视觉的许多问题,还是高层视觉处理的基础。基于模型的跟踪是解决行人...
目标跟踪,本文围绕人运动的视觉分析中的重要课题――基于模型的行人跟踪――展开研究,它不仅涉及底层视觉的许多问题,还是高层视觉处理的基础。基于模型的跟踪是解决行人跟踪问题的一般性框架。-A Method of Passing People Tracking and Counting Based on Real- Time Image- Sequence
- 2022-07-18 17:15:19下载
- 积分:1
-
1,用经线和纬线画出一个三维球体,经线用不同的颜色表示,用帧交换技术实现球体的转动
2,在球体外部画1...
1,用经线和纬线画出一个三维球体,经线用不同的颜色表示,用帧交换技术实现球体的转动
2,在球体外部画1-3个小球,实现大球转动的同时,小球绕大球转及速度交互可调
3,考虑设计通用程序,实现小球的个数大小旋转的轨迹-one with warp and weft, paint a three-dimensional sphere, warp with different colors, Frame switching technology used to achieve the rotating ball two, ball in the external painting 1-3 small ball, and make major rotation of the ball, Small ball big balls turn around and adjustable speed interactive 3, the design of common procedures, the number of small balls the size of the rotating track
- 2022-10-14 08:30:02下载
- 积分:1
-
demonstration of the rotating text, the pursuit of the simple ease of use i fold...
演示了旋转文字的方法,追求的是简单好用,i资料收藏夹的启动窗体上的文字效果,就是用了这个代码-demonstration of the rotating text, the pursuit of the simple ease of use i folder of information collection Form launched the text effects, and that is using this code
- 2022-07-13 02:54:24下载
- 积分:1
-
bmp文件读取到内存代码
将bmp文件读取到内存当中,c++语言编写。BMP(全称Bitmap)是Windows操作系统中的标准图像
- 2022-02-04 20:40:08下载
- 积分:1
-
DIB(设备
DIB(Device-indepent bitmap)的与设备无关性主要体现在以下两个方面: DIB的颜色模式与设备无关。例如,一个256色的DIB即可以在真彩色显示模式下使用,也可以在16色模式下使用。 256色以下(包括256色)的DIB拥有自己的颜色表,像素的颜色独立于系统调色板。 由于DIB不依赖于具体设备,因此可以用来永久性地保存图象。DIB一般是以*.BMP文件的形式保存在磁盘中的,有时也会保存在*.DIB文件中。运行在不同输出设备下的应用程序可以通过DIB来交换图象。 DIB还可以用一种RLE算法来压缩图像数据,但一般来说DIB是不压缩的。 DIB的结构-DIB (Device-indepentent bitmap) has nothing to do with sexual equipment mainly in the following two aspects : DIB color mode has nothing to do with the equipment. For example, a 256-color DIB is the true color display mode, or can be used in 16 color mode. 256-color below (including 256 colors), the DIB has its own color table, color of the pixel independent system palette. As DIB is not dependent on specific equipment, it can be used for permanent preservation of images. DIB normally*. BMP file stored in the form of disk, sometimes stored in*. DIB document. Running on different output devices under the application of the procedure can be DIB to exchange images. DIB can also use a RLE compression algori
- 2022-03-07 07:46:45下载
- 积分:1