联合开发网   搜索   要求与建议
                登陆    注册
排序按匹配   按投票   按下载次数   按上传日期
按分类查找All 图形图象(17) 
按平台查找All C/C++(17) 

[图形图象] Code

opencv平台实现图形中以点为中心的局部窗口的方差计算/c++毕业设计
The opencv platform realizes the variance calculation of the local window (2021-04-26, C/C++, 1KB, 下载0次)

http://www.pudn.com/Download/item/id/1619448883337759.html

[图形图象] DFT

对图像进行DFT频谱中心化,先对原始图像进行变换,然后直接进行DFT频谱计算就可以得到中心化的频谱。编译环境是open cv
Firstly, the original image is transformed and then the DFT spectrum is calculated directly to get the centralized spectrum. (2020-12-19, C/C++, 4484KB, 下载0次)

http://www.pudn.com/Download/item/id/1608385113486093.html

[图形图象] star

恒星旋转1)多颗恒星围绕中心旋转2)恒星的颜色不同3)恒星旋转并呈螺旋状展开。4)在a)阿基米德螺线,b)对数螺线和3)费马螺线中选择一种螺线类型。
Star Rotation 1) Multiple stars rotate around a center 2) The colors of stars are different 3) Stars rotate and spread out in spiral path. 4) Choose a spiral type in a) Archimedes spiral, b) logarithmic spiral and 3) Fermat spiral. (2020-04-19, C/C++, 10381KB, 下载1次)

http://www.pudn.com/Download/item/id/1587268869931231.html

[图形图象] gravityadd

通过灰度加权的方法实现激光条纹的中心提取
laser stripe extraction (2018-12-07, C/C++, 12734KB, 下载5次)

http://www.pudn.com/Download/item/id/1544150238582062.html

[图形图象] main

计算物理:单中心dla的实现,编程语言为c语言
Implementation of single-center DLA (2018-11-24, C/C++, 1008KB, 下载0次)

http://www.pudn.com/Download/item/id/1543064434785629.html

[图形图象] KCF-usart

调用电脑摄像头实现目标跟踪,并将目标位置通过串口发送
A computer camera is used to track the target and send the target location through the serial port. (2018-10-18, C/C++, 9237KB, 下载11次)

http://www.pudn.com/Download/item/id/1539867687865306.html

[图形图象] duard

运用vc++6完成Bresenham算法的360度橡皮条算法还有中心画圆共享一下
Using vc 6 to complete the 360-degree rubber strip algorithm of Bresenham algorithm and share the center circle (2018-09-06, C/C++, 33KB, 下载0次)

http://www.pudn.com/Download/item/id/1536188500300023.html

[图形图象] 激光条中心线提取

Hessian矩阵提取激光条中心线 ,可实现亚像素级别的精确提取
Extraction of center line of laser stripe by Hessian matrix (2018-08-07, C/C++, 3316KB, 下载26次)

http://www.pudn.com/Download/item/id/1533605866713718.html

[图形图象] 3_图像腐蚀

被处理的图象X(二值图象,我们针对的是黑点),中间是结构元素B,那个标有origin的点是中心点,即当前处理元素的位置。腐蚀的方法是,拿B的中心点和X上的点一个一个地对比,如果B上的所有点(指的是所有黑点)都在X的范围内(即X图上处理元素所在的位置以及它上,左两个点都是黑色),则该点保留,否则将该点去掉(变为白点);右边是腐蚀后的结果。可以看出,它仍在原来X的范围内,且比X包含的点要少,就像X被腐蚀掉了一层。
The processed image X (two value images, we are aiming at black spots), the middle is the structure element B, and the point with the origin is the center point, that is, the position of the current processing element. The method of corrosion is to compare the center point of the B with the point on the X, and if all the points on the B are in the range of the X (that is, the location of the element in the X diagram and on it, the left two points are black), the point is retained, otherwise the point is removed (to the white point); the right is rotten. The results after the eclipse. It can be seen that it is still within the scope of the original X, and fewer points than X, just as X has been eroded. (2018-06-11, C/C++, 46KB, 下载0次)

http://www.pudn.com/Download/item/id/1528685485239524.html

[图形图象] seriamizationcyclicprefix

遗传算法的配送中心选址设计代码,针对选择多个配送中心的, (2018-05-12, C/C++, 14KB, 下载0次)

http://www.pudn.com/Download/item/id/1526125671474650.html

[图形图象] 光条中心检测

检测光条中心,基于Opencv实现的光条中兴检测的代码
Detection of light stripe center, based on Opencv to achieve the detection of light stripe code. (2018-05-10, C/C++, 6492KB, 下载16次)

http://www.pudn.com/Download/item/id/1525940841904485.html

[图形图象] ajcloy

寻找图象中图钉的中心点,文件中包含两个原文件和一个图象文件,,
Looking for the image in the center of the pins, file contains two original documents and an image file,, (2017-05-03, C/C++, 32KB, 下载1次)

http://www.pudn.com/Download/item/id/1493820243482195.html

[图形图象] Accurate-of-line-structured-light

本文提出了基于光条纹图像方向与重心法相结合的方法,首先手阈值法获取条纹中心初值,然后,通过光条纹图像的灰度梯度计算条纹法线方向,最后,在法线方向用重心法提取光条纹重心。对线结构光中心提取非常有帮助。
This paper presents method based on the combination of light stripe image with center of gravity method, first of all hand threshold method get the initial center of stripe, then through the gray gradient of light stripe image calculation to the normal direction of the stripe. Finally, in a direction normal to the gravity method is used to extract light stripe center of gravity. Line structured light center extraction is very helpful. (2016-04-06, C/C++, 601KB, 下载35次)

http://www.pudn.com/Download/item/id/1459944590849206.html

[图形图象] yuchuli

样本呈现多类分布的时候可以对各类中心的外围部分进行有效的去处
fgdgdfgdfgdfgdfg df gdfh dfh (2013-11-16, C/C++, 1KB, 下载1次)

http://www.pudn.com/Download/item/id/2401768.html

[图形图象] CUDASupercomputingMasses

Dr Bobbs-CUDA Supercomputing for the Masses共21篇经典博客文章整理版,该系列文章为NVIDIA官方网站培训中心推荐的博文,非常值得学习GPU和CUDA编程的人看
Dr Bobbs-CUDA Supercomputing for the Masses for a total of 21 article classic blog article finishing version, this series of articles for NVIDIA s official website training center recommended bowen, extremely is worth learning GPU and CUDA programming to see (2011-12-02, C/C++, 4420KB, 下载25次)

http://www.pudn.com/Download/item/id/1718870.html

[图形图象] zifufenge

一种新的字符分割方法,以质量退化为中心思想,介绍了与以往不同的分割形式,很有帮助!
SOBEL edge detection forget the full program can be directly run, simple, good results! (2010-03-04, C/C++, 108KB, 下载6次)

http://www.pudn.com/Download/item/id/1075985.html

[图形图象] level1

以Z轴为中心的平行投影. 请注意里面的说明是日语.
To Z-axis as the center of the parallel projection. Please note that there is Japanese. (2007-08-14, C/C++, 2KB, 下载4次)

http://www.pudn.com/Download/item/id/318873.html
总计:17