Reseach

Image Processing Group


JPEG2000

Decorder

リアルタイムのJPEG2000デコーダのためのソフトウェア開発を行う.
CUDAを用い,処理速度の向上をめざす.


The software development for a real-time JPEG2000 decoder is done.
Our aim is to improve the the processing speed by using CUDA.







Encryption

暗号:見られたくないデータを送信する時に,盗聴されても内容が分からないようにする.
従来の手法では,画像圧縮された信号が取り出される危険性がある.
そこで,提案として画像信号をスクランブルにした画像信号にする.そうすることにより,取り出された場合でも,暗号化された画像であり安全である.


Encryption: To hide the content of confidential information such that when transmitted, unauthorized parties who obtains the information will not understand it.
Currently, there is a risk that compressed images may be stolen when being transfered from one device to another.
Hence, we propose that image signals be scrambled such that even when stolen, the encrypted image is safe.




JPEG2000による4Kデジタルシネマの無線伝送システム:デモムービー


4Kデジタルシネマを無線伝送するシステム開発のデモムービーです。 株式会社レイドリクスと九州工業大学ディジタル信号処理研究室のコラボレーションプロジェクトです。





ハードウェア・ソフトウェア協調設計 (Hardware-Software Co-design)

リアルタイム処理を実現するためには,高速性に優れるハードウェアでの実装が理想的である. 一方,柔軟性を実現するためには,C 言語など高級プログラミング言語で構成される ソフトウェアでの実装が理想的である.そこで本研究では,画像処理システムや画像伝送システムを 用いて,ハードウェアとソフトウェアの最適設計に関する研究を行う.


Hardware-Software Co-design:
Flexibility -> Software,
Realtime -> Hardware,
Flexibility + Realtime -> Software-Hardware Co-design.
We study the optimal co-design for Image processing system, Communication system,and etc.