[FFmpeg-devel] [PATCH v3][GSOC] avfilter: added colorconstancy

Michael Niedermayer michael at niedermayer.cc
Mon Jul 16 03:55:15 EEST 2018


On Sun, Jul 15, 2018 at 09:13:04PM +0200, Mina wrote:
> Hi,
> 
>   This patch introduces Grey-Edge algorithm as part of the Color Constancy
> Filter project in GSOC.
> 
> V3 changes:
> - corrected typo in documentation
> - corrected wrong value in documentation
> - added link to algorithm research paper in documentation
> - returned EINVAL and log error when sigma = 0 && difford > 0 instead of
> assert
> 
> Best regards,
> Mina Sami
> 

>  Changelog                       |    1 
>  MAINTAINERS                     |    1 
>  doc/filters.texi                |   39 ++
>  libavfilter/Makefile            |    1 
>  libavfilter/allfilters.c        |    1 
>  libavfilter/vf_colorconstancy.c |  758 ++++++++++++++++++++++++++++++++++++++++
>  6 files changed, 801 insertions(+)
> 470a6bcd3455fa6802ef290f438632a0b1e0ab6f  0001-avfilter-added-colorconstancy.patch
> From 52a0057eda8bf5147b53c9d71089d944ebaa759c Mon Sep 17 00:00:00 2001
> From: Mina <minasamy_ at hotmail.com>
> Date: Sun, 15 Jul 2018 20:59:52 +0200
> Subject: [PATCH] avfilter: added colorconstancy

breaks "make doc/ffprobe-all.html"

HTML	doc/ffprobe-all.html
doc/filters.texi:9966: @subsection seen before @end table
doc/filters.texi:9968: @item outside of table or list
doc/filters.texi:9973: unmatched `@end itemize'
doc/filters.texi:9975: @item outside of table or list
doc/filters.texi:9980: unmatched `@end itemize'
make: *** [doc/ffprobe-all.html] Error 1

[...]
-- 
Michael     GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB

Concerning the gods, I have no means of knowing whether they exist or not
or of what sort they may be, because of the obscurity of the subject, and
the brevity of human life -- Protagoras
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 181 bytes
Desc: not available
URL: <http://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20180716/78ec5fa0/attachment.sig>


More information about the ffmpeg-devel mailing list