Re: [Scilab-users] image insertion using scicv

2020-12-02 Thread TanCL
I believe both modules treat the image differently, scicv treat the image as OpenCV object, while IPCV import image as Scilab matrix. so when you try to implement a small image into a part of a big image in IPCV, you could simply using Scilab way, say A is 256x256x3, and B is 64x64x3, u can use

[Scilab-users] image insertion using scicv

2020-11-24 Thread P M
Dear Experts, I would like to implement a small image into a part of a big image. I would know how to do that with IPCV, but the small image is loaded using scicv "imread". The help to "Mat" states: - insertion: syntax is the same a the usual Scilab insertion, and accepts a Scilab