How to normalize image with opencv and java
I want to normalize an image using opencv and java before resizing it (changing size will make some changes in the image so i should normalized it this is the reason for choosing normalization).How can i proceed please. Thanks in advance
what does "normalization" mean to you , exactly ?
if i will resize the image i think that some informations from the image will change or will deleted so i thinked to normalized the image to preserve all informations and to get the identical image but with a smaller size or bigger size
yes, resizing involves interpolation of some kind, still unclear, what your "normalization" would be
"preserve all informations and to get the identical image" - that might be just impossible.
can't have a cake and eat it.
I don't know what normalization means exactly but i want to find a solution for theses"interpolation of some kind".