<div dir="ltr">A bit of a semantics question, but I'd like to make an ocv arrow that does histogram equalization and another that stretches contrast in an image. The vital <b>image_filter</b> prototype fits in that an image goes in and one comes out, with the same resolution as the input as is typical of a filter. However, semantically, I'm not sure histogram equalization is really a filter operation. Does it make sense to:<br><ol><li>Just call it a filter and be done with.</li><li>Create an effective duplicate of the filter algorithm and call it something more in line with contrast enhancement.</li><li>plan to rename filter_image to something more generic like process_image.</li></ol><p>Thanks,<br>Matt<br></p></div>