Skip to content

Instantly share code, notes, and snippets.

View HassankSalim's full-sized avatar
💭
Always looking for interesting work and tech

Hassan K Salim HassankSalim

💭
Always looking for interesting work and tech
View GitHub Profile
pkg load image;
function im_density = get_density_map_gaussian(im,points)
im_density = zeros(size(im));
[h,w] = size(im_density);
if(length(points)==0)
return;
function im_density = get_density_map_gaussian(im,points)
pkg load image;
im_density = zeros(size(im));
[h,w] = size(im_density);
if(length(points)==0)
return;
end