タグ

関連タグで絞り込む (1)

タグの絞り込みを解除

algorithmとas3に関するyo_wakaのブックマーク (5)

  • FaceDetection - Integral Image : maaash.jp

    昨日、Flashや画像や音声やらいろいろ強い人とお会いするきっかけがあり、 今まで話したことが無かったので Marilena (OpenCV顔認識のas3実装)をつくった時に感動した、 Integral Imageというアルゴリズムについて話しました。 一文で説明すると、 二次元配列で表されるデータがある時に(この場合は顔検出する対象の画像の明るさ) 二次元配列の中の矩形範囲のデータの合計を、高速に求める手法です。 発表資料を置いておきますのでよろしければ integral_image_opencv_face_detection.pdf 計算してみるためのスプレッドシート Integral Image Calculator こちらの方がわかりやすいかもしれません integral imageについて調べた 資料の中に数式が入るとどや顔の度が増しますね なおやんは寝てまし

  • ActionScript で graffiti認識 と ひらがな認識 - Simple Inspiration

    ひらがなリッパー | Si+ (wonderfl.net) (wonderfl.net2) wonderfl に小ネタ連投. マウスジェスチャで文字(又は Graffiti)を書くと認識してその文字が切り取られて落ちていきます. それだけです. もともとは,マウスジェスチャで操る感じの音アプリを作ろうとしてたんですが,明らかにオーバスペックなマウスジェスチャエンジンが出来上がりつつあったので,そこだけ取り出して少し真面目に作りこんでみました.コンテンツ的インパクトはあんまり無いですが,技術的には結構面白かったので,ちょっとブログに書き出してみようと思います. Palm graffiti 認識 Palm graffiti ってのは Palm OS に搭載されていた,手書き文字認識専用の記号郡です.グラフィティ (Palm) - Wikipediaに詳しくのってます.基英語の大文字を一筆書

    ActionScript で graffiti認識 と ひらがな認識 - Simple Inspiration
  • Perlin Noise

    Many people have used random number generators in their programs to create unpredictability, make the motion and behavior of objects appear more natural, or generate textures. Random number generators certainly have their uses, but at times their output can be too harsh to appear natural. This article will present a function which has a very wide range of uses, more than I can think of, but bas

  • [as3][言語解析]ActionScript3.0で形態素解析もどき(1) : Jinten Blog

    最近は3dとか物理エンジンとか、グラフィックっぽいことばかりだったので、 少し違うことを。 JavaScript形態素解析もどき このあたりを参考に形態素解析もどきで遊んでみます。 まずは、参考サイトのように、日語の文章を、漢字やひらがな、カタカナで分割してみます。 と、言ってもほんの2行ですね。 var pattern:RegExp = /([一-龠々〆ヵヶ]+)|([ぁ-んー-―]+)|([ァ-ヴー-―]+)|([a-zA-ZazA-Z]+)|([0-90-9.]+)|[、。!!??()()「」『』-]/g; output_text = input_text.match(pattern).join(" | "); 正規表現で分割して、とりあえず今回は「|」で区切ってみました。 ちなみに文章のサンプルはWikipediaからActionscriptの項です。 「原文」のテキストエリ

  • voq.jp - このウェブサイトは販売用です! - voq リソースおよび情報

    This webpage was generated by the domain owner using Sedo Domain Parking. Disclaimer: Sedo maintains no relationship with third party advertisers. Reference to any specific service or trade mark is not controlled by Sedo nor does it constitute or imply its association, endorsement or recommendation.

  • 1