Ask Your Question

gaepi's profile - activity

2013-12-30 09:19:50 -0600 commented answer Smoothing Floatingpoint Mat, with a mask

And someone said that it's not out of the box °.°''

that's a lot of code :I anyway I've wrote my version of this in c++ and opencv.. it's quite simple.

2013-12-29 13:55:08 -0600 commented answer Smoothing Floatingpoint Mat, with a mask

i figured it out. in 22 hours i can post the answer to my own question :/

2013-12-29 12:26:04 -0600 commented answer Smoothing Floatingpoint Mat, with a mask

setting to 0 the pixels in the image, will produce an incorrect smoothing. Please read question first.

2013-12-29 12:23:26 -0600 received badge  Scholar (source)
2013-12-29 12:23:23 -0600 received badge  Supporter (source)
2013-12-29 12:22:36 -0600 commented answer Smoothing Floatingpoint Mat, with a mask

nah, this way the pixel on the edges of the mask point will be smoothed with the points that i don't want to consider. I think i have to implement my own gaussian function with masking.

2013-12-28 12:51:20 -0600 asked a question Smoothing Floatingpoint Mat, with a mask

Is there a way to apply a Gaussianblur or median smoothing filter to a mat of floating points while supplying a mask of pixels that should be ignored?

could you please help me? ty.