[digikam] [Bug 376359] Sort by Image Quality (assign quality tags) ignores many images

2019-06-19 Thread Maik Qualmann
https://bugs.kde.org/show_bug.cgi?id=376359

Maik Qualmann  changed:

   What|Removed |Added

 CC||metzping...@gmail.com
 Resolution|--- |FIXED
 Status|REPORTED|RESOLVED
   Version Fixed In||6.2.0

--- Comment #10 from Maik Qualmann  ---
This bug is now fixed in digiKam-6.2.0. Images without a pick label were not
processed. I close the bug now.

https://invent.kde.org/kde/digikam/commit/55ba2b110d82adc60b98a0a911d4b70d57685766

Maik

-- 
You are receiving this mail because:
You are watching all bug changes.

[digikam] [Bug 376359] Sort by Image Quality (assign quality tags) ignores many images

2018-11-24 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=376359

--- Comment #9 from bugskdeorg.20.dimon3...@spamgourmet.com ---
(In reply to bugskdeorg.20.dimon3000 from comment #8)

Forgot to mention. I am running digikam-6.0.0-beta3-20181124T130027

-- 
You are receiving this mail because:
You are watching all bug changes.

[digikam] [Bug 376359] Sort by Image Quality (assign quality tags) ignores many images

2018-11-24 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=376359

--- Comment #8 from bugskdeorg.20.dimon3...@spamgourmet.com ---
Hello.
I found an interesting behaviour. I added some new albums to the collection.
Then started categorizing the images.
The algorithm seems to have scanned all the new albums, but the results were
applied to a single image! During the maintenance process, the quality label on
the first image of the last album was changing all the time.
This might be the cause.

-- 
You are receiving this mail because:
You are watching all bug changes.

[digikam] [Bug 376359] Sort by Image Quality (assign quality tags) ignores many images

2018-11-13 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=376359

--- Comment #7 from caulier.gil...@gmail.com ---
Hi,

The image quality algorithm, mostly based on OpenCV, are broken, and need to be
written.

All this code have been written using OpenCV 1/2, and never tested under OpenCV
3

Now all algorithm are branched with unit-tests, and all fail (there are
disabled actually).

Only one Quality tool work fine as i rewritten the code without OpenCV : over
and under exposure checks.

Best

Gilles Caulier

-- 
You are receiving this mail because:
You are watching all bug changes.

[digikam] [Bug 376359] Sort by Image Quality (assign quality tags) ignores many images

2018-11-13 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=376359

bugskdeorg.20.dimon3...@spamgourmet.com changed:

   What|Removed |Added

 CC||bugskdeorg.20.dimon3000@spa
   ||mgourmet.com

--- Comment #6 from bugskdeorg.20.dimon3...@spamgourmet.com ---
Hello.

This does not seem to be fixed. I have the same problem on Digikam 5.9.0 and
the latest digikam-6.0.0-beta3-2018T182317-x86-64.

-- 
You are receiving this mail because:
You are watching all bug changes.

[digikam] [Bug 376359] Sort by Image Quality (assign quality tags) ignores many images

2017-08-12 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=376359

caulier.gil...@gmail.com changed:

   What|Removed |Added

  Component|Maintenance |Maintenance-Quality

-- 
You are receiving this mail because:
You are watching all bug changes.

[digikam] [Bug 376359] Sort by Image Quality (assign quality tags) ignores many images

2017-02-28 Thread Mario Frank
https://bugs.kde.org/show_bug.cgi?id=376359

--- Comment #5 from Mario Frank  ---
So, here are the AppImages:

https://drive.google.com/drive/folders/0BzeiVr-byqt5Y0tIRWVWelRJenM

-- 
You are receiving this mail because:
You are watching all bug changes.

[digikam] [Bug 376359] Sort by Image Quality (assign quality tags) ignores many images

2017-02-24 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=376359

caulier.gil...@gmail.com changed:

   What|Removed |Added

 CC||caulier.gil...@gmail.com

--- Comment #4 from caulier.gil...@gmail.com ---
Yes, i come back at home this week end. I will start AppImage computation while
the night. They will be available next Monday.

Gilles

-- 
You are receiving this mail because:
You are watching all bug changes.

[digikam] [Bug 376359] Sort by Image Quality (assign quality tags) ignores many images

2017-02-24 Thread Mario Frank
https://bugs.kde.org/show_bug.cgi?id=376359

--- Comment #3 from Mario Frank  ---
(In reply to Jens from comment #2)
> great, thank you!

Jens,
I merged the branch into master. But we will have to wait for the AppImage. I
remember Gilles writing somewhere that this will probably not be done before
next week.

So, you will have to wait for the AppImage or, if you can, compile the current
master branch state on your system. Just to warn you, the exiv version used in
most linux distros is 0.25 which has many bugs. 0.26 resolves over 200 bugs but
is sadly not yet released. Some of the bugs in 0.25 lead to crashes. Thats one
reason why we use AppImages. There we have a stable basis.

-- 
You are receiving this mail because:
You are watching all bug changes.

[digikam] [Bug 376359] Sort by Image Quality (assign quality tags) ignores many images

2017-02-22 Thread Jens
https://bugs.kde.org/show_bug.cgi?id=376359

--- Comment #2 from Jens  ---
great, thank you!

-- 
You are receiving this mail because:
You are watching all bug changes.

[digikam] [Bug 376359] Sort by Image Quality (assign quality tags) ignores many images

2017-02-22 Thread Mario Frank
https://bugs.kde.org/show_bug.cgi?id=376359

Mario Frank  changed:

   What|Removed |Added

 CC||mario.fr...@uni-potsdam.de

--- Comment #1 from Mario Frank  ---
(In reply to Jens from comment #0)
> When I choose to let my images be tagged according to image quality using
> Digikam's default settings, only very few images are actually tagged.
> 
> I wonder if this is an expected behaviour? I would expect all images of all
> albums that I chose in the respective maintenance dialog to be tagged (with
> the colored flag, meaning "accepted", "pending" or "declined"). But most
> (>50%) images are not tagged at all.
> 
> Thanks!

Hey Jens,

I just tested myself. I have 3454 images in my database and ran the
maintenance.
In fact, all my images are tagged now. I am working on a branch currently.
It is possible that it works for me as a side effect due to changes I
introduced in the branch. I will signal you when I have merged the branch in
our master.
Then, you can test again after we have new AppImage bundles or compile it
yourself.

Cheers,
Mario

-- 
You are receiving this mail because:
You are watching all bug changes.