I am Charmie

メモとログ

2014-12-29から1日間の記事一覧

Beamer: Navigation bar jumps to wrong slide

I made some slides using Beamer, however I thought Beamer has a serious problem and therefore I gave up using it. The problem is navigation bar icon jumps to wrong slide, which is the next slide of the right one. Back to the problem again,…

MatLab code decompose an image to patches

I uploaded my code, which decomposes an image to patches, on my git. The repository contains 2 basic functions and 1 demo code: im2patch.m: decomposes an image into a set of image patches patch2im.m: forms an image by merging a set of imag…