基于Vue实现跨平台上传图片,pc端访问时上传图片资源,移动端访问时调用相册,可拍照和从相册里选择并在页面可进行预览。文档记录了java后端和vue前端两部分核心代码包括注释说明
2024-03-30 05:21:17 57KB Vue java image
1
Image Registration based on SIFT and Ransance,网上资源
2024-03-13 22:17:43 2.68MB Image Registration
1
用于Matlab和C / C ++的图像采集动态链接库。 它是免费的获取工具,适用于那些没有钱购买MATLAB(R)图像获取工具箱并希望从FireWire摄像机捕获图像的人。 它基于CMU驱动程序。
2024-03-13 20:25:21 27KB 开源软件
1
高通救砖,救黑砖,刷机,root,9008,强刷工具,华为,小米,OPPO,vivo
2024-03-09 09:50:21 3.52MB
1
在cpp中用图像修补程序实现PatchMatch在修补程序中实现图像修补简介此存储库从younesse-cv中借用了大部分代码。 但是,该存储库是C风格的,无法使用opencv 3.x进行编译。 我所做的是使用C ++风格的opencv 3.x API包装代码。 感谢zvezdochiot的建议。 依赖cmake> 2.8 opencv 3.x g ++-4.7如何使用下载此存储库git clone https://github.com/ZQPei/patchmatch_inpainting.git编译mkdir build cd build cmake .. make cd .. Ru
2024-01-24 18:23:19 1.93MB C/C++ Image Processing
1
思科路由器c3640镜像,image文件,c3640-ik9s-mz.124-23.image,在GNS3中可以使用
2024-01-14 12:22:46 61.18MB 网络工具
1
LPTN | | 实时高分辨率真实感图像翻译:拉普拉斯金字塔翻译网络梁洁*、曾慧*、。 在 CVPR 2021 中。 抽象的 现有的图像到图像转换 (I2IT) 方法要么受限于低分辨率图像,要么由于对高分辨率特征图卷积的计算负担过重而导致推理时间长。 在本文中,我们专注于加速基于封闭形式拉普拉斯金字塔分解和重建的高分辨率逼真 I2IT 任务。 具体来说,我们揭示了属性变换,如光照和颜色处理,更多地与低频分量相关,而内容细节可以在高频分量上自适应地细化。 因此,我们提出了一个拉普拉斯金字塔翻译网络 (LPTN) 来同时执行这两项任务,我们设计了一个轻量级网络,用于翻译分辨率降低的低频分量和渐进式掩蔽策略,以有效地改进高频分量。 我们的模型避免了处理高分辨率特征图所消耗的大部分繁重计算,并忠实地保留了图像细节。 在各种任务上的大量实验结果表明,所提出的方法可以使用一个普通 GPU 实时转换 4
2024-01-12 16:22:31 269KB Python
1
unitywebgl AR识别
2024-01-11 13:31:44 18.18MB ar webar unitywebgl
1
Envision Image Library - Version 3.00 OVERVIEW The Envision Image Library augments Borland/Embarcadero's Delphi with powerful imaging capabilities. The library provides image file I/O for popular file formats, printing, scanning, ocr interface, and image processing features for 32 and 64 bit applications. INSTALLATION The library is deployed in a simple zip archive. Just extract the file with directories in the base directory of your choice. No registry settings, no global files in your system directories. To uninstall, just delete the folder. The design-time package need to be installed in the Delphi In the IDE of all versions, this is done from the Component | Install Packages menu. For Delphi 7, install the .\packages\En_D7.Bpl file For Delphi 2005, install the .\packages\En_D2005.Bpl file For BDS 2006, install the .\packages\En_D2006.Bpl file For BDS 2007, install the .\packages\En_D2007.Bpl file For Rad Studio 2009, install the .\packages\En_D2009.Bpl file For Rad Studio 2010, install the .\packages\En_D2010.Bpl file For Rad Studio XE, install the .\packages\En_DXE.Bpl file For Rad Studio XE2, install the .\packages\En_DXE2.Bpl file For Rad Studio XE3, install the .\packages\En_DXE3.Bpl file For Rad Studio XE4, install the .\packages\En_DXE4.Bpl file QUICK START There is a sample project file for each supported version of Delphi. For Delphi 7, .\Example\DemoD7.Dpr For Delphi 2005, .\Example\DemoD2005.bdsproj For BDS (Delphi) 2006, .\Example\DemoD2006.bdsproj For BDS (Delphi) 2007, .\Example\DemoD2007.bdsproj For Rad Studio 2009, .\Example\DemoD2009.bdsproj For Rad Studio 2010, .\Example\DemoD2010.bdsproj For Rad Studio XE, .\Example\DemoDXE.bdsproj For Rad Studio XE2, .\Example\DemoDXE2.bdsproj For Rad Studio XE3, .\Example\DemoDXE3.bdsproj For Rad Studio XE4, .\Example\DemoDXE4.bdsproj When creating a new project with the evaluation version, the appropriate path must be added to the Project | Library path options. See the options in the example projects for details. For Delphi 7, add .\Trial\D7 and the base directory For Delphi 2005, add .\Trial\D2005 and the base directory For BDS 2006 (Delphi), add .\Trial\D2006 and the base directory For BDS 2007 (Delphi), add .\Trial\D2007 and the base directory For Rad Studio 2009, add .\Trial\D2009 and the base directory For Rad Studio 2010, add .\Trial\D2010 and the base directory For Rad Studio XE, add .\Trial\DXE and the base directory For Rad Studio XE2, add .\Trial\DXE2 and the base directory For Rad Studio XE2 64 bit, add .\Trial\DXE2_64 and the base directory For Rad Studio XE3, add .\Trial\DXE3 and the base directory For Rad Studio XE3 64 bit, add .\Trial\DXE3_64 and the base directory For Rad Studio XE4, add .\Trial\DXE4 and the base directory For Rad Studio XE4 64 bit, add .\Trial\DXE4_64 and the base directory HISTORY See Version History in Help file MORE INFORMATION See the online help file: Envision.Chm On the Internet: www.intervalsoftware.com
2024-01-05 01:28:35 28.45MB Envision
1
最新Android SDK (4.1): 下载安装顺序: 首先下载安装 【Android 4.1 SDK Tools 20.0.1】 http://download.csdn.net/detail/joe9i0/4462908 然后下载以下包解压到SDK Tools的安装目录 【ARM EABI v7a System Image】 文件超过上传限制,分割为2个部分, 下载后使用7zip解压. ① http://download.csdn.net/detail/joe9i0/4488695 ② http://download.csdn.net/detail/joe9i0/4488705 【SDK Platform】 http://download.csdn.net/detail/joe9i0/4462924 【Google USB Driver】 http://download.csdn.net/detail/joe9i0/4488675 【Android SDK Platform-tools】 http://download.csdn.net/detail/joe9i0/4463093 【Documention for Android SDK】 文件超过上传限制,分割为2个部分, 下载后使用7zip解压. ① http://download.csdn.net/detail/joe9i0/4463138 ② http://download.csdn.net/detail/joe9i0/4463158 【Samples for SDK】 http://download.csdn.net/detail/joe9i0/4463213 【Google APIs】 http://download.csdn.net/detail/joe9i0/4463222 【Sources for Android SDK】 http://download.csdn.net/detail/joe9i0/4488670
2023-12-24 12:56:25 66.76MB Android ARM EABI SystemImage
1