我使用d3版本4.12.2 和eventDrops.js从以下链接下载 https://gist.githubusercontent.com/thoka/ca508531e9a016fb815477621f9d6aae/raw/32b3a1e79208a840666882fec60804c68a96bf7f/eventdrops.js 我的代码是
#include <opencv2/core/core.hpp>
#include "filter.h"
#include <iostream>
using namespace std;
using namespace cv;
int main(){
filter match_kernel;
match_kernel.kernel(& mascara);
return 0;
}
2)。哪个版本的d3适用于eventDrops?
谢谢&amp;的问候,
Govardhan
答案 0 :(得分:0)
我不确定你提到的那个版本。我建议使用官方的,https://unpkg.com/event-drops。注意:与以前的版本相比,这是breaking changes的最后一个版本。
D3版本4适用于1.0.0版本。
有关其工作原理的实例,您可以查看demo code并根据需要进行调整。 :)