博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
Edge detect && image enhance
阅读量:3516 次
发布时间:2019-05-20

本文共 2424 字,大约阅读时间需要 8 分钟。

========================================================================================

Image enhance

================
[LLNET]
[2015][DL]
LLNet: A Deep Autoencoder Approach to Natural Low-light Image Enhancement
https://github.com/pythonuser200/LLNet 

================

[DPED]
[201704][DL]
DSLR-Quality Photos on Mobile Devices with Deep Convolutional Networks
https://github.com/aiff22/DPED

================

[HDRNET]
[201707][DL]
Deep Bilateral Learning for Real-Time Image Enhancements
https://github.com/mgharbi/hdrnet
https://groups.csail.mit.edu/graphics/hdrnet/

================

[OpenCE]
[201707][CV]
A New Image Contrast Enhancement Algorithm Using Exposure Fusion Framework
https://github.com/AndyHuang1995/Image-Contrast-Enhancement
https://github.com/baidut/OpenCE
================
[2017]
https://github.com/IsaacChanghau/OptimizedImageEnhance

================

[201709][DL]
Fast Image Processing with Fully-Convolutional Networks
https://github.com/CQFIO/FastImageProcessing

================

https://github.com/CongBao/ImageEnhancer

===========================================================================================

Edge detect

================

[DeepEdge]
[2015][DL]    

DeepEdge: A Multi-Scale Bifurcated Deep Network for Top-Down Contour Detection

https://github.com/i008/deepedge
================
[DeepContour]
[2015][DL]   

DeepContour: A Deep Convolutional Feature Learned by Positive-sharing Loss for Contour Detection

https://github.com/shenwei1231/DeepContour
================
[HFL]
[2015][DL]    

High-for-low and low-for-high: Efficient boundary detection from deep object features and its applications to high-level vision

https://github.com/gberta/HFL_codehttps://github.com/i008/deepedge
================         
[HED]
[201504][DL]  

Holistically-Nested Edge Detection

https://github.com/s9xie/hed
================
[COB]
[2016][DL]    

COB: Convolutional Oriented Boundaries

https://github.com/kmaninis/COB
http://www.vision.ee.ethz.ch/~cvlsegmentation/cob/code.html
================ 
[2016][DL]    

CVPR Scale-Aware Alignment of Hierarchical Image Segmentation

https://github.com/yuhuayc/alignhier

================

[PAMI]
[2017][DL]    

PAMI Convolutional Oriented Boundaries:From Image Segmentation to High-Level Tasks

http://www.vision.ee.ethz.ch/~cvlsegmentation/cob/code.html
================
[RCF]
[201701][DL]  

Richer Convolutional Features for Edge Detection

https://github.com/yun-liu/rcf
 http://mmcheng.net/zh/rcfedge/

转载地址:http://fsvqj.baihongyu.com/

你可能感兴趣的文章
西南科技大学OJ题 有向图的最大出度计算1059
查看>>
西南科技大学OJ题 带权有向图计算1063
查看>>
oracle主键自增触发器编写
查看>>
String与StringBuilder与StringBuffer三者的差别
查看>>
各种IO流之间的关系和区别
查看>>
SSM如何实现上传单图片
查看>>
SSM环境下java如何实现语音识别(百度语音识别版)
查看>>
ajax方法参数的用法和他的含义
查看>>
数据库基础技巧及用法
查看>>
实用方法:无request参数时获得当前的request的方法
查看>>
JS操作数组常用实用方法
查看>>
java实现MD5多次进行加密加盐操作
查看>>
springboot实现CAS的server服务器端的搭建,并实现链接mysql数据库,自定义加密算法
查看>>
Python超详细的安装教程
查看>>
小甲鱼Python第一讲(我和Python的第一次亲密接触)
查看>>
小甲鱼Python第三讲(小插曲之变量和字符串)
查看>>
小甲鱼Python第十一讲(一个打了激素的数组2)
查看>>
小甲鱼Python第十三讲(戴上了枷锁的列表)
查看>>
小甲鱼Python第十四讲(各种奇葩的内置方法)
查看>>
小甲鱼Python第十五讲(格式化)
查看>>