T O P I C R E V I E W |
spetric |
Posted - Feb 08 2016 : 08:14:51 Hi,
I need to "blend" two images (same sizes) using selection mask with some feather radius. The idea is to smooth selection boundaries between two images.
I've tried using CopyWithMask2 function but it copies part of image from the origin.
Any other suggestion? |
2 L A T E S T R E P L I E S (Newest First) |
spetric |
Posted - Feb 09 2016 : 01:14:29 Hi Nigel,
Yes, that's exactly what I need. I usually do this using IPL's (or IPP's) composite functions that actually blend two images through gray-scale mask.
However, as I'm writing a program for "User Demos and Applications" topic I can not use Intel's libraries. So, what's left is walking through scanlines.
Thanks, Siniša |
xequte |
Posted - Feb 08 2016 : 23:03:30 Hi Spectric
Have you considered iterating through the scanlines of the selection masks to set one to a "merge" of the two?
Am I following what you mean?
Nigel Xequte Software www.xequte.com nigel@xequte.com
|