登录

最新会员 最新下载

成为了本站VIP会员

05月10日 21:42

成为了本站VIP会员

05月10日 16:59

成为了本站VIP会员

05月09日 16:51

成为了本站VIP会员

05月09日 14:47

成为了本站VIP会员

05月08日 20:16

成为了本站VIP会员

05月08日 10:54
已选条件
  1. 编程语言:Python
  2. 代码类别:图形图像处理
  3. 发布时间:不限
全部撤销
编程语言 更多 收起
代码类别 更多 收起
发布时间
更多选项

1. py-faster-rcnn-master

  图像检测的算法,Faster R-CNN算法,先对整张图像进行卷积计算,然后通过感兴趣区域池化层(RoI Pooling Layer)将选择性搜索算法推荐出来的候选区域和卷积网络计算出的特征映射图进行融合,得到候选区域对应的特征矢量,这种共享卷积计算的操作极大地减少了卷积计算的次数。而且这些特征矢量的维度统一,方便后续的分类工作。通过感兴趣区域池化层处理卷积特征,并将得到的特征送往两个并行计算任务进行训练,分类和定位回归。通过这些方法和改进的框架,Fast R-CNN 用更短的训练和测试时长,取得了比 R-CNN 更好的效果(Faster R-CNN algorithm first convolutes the whole image, then fuses the candidate regions recommended by the selective search algorithm and the feature mapping maps calculated by the convolution network through the RoI Pooling Layer to get the corresponding feature vectors of the candidate regions, which greatly reduces the number of convolution calculations. Moreover, the dimension of these feature vectors is unified, which facilitates the subsequent classification work. The convolution feature is processed by the pooling layer of the region of interest, and the obtained feature is sent to two parallel computing tasks for training, classification and positioning regression. Through these methods and improved framework, Fast R-CNN uses shorter training and testing time and achieves better results than R-CNN.)

13
下载
122
浏览
2020-12-11发布

2. ssim

说明:  计算ssim值的程序,这个程序是用python语言编写的(Calculate the SSIM value of the program, this program is written in Python language.)

3
下载
97
浏览
2020-12-10发布

3. cnn-compression-master

说明:  compression压缩感知算法用于图像处理。信号压缩(compressionCompressed sensing algorithm)

1
下载
98
浏览
2020-12-08发布

4. 特征检测与匹配

说明:  特征检测与匹配的目标是识别一个图像中的关键点与另一个图像中的对应 点之间的配对。(The goal of feature detection and matching is to identify the key points in one image and the corresponding points in another image)

1
下载
92
浏览
2020-12-04发布

5. python编写卷积结构

说明:  使用python语言编写卷积神经网络的卷积结构。(The convolution structure of convolution neural network is written in Python language.)

1
下载
84
浏览
2020-11-30发布

6. SRCNN-Tensorflow

  SRCNN Superresolution imteplated by tensorflow SRCNN tensorflow 实现(SRCNN Superresolution imteplated by tensorflow)

29
下载
88
浏览
2020-11-28发布

7. densecrf-master

  应用条件随机场进行图像分割 使用方法:将pydensecrf-py27或pydensecrf-py35重命名为pydensecrf,放入C:Program FilesAnaconda3Libsite-packages 运行:python inference.py im1.png anno1.png out.png(Renameing the file "pydensecrf-py27" or "pydensecrf-py35" to the new name "pydensecrf" Puting this file "pydensecrf" in this directory "C:Program FilesAnaconda3Libsite-packages" cd examples/ python inference.py im1.png anno1.png out.png)

1
下载
94
浏览
2020-11-25发布

8. densecrf-master

说明:  应用条件随机场进行图像分割 使用方法:将pydensecrf-py27或pydensecrf-py35重命名为pydensecrf,放入C:Program FilesAnaconda3Libsite-packages 运行:python inference.py im1.png anno1.png out.png(Renameing the file "pydensecrf-py27" or "pydensecrf-py35" to the new name "pydensecrf" Puting this file "pydensecrf" in this directory "C:Program FilesAnaconda3Libsite-packages" cd examples/ python inference.py im1.png anno1.png out.png)

4
下载
67
浏览
2020-11-25发布

9. hog

说明:  方向梯度直方图检测算子,能够提取图像的HOG特征,进行分类与识别(Directional gradient histogram detection operator can extract the hog features of the image for classification and recognition)

2
下载
269
浏览
2020-11-24发布

10. tensorflow test

  基于TensorFlow图像处理的小测试,里面的代码自己尝试过都可以运行。(Based on the TensorFlow image processing test, the code can run if it has tried.)

0
下载
74
浏览
2020-11-22发布

11. tensorflow test

说明:  基于TensorFlow图像处理的小测试,里面的代码自己尝试过都可以运行。(Based on the TensorFlow image processing test, the code can run if it has tried.)

0
下载
68
浏览
2020-11-22发布

12. main

说明:  使用openmv实现人脸识别。。。。。。。。。。。。。。。。。。(Face recognition is a kind of biometric technology based on facial feature information. A series of related technologies, also known as portrait recognition and face recognition, that use cameras or cameras to collect images or video streams containing faces, and automatically detect and track faces in the images, and then perform face recognition on the detected faces.)

0
下载
110
浏览
2020-11-22发布

13. 代码1

说明:  相机是将三维世界坐标系中的坐标点映射到二维图像平面的过程能够用一个几何过程描述,最简单模型称为针孔模型。 因为相机镜头透镜的存在,使得光线投影到成像平面过程中产生了畸变。(Camera is the process of mapping coordinate points in three-dimensional world coordinate system to two-dimensional image plane, which can be described by a geometric process. The simplest model is called pinhole model. Because of the existence of camera lens, the light rays are distorted when they are projected onto the image plane.)

2
下载
135
浏览
2020-11-22发布

14. sar_sift

说明:  SAR SIFT图像配准算法。yishiliuhuasheng/sar_sift(SAR sift image registration algorithm. yishiliuhuasheng/sar_ sift)

4
下载
137
浏览
2020-11-20发布

15. PythonCode

  用python编写的基于CV2的图像融合程序,实现偏振信息到IHS的转换、融合。(Using python to write the CV2-based image fusion program to achieve the polarization information to IHS conversion, integration.)

10
下载
68
浏览
2020-11-13发布

16. inpaint-object-remover-python

  实现基于样本块的图像修复,是Criminisi经典图像修复算法。(Criminisi algorithm about exemplar-based inpainting)

9
下载
71
浏览
2020-11-06发布

17.特征提取

  采用gabor算法,灰度共生矩阵、灰度梯度共生矩阵提取图像纹理信息(Using Gabor algorithm, gray level co-occurrence matrix and gray level gradient co-occurrence matrix to extract image texture information)

4
下载
98
浏览
2020-11-05发布

18.特征提取

说明:  采用gabor算法,灰度共生矩阵、灰度梯度共生矩阵提取图像纹理信息(Using Gabor algorithm, gray level co-occurrence matrix and gray level gradient co-occurrence matrix to extract image texture information)

13
下载
79
浏览
2020-11-05发布

19. python

  通过GAN和WGAN在python的tensorflow平台上实现图片生成,与真实图片基本一致。(Through GAN and WGAN, the image generation is realized on the tensorflow platform of python, which is basically the same as the real picture.)

24
下载
193
浏览
2020-10-16发布

20. 基于深度卷积神经网络去噪算法

说明:  用于图像去噪处理,使用ADM方法图像去噪处理器处理(Used for image denoising processing, using adm method image denoising processor processing)

6
下载
167
浏览
2020-10-15发布