-
VC development of the video monitor, and support camera can save images, photos,...
VC开发的视频监视器,支持摄像头,能保存图像,图片,异形窗体.-VC development of the video monitor, and support camera can save images, photos, special-shaped windows.
- 2022-05-31 05:28:50下载
- 积分: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
-
图像处理例程的Visual C++工程在ImageProcessing目录下(本例程仅仅考
虑真彩和灰度图像,对256色索引图像没有考虑)。...
图像处理例程的Visual C++工程在ImageProcessing目录下(本例程仅仅考
虑真彩和灰度图像,对256色索引图像没有考虑)。-Image processing routines of the Visual C++ Works ImageProcessing directory (this routine only consider the true color and grayscale images, indexing images of 256 colors does not take).
- 2023-08-26 07:05:04下载
- 积分:1
-
本人写的用行程算法进行连通域标记的一段小代码
本人写的用行程算法进行连通域标记的一段小代码-I used to write the trip algorithm connected domain labeled a small code
- 2022-03-17 15:29:56下载
- 积分:1
-
本源码程序主要功能是完成视频编码和解码的程序
本源码程序主要功能是完成视频编码和解码的程序-the source procedures main function is to be completed video coding and decoding procedures
- 2022-03-23 05:54:49下载
- 积分:1
-
用C++语言编写的神经网络编程,以及注释
神经网络编程, 用c语言写的, 还有注释-Neural network programming, using c language, as well as the Notes
- 2023-07-11 20:10:02下载
- 积分:1
-
该函数用于对图像进行腐蚀运算。结构元素为水平方向或垂直方向的三个点,中间点位于原点。...
该函数用于对图像进行腐蚀运算。结构元素为水平方向或垂直方向的三个点,中间点位于原点。-The function used for computing the corrosion images. Structural elements for the horizontal direction or vertical direction of the three points, between points located at the origin.
- 2023-04-12 06:35:03下载
- 积分:1
-
The source image format converter for conversion of images in different formats,...
图像格式转换的源码,用于图像不同格式的转换,如转换公式为Gray(i,j)=0.11*R(i,j)+0.59*G(i,j)+0.3*B(i,j),其中Gray(i,j)为转换后的黑白图像在(i,j)点处的灰度值,其中绿色所占的比重最大,所以转换时可以直接使用G值。
-The source image format converter for conversion of images in different formats, such as the conversion formula for the Gray (i, j) = 0.11* R (i, j)+ 0.59* G (i, j)+ 0.3* B ( i, j), which Gray (i, j) for the converted black and white images in the (i, j) point of the gray value, of which the largest share in the green, so conversion can be directly used when the G value.
- 2022-06-15 12:56:21下载
- 积分:1
-
给定2个点坐标,计算其连线与水平方向的夹角,夹角范围[0,2*pi]...
给定2个点坐标,计算其连线与水平方向的夹角,夹角范围[0,2*pi]-failed to translate
- 2022-07-19 11:57:31下载
- 积分:1
-
文件中包含将车轮和cameraman图像进行动画演示,两者交替出现,可将颜色和交替时间等参数进行改动以达到个人的需求。...
文件中包含将车轮和cameraman图像进行动画演示,两者交替出现,可将颜色和交替时间等参数进行改动以达到个人的需求。-File contains the wheel and the cameraman images animated demo, alternating between the two may be the turn of time, such as color and changes the parameters in order to achieve the needs of individuals.
- 2022-02-02 16:25:59下载
- 积分:1