There was an error while loading. Please reload this page.
1 parent 2877b45 commit 3898d48Copy full SHA for 3898d48
geometry_adaptive_kernel.m
@@ -1,5 +1,5 @@
1
function [ density ] = geometry_adaptive_kernel( coordinates, img_sz, beta )
2
-% author: sheperd, wygamle@pku.edu.cn
+% coordinates: a matrix of n*2, in which each row stands for a point with x and y
3
4
if ~exist('beta','var')
5
beta = 0.3;
0 commit comments