Skip to content

Commit 3898d48

Browse files
authored
Update geometry_adaptive_kernel.m
1 parent 2877b45 commit 3898d48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

geometry_adaptive_kernel.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
function [ density ] = geometry_adaptive_kernel( coordinates, img_sz, beta )
2-
% author: sheperd, wygamle@pku.edu.cn
2+
% coordinates: a matrix of n*2, in which each row stands for a point with x and y
33

44
if ~exist('beta','var')
55
beta = 0.3;

0 commit comments

Comments
 (0)