I am Charmie

メモとログ

2012-07-01から1ヶ月間の記事一覧

Boost Combination library

When we use Boost Combination library, input sequence should be sorted. Otherwise, the computed permutation/combination lack some of them.

Magick++: Draw a circle

Magick++ provides a sub-class DrawableCircle that draws a circle on an image canvas. We should note the crazy design of the class. The sub-class is called as image.draw( DrawableCircle(originX, originY, perimX, perimY) ); This call draw a …

Convert .mts file into image files (jpgs)

I finally found 2 ways for this.1. Using avisynth + virtualdubFollowing poisondeathray's suggestion, Install the following: haali media splitterffdshowavisynthvirtualdub Suppose our purpose is to convert "test.mts". We first create a .txt …