资源列表
shen
- 使用区域增长,能够精准的分割出小鼠的肾脏-Use of regional growth and to precise segmentation of kidneys
drawLine
- 直线中点Bresenham 算法:每次在主位移方向上走一步,另一个方向上走不走步取决于中点偏差判别式的值。-Linear midpoint Bresenham algorithm: Each displacement in the direction of the main step, do not go walking in another direction depending on the midpoint of the deviation value of the discriminan
noise-remover
- 利用环绕像素排列找中间值的方法对图片进行去噪,分为中级过滤器和高级过滤器两种-Looking around the pixel array using the method of image median denoising divided into intermediate filters and advanced filters two kinds
hhhhhh
- 该编程使用VC++编写代码,该编程主要作用便是将灰度图像的各灰度值统计出来,以方便对该灰度图像的了解-The programming code using VC++ The main role is to be programmed for each grayscale image gray value statistics out to facilitate the understanding of the gray image
kmean
- 利用k-means的算法实现图像区域分割,主程序只能运行灰度图像,彩色图像需另写调用程序-Using the k-means algorithm for image segmentation, the main program will only run grayscale image, color image subject to write the calling program
shb
- 改编成代码可用来将一幅灰度图像的灰度级分开统计出来以及将其各个灰度级所占的个数统计出来-Adapted into a code that can be used to separate the gray level gray image figured out, and its share of the number of each gray level statistics out
test1
- 实现RGB到YUV的转换,并进行4:2:0降采样- RGB to YUV conversion and down-sampling 4:2:0
bresenham
- bresenham画直线算法MFC实现,根据课本上的伪代码自己写的。-To draw a line with bresenham algorithm
ellipse
- 图形学课本上介绍了椭圆画法,自己用vc实现了一下-Graphics textbook introduces the oval painting, their use vc achieve a bit
flood_fill_8
- 八连通区域填充的算法实现,根据课本的伪代码实现-Eight connected region filling algorithm, according to the textbook pseudocode
line
- 基础的DDA算法用来画直线,使用MFC做框架实现-Based DDA algorithm is used to draw a straight line, use the MFC framework to achieve to do
stack_fill
- 使用压入栈种子点填充算法进行区域填充,使用MFC框架实现-Using the stack seeds filling area filling algorithm, using the MFC framework to achieve