[AForge.NET]
Iam_Rocky
用於收藏文章和記錄,以便日後查找方便。部分文章來自網絡,如侵權請告知刪除
展开
-
AForge.NET Framework's的BP神經網絡使用
AForge.NET Framework's的BP神經網絡使用AForge.NET Framework's http://code.google.com/p/aforge/ 或者http://www.aforgenet.com/具體資料查看百度百科:AForge.NET 是一個專門為開發者和研究者基於C#框架設計的,他包括計算機視覺與人工智能,圖像處理,神經網絡,遺傳算法,機器學转载 2012-07-28 21:06:04 · 2471 阅读 · 0 评论 -
AForge.NET BayerFilter (C#)
http://zip.nvp.com.tw/forum.php?mod=viewthread&tid=2369&extra=page%3D13 using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System转载 2012-09-16 08:13:34 · 1104 阅读 · 0 评论 -
AForge.NET Convolution (C#)
http://zip.nvp.com.tw/forum.php?mod=viewthread&tid=2249&extra=page%3D15 using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System转载 2012-09-16 08:19:32 · 989 阅读 · 0 评论 -
AForge.NET BradleyLocalThresholding (C#)
http://zip.nvp.com.tw/forum.php?mod=viewthread&tid=2177&extra=page%3D16 using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System转载 2012-09-16 08:22:46 · 1399 阅读 · 0 评论 -
AForge 使用 HistogramBox 功能 (C#)
Bitmap img;ImageStatistics statistics;AForge.Math.Histogram mhistogram;statistics = new ImageStatistics(img);mhistogram = statistics.Gray;histogram1.Values = mhistogram.Values;histogram1转载 2012-09-17 07:42:49 · 1635 阅读 · 0 评论 -
AForge.NET DirectShow (C#)
http://zip.nvp.com.tw/forum.php?mod=viewthread&tid=2458&extra=page%3D12using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;usin转载 2012-09-16 08:10:24 · 1777 阅读 · 0 评论 -
AForge.NET TransformFromPolar (C#)
http://zip.nvp.com.tw/forum.php?mod=viewthread&tid=2438&extra=page%3D12 using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using Syst转载 2012-09-16 08:11:15 · 933 阅读 · 0 评论 -
AForge.NET FillHoles (C#)
http://zip.nvp.com.tw/forum.php?mod=viewthread&tid=2330&extra=page%3D14 using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System转载 2012-09-16 08:15:18 · 1299 阅读 · 0 评论 -
AForge.NET CornersMarker (C#)
http://zip.nvp.com.tw/forum.php?mod=viewthread&tid=2326&extra=page%3D14 using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System转载 2012-09-16 08:16:20 · 1094 阅读 · 0 评论 -
AForge.NET ColorFiltering (C#)
http://zip.nvp.com.tw/forum.php?mod=viewthread&tid=2307&extra=page%3D14 using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System转载 2012-09-16 08:17:13 · 1603 阅读 · 0 评论 -
AForge.NET CannyEdgeDetector (C#)
http://zip.nvp.com.tw/forum.php?mod=viewthread&tid=2244&extra=page%3D16 using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System转载 2012-09-16 08:20:15 · 1633 阅读 · 0 评论 -
AForge.NET otsu 二值化(C#)
http://zip.nvp.com.tw/forum.php?mod=viewthread&tid=2169&extra=page%3D17 using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System转载 2012-09-16 08:23:21 · 4262 阅读 · 0 评论 -
AForge.NET 如何使用 Histogram 功能
http://zip.nvp.com.tw/forum.php?mod=viewthread&tid=2758&extra=page%3D4 Dim statistics As ImageStatisticsDim mhistogram As AForge.Math.Histogramstatistics = New ImageStatisti转载 2012-09-18 06:35:49 · 1706 阅读 · 0 评论 -
AForge.NET IterativeThreshold (C#)
http://zip.nvp.com.tw/forum.php?mod=viewthread&tid=2674&extra=page%3D10 using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System转载 2012-09-16 08:07:04 · 1250 阅读 · 0 评论 -
AForge 使用 Grayscale 功能 (C#)
http://zip.nvp.com.tw/forum.php?mod=viewthread&tid=3565&extra=page%3D3 using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using Syste转载 2012-09-16 07:48:43 · 2492 阅读 · 0 评论 -
AForge.NET PictureBox 與 System.Windows.Forms.PictureBox 差異
http://zip.nvp.com.tw/forum.php?mod=viewthread&tid=2766&extra=page%3D4This control is inherited from System.Windows.Forms.PictureBox and is aimed to resolve one of its issues - inability to displa转载 2012-09-15 13:13:30 · 1327 阅读 · 0 评论 -
利用Aforge做的攝像監控程序(帶視頻差異錄像)
http://blog.csdn.net/halen0820/article/details/6897144簡介:本來想用紅外線對射傳感器做,苦於最近手頭比較緊,就改用攝像頭了。Aforge是一套.NET開發的開源圖像,視頻處理庫,涵蓋面廣的邪乎,我這裡用到的部分只是冰山裡的一滴水。原理: 利用Aforge的圖像差異算法,對比每幀圖像和它上一幀圖像的差異度,如果達到转载 2012-07-28 21:17:17 · 1615 阅读 · 0 评论 -
基於Aforge的手勢識別之一~~~簡單的手寫識別
本文來自http://blog.csdn.net/hellogv/ ,引用必須注明出處! 上一篇文章介紹了如何用Aforge去捕捉運動物體,現在就介紹一個更深入的操作----手勢識別。 我實現手勢識別的原理很簡單:捕捉運動物體+手寫識別,把運動的物體的軌跡記錄下來,然後通過手寫識別引擎去搜索數據中最匹配的數據,從而知道「寫」的是什麼。目前常見的開源手寫識別引擎有zin转载 2012-07-28 21:01:45 · 2207 阅读 · 0 评论 -
基於Aforge的手勢識別之二~~~單點手勢識別
本文來自http://blog.csdn.net/hellogv/ ,引用必須注明出處! 本文把Aforge的運動識別與前面介紹的手寫識別融合在一起,實現單個手指的手勢識別。下圖演示了本文代碼運行的結果,圖片有點大,請稍候。。。 我預先讓程序學習了B和C這兩個字母,然後通過手指的手勢識別向程序繪畫圖形,所以點擊recorgize時,就自動把圖转载 2012-07-28 21:02:44 · 1836 阅读 · 0 评论 -
基於Aforge的手勢識別之三~~~多點手勢識別
本文來自http://blog.csdn.net/hellogv/ ,引用必須注明出處! 上次介紹了單點手勢識別,這次就繼續介紹一下如何實現多點手勢識別,先來看看本文實現的效果圖,圖片有點大,請稍候。。。: 我預先讓程序學習了B和C這兩個字母,第一個對象通過點擊鼠標左鍵去選擇顏色(對象為綠色),第二個對象通過點擊鼠標右鍵去選擇顏色(對象為紅转载 2012-07-28 21:03:30 · 1714 阅读 · 0 评论 -
Aforge.net framework采集攝像頭視頻
http://blog.csdn.net/halen0820/article/details/6897147對於視頻編程,網絡上的東西不是很好找,攝像頭算是比較初級的東東了,我查了很多資料,才算是有一點結果,現在把攝像頭采集程序代碼與大家分享一下。(vs2008編譯通過)其中,Aforge.net下載地址http://www.aforgenet.com/framework/转载 2012-07-28 21:17:58 · 1357 阅读 · 0 评论 -
基於Aforge的物體運動識別-入門篇
本文來自http://blog.csdn.net/hellogv/ ,引用必須注明出處! 最近看到越來越多人在做物體運動識別(例如:"第六感"中的指套),而且我最近也有點閒空,所以也來玩玩。。。。。大多數人都是用Opencv來做,那我就不做重復的工作了,換個別的開源類庫~~~Aforge。 來自百度知道的Aforge介紹:AForge.NET 是转载 2012-07-28 20:59:58 · 2316 阅读 · 0 评论 -
基於AForge.Net的撲克牌視頻識別程序
http://topic.csdn.net/u/20120524/22/6AF7DF89-2882-4374-8FC5-235639890124.html介紹(圖片上的字:方塊4,方塊J,黑桃2)用機器人配上撲克牌識別系統,就可以在二十一點一類的撲克游戲中扮演荷官或是人類玩家的角色。實現這樣的程序同樣也是學習計算機視覺和模式識別的好途转载 2012-07-28 21:21:04 · 11279 阅读 · 0 评论 -
AForge.NET ContrastStretch 對比度拉升(C#)
http://zip.nvp.com.tw/forum.php?mod=viewthread&tid=2525&extra=page%3D12 using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System转载 2012-09-16 08:09:36 · 1859 阅读 · 0 评论 -
AForge.NET ConnectedComponentsLabeling 組件標記 (C#)
http://zip.nvp.com.tw/forum.php?mod=viewthread&tid=2392&extra=page%3D13 using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using Syst转载 2012-09-16 08:11:59 · 1571 阅读 · 0 评论 -
AForge.NET QuadrilateralTransformation (C#)
http://zip.nvp.com.tw/forum.php?mod=viewthread&tid=2376&extra=page%3D13 using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System转载 2012-09-16 08:12:50 · 1098 阅读 · 0 评论 -
AForge.NET SobelEdgeDetector (C#)
http://zip.nvp.com.tw/forum.php?mod=viewthread&tid=2301&extra=page%3D15 using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System转载 2012-09-16 08:18:29 · 1388 阅读 · 0 评论 -
AForge.NET ResizeBicubic (C#)
http://zip.nvp.com.tw/forum.php?mod=viewthread&tid=2210&extra=page%3D16 using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System转载 2012-09-16 08:21:24 · 1238 阅读 · 0 评论 -
各種圖像處理類庫的比較及選擇(The Comparison of Image Processing Libraries)
http://www.cnblogs.com/djlzxzy/archive/2010/06/15/1758564.html前言近期需要做一些圖像處理方面的學習和研究,首要任務就是選擇一套合適的圖像處理類庫。目前較知名且功能完善的圖像處理類庫有OpenCv、EmguCv、AForge.net等等。本文將從許可協議、下載、安裝、文檔資料、易用性、性能等方面對這些類庫進行比較,然後转载 2012-10-11 07:04:41 · 2780 阅读 · 0 评论