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

[图形图像处理] DiscogsApp

用于Sony CDP播放器的网站和自定义服务器,具有Sony S-Link协议A1控件,用于从Discogs CD商店提供CD照片。让索尼再次智能化!
Website and Custom Server for Sony CDP players with Sony S-Link protocol A1 control serving CD photos from Discogs CD store. Make Sony Smart Again! (2024-02-16, Python, 0KB, 下载0次)

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

[图形图像处理] ER-TFT040-1_STM32_Driver

带NT35510控制器的ER-TFT040-1 480x800点4“(3.97”)彩色tft-lcd模块显示器的STM32驱动程序
STM32 Driver for the ER-TFT040-1 480x800 dots 4"(3.97") color tft lcd module display with NT35510 controller (2024-01-08, C, 0KB, 下载0次)

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

[图形图像处理] SIFT-dan-BF-matching

SIFT dan BF匹配,,
SIFT-dan-BF-matching,, (2020-09-06, Python, 15331KB, 下载0次)

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

[图形图像处理] Computer-Vision-Projects

该存储库用于CSCI 1430分配解决方案。Image_Fusion(A1)Harris和SIFT(A2)场景识别(A3)人脸_...
The repository is for CSCI 1430 assignment solutions. Image_Fusion (A1) Harris&SIFT (A2) Scene_Recognition (A3) Face_Detection (A4, old version). (2023-05-10, Jupyter Notebook, 11050KB, 下载0次)

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

[图形图像处理] Digital-Image-Processing

A1:双线性插值,几何变换,图像配准。A2:直方图匹配和均衡,Co...
A1: Bilinear interpolation, Geometric transformation, Image registration. A2: Histogram Matching and Equalization, Convolution. A3: Butterworth Filter, De- noise filter. A4: Denoise CLS Filter, RGB-HSI Histogram Equalization. (2021-11-27, matlab, 1260KB, 下载0次)

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

[图形图像处理] funcionarios

htgjkpcgh o hlj hi gouy fiuf 97 fu
htgjkpcgh o hlj hi gouy fiuf 97 fu (2021-02-12, Delphi, 508KB, 下载0次)

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

[图形图像处理] Image_Fusion_using_CBF_Codes

matlab for image fusion BF codes
matlab for image fusion BF codes (2020-10-29, matlab, 134KB, 下载1次)

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

[图形图像处理] 新建文件夹

文件说明: a1:将二进制文件转为Matalb数据 并批量保存为mat格式 a2:mat数据批量转为图片(RGB三通道) a3:RGB图片批量转灰度图、批量改变图片大小 a4:动图制作 a5:用训练好的网络对图像语义分割
Document description: A1: Convert binary files to Matalb data and save them in batch as mat format A2: mat data batch to picture (RGB three channel) A3:RGB Picture Batch Grayscale, Batch Change Picture Size A4: Motion Mapping A5: Segmentation of image semantics using trained networks (2019-07-01, matlab, 3KB, 下载12次)

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

[图形图像处理] 97小波C++

本代码能够实现经典的97提升小波变换,用C++语言实现
This code can realize the classical 97 lifting wavelet transform with C++ language. (2019-04-18, C/C++, 2KB, 下载6次)

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

[图形图像处理] ROI%E6%8F%90%E5%8F%96

图像保存处理,针对复杂图像roi点的提取
Image preservation processing, ROI point extraction for complex images (2018-07-27, LabView, 30KB, 下载0次)

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

[图形图像处理] 新建 Microsoft Word 97 - 2003 文档

一、读取一幅彩色图像,转换为灰度图像,计算其灰度直方图特征,并进行灰度直方图的均衡化处理,输出结果图。
First, read a color image, convert to gray image, calculate its gray histogram features, and carry out the gray histogram equalization processing, output results map. (2018-05-29, matlab, 42KB, 下载2次)

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

[图形图像处理] a1

利用双线性插值法进行简单的图像重建,为了更显著的效果,先对图像进行了降低分辨率的处理。
Using bilinear interpolation to perform simple image reconstruction, the image was first processed for reduced resolution in order to have a more significant effect. (2018-05-18, matlab, 16KB, 下载1次)

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

[图形图像处理] 新建 Microsoft Word 97 - 2003 文档

图像变换(傅立叶变换), 图像增强, 边缘检测, 滤波, 图像压缩等.
Image transform (Fu Liye transform), image enhancement, edge detection, filtering, image compression and so on. (2018-01-25, matlab, 13KB, 下载3次)

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

[图形图像处理] db97

%% 本程序实现任意偶数大小图像第二代双正交97提升小波变换 %% 注1: 采用标准正交方法,对行列采用不同矩阵(和matlab里不同) %% 注2: 为了保证正交,所有边界处理,全部采用循环处理 %% 注3: 正交性验证,将单位阵带入函数,输出仍是单位阵(matlab不具有此性质) %% 注4: 此程序是矩阵实现,所以图像水平分量和垂直分量估计被交换位置 %% 注5: 此程序实现的是类小波(wavelet-like)变换,是介于小波包变换与小波变换之间的变换 %% 注6: 此程序每层变换相对原图像矩阵,产生的矩阵都是正交阵,这和小波包一致 %% 注7: 但小波变换每层产生的矩阵,是相对每个待分解子块的正交矩阵,而不是原图像的正交矩阵
%% of the program arbitrary size images even second generation biorthogonal wavelet transform 97 Note 1:% using standard orthogonal method, using different ranks of matrices (MATLAB and different) Note 2:% in order to ensure orthogonality, all boundary processing, all with recycling Note 3:% orthogonal validation, the identity matrix into the function, the output is still the unit matrix (matlab does not have the property) % note 4: This program is a matrix to achieve, so the image horizontal and vertical components is estimated to be swapped (2018-01-25, matlab, 2KB, 下载4次)

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

[图形图像处理] qrxnsformhashas

实现二进97小波变换的一个例子,对深入理解小波变换有帮助,
Realization of binary wavelet transform is an example of 97 has help to the deep understanding of wavelet transform, (2017-05-31, matlab, 2KB, 下载1次)

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

[图形图像处理] RPN_BF-RPN-pedestrian

行人检测.南开大学多媒体实验室的源码。是matlab。数据集是在caltech上。
pedestrian detection (2017-04-23, matlab, 5675KB, 下载40次)

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

[图形图像处理] toutao_v54

仿真图是速度、距离、幅度三维图像,迭代自组织数据分析,计算加权加速度。
FIG simulation speed, distance, amplitude three-dimensional image, Iterative self-organizing data analysis, Weighted acceleration. (2017-04-05, matlab, 7KB, 下载0次)

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

[图形图像处理] A1

相位相关法求图像平移量 取傅里叶圆环上系数 其他程序见本人其他程序包
Phase correlation method the image translation weighed on Fourier coefficients ring other programs I see other packages (2017-02-26, matlab, 462KB, 下载6次)

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

[图形图像处理] pointmatch_0.97

sorce code for image matching
sorce code for image matching (2016-12-21, matlab, 615KB, 下载3次)

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

[图形图像处理] DeepFace

DeepFace一文依旧是沿着“检测-对齐-人脸表示-分类”这一人脸识别技术路线来的,其贡献在于对人脸对齐和人脸表示环节的改进。1)在人脸对齐环节,引入了3D人脸模型对有姿态的人脸就行分片的仿射对齐。2)在人脸表示环节,利用一个9层的深度卷积在包含4000人、400万张人脸的数据集上学习人脸表示,这个9层的DCNN网络有超过1.2亿个参数。本文的模型在LFW数据集上取得了97.25 的平均精度(逼近了人类97.5 的极限),同时在Youtube数据集上取得了当前最好的结果,比之前的NO.1整整高出了12.7 。
DeepFace article is still along the detection- alignment- face representation- classification of this face recognition technology line, its contribution to the face alignment and face representation of the improvement. 1) In the face alignment part, the 3D human face model is introduced to affine alignment of slices with face. 2) In the face representation session, using a 9-layer depth convolution on a data set containing 4,000 human faces and 4 million human faces, the 9-layer DCNN network has more than 120 million parameters. The model obtained 97.25 average precision (approximating the 97.5 limit of human) on the LFW dataset, and achieved the best result on the Youtube dataset, 12.7 higher than the previous NO.1 (2016-11-25, Python, 35113KB, 下载86次)

http://www.pudn.com/Download/item/id/1480037286286019.html
123
总计:59