Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
Dat authored Sep 9, 2020
1 parent 2af576a commit 84deed6
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
Binary file added 08_ori.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 10 additions & 0 deletions mIFDH_demo.m
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
close all;
clear;
clc;

addpath(genpath('source_code/'));

img = imread('08_ori.png');

figure;
imshow([double(img)/255,IFDH_rev_no_pyramid_v3(img)]);

0 comments on commit 84deed6

Please sign in to comment.