Calculate norm of chanels with given metric tensor

asked 2013-06-14 16:05:56 -0600

Marek R gravatar image

updated 2013-06-15 01:47:36 -0600

I have a matrix with 3 channels (HSV color space). Now for each matrix element I need to calculate my own norm defined by metric tensor, outcome should be single channel matrix:

image description

I'm trying to find something like that it in documentation (I'm pretty sure I've seen it earlier), but so far without luck. This will allow me to have a matrix of colors distance from specific color (metric tensor will define that).

I need it to replace usage of cv::inRange. Instead two state result I need something more smooth (no thresholds).

edit retag flag offensive close merge delete