Hi,
I use openCV without extra modules in static mode install. I compile my own application with cmake and -03 option.
My program work but the size of my executable is very hight > 60Mo.
I analysed process of compilation and do step by step compilation program and I see than when I add a filter such as "Blur" and "medianBlur" my programme take 40Mo of size.
What is the way to reduce size of program ?