Skip to content
#

wrapper

Here are 2,695 public repositories matching this topic...

ebonat
ebonat commented Feb 8, 2019

The MatchTemplate() function results is given different max matching score in Windows 10.

OpenCV => 3.4.1
Operating System / Platform => Windows 10 (64 Bit)
Compiler => Visual Studio 2017

Using the same original and template images in Windows 10 the max matching score is different from Windows 7. Is there library that needs to be updated in Windows 10?

Thank you for your help,

-Ernes

Jabokoe
Jabokoe commented Feb 7, 2020

The 1.1.0 to 1.1.1 update was actually a breaking change for TypeScript users. (For JS consumers it could make sense for it to be a minor or patch.) The change to using default export typings is a welcome one but of course breaks existing import statements.

The usage for TypeScript for use with Webpack could be updated in README

import SpotifyWebApi from 'spotify-web-api-js';

let spo
cloudhead
cloudhead commented Jul 2, 2019

If the hello_triangle example is changed slightly to only draw the triangle once, and we change the color attachment's load_op to wgpu::LoadOp::Load instead of Clear, my expectation is that the result is the same, except that the green clear color is gone. However the result is that the red triangle only shows up every other frame, with blank frames in between.

Is this expected behavi

thomcc
thomcc commented Apr 19, 2020

One impediment here is that the bundled bindings include tests that only work on 64-bit systems (because they include hard-coded constants).

Probably worth removing those tests when generating the bundled bindings and including them for non-bundled cases (e.g. buildtime_bindgen).

setphen
setphen commented Nov 7, 2016

I really want to utilize the polygon approximation function approxPolyDP, which is part of opencv/imgproc
opencv doc reference here

I don't have enough knowledge currently to write the wrapper myself - Are there significant difficulties in wrapping this feature? If I can get it working

vbisbest
vbisbest commented Aug 21, 2017

I am not understanding the quick start instructions at all. Is there a more detailed setup? You mention create a directory, but where? In the container or local machine. The docker container has an AOSP folder but its empty, where are the build scripts? Do we clone this repo in the container or local box? This command does not make sense "docker run --rm -it -v $PWD/build-kitkat.sh:/usr/loca

Improve this page

Add a description, image, and links to the wrapper topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the wrapper topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.