Git Product home page Git Product logo

kuradevsandbox's People

kuradevsandbox's Issues

タイムコードの調整

タイムコードの調整

Original issue reported on code.google.com by taku.h72 on 12 Dec 2010 at 8:58

CI環境作成

CI環境を作成する
CloudBeesでHaaSが無料で使えるならそれを使う。
 http://www.cloudbees.com/dev-haas.cb
もしくはVMWareでも良い
ムリなら自宅サーバで?

Original issue reported on code.google.com by taku.h72 on 23 Nov 2010 at 3:58

動画内での動体検出

動画内で動いている物体を検出。
 1. 指定した物体の形状を認識
 2. 物体の座標(画面内)を取得
 3. 指定した物体の監視(物体中心点の座標を追跡)

Original issue reported on code.google.com by taku.h72 on 28 Nov 2010 at 8:34

動画ファイルの再生(mpeg2)

動画ファイルの読み込み再生(mpeg2)
何かしらのライブラリを使う必要あり?

Original issue reported on code.google.com by taku.h72 on 28 Nov 2010 at 8:31

開発環境構築@TAKU

 * VS2010
 * OpenCV2.1.1

Original issue reported on code.google.com by taku.h72 on 23 Nov 2010 at 12:43

ライブラリ化可能範囲の調査

とりあえずC++/CLIとネイティブコードの共存がどこまで出来�
��のかがわかんないから色々調査してます。

現在判明してるのは
* 
バイナリ間(DLLとexeなど)でネイティブクラスを受け渡せない
(関数の公開レベルが強制的にPrivateになる)
* ポインタの受け渡しは可能
という程度。

参考までにcv::MatをライブラリでSystem::Drawing::Bitmapにコンバ��
�トしようとする場合、cv::Matのポインタではなくメンバのrow
s,cols,flags,dataを個別に受け渡す必要があるという感じ。
これ結構厄介でSystem::Drawing::Bitmapからcv::Matにコンバートす��
�場合にはライブラリ側でcv::Matのインスタンスを生成しても
送り返せないという状況。
そこで受け渡しをするためにマネージクラスを間に噛ませ��
�手動で展開させてcv::Matのインスタンスを生成しようとして
るんだけど、スマートに行う方法を模索中。多分Bitmap→Mat��
�使うことはないんだけどね。

Original issue reported on code.google.com by [email protected] on 23 Nov 2010 at 6:38

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.