Do i have to adjust the histogram of every images selected for time range? #483
Answered
by
kvos
claudioasn
asked this question in
Q&A
-
Hi, my question is focused on the necessity (or not) to adjust the histogram threshold to define the shoreline position. If, for example, I have 300 images selected, I need to adjust it in ALL 300 images? How do you deal with this? Maybe would be better to train the classifier on my data? |
Beta Was this translation helpful? Give feedback.
Answered by
kvos
Mar 11, 2024
Replies: 1 comment
-
that is because you selected settings['adjust_detection'] = True. If you set it to False you won't have to adjust the threshold. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
kvos
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
that is because you selected settings['adjust_detection'] = True. If you set it to False you won't have to adjust the threshold.