SongBee's Image Processing Blablabla

談影像處理也談寫程式的空間

2017年8月2日 星期三

搬家了

https://lsongbeeimageprocessingblablabla.wordpress.com/

這裡的文章還是會留著,只是不再更新

張貼者: Unknown 沒有留言:
以電子郵件傳送這篇文章BlogThis!分享至 X分享至 Facebook分享到 Pinterest
較舊的文章 首頁
訂閱: 文章 (Atom)

關於我自己

Unknown
檢視我的完整簡介

訂閱

發表文章
Atom
發表文章
所有留言
Atom
所有留言

熱門文章

  • [筆記] error C2440: 'return' : cannot convert from '`anonymous-namespace'::<lambda1&gt' to 'bool'
    今天做程式練習時,嘗試著把以下的code轉成Lambda的語法 1: template < typename T> 2: bool bothEvenOrOddT(T elem1,T elem2) 3: { 4: retu...
  • Linear Neighborhood Propagation 筆記
    在影像的應用是以Graph-base來做影像分割(image segmentation), 其特點在於把圖論 G = (V, E)中的 E 建立方式 把常用的 改良為 如同演算名所揭示的Neighborhood期以鄰近的資料來推演與標記資料 資料標記化的處理程序為 參考資料 Se...
  • iota 不是 itoa
    今天在看C9的 Standard Template Library (STL), 7 of n 時看到一個蠻有趣的東西 ─ iota(唸i.o.ta,我可沒拼錯字喔)。這個STL algorithm連VS 2010的Help也查不出來,但實際上是有功能的。此函式可以產生遞增的連...
  • [W8App] 8.0 “Snapped” to 8.1– with LayoutAwarePage
    Windows 8.1的一個德政是取消了原本的Snappped View限制,App除了FullScreen外還可以有任意的大小(只是有最小限制)。不過對於已經開發好的8.0 App,就要花時間重新調整不同視窗大小時Layout。 我的懶人改法是,除了FullScreen外一律...
  • 知識更新 MFC Modeless Dialog 生成與結束
    Windows的dialog有二種模式,model與modeless。所謂的model模式指的是當dialog產生時,該應用程式的訊息會被鎖住,直到dialog結束。而modeless dialog則較像是程式中的floating panel一樣可和應用程式一同運作,能做出較複雜...
  • 安裝DirectShow 小技巧一
    我經常開發一些DirectShow的Filter,在測試時就像開發COM元件使用 ActiveX Control Test Container 來測試元件的完整性一樣,完成的DirectShow Filter我會使用 DirectShow SDK Filter Graph Edi...
  • 設定class的const member初值
    設計一個Circle類別,其中有成員常數PI。 class CCircle { protected :     const double PI; public :     CCircle( void ); }; 假如我在建構子以如下方式給定 PI = 3...
  • [W8App] Custom Control – Access template component
    Step 1. XAML,給予要存取元件名稱 1: < Style TargetType ="local:WaitReadyButton" > 2: < Setter Property ="Templ...
  • [筆記] Make the center alignment MediaElement
    由於有各式各樣的影片格式,21:9、16:9、4:3…。要保持影片播放時保持在設定的位置的中間就必需設定擁有MediaElement的ContentControl的HorizontalContentAlignment與VerticalContentAlignment為Center...
  • [筆記] 印出long long結果
    有三種方式可以讓printf印出64-bit的long long整數結果 1. 使用MSVC或GNU的編譯器都可用 1: "%llu" 2. 使用MSVC編譯器可用 1: "%I64d" 3. 使用"intt...

標籤

  • 程式寫作 (29)
  • 隨筆 (3)
  • C# (13)
  • DirectShow (3)
  • GPU (1)
  • Privacy Statement (1)
  • Visual Studio (16)
  • W8App (19)

網誌存檔

  • ▼  2017 (2)
    • ▼  8月 (1)
      • 搬家了
    • ►  7月 (1)
  • ►  2015 (1)
    • ►  10月 (1)
  • ►  2013 (29)
    • ►  12月 (1)
    • ►  10月 (4)
    • ►  8月 (5)
    • ►  7月 (1)
    • ►  6月 (2)
    • ►  5月 (13)
    • ►  4月 (3)
  • ►  2012 (3)
    • ►  8月 (1)
    • ►  4月 (1)
    • ►  1月 (1)
  • ►  2011 (8)
    • ►  11月 (1)
    • ►  10月 (1)
    • ►  8月 (1)
    • ►  4月 (2)
    • ►  3月 (2)
    • ►  1月 (1)
  • ►  2010 (11)
    • ►  12月 (1)
    • ►  11月 (3)
    • ►  10月 (4)
    • ►  9月 (3)
imple範本. 由 Blogger 技術提供. 儲存 取消. 簡單主題. 技術提供:Blogger.