Re: [FFmpeg-devel] [PATCH 2/2] libavfilter/vf_colorconstancy.c : Adding weighted greyedge

2020-06-28 Thread Mina
ibavfilter/vf_colorconstancy.c @@ -1,5 +1,6 @@ /* * Copyright (c) 2018 Mina Sami + * Copyright (c) 2020 Yatendra Singh * * This file is part of FFmpeg. * @@ -26,6 +27,14 @@ * * @cite * J. van de Weijer, Th. Gevers, A. Gijsenij "Edge-Based Color Constancy". + * + *

Re: [FFmpeg-devel] [PATCH 1/2] libavfilter/vf_colorconstancy.c : Cleanup code for new filter

2020-06-28 Thread Mina
On 6/18/20 3:52 PM, Yatendra Singh wrote: Signed-off-by: Yatendra Singh --- libavfilter/vf_colorconstancy.c | 47 ++--- 1 file changed, 14 insertions(+), 33 deletions(-) LGTM ___ ffmpeg-devel mailing list

Re: [FFmpeg-devel] [PATCH] avfilter/vf_colorconstancy: fix overreads in gauss array

2019-10-12 Thread Mina
auss[g]); } } } LGTM Thanks, Mina ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email ffmpeg-devel-requ...@ffmp

Re: [FFmpeg-devel] [PATCH v3] lavfi/vf_colorconstancy: add weighted_greyedge

2019-09-22 Thread Mina
for those possible new variations. Cheers, Mina Sami On 9/22/19 3:13 PM, Paul B Mahol wrote: Is this gonna be applied at all? On 12/3/18, Mina wrote: Hi, This patch was part of GSoC Color Constancy filter. It introduces an improved color constancy filter(weighted_greyedge) based on the already

[FFmpeg-devel] [PATCH v3] lavfi/vf_colorconstancy: add weighted_greyedge

2018-12-03 Thread Mina
Regards, Mina Sami >From f4891ca38470893d29864821cd1988bb026cf160 Mon Sep 17 00:00:00 2001 From: Mina Date: Tue, 4 Dec 2018 00:22:23 +0200 Subject: [PATCH] lavfi/vf_colorconstancy: add weighted_greyedge Signed-off-by: Mina --- doc/filters.texi| 39 libavfilter/Makef

Re: [FFmpeg-devel] [PATCH v2] lavfi/vf_colorconstancy: add weighted_greyedge

2018-12-03 Thread Mina
On 11/28/18 11:24 PM, Moritz Barsnick wrote: On Mon, Oct 01, 2018 at 18:09:46 +0200, Mina wrote: Nit: Thanks for your feedback and sorry for late response. +be chosen in the range [1,20] and default value is 1. [...] Not sure what is here. +chosen in the range [0.2,1024.0

Re: [FFmpeg-devel] [PATCH v2] lavfi/vf_colorconstancy: add weighted_greyedge

2018-10-13 Thread Mina
On 10/01/2018 06:09 PM, Mina wrote: Hi,   This patch was part of GSoC Color Constancy filter. It introduces an improved color constancy filter(weighted_greyedge) based on the already pushed greyedge. I'm sending it again after updating it against latest version of master. V2 changes

Re: [FFmpeg-devel] Mentoring project: music test source

2018-10-07 Thread Mina
On 10/04/2018 11:40 AM, Nicolas George wrote: Hi. No need to Cc people who are on the list. Actually replied only to you initially, sorry about that. Mina (2018-09-30): Do you mean by "look like music" to just follow music theory rules or actually sound like real music. Ju

[FFmpeg-devel] [PATCH v2] lavfi/vf_colorconstancy: add weighted_greyedge

2018-10-01 Thread Mina
in filters.texi - fixed some text format error in filters.texi Regards, Mina Sami >From 158159a2137d104763875718f1c217c472b12fa5 Mon Sep 17 00:00:00 2001 From: Mina Date: Mon, 1 Oct 2018 18:06:41 +0200 Subject: [PATCH] lavfi/vf_colorconstancy: add weighted_greyedge Signed-off-by: Mina ---

Re: [FFmpeg-devel] [PATCH] lavfi/vf_colorconstancy: add weighted_greyedge

2018-10-01 Thread Mina
On 10/01/2018 12:24 PM, Moritz Barsnick wrote: +The standard deviation of Gaussian blur to be applied on the scene. Must be ^ to Done. +The power applied to the weight map to emphasis heigher weights. Must be chosen

Re: [FFmpeg-devel] Mentoring project: music test source

2018-09-30 Thread Mina
On 09/30/2018 07:41 PM, Nicolas George wrote: Hi. For the next rounds of sponsored internships, I would like to propose the following project, that I would mentor: A music-like audio lavfi source for testing purposes. That means a deterministic pseudo-random stream of notes with varied

[FFmpeg-devel] [PATCH] lavfi/vf_colorconstancy: add weighted_greyedge

2018-09-30 Thread Mina
Hi,   This patch was part of GSoC Color Constancy filter. It introduces an improved color constancy filter(weighted_greyedge) based on the already pushed greyedge. I'm sending it again after updating it against latest version of master. Regards, Mina Sami >F

[FFmpeg-devel] [GSOC] [PATCH 1/2] lavfi/vf_colorconstancy: adding weighted_ greyedge

2018-08-12 Thread Mina
Hi,   This patch introduces a new improved color constancy algorithm based on previously implemented greyedge algorithm. Thanks. >From ec68204b9b081e0f0861ab50767c41559ed7e7b6 Mon Sep 17 00:00:00 2001 From: Mina Date: Mon, 13 Aug 2018 01:49:24 +0200 Subject: [PATCH 2/2] la

[FFmpeg-devel] [GSOC] [PATCH 1/2] lavfi/vf_colorconstancy: changing options ranges

2018-08-12 Thread Mina
Hi,   This patch changes the maximum value for minknorm to a more sane value and fixes check for sigma value when difford > 0. It also itroduces some minor cosmetic edits(spaces and so). Thanks. >From 8f4270e4aad285a8652e1831e828439cdb13620a Mon Sep 17 00:00:00 2001 From: Mina Dat

[FFmpeg-devel] [PATCH] lavfi: update xbr filter url

2018-08-08 Thread Mina
. This patch update the existing url with the newly found one. Thanks, Mina >From 1193d48dfbb572ebbe5e3849950079f0af5765ed Mon Sep 17 00:00:00 2001 From: Mina Date: Wed, 8 Aug 2018 21:43:18 +0200 Subject: [PATCH] lavfi: update xbr filter url Signed-off-by: Mina --- doc/filters.texi

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

2018-07-16 Thread Mina
On 07/16/2018 02:55 AM, Michael Niedermayer wrote: 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

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

2018-07-15 Thread Mina
= 0 && difford > 0 instead of assert Best regards, Mina Sami >From 52a0057eda8bf5147b53c9d71089d944ebaa759c Mon Sep 17 00:00:00 2001 From: Mina Date: Sun, 15 Jul 2018 20:59:52 +0200 Subject: [PATCH] avfilter: added colorconstancy Signed-off-by: Mina --- Changelog

[FFmpeg-devel] Fwd: Re: [PATCH v2][GSOC] avfilter: added colorconstancy

2018-07-15 Thread Mina
Forwarded Message Subject: Re: [FFmpeg-devel] [PATCH v2][GSOC] avfilter: added colorconstancy Date: Sun, 15 Jul 2018 20:51:51 +0200 From: Mina To: Reto Kromer On 07/15/2018 07:22 AM, Reto Kromer wrote: Hello Mina, I noticed a typo in the documentation

[FFmpeg-devel] Fwd: Re: [PATCH v2][GSOC] avfilter: added colorconstancy

2018-07-15 Thread Mina
Forwarded Message Subject: Re: [FFmpeg-devel] [PATCH v2][GSOC] avfilter: added colorconstancy Date: Sun, 15 Jul 2018 20:51:09 +0200 From: Mina To: Gyan Doshi On 07/15/2018 07:16 AM, Gyan Doshi wrote: On 15-07-2018 07:50 AM, Mina wrote: First, thanks

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

2018-07-14 Thread Mina
Hi,   This patch introduces Grey-Edge algorithm as part of the Color Constancy Filter project in GSOC. V2 changes: - added documentation ini filters.texi - remove currently not useful code (saving to file) Best regards, Mina Sami >From deb1cad1bb007b7372dd128581033c5c63b63ee6 Mon Sep 17

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

2018-07-13 Thread Mina Samy
On Fri, Jul 13, 2018 at 12:10 PM, Gyan Doshi wrote: > > > On 13-07-2018 02:44 PM, Mina wrote: > >> >>This patch introduces Grey-Edge algorithm as part of the Color >> Constancy Filter project in GSOC. >> > > Docs missing. > > The filter

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

2018-07-13 Thread Mina
Hi,   This patch introduces Grey-Edge algorithm as part of the Color Constancy Filter project in GSOC. Best regards, Mina Sami >From 75ff45f28690cf208058315e4a3ec48e7981b837 Mon Sep 17 00:00:00 2001 From: Mina Date: Thu, 12 Jul 2018 20:19:55 +0200 Subject: [PATCH] avfilter: ad

Re: [FFmpeg-devel] [Patch][GSoC] srcnn - a super resolution filter using CNN

2018-04-13 Thread Mina
Hi,   I haven't received any feedback regarding this qualification task whether it's accepted or not. So, with less than 10 days left for GSoC, I thought I was ask for any reviews about my task so that I can fix it if anything needs fixing. Thanks in advance. Best regards, Mina Sami

[FFmpeg-devel] [GSoC] proposal idea: Color Constancy using Machine Learning

2018-03-26 Thread Mina
nology and possibly adding to it will prove entrepreneurship. Photography, Computer Vision and many other fields that performs fine image processing would make good use of this filter. Best regards, Mina Sami. ___ ffmpeg-devel mailing list ffmpeg-devel@ffmp

[FFmpeg-devel] [Patch][GSoC] srcnn - a super resolution filter using CNN

2018-03-25 Thread Mina
, Mina Sami. >From bf8ac38cee36886f6c317681a16aecfa5dee0752 Mon Sep 17 00:00:00 2001 From: MinaBombo <minasa...@hotmail.com> Date: Sat, 24 Mar 2018 21:15:08 +0200 Subject: [PATCH] Added srcnn filter --- Changelog | 1 + libavfilter/Makefile| 1 + li

[FFmpeg-devel] [PATCH][GSoC] srcnn - an image super resolution filter using CNN

2018-03-22 Thread Mina
volution without multi-threading on cpu as simple while loops so it's slow for large images. Performance be improved later on. Best regards, Mina Sami. >From 2ac25e4456a3ce9a16f688cce590da2521ff4703 Mon Sep 17 00:00:00 2001 From: MinaBombo <minasa...@hotmail.com> Date: Thu, 22 Mar 20