-
最优分割,求图像最优分割时的计算程序。输入数组1为图像灰度值,从小到大;输入数组2为对应灰度值的个数。...
最优分割,求图像最优分割时的计算程序。输入数组1为图像灰度值,从小到大;输入数组2为对应灰度值的个数。-Optimal segmentation, seeking the optimal image segmentation when the calculations. Input array a for the image gray value, from small to large input array 2 as corresponding to the number of gray values.
- 2022-02-14 04:43:13下载
- 积分:1
-
用如求直立主图统计程序。RGB有3个座标,分别是R,G,B,其值从0-255。把0-255分成4段,那么每个座标有4种取值,共可以表示4*4*4=64种颜色。程...
用如求直立主图统计程序。RGB有3个座标,分别是R,G,B,其值从0-255。把0-255分成4段,那么每个座标有4种取值,共可以表示4*4*4=64种颜色。程序中主要是histogram函数,它有两个参数,第1个参数是一个64位数组,每一位表示一种颜色,其值是该颜色出现的次数。另外两个函数numbercolor是对每个像素计算它的颜色值,fenduan是对参数x返回0-255中的某一段。主函数测试一副图片的颜色直方图的统计。-Used as the main map for vertical statistical procedures. RGB has three coordinates, namely R, G, B, its value from 0-255. The 0-255 is divided into 4, then there are four kinds of each coordinates value, can indicate a total of 4* 4* 4 = 64 kinds of colors. Process is mainly histogram function, it has two parameters, the first a parameter is a 64-digit group, each and every one expressed a different color, its value is the number of the color appears. The other two function numbercolor is calculated for each pixel its color value, fenduan of parameters x the return of a certain period of 0-255. The main function to test a picture of the color histogram statistics.
- 2022-10-26 15:15:04下载
- 积分:1
-
《计算机图形学》直线DDA算法
《计算机图形学》直线DDA算法-"Computer Graphics" DDA Linear Algorithm
- 2022-02-15 06:51:36下载
- 积分:1
-
读入图像文件,做图像反转,然后显示图像在屏幕上,基于OPenCv的...
读入图像文件,做图像反转,然后显示图像在屏幕上,基于OPenCv的-Read into the image file, so the image reversed, and then show the image on the screen, based on the OPenCv
- 2022-07-20 20:34:02下载
- 积分:1
-
qzxing+opencv ,二维码/条形码解码
基于qt使用qzxing库,结合opencv,进行二维码和条形码的解码,视频显示和解码的过程在不同的进程,因此可以流畅的显示,在解码的同时。
- 2022-06-01 15:06:53下载
- 积分:1
-
纯C语言开发的图标/图片按钮源代码,这个程序中使用了字体font, 绘制形状shape, 绘制边edge, 绘制颜色color, 使用刷子brush 和钢笔pe...
纯C语言开发的图标/图片按钮源代码,这个程序中使用了字体font, 绘制形状shape, 绘制边edge, 绘制颜色color, 使用刷子brush 和钢笔pen完成。
-Although Windows has a really cool GUI, sometimes the way standard buttons look quite does not meet our requirements. We may then choose buttons with a style called "owner-draw". The owner has to draw the button in every aspect (background, border, text, image) of every situation that requires drawing (click, enable, focus, etc.).It took me days to come up with something functional, Now here is some simple, reliable code: if it proves useful I will write something about owner-draw buttons with text (dealing with fonts, shapes, edges, colorrefs, brushes and pens).
- 2022-08-10 21:55:53下载
- 积分:1
-
- 2022-07-14 12:49:10下载
- 积分:1
-
用C写的画点函数,直接读取显存,很好很强大!
用C写的画点函数,直接读取显存,很好很强大!-Using C to write the painting point function, the direct memory read, very good very powerful!
- 2023-06-21 14:50:03下载
- 积分:1
-
应用Vertex shader3.0,通过GPU通用计算技术实现对流体的物理和渲染,实现高效率的流体模拟
- 2022-01-25 23:18:18下载
- 积分:1
-
本代码可以生成并显示分形图像。
本代码可以生成并显示分形图像。-the code can generate and display fractal images.
- 2022-01-21 18:19:21下载
- 积分:1