-
c#在图像处理的方面的源程序:包括图像的增强,滤波等操作~界面比较人性化!...
c#在图像处理的方面的源程序:包括图像的增强,滤波等操作~界面比较人性化!-c# in the image processing aspects of the source: including image enhancement, filtering, comparison operator interface humanized ~!
- 2022-01-30 12:17:23下载
- 积分:1
-
这个代码实现了很好的
This code implements the well-known Chan-Vese segmentation algorithm from the paper "Active Contours Without Edges."
This technique deforms an initial curve so that it separates foreground from background based on the means of the two regions. The technique is very robust to initialization and gives very nice results when there is a difference between the foreground and background means.
This code uses active contours and level sets in the implementation. It could also serve as a good framework for implementing all kinds of region-based active contour energies.
1.) Download
2.) Unzip
3.) Run >>region_seg_demo
See this site for experiments, videos, and more information on segmentation, active contours, and level sets:
[ http://www.shawnlankton.com/2007/05/active-contours/ ]
- 2022-06-21 17:17:59下载
- 积分:1
-
一个基于C++的图像处理算法,包括帧差我…
一个基于C++的图像处理算法,包括帧差分法、背景法和meanshift跟踪。-One based on C++, image processing algorithms, including the frame difference method, the background law and meanshift track.
- 2023-01-04 01:35:04下载
- 积分:1
-
Frame buffer block rotation, using c language code completion, to achieve the ro...
帧缓存块的旋转,采用c语言代码完成,实现帧缓存块的旋转。-Frame buffer block rotation, using c language code completion, to achieve the rotation of the frame buffer block.
- 2022-09-05 12:25:02下载
- 积分:1
-
一些基本的图像处理源程序,以及用于图像处理的基本matlab操作程序...
一些基本的图像处理源程序,以及用于图像处理的基本matlab操作程序-some basic image processing program, and for the basic image processing procedures Matlab
- 2023-07-23 22:15:02下载
- 积分:1
-
A DIB section wrapper for win32 or winCE
A DIB section wrapper for win32 or winCE
- 2022-07-21 21:18:58下载
- 积分:1
-
图像的组成无非是一些字符串或者一些字节组成的字符串,然而,每一个字节数据位的重要度并不是一样的,两个相邻字节往往只有低位是不一样的。例如:00100110和00...
图像的组成无非是一些字符串或者一些字节组成的字符串,然而,每一个字节数据位的重要度并不是一样的,两个相邻字节往往只有低位是不一样的。例如:00100110和00100111代表了两个不同渐变度的红色,但是就人眼是分辨不出来的。最低有效位LSB算法,就是利用这一点,达到图像压缩,或者数字水印的功能。-The composition of the image is nothing more than some number of bytes or string composed of string, however, one byte for each data bit is not an important degree of the same, often only two adjacent low-byte is not the same. For example: 00100110 and 00100111 represent the gradient of two different degrees of red, but on the human eye is not out to tell. Least significant bit LSB algorithm, is to take advantage of this point, to achieve image compression, or digital watermark feature.
- 2022-08-08 01:29:27下载
- 积分:1
-
图形图象处理VC++编码,很好很使用,欢迎大家应用,希望与大家多交流...
图形图象处理VC++编码,很好很使用,欢迎大家应用,希望与大家多交流-Graphic image processing VC++ Encoding, very good use, welcomed the U.S. application, I hope more exchanges with the U.S.
- 2023-01-11 17:20:04下载
- 积分:1
-
用于编写的用于图像处理的编程平台
采用VC++编写,提供一个图像处理的编程平台-Used VC++ Prepared to provide a programming platform for image processing
- 2022-04-29 11:47:03下载
- 积分:1
-
本代码实现了对BMP图像进行几何变换,如缩放、旋转,平移等
本代码实现了对BMP图像进行几何变换,如缩放、旋转,平移等-Realize this code BMP images of geometric transformations, such as scaling, rotation, translation, etc.
- 2022-05-20 02:10:44下载
- 积分:1