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

[图形图象] tools-garage

工具车库:您的关键网络实用程序的中心!从QR代码创建到图像和PDF压缩,我们基于ReactJS的工具包简化了任务,提高了生产力,并促进了协作。加入我们的开源社区,塑造web工具的未来
ToolsGarage: Your go-to hub for essential web utilities! From QR code creation to image and PDF compression, our ReactJS-powered toolkit simplifies tasks, boosts productivity, and fosters collaboration. Join our open-source community to shape the future of web tools (2024-03-30, JavaScript, 0KB, 下载0次)

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

[图形图象] burnt-exe.github

该GitHub存储库是Raydo Matthee专业简介的中心枢纽,突出了他作为Skunkworks(Pty)Ltd.首席执行官的角色。它具有两个关键的视觉元素:一个封装了burnt.exe品牌标识的徽标,以及一个充满活力的、以技术为灵感的数字祝酒图,捕捉了他的公司的创新精神。
This GitHub repository serves as the central hub for Raydo Matthee s professional profile, highlighting his role as CEO of Skunkworks (Pty) Ltd. It features two key visual elements: a logo encapsulating the burnt.exe brand identity, and a vibrant, tech-inspired digital toast illustration that captures the innovative spirit of his company. (2024-03-20, HTML, 0KB, 下载0次)

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

[图形图象] PareidoliaWorld-ReactJS

这款React应用程序以偶像崇拜为中心,为策划迷人的照片画廊提供了一个无缝平台。集成的谷歌登录确保安全。用户通过喜欢和评论参与,培养充满活力的社区。互动功能加深了联系,为视觉幻觉体验创造了一个动态空间。
This React app, centered on pareidolia, offers a seamless platform for curating captivating photo galleries. Integrated Google login ensures security. Users engage through likes and comments, fostering a vibrant community. Interactive features deepen connections, creating a dynamic space for visual pareidolia experiences. (2024-02-28, JavaScript, 0KB, 下载0次)

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

[图形图象] cloud-snap

CloudSnap是一款尖端的以云为中心的照片库应用程序,旨在利用微服务架构的强大功能来实现无缝照片管理、存储、用户帐户、使用监控和可扩展的架构,以满足基于web的应用程序的现代需求。
CloudSnap is a cutting-edge cloud-centric photo gallery application designed to harness the power of microservices architecture to achieve seamless photo management, storage, user accounts, usage monitoring, and a scalable architecture to meet the modern demands of web-based applications. (2024-01-02, Others, 0KB, 下载0次)

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

[图形图象] qrcode_recognition

基于opencv4.0 pyzbar和python实现二维码实时检测+定位,利用摄像头完成了实时对二维码的识别和检测、定位,获取二维码的中心点与外接最小矩形。Based on opencv4.0 pyzbar and python, ...
Based on opencv4.0 pyzbar and Python, real-time detection and positioning of QR codes were achieved. A camera was used to identify, detect, and locate the QR code in real time, obtaining the center point of the QR code and the minimum external rectangle. Based on opencv4.0 pyzbar and Python (2020-06-23, Python, 1063KB, 下载0次)

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

[图形图象] ScanQRcode

功能描述:WSLNativeScanTool是在利用原生API的条件下封装的二维码扫描工具,支持二维码的扫描、识别图中二维码、生成自定义颜色和中心图标的二维码、监测环境亮度、打开闪光灯这些功能;WSLScanView是参照微信封装的一...
Function description: WSLNationalScanTool is a 2D code scanning tool packaged under the condition of using native APIs. It supports functions such as scanning QR codes, identifying QR codes in images, generating custom color and center icon QR codes, monitoring environmental brightness, and turning on flash; WSLScanView is a reference to WeChat encapsulation (2019-11-18, Objective-C, 8413KB, 下载0次)

http://www.pudn.com/Download/item/id/1574014301648479.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

[图形图象] 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

[图形图象] ad库

画图经常找不到元器件,不要慌,这个库包含了大部分的常用元件。
Drawing often can not find components, do not panic, this library contains most of the common components. (2018-01-10, Protues, 17023KB, 下载33次)

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

[图形图象] celianling

本项目是一个一个娱乐性的app项目源码,用户可以通过拍照或者从本地图库选择自己或者朋友的照片,然后分析出年龄,性别,还可以把分析的结果和照片分享到地图上,其他用户也可以看到您分享的照片和测试出来的年龄。人脸识别技术用到的是一个face++提供的服务
The project is a an entertaining app project source code, users can take pictures or choose your own or your friends' photos the local library, and then analyzed by age, sex, you can also analyze results and photo sharing to the map, other users You can see your shared photos and test it out age. Face recognition technology is used to provide the service of a face++ (2016-05-21, Java, 3365KB, 下载11次)

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

[图形图象] Eigen-3.2.2

Eigen非常方便矩阵操作,当然它的功能不止如此,由于本人只用到了它的矩阵相关操作,所以这里只给出了它的一些矩阵相关的简单用法,以方便快速入门。矩阵操作在算法研究过程中,非常重要,例如在图像处理中二维高斯拟合求取光斑中心时使用Eigen提供的矩阵算法。Eigen用源码的方式提供给用户使用,在使用时只需要包含Eigen的头文件即可进行使用。
Eigen is a C++ template library for linear algebra: matrices, vectors, numerical solvers, and related algorithms.It supports all matrix sizes, small fixed-size matrices to arbitrarily large dense matrices, and even sparse matrices. (2015-03-05, Visual C++, 2235KB, 下载12次)

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

[图形图象] cir_cu

实现轮廓跟踪,并画出轮廓,此程序得出的是圆的轮廓,求得圆的中心和半径,将此圆画出,与实际的圆形成对比。用OPENCV库函数在WIN32控制台中编写.
To achieve contour tracing, and draw the outline, this procedure leads to an outline of the circle, to seek the circle center and radius of this circle draw, in contrast with the actual round. Library functions with OPENCV prepared in the WIN32 console. (2010-03-19, Visual C++, 50KB, 下载12次)

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

[图形图象] dda

DDA的模拟算法。指定的显示窗口的屏幕划分成64X64的区域;每个区域有一个象素,是位于区域中心半径为r的圆。进行DDA直线段绘制时,算法中选中的象素就用窗口中相应的圆代替。
DDA simulation algorithm. The specified display window of the screen is divided into 64X64 areas each region has a pixel is located in the Regional Center radius r circle. DDA to draw a straight line segment, the algorithm used to select the pixel on the window, replaced by the corresponding circle. (2009-10-19, Visual C++, 1KB, 下载4次)

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

[图形图象] project2

令人着迷的电影特效,到医学成像、电子游戏和更多的领域,3D图形所带来的冲击不亚于一场革命。这项从五年前(1996年)开始,带来了个人电脑消费风暴的技术,根源于学术界和军事。其实从某种程度上来说,我们今天在个人电脑上所享受的3D图形算是一种“和平红利”,许多最初设计军事模拟器的专家如今在从事3D图形芯片,电影和游戏开发产业的工作。 除娱乐之外,3D图形技术在计算机辅助设计(CAD)上为工业设计带
Fascinating film special effects, to medical imaging, electronic gaming and more areas, 3D graphics the impact of no less than a revolution. This from five years ago (1996), the consumption of personal computers has brought turmoil technology, rooted in academia and the military. In fact, to some extent, we are today in a personal computer enjoy 3D graphics is a (2008-10-19, Visual C++, 263KB, 下载5次)

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

[图形图象] kmeans(JAVA)

JAVA实现的聚类中心的计算 算法比较简单 望多多指教 提宝贵意见
JAVA realize the cluster center is relatively simple algorithm for calculating the exhibitions look to the valuable advice (2008-03-12, Java, 2KB, 下载768次)

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

[图形图象] fundamental_of_Remote_Sensing

加拿大遥感中心的《遥感基础》,介绍了遥感地磁辐射基础,遥感器基础知识,微波遥感及图像处理及应用方面的知识,对学习遥感的学生有帮助。
Canada Center for Remote Sensing of the remote base on the basis of remote sensing magnetic radiation, basic knowledge of remote sensors, and microwave remote sensing and image processing and application of knowledge, of learning to help students to remote sensing. (2008-01-22, PDF, 9942KB, 下载88次)

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

[图形图象] is

图像特征提取的源代码,使用sobel算子提取图像边缘,使用hu矩提取图像形状特征,使用颜色中心矩提取图像颜色特征,请使用eclipes导入该工程并运行test文件(可将test文件中去掉一些注释部分运行更多功能)
Image Feature Extraction of the source code, use the sobel operator edge extraction, the use of hu moments shape feature extraction of images, the use of color centers Moment image color feature extraction, use eclipes into the project and run the test file (test file could be to some notes run out some more features) (2007-07-17, Java, 45KB, 下载270次)

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

[图形图象] 793r

版主要修改了以下地方: 1、修改了网站风格,过年了嘛 2、增加班级排行功能,调动用户进入班级的积极性 3、去掉新闻功能,此栏目实在是多余的,一点用也没有 4、学校/班级明星改为10个名额,改为第一名头像显示,其余文字显示 5、修正班级相册和投票的一些错误,还有其它小错误也进行了修复 6、论坛增加了移帖功能 7、论坛增加了多版主功能
revised version of the following main areas : 1, which amended the web site style and the Chinese New Year is just two and increase class ranking functions, users enter classes mobilize the enthusiasm of three, eliminating information functions, this column is really uncalled for, nor with 1:00 4 the school/class star with 10 places, with the first portrait that shows the remaining five characters, that album, and voting classes of the mistakes, there are other small errors in the repair of six, the Forum to increase the functional shift TIE 7, Forum moderator increased by more functional (2006-06-30, ASP, 1432KB, 下载4次)

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

[图形图象] 2201951686720057152218263074847

图像的滑入和卷帘显示效果图像的淡入淡出效果扩散效果百叶窗效果和马赛克效果交错效果浮雕效果图像的中心渐出和渐入效果图像的雨滴效果和积木效果
image down the shutter and display the image fades out of the proliferation effect effect effect blinds and mosaic effect staggered to minimize the effect of the image center has gradually become into effect and the image raindrop impact and effect of building blocks#$#!110659#!#$220195168672005715205401563311.rar!#$#image of corrosion images of the inflated image of open and closed structure of the image detail of the image edge detection image Hough transform image from the contours of the image identification and Template Matching (2005-09-06, Visual C++, 23KB, 下载46次)

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

[图形图象] 车牌定位系统程序

车牌识别程序源码,很有用的!我也是从网上下载下来的,不过我自已做了些修改!
plates source identification procedures, very useful! I also downloaded from the Internet, but I do own some changes! (2004-12-15, Visual C++, 1466KB, 下载3539次)

http://www.pudn.com/Download/item/id/1103046105237358.html
总计:222