I did a quick adjustment and uploaded a new Hybrid_havc_test.
Cu Selur
The new dev version is even better than expected, when Denoise is none, Color tweaks is also set to none.
This is the correct behavior, since if Denoise is set to none all the Color tweaks will be disabled.
Thanks
Dan
I just realized that in the last build "Color tweaks" and "Color map" has been inverted.
Currently "Color map"contains the values of
ColorFix (Color tweaks) and "Color tweaks" contains the values of
ColorMap ("Color map").
On the GUI is better put "Color tweaks" on the right of "Denoise" and "Color map" below "Color tweaks".
Please, fix it.
Dan
Is the documenation:
Code:
:param ColorFix: This parameter allows to reduce color noise on specific chroma ranges.
Allowed values are:
'None',
'Magenta',
'Magenta/Violet', (default)
'Violet',
'Violet/Red',
'Blue/Magenta',
'Yellow',
'Yellow/Orange',
'Yellow/Green'
:param ColorMap: This parameter allows to change a given color range to another color.
Allowed values are:
'None', (default)
'Blue->Brown',
'Blue->Red',
'Blue->Green',
'Green->Brown',
'Green->Red',
'Green->Blue',
'Red->Brown',
'Red->Blue'
'Yellow->Rose'
correct?
Cu Selur
Ps.: Updated Hybrid_havc_test, let me know it that fixes the problem. (Switched the locations and the possible values of the combo boxes)
The documentation in the code is correct.
In the last Dev there are still problems:
1) The label "Color tweaks" is always gray-out.
2) In the code are still assigned the wrong values to ColorFix and ColorMap
Dan
Updated Hybrid_havc_test, let me know it that fixes the problem.
The last dev version seems Ok (not fully tested yet).
Thanks,
Dan
Good, let me know when you found some time to Test.
Cu Selur
Hello Selur,
I'm going to release the new HAVC version 5.5.2.
It is a small update, but I introduced another parameter, called
ColorTemp in HAVC_main.
It is an integer with range (0-5), the definition of the parameter is the following
Code:
:param ColorTemp: Strength of the color temporal stabilization filter. This post process filter will
be applied only to the DDColor family color models: DDColor(Artistic), DDColor(ModelScope),
Zhang(Siggraph17), Zhang(ECCV16). Allowed values are:
0 = None (default)
1 = VeryHigh
2 = High
3 = Medium
4 = Low
5 = VeryLow
I hope that you can add it in Hybrid.
Thanks,
Dan
Quote: It is a small update, but I introduced another parameter, called ColorTemp in HAVC_main.
..
I hope that you can add it in Hybrid.
And which parameter gets removed for that?