ほしよみ社会塵のブログ

Home

About

Archives

HDR Astrophoto

loading..
写真天体写真画像処理Rust

STF, HT, DBE を実装する

MathJax.Hub.Config({ tex2jax: { inlineMath: [['$', '$'] ], displayMath: [ ['$$','$$'], ["\\[","\\]"] ] } }); あいさつ久々のブログ更新になります.自作ソフトウェアに PixInsight (以下PI) における STF, HT, DBE 相当の機能を追加しました.

Read more
loading..
画像処理RustC++

PixInsight Class Library を自作プログラムから呼び出してみる

あいさつこんにちは.突然ですが,皆さんは PixInsight Class Library(PCL)をご存知でしょうか.PixInsight 内部の機能がプログラムの形で提供されています. The PixInsight Class Library (PCL) is a C++ development framework to build PixInsight modules.PixInsight modules are special shared libraries (.so files on FreeBSD and Linux; .dylib under macOS; .dll files on Windows) that communicate with the PixInsight core ap..

Read more
loading..
その他

動画投稿デビュー(のちょっと裏話)

あいさつこんにちは,突然ですが Youtube に動画投稿してみました.もともと,「観測遠征×ボイロ(ボイスロイドの略)って誰もやってなさそうだしやりたいな…」と思っていたので,その第一歩として簡単な動画を作ってみました.

Read more
loading..
画像処理Rust

ArcsinhStretch について調べて,追実装してみる

MathJax.Hub.Config({ tex2jax: { inlineMath: [['$', '$'] ], displayMath: [ ['$$','$$'], ["\\[","\\]"] ] } }); あいさつ最近 PixInsight を導入して使い始めました.このソフトには ArcsinhStretch というストレッチ機能があり,結局どういうことをやっているのか少し気になったので調べてみました.

Read more
123458