opencv4nodejs icon indicating copy to clipboard operation
opencv4nodejs copied to clipboard

getRectSubPix is not a function

Open oshimayoan opened this issue 6 years ago • 2 comments

Hi,

I tried to use getRectSubPix to extract something from my image but it seems getRectSubPix is nowhere to be found. Is that function not yet implemented to opencv4nodejs or it won't be implemented at all?

And is there any alternative for doing the exact same thing as getRectSubPix?

Thanks in advance. 🥂

oshimayoan avatar Jul 11 '18 10:07 oshimayoan

getRectSubPix is simply not implemented currently. What you can do currently, is to extract regions of an image using img.getRegion(new cv.Rect(x, y, width, height)).

justadudewhohacks avatar Jul 12 '18 09:07 justadudewhohacks

@justadudewhohacks Can I work on this issue? I see this hasn't been updated in a while.

LearningMonkey61 avatar Sep 21 '20 13:09 LearningMonkey61